diff --git a/Server/README.md b/Server/README.md
new file mode 100644
index 000000000..63fff0083
--- /dev/null
+++ b/Server/README.md
@@ -0,0 +1,152 @@
+[![AGPL-3.0 License][license-shield]][license-url]
+
+
+
+
+
+
+
An open source MMORPG emulation server
+
+
+
+
+
+ Community Hosted Server
+ ·
+ Discord Invite
+ · Report Bug
+
+NOTE: Bug reports and support are only accepted by/offered to players of our live hosted server. We will not provide support to those running their own copies.
+
+## Table of Contents
+
+* [Live Server Information](#live-server-information)
+* [History of this Codebase](#history-of-this-codebase)
+* [Our Core Values](#our-core-values)
+* [Contributing](#contributing)
+* [Setup for Content Developers](#content-developers-setting-up-the-project)
+ * [GitLab Setup](#gitlab-setup)
+ * [Prerequisites](#prerequisites)
+ * [Project Setup](#project-setup)
+ * [Running the project](#running-the-project)
+* [License](#license)
+* [Contact](#contact)
+
+
+## Live Server Information
+
+Did you know that the 2009Scape Development Team hosts the main branch of this repo that you can connect to and play? Come join a growing community of people that love to grind out skills, quest, and hangout together. A download link for the launcher can be found [here](https://2009scape.org). Connecting to the live server is also one of the easiest ways to identify bugs/typos/missing features. Identifying these issues help developers, whether already on the project, or are even brand new to the project, fix bugs and issues in an expedited rate.
+
+## History of this Codebase
+
+The 2009Scape you see today has gone through a magnitude of changes. Originally starting its life as Arios498, this server saw a lot of people playing it daily, unfortunately, it was for profit and closed source. It was later upgraded to Arios530, targeting the build 530 of runescape with content in and around January 1st, 2009. Development came to a halt when a developer of the closed source project released the source code. The original developers of this server went on to create Kratos 530 back in 2015.
+
+This project was started out of love for the 530 revision. A small group of developers spent thousands of hours improving on the existing source that was left to the curb. Over the past year, this project has seen many developers coming and going, fixing bugs that they find either through their own server, or bugs that they find in the live game that is currently hosted. We do not accept donations of any kind. The smiles and wonderful compliments are more than enough to keep us going! Content and bugfixes are always number one on our list, and we try our best to answer any questions that you may have, provided you have read through this readme and frequently asked questions on the discord.
+
+## Our Core Values
+
+In the current climate of RuneScape Private Servers in general, we believe it's important to wear our core values on our sleeves and defend them with everything we have! Below are what we hold as our core, most important values:
+
+* **We do NOT believe in profiting off an RSPS.** To many of us here at the 2009Scape team, what we care about most is preserving the wonderful work of the Gower brothers in the most true-to-spirit manner possible. We do NOT do this to make a profit, and in fact **we outright refuse donations.** This is a labor of love and passion for everyone involved, a love for real RS2! This is perhaps the single most central value we have. If you want to "donate" to us, do so with your time and your dedication. That is what we desire most.
+
+
+* **Authenticity is central to the work**. As a remake, one of the most important things to us is being true to the Gower spirit. What the Gowers brought to us in our childhood is what we are driven to preserve for the remainder of the world.
+
+
+* **Open Source is crucial to the project**. We believe open source remakes to be crucial to preserving what we loved in our childhood, and we believe for-profit and/or closed-source servers are destined to flounder out and fail.
+
+
+* **Be welcoming**. One of our most important goals is to provide a community of friendly and caring people that get along and love to enjoy the game with eachother. For this reason, we do tend to be very strict when it comes to toxicity. We care about quality a whole lot more than quantity!
+
+## Contributing
+
+**Note: All merge requests MUST be made using the defaut MR template. Merge requests that do not use this template will not be accepted.**
+
+**Note: All new contributions MUST be made in Kotlin unless you are updating or fixing a bug in legacy code. More information on Kotlin can be found [here](https://kotlinlang.org/).**
+
+There are many ways everyone can contribute! From the most seasoned programmers to those who do not have the most remote clue how code works! Below are some things that can always use some love from the community.
+
+* **Content Testers**: I'm putting this one up top because of its importance. We, the contributors and developers, aren't perfect. Sometimes, we make mistakes. This is where you come in - If you want a sneak peek at upcoming content, have a knack for breaking things, or just want to contribute to the project without making code changes, you can become a tester! If you are interested in becoming a tester, reach out in the testing channel of the discord. [Why become a tester?](#why-become-a-tester)
+
+
+* **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').
+
+
+* **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).
+
+
+* **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.
+
+## 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)
+
+**If at anytime you have an issue with GitLab please refer to the [GitLab help center](https://gitlab.com/help).**
+
+### Prerequisites
+
+These are mandatory. If you don't install **all** of these programs **in order** prior to
+the project's setup, things won't work. At all.
+
+*For Windows users* - Turn developer mode on first in Windows developer settings.
+
+* [JDK 11](https://adoptium.net) or the Java SE Development Kit Version 11
+* [IntelliJ IDEA Community](https://www.jetbrains.com/idea/download/)
+
+### SSH setup
+
+1. [Set up a key if you don't have one (ed25519)](https://docs.gitlab.com/ee/user/ssh.html#generate-an-ssh-key-pair)
+2. [Add your public key to your gitlab account](https://docs.gitlab.com/ee/user/ssh.html#add-an-ssh-key-to-your-gitlab-account)
+3. [Verify you can connect to git@gitlab.com](https://docs.gitlab.com/ee/user/ssh.html#verify-that-you-can-connect)
+
+### 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)
+
+### 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.***
+
+#### Linux / OSX
+
+Start the game server with the included run script. Use `./run -h` for more info.
+
+#### Windows
+
+Start the game server with `run-server.bat`
+
+### 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/).**
+
+
+[license-shield]: https://img.shields.io/badge/license-AGPL--3.0-informational
+[license-url]: https://www.gnu.org/licenses/agpl-3.0.en.html
+
+### Why become a tester?
+
+Before content hits Live, it has to be tested. We can, but do not want to do this alone, and would love the help! But don't worry, there is something in it for you. Credits! Keep in mind that credits will only be awarded to people who thoroughly test the content and provide detailed reports on them. Like votes or HoF you must claim them in the #claim-to-fame channel on discord or matrix.
+
+* If you test smaller things like bug fixes there is a 2 credit reward.
+* If you test full quests or minigames you will be rewarded 5 credits.
+* If you find a bug in the content you are testing that hasn't already been found you will earn an extra credit.
+
+These credits can be spent in the 2009Scape Reward Shop. It's important to be clear that credits are gained by contributions to the project. We cannot and will not accept donations (of any kind), especially not in exchange for in-game credits or perks.
+
+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.
diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json
index 0bd7b365a..0fb81892d 100644
--- a/Server/data/configs/item_configs.json
+++ b/Server/data/configs/item_configs.json
@@ -6244,6 +6244,7 @@
"attack_speed": "5",
"weapon_interface": "6",
"turn180_anim": "820",
+ "equip_audio": "2248",
"render_anim": "292",
"defence_anim": "397",
"equipment_slot": "3",
@@ -6850,24 +6851,26 @@
"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,
+ "weapon_interface": "5",
+ "equip_audio": "2248",
+ "render_anim": "2584",
+ "defence_anim": "378",
+ "equipment_slot": "3",
+ "attack_anims": "400,400,400,400",
+ "attack_audios": "2517,2517,2500,2517",
"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"
+ "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0"
},
{
"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",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -6998,6 +7001,7 @@
"attack_speed": "6",
"weapon_interface": "17",
"turn180_anim": "4227",
+ "equip_audio": "2244",
"render_anim": "175",
"defence_anim": "424",
"equipment_slot": "3",
@@ -7048,6 +7052,7 @@
"attack_speed": "4",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -7273,10 +7278,12 @@
"durability": null,
"attack_speed": "5",
"weapon_interface": "18",
+ "equip_audio": "2232",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
"grand_exchange_price": "3",
+ "attack_audios": "2706,2706,2706",
"name": "Bronze thrownaxe",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -7290,10 +7297,12 @@
"durability": null,
"attack_speed": "5",
"weapon_interface": "18",
+ "equip_audio": "2232",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
"grand_exchange_price": "14",
+ "attack_audios": "2706,2706,2706",
"name": "Iron thrownaxe",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -7308,10 +7317,12 @@
"durability": null,
"attack_speed": "5",
"weapon_interface": "18",
+ "equip_audio": "2232",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
"grand_exchange_price": "60",
+ "attack_audios": "2706,2706,2706",
"name": "Steel thrownaxe",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -7326,10 +7337,12 @@
"durability": null,
"attack_speed": "5",
"weapon_interface": "18",
+ "equip_audio": "2232",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
"grand_exchange_price": "135",
+ "attack_audios": "2706,2706,2706",
"name": "Mithril thrownaxe",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -7344,10 +7357,12 @@
"durability": null,
"attack_speed": "5",
"weapon_interface": "18",
+ "equip_audio": "2232",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
"grand_exchange_price": "138",
+ "attack_audios": "2706,2706,2706",
"name": "Adamant thrownaxe",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -7363,10 +7378,12 @@
"durability": null,
"attack_speed": "5",
"weapon_interface": "18",
+ "equip_audio": "2232",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
"grand_exchange_price": "243",
+ "attack_audios": "2706,2706,2706",
"name": "Rune thrownaxe",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -7379,6 +7396,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7396,6 +7414,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7414,6 +7433,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7432,6 +7452,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7450,6 +7471,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7468,6 +7490,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7485,6 +7508,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7502,6 +7526,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7520,6 +7545,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7538,6 +7564,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7556,6 +7583,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7574,6 +7602,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -7591,6 +7620,7 @@
"name": "Poisoned dart(p)",
"archery_ticket_price": "0",
"id": "818",
+ "equip_audio": "2244",
"equipment_slot": "3"
},
{
@@ -7666,6 +7696,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7683,6 +7714,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7701,6 +7733,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7719,6 +7752,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7737,6 +7771,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7755,6 +7790,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7772,6 +7808,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7789,6 +7826,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7807,6 +7845,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7825,6 +7864,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7843,6 +7883,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7861,6 +7902,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -7894,6 +7936,7 @@
"durability": null,
"weight": "8",
"weapon_interface": "17",
+ "equip_audio": "2244",
"render_anim": "175",
"attack_audios": "2700,0,0,0",
"name": "Crossbow"
@@ -7931,6 +7974,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "1",
"attack_audios": "2700,0,0,0",
"name": "Longbow"
@@ -7968,6 +8012,7 @@
"durability": null,
"weight": "1.33",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "1",
"attack_audios": "2700,0,0,0",
"name": "Shortbow"
@@ -7991,6 +8036,7 @@
"attack_speed": "4",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8022,6 +8068,7 @@
"attack_speed": "6",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8053,6 +8100,7 @@
"attack_speed": "6",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8084,6 +8132,7 @@
"attack_speed": "4",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8115,6 +8164,7 @@
"attack_speed": "6",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8147,6 +8197,7 @@
"attack_speed": "4",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8179,6 +8230,7 @@
"attack_speed": "6",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8210,6 +8262,7 @@
"attack_speed": "4",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8243,6 +8296,7 @@
"attack_speed": "6",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8276,6 +8330,7 @@
"attack_speed": "4",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2244",
"render_anim": "2588",
"defence_anim": "424",
"equipment_slot": "3",
@@ -8305,6 +8360,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8323,6 +8379,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8342,6 +8399,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8360,6 +8418,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8378,6 +8437,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8396,6 +8456,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8415,6 +8476,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8433,6 +8495,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8451,6 +8514,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8470,6 +8534,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8488,6 +8553,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8507,6 +8573,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8525,6 +8592,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -8543,6 +8611,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -9930,6 +9999,7 @@
"examine": "Made from 100% real dragonhide.",
"durability": null,
"weight": "0.28",
+ "equip_audio": "2241",
"equipment_slot": "9",
"lendable": "true",
"grand_exchange_price": "1407",
@@ -9955,6 +10025,7 @@
"durability": null,
"weight": "9",
"absorb": "1,0,1",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "55",
"name": "Iron platelegs",
@@ -9980,6 +10051,7 @@
"durability": null,
"weight": "9",
"absorb": "1,0,1",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "426",
"name": "Steel platelegs",
@@ -10005,6 +10077,7 @@
"durability": null,
"weight": "7.7",
"absorb": "1,0,2",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "1391",
"name": "Mithril platelegs",
@@ -10030,6 +10103,7 @@
"durability": null,
"weight": "10",
"absorb": "1,0,3",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "3649",
"name": "Adamant platelegs",
@@ -10051,15 +10125,16 @@
"shop_price": "80",
"ge_buy_limit": "100",
"examine": "These look pretty heavy.",
- "grand_exchange_price": "34",
"durability": null,
+ "weight": "9",
+ "equip_audio": "2242",
+ "equipment_slot": "7",
+ "grand_exchange_price": "34",
"name": "Bronze platelegs",
"tradeable": "true",
- "weight": "9",
"archery_ticket_price": "0",
"id": "1075",
- "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0",
- "equipment_slot": "7"
+ "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -10078,6 +10153,7 @@
"durability": null,
"weight": "9",
"absorb": "1,0,2",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "4995",
"name": "Black platelegs",
@@ -10103,6 +10179,7 @@
"durability": null,
"weight": "9",
"absorb": "2,0,4",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "38500",
@@ -10348,6 +10425,7 @@
"durability": null,
"weight": "5.4",
"absorb": "0,4,2",
+ "equip_audio": "2241",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "2228",
@@ -10543,6 +10621,7 @@
"examine": "Provides excellent protection.",
"durability": null,
"weight": "9.95",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "434",
@@ -10567,6 +10646,7 @@
"examine": "Provides excellent protection.",
"durability": null,
"weight": "9.5",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "36",
@@ -10592,6 +10672,7 @@
"examine": "Provides excellent protection.",
"durability": null,
"weight": "9.9",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "1077",
@@ -10618,6 +10699,7 @@
"durability": null,
"weight": "8.6",
"absorb": "1,0,3",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "2965",
@@ -10644,6 +10726,7 @@
"durability": null,
"weight": "11",
"absorb": "2,0,4",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "9790",
@@ -10670,6 +10753,7 @@
"durability": null,
"weight": "9.9",
"absorb": "1,0,2",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "4915",
@@ -10696,6 +10780,7 @@
"durability": null,
"weight": "9.9",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -10796,6 +10881,7 @@
"durability": null,
"weight": "6.8",
"absorb": "0,6,3",
+ "equip_audio": "2241",
"equipment_slot": "4",
"lendable": "true",
"grand_exchange_price": "4544",
@@ -10821,6 +10907,7 @@
"examine": "A medium sized helmet.",
"durability": null,
"weight": "1.8",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "22",
"name": "Iron med helm",
@@ -10845,6 +10932,7 @@
"examine": "A medium sized helmet.",
"durability": null,
"weight": "1.8",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "39",
"name": "Bronze med helm",
@@ -10870,6 +10958,7 @@
"examine": "A medium sized helmet.",
"durability": null,
"weight": "1.8",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "52",
"name": "Steel med helm",
@@ -10895,6 +10984,7 @@
"examine": "A medium sized helmet.",
"durability": null,
"weight": "1.3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "272",
"name": "Mithril med helm",
@@ -10921,6 +11011,7 @@
"durability": null,
"weight": "1.8",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "1024",
"name": "Adamant med helm",
@@ -10947,6 +11038,7 @@
"durability": null,
"weight": "1.8",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"lendable": "true",
"grand_exchange_price": "11400",
@@ -10973,6 +11065,7 @@
"durability": null,
"weight": "1.3",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"equipment_slot": "0",
"lendable": "true",
"grand_exchange_price": "60500",
@@ -10999,6 +11092,7 @@
"examine": "A medium sized helmet.",
"durability": null,
"weight": "1.8",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "242",
"name": "Black med helm",
@@ -11023,6 +11117,7 @@
"examine": "A full face helmet.",
"durability": null,
"weight": "2.7",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "56",
@@ -11048,6 +11143,7 @@
"examine": "A full face helmet.",
"durability": null,
"weight": "2.7",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "67",
@@ -11074,6 +11170,7 @@
"examine": "A full face helmet.",
"durability": null,
"weight": "2.7",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "195",
@@ -11100,6 +11197,7 @@
"examine": "A full face helmet.",
"durability": null,
"weight": "2.2",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "675",
@@ -11127,6 +11225,7 @@
"durability": null,
"weight": "2.7",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "1911",
@@ -11153,6 +11252,7 @@
"durability": null,
"weight": "2.7",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"lendable": "true",
@@ -11180,6 +11280,7 @@
"examine": "A full face helmet.",
"durability": null,
"weight": "2.7",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "731",
@@ -11230,6 +11331,7 @@
"examine": "Light weight head protection.",
"durability": null,
"weight": "0.9",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "56",
"name": "Coif",
@@ -11258,6 +11360,7 @@
"archery_ticket_price": "0",
"id": "1171",
"bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0",
+ "equip_audio": "2250",
"equipment_slot": "5"
},
{
@@ -11273,15 +11376,16 @@
"shop_price": "48",
"ge_buy_limit": "100",
"examine": "A medium square shield.",
- "grand_exchange_price": "12",
"durability": null,
+ "weight": "3",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "12",
"name": "Bronze sq shield",
"tradeable": "true",
- "weight": "3",
"archery_ticket_price": "0",
"id": "1173",
- "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -11296,15 +11400,16 @@
"shop_price": "168",
"ge_buy_limit": "100",
"examine": "A medium square shield.",
- "grand_exchange_price": "39",
"durability": null,
+ "weight": "3.6",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "39",
"name": "Iron sq shield",
"tradeable": "true",
- "weight": "3.6",
"archery_ticket_price": "0",
"id": "1175",
- "bonuses": "0,0,0,-6,-2,8,9,7,0,8,1,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-6,-2,8,9,7,0,8,1,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -11322,6 +11427,7 @@
"examine": "A medium square shield.",
"durability": null,
"weight": "3",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "185",
"name": "Steel sq shield",
@@ -11347,6 +11453,7 @@
"durability": null,
"weight": "4",
"absorb": "1,0,2",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "511",
"name": "Black sq shield",
@@ -11372,6 +11479,7 @@
"durability": null,
"weight": "3.1",
"absorb": "2,0,4",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "744",
"name": "Mithril sq shield",
@@ -11396,6 +11504,7 @@
"durability": null,
"weight": "4",
"absorb": "3,0,6",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "2136",
"name": "Adamant sq shield",
@@ -11420,6 +11529,7 @@
"durability": null,
"weight": "3.64",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "22800",
@@ -11445,6 +11555,7 @@
"durability": null,
"weight": "3",
"absorb": "5,0,11",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "431900",
@@ -11467,15 +11578,16 @@
"shop_price": "86",
"ge_buy_limit": "100",
"examine": "A large metal shield.",
- "grand_exchange_price": "18",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "18",
"name": "Bronze kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "1189",
- "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -11490,15 +11602,16 @@
"shop_price": "233",
"ge_buy_limit": "100",
"examine": "A large metal shield.",
- "grand_exchange_price": "57",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "57",
"name": "Iron kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "1191",
- "bonuses": "0,0,0,-8,-2,8,10,9,-1,9,2,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,8,10,9,-1,9,2,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -11516,6 +11629,7 @@
"examine": "A large metal shield.",
"durability": null,
"weight": "5.4",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "354",
"name": "Steel kiteshield",
@@ -11541,6 +11655,7 @@
"durability": null,
"weight": "5.4",
"absorb": "1,0,2",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "3311",
"name": "Black kiteshield",
@@ -11565,6 +11680,7 @@
"durability": null,
"weight": "4.5",
"absorb": "2,0,4",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "1128",
"name": "Mithril kiteshield",
@@ -11589,6 +11705,7 @@
"durability": null,
"weight": "5.8",
"absorb": "3,0,6",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "3066",
"name": "Adamant kiteshield",
@@ -11613,6 +11730,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "35600",
@@ -11639,6 +11757,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11668,6 +11787,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11687,7 +11807,8 @@
"name": "Bronze dagger",
"tradeable": "true",
"archery_ticket_price": "0",
- "id": "1206"
+ "id": "1206",
+ "equip_audio": ""
},
{
"requirements": "{0,5}",
@@ -11698,6 +11819,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11728,6 +11850,7 @@
"weight": "0.3",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11758,6 +11881,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11788,6 +11912,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11820,6 +11945,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "397",
"equipment_slot": "3",
@@ -11851,6 +11977,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11880,6 +12007,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11909,6 +12037,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11939,6 +12068,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11969,6 +12099,7 @@
"weight": "0.3",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -11999,6 +12130,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -12029,6 +12161,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -12061,6 +12194,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "397",
"equipment_slot": "3",
@@ -12092,6 +12226,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -12150,6 +12285,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Bronze spear"
},
@@ -12167,26 +12303,27 @@
"turn90cw_anim": "1207",
"examine": "An iron tipped spear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
"defence_anim": "2079",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "428,2081,429,428",
"grand_exchange_price": "209",
"stand_anim": "813",
"tradeable": "true",
- "name": "Iron spear",
"run_anim": "1210",
"archery_ticket_price": "0",
"id": "1239",
"stand_turn_anim": "1209",
- "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0"
+ "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "name": "Iron spear"
},
{
"ge_buy_limit": "100",
@@ -12221,6 +12358,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Steel spear"
},
@@ -12257,6 +12395,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Mithril spear"
},
@@ -12293,6 +12432,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Adamant spear"
},
@@ -12329,6 +12469,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"name": "Rune spear"
@@ -12367,6 +12508,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"name": "Dragon spear"
@@ -12386,26 +12528,27 @@
"turn90cw_anim": "1207",
"examine": "A bronze tipped spear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
"defence_anim": "2079",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "428,2081,429,428",
"grand_exchange_price": "389",
"stand_anim": "813",
"tradeable": "true",
- "name": "Bronze spear(p)",
"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"
+ "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "name": "Bronze spear(p)"
},
{
"ge_buy_limit": "100",
@@ -12421,26 +12564,27 @@
"turn90cw_anim": "1207",
"examine": "An iron tipped spear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
"defence_anim": "2079",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "428,2081,429,428",
"grand_exchange_price": "212",
"stand_anim": "813",
"tradeable": "true",
- "name": "Iron spear(p)",
"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"
+ "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "name": "Iron spear(p)"
},
{
"ge_buy_limit": "100",
@@ -12452,30 +12596,31 @@
"id": "1254"
},
{
- "requirements": "{0,5}",
"ge_buy_limit": "100",
"turn90cw_anim": "1207",
"examine": "A steel tipped spear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "428,2081,429,428",
"grand_exchange_price": "136",
"stand_anim": "813",
"tradeable": "true",
- "name": "Steel spear(p)",
"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"
+ "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0",
+ "requirements": "{0,5}",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "name": "Steel spear(p)"
},
{
"ge_buy_limit": "100",
@@ -12510,6 +12655,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Mithril spear(p)"
},
@@ -12546,6 +12692,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Adamant spear(p)"
},
@@ -12582,6 +12729,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"name": "Rune spear(p)"
@@ -12620,6 +12768,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"name": "Dragon spear(p)"
@@ -12641,6 +12790,7 @@
"weight": "2.25",
"attack_speed": "5",
"weapon_interface": "4",
+ "equip_audio": "2232",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
@@ -12669,6 +12819,7 @@
"weight": "2.25",
"attack_speed": "5",
"weapon_interface": "4",
+ "equip_audio": "2232",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
@@ -12698,6 +12849,7 @@
"weight": "2.25",
"attack_speed": "5",
"weapon_interface": "4",
+ "equip_audio": "2232",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
@@ -12727,6 +12879,7 @@
"weight": "2.7",
"attack_speed": "5",
"weapon_interface": "4",
+ "equip_audio": "2232",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
@@ -12756,6 +12909,7 @@
"weight": "1.8",
"attack_speed": "5",
"weapon_interface": "4",
+ "equip_audio": "2232",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
@@ -12785,6 +12939,7 @@
"weight": "2.2",
"attack_speed": "5",
"weapon_interface": "4",
+ "equip_audio": "2232",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
@@ -12829,6 +12984,7 @@
"durability": null,
"weight": "1",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "1381",
"attack_audios": "2500,2500,2517,2500",
"name": "Bronze sword"
@@ -12865,6 +13021,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "1381",
"attack_audios": "2500,2500,2517,2500",
"name": "Iron sword"
@@ -12902,6 +13059,7 @@
"durability": null,
"weight": "1",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "1381",
"attack_audios": "2500,2500,2517,2500",
"name": "Steel sword"
@@ -12939,6 +13097,7 @@
"durability": null,
"weight": "1",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "1381",
"attack_audios": "2500,2500,2517,2500",
"name": "Black sword"
@@ -12976,6 +13135,7 @@
"durability": null,
"weight": "1.5",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "1381",
"attack_audios": "2500,2500,2517,2500",
"name": "Mithril sword"
@@ -13013,6 +13173,7 @@
"durability": null,
"weight": "1",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "1381",
"attack_audios": "2500,2500,2517,2500",
"name": "Adamant sword"
@@ -13050,6 +13211,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "1381",
"lendable": "true",
"attack_audios": "2500,2500,2517,2500",
@@ -13087,6 +13249,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,2500,2517,2500",
"name": "Bronze longsword"
@@ -13123,6 +13286,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,2500,2517,2500",
"name": "Iron longsword"
@@ -13160,6 +13324,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,2500,2517,2500",
"name": "Steel longsword"
@@ -13197,6 +13362,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,2500,2517,2500",
"name": "Black longsword"
@@ -13234,6 +13400,7 @@
"durability": null,
"weight": "1.5",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,2500,2517,2500",
"name": "Mithril longsword"
@@ -13271,6 +13438,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,2500,2517,2500",
"name": "Adamant longsword"
@@ -13308,6 +13476,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"lendable": "true",
"attack_audios": "2500,2500,2517,2500",
@@ -13347,6 +13516,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1426",
"lendable": "true",
"attack_audios": "2500,2500,2517,2500",
@@ -13385,6 +13555,7 @@
"durability": null,
"weight": "3.6",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"attack_audios": "2503,0,2504,0",
"name": "Bronze 2h sword"
@@ -13422,6 +13593,7 @@
"durability": null,
"weight": "3.6",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"attack_audios": "2503,0,2504,0",
"name": "Iron 2h sword"
@@ -13460,6 +13632,7 @@
"durability": null,
"weight": "3",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"attack_audios": "2503,0,2504,0",
"name": "Steel 2h sword"
@@ -13498,6 +13671,7 @@
"durability": null,
"weight": "3.6",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"attack_audios": "2503,0,2504,0",
"name": "Black 2h sword"
@@ -13536,6 +13710,7 @@
"durability": null,
"weight": "3.1",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"attack_audios": "2503,0,2504,0",
"name": "Mithril 2h sword"
@@ -13574,6 +13749,7 @@
"durability": null,
"weight": "4",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"attack_audios": "2503,0,2504,0",
"name": "Adamant 2h sword"
@@ -13612,6 +13788,7 @@
"durability": null,
"weight": "3.6",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"lendable": "true",
"attack_audios": "2503,0,2504,0",
@@ -13649,6 +13826,7 @@
"durability": null,
"weight": "1",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,0,2517,0",
"name": "Bronze scimitar"
@@ -13685,6 +13863,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,0,2517,0",
"name": "Iron scimitar"
@@ -13722,6 +13901,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,0,2517,0",
"name": "Steel scimitar"
@@ -13758,6 +13938,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,0,2517,0",
"name": "Black scimitar"
@@ -13795,6 +13976,7 @@
"durability": null,
"weight": "1.5",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,0,2517,0",
"name": "Mithril scimitar"
@@ -13832,6 +14014,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,0,2517,0",
"name": "Adamant scimitar"
@@ -13868,6 +14051,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"lendable": "true",
"attack_audios": "2500,0,2517,0",
@@ -13905,6 +14089,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "10",
+ "equip_audio": "2233",
"render_anim": "1430",
"attack_audios": "2504,0,0,0",
"name": "Iron warhammer"
@@ -13941,6 +14126,7 @@
"durability": null,
"weight": "1",
"weapon_interface": "10",
+ "equip_audio": "2233",
"render_anim": "1430",
"attack_audios": "2504,0,0,0",
"name": "Bronze warhammer"
@@ -13978,6 +14164,7 @@
"durability": null,
"weight": "1",
"weapon_interface": "10",
+ "equip_audio": "2233",
"render_anim": "1430",
"attack_audios": "2504,0,0,0",
"name": "Steel warhammer"
@@ -14014,6 +14201,7 @@
"shop_price": "1274",
"durability": null,
"weapon_interface": "10",
+ "equip_audio": "2233",
"render_anim": "1430",
"attack_audios": "2504,0,0,0",
"name": "Black warhammer"
@@ -14051,6 +14239,7 @@
"durability": null,
"weight": "1.5",
"weapon_interface": "10",
+ "equip_audio": "2233",
"render_anim": "1430",
"attack_audios": "2504,0,0,0",
"name": "Mithril warhammer"
@@ -14088,6 +14277,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "10",
+ "equip_audio": "2233",
"render_anim": "1430",
"attack_audios": "2504,0,0,0",
"name": "Adamant warhammer"
@@ -14125,6 +14315,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "10",
+ "equip_audio": "2233",
"render_anim": "1430",
"lendable": "true",
"attack_audios": "2504,0,0,0",
@@ -14147,6 +14338,7 @@
"weight": "1.3",
"attack_speed": "5",
"weapon_interface": "2",
+ "equip_audio": "2229",
"defence_anim": "397",
"equipment_slot": "3",
"attack_anims": "395,395,401,395",
@@ -14175,6 +14367,7 @@
"weight": "1.35",
"attack_speed": "5",
"weapon_interface": "2",
+ "equip_audio": "2229",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14205,6 +14398,7 @@
"weight": "1.3",
"attack_speed": "5",
"weapon_interface": "2",
+ "equip_audio": "2229",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14235,6 +14429,7 @@
"weight": "1.1",
"attack_speed": "5",
"weapon_interface": "2",
+ "equip_audio": "2229",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14265,6 +14460,7 @@
"weight": "2",
"attack_speed": "5",
"weapon_interface": "2",
+ "equip_audio": "2229",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14292,6 +14488,7 @@
"examine": "A powerful axe.",
"durability": null,
"weapon_interface": "2",
+ "equip_audio": "2229",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14321,6 +14518,7 @@
"weight": "2",
"attack_speed": "5",
"weapon_interface": "2",
+ "equip_audio": "2229",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14350,6 +14548,7 @@
"weight": "2.7",
"attack_speed": "6",
"weapon_interface": "2",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14380,6 +14579,7 @@
"weight": "2.7",
"attack_speed": "6",
"weapon_interface": "2",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14410,6 +14610,7 @@
"weight": "2.7",
"attack_speed": "6",
"weapon_interface": "2",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14440,6 +14641,7 @@
"weight": "2",
"attack_speed": "6",
"weapon_interface": "2",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14470,6 +14672,7 @@
"weight": "3",
"attack_speed": "6",
"weapon_interface": "2",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14499,6 +14702,7 @@
"weight": "2",
"attack_speed": "6",
"weapon_interface": "2",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14529,6 +14733,7 @@
"weight": "2.7",
"attack_speed": "6",
"weapon_interface": "2",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -14608,6 +14813,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Staff"
@@ -14644,7 +14850,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Staff of air"
@@ -14681,7 +14887,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Staff of water"
@@ -14718,7 +14924,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Staff of earth"
@@ -14755,7 +14961,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Staff of fire"
@@ -14792,6 +14998,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Magic staff"
@@ -14829,6 +15036,7 @@
"durability": null,
"weight": "2.25",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Battlestaff"
@@ -14866,7 +15074,7 @@
"durability": null,
"weight": "2.25",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Fire battlestaff"
@@ -14903,7 +15111,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Water battlestaff"
@@ -14941,7 +15149,7 @@
"durability": null,
"weight": "2.25",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Air battlestaff"
@@ -14979,7 +15187,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Earth battlestaff"
@@ -15016,6 +15224,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Mystic fire staff"
@@ -15030,30 +15239,31 @@
"id": "1402"
},
{
- "requirements": "{0,40}-{6,40}",
"ge_buy_limit": "100",
"turn90cw_anim": "1207",
"examine": "It's a slightly magical stick.",
"walk_anim": "1205",
- "durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "weapon_interface": "1",
"turn180_anim": "1206",
"defence_anim": "420",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "419,419,419,419",
"grand_exchange_price": "24800",
"stand_anim": "813",
- "attack_audios": "2555,0,0,0",
"tradeable": "true",
- "name": "Mystic water staff",
"run_anim": "1210",
"archery_ticket_price": "0",
"id": "1403",
"stand_turn_anim": "1209",
- "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0"
+ "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0",
+ "requirements": "{0,40}-{6,40}",
+ "durability": null,
+ "weapon_interface": "1",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Mystic water staff"
},
{
"ge_buy_limit": "100",
@@ -15087,6 +15297,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Mystic air staff"
@@ -15124,6 +15335,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Mystic earth staff"
@@ -15147,6 +15359,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -15232,11 +15445,13 @@
"two_handed": "true",
"weapon_interface": "22",
"turn180_anim": "820",
+ "equip_audio": "2247",
"render_anim": "1383",
"defence_anim": "383",
"equipment_slot": "3",
- "attack_anims": "382,382,382,382",
+ "attack_anims": "440,440,438,382",
"stand_anim": "847",
+ "attack_audios": "2524,2524,2522,2524",
"name": "Scythe",
"run_anim": "824",
"archery_ticket_price": "0",
@@ -15252,10 +15467,12 @@
"weight": "1.8",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
"grand_exchange_price": "7",
+ "attack_audios": "2508,2508,25092508",
"name": "Iron mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -15279,10 +15496,12 @@
"weight": "1.79",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
"grand_exchange_price": "12",
+ "attack_audios": "2508,2508,25092508",
"name": "Bronze mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -15307,10 +15526,12 @@
"weight": "1.79",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
"grand_exchange_price": "31",
+ "attack_audios": "2508,2508,25092508",
"name": "Steel mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -15334,10 +15555,12 @@
"weight": "1.79",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
"grand_exchange_price": "954",
+ "attack_audios": "2508,2508,25092508",
"name": "Black mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -15362,10 +15585,12 @@
"weight": "1.5",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
"grand_exchange_price": "157",
+ "attack_audios": "2508,2508,25092508",
"name": "Mithril mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -15390,10 +15615,12 @@
"weight": "2",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
"grand_exchange_price": "673",
+ "attack_audios": "2508,2508,25092508",
"name": "Adamant mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -15418,11 +15645,13 @@
"weight": "1.79",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
"lendable": "true",
"grand_exchange_price": "8380",
+ "attack_audios": "2508,2508,25092508",
"name": "Rune mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -15448,11 +15677,13 @@
"weight": "1.8",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "403",
"equipment_slot": "3",
"attack_anims": "401,401,400,401",
"lendable": "true",
"grand_exchange_price": "29300",
+ "attack_audios": "2508,2508,25092508",
"name": "Dragon mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -16041,7 +16272,8 @@
"durability": null,
"name": "Iban's shadow",
"archery_ticket_price": "0",
- "id": "1500"
+ "id": "1500",
+ "equip_audio": ""
},
{
"examine": "Smells stronger than most spirits.",
@@ -18681,7 +18913,8 @@
"name": "Woad leaf",
"tradeable": "true",
"archery_ticket_price": "0",
- "id": "1793"
+ "id": "1793",
+ "equip_audio": ""
},
{
"ge_buy_limit": "100",
@@ -24330,6 +24563,7 @@
"weight": "2.2",
"attack_speed": "4",
"weapon_interface": "1",
+ "equip_audio": "2247",
"defence_anim": "420",
"equipment_slot": "3",
"attack_anims": "419,419,419,419",
@@ -24347,6 +24581,7 @@
"weight": "2",
"attack_speed": "4",
"weapon_interface": "1",
+ "equip_audio": "2247",
"defence_anim": "420",
"equipment_slot": "3",
"attack_anims": "419,419,419,419",
@@ -24368,6 +24603,7 @@
"attack_speed": "4",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "420",
"render_anim": "28",
"equipment_slot": "3",
@@ -25082,6 +25318,7 @@
"examine": "Made from 100% real dragonhide.",
"durability": null,
"weight": "0.2",
+ "equip_audio": "2241",
"equipment_slot": "9",
"lendable": "true",
"grand_exchange_price": "1705",
@@ -25106,6 +25343,7 @@
"examine": "Vambraces made from 100% real dragonhide.",
"durability": null,
"weight": "0.25",
+ "equip_audio": "2241",
"equipment_slot": "9",
"lendable": "true",
"grand_exchange_price": "2046",
@@ -25130,6 +25368,7 @@
"examine": "Vambraces made from 100% real dragonhide.",
"durability": null,
"weight": "0.25",
+ "equip_audio": "2241",
"equipment_slot": "9",
"lendable": "true",
"grand_exchange_price": "2506",
@@ -25155,6 +25394,7 @@
"durability": null,
"weight": "5.4",
"absorb": "0,5,2",
+ "equip_audio": "2241",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "2504",
@@ -25180,6 +25420,7 @@
"durability": null,
"weight": "5.4",
"absorb": "0,6,3",
+ "equip_audio": "2241",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "3142",
@@ -25205,6 +25446,7 @@
"durability": null,
"weight": "5.4",
"absorb": "0,7,3",
+ "equip_audio": "2241",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "4744",
@@ -25230,6 +25472,7 @@
"durability": null,
"weight": "6.8",
"absorb": "0,6,3",
+ "equip_audio": "2241",
"equipment_slot": "4",
"lendable": "true",
"grand_exchange_price": "5420",
@@ -25255,6 +25498,7 @@
"durability": null,
"weight": "6.8",
"absorb": "0,6,3",
+ "equip_audio": "2241",
"equipment_slot": "4",
"lendable": "true",
"grand_exchange_price": "6680",
@@ -25280,6 +25524,7 @@
"durability": null,
"weight": "6.8",
"absorb": "0,6,3",
+ "equip_audio": "2241",
"equipment_slot": "4",
"lendable": "true",
"grand_exchange_price": "8098",
@@ -25992,6 +26237,7 @@
"durability": null,
"weight": "9.07",
"absorb": "1,0,2",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "74900",
@@ -26014,15 +26260,16 @@
"requirements": "{1,10}",
"ge_buy_limit": "2",
"examine": "Black platelegs with trim.",
- "grand_exchange_price": "39900",
"durability": null,
+ "weight": "9",
+ "equip_audio": "2242",
+ "equipment_slot": "7",
+ "grand_exchange_price": "39900",
"name": "Black platelegs (t)",
"tradeable": "true",
- "weight": "9",
"archery_ticket_price": "0",
"id": "2585",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0",
- "equipment_slot": "7"
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -26040,6 +26287,7 @@
"examine": "Black full helmet with trim.",
"durability": null,
"weight": "2",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "82200",
@@ -26066,6 +26314,7 @@
"durability": null,
"weight": "5",
"absorb": "1,0,2",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "73000",
"name": "Black kiteshield (t)",
@@ -26090,6 +26339,7 @@
"durability": null,
"weight": "9.07",
"absorb": "1,0,2",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "589000",
@@ -26112,15 +26362,16 @@
"requirements": "{1,10}",
"ge_buy_limit": "2",
"examine": "Black platelegs with gold trim.",
- "grand_exchange_price": "216700",
"durability": null,
+ "weight": "9",
+ "equip_audio": "2242",
+ "equipment_slot": "7",
+ "grand_exchange_price": "216700",
"name": "Black platelegs (g)",
"tradeable": "true",
- "weight": "9",
"archery_ticket_price": "0",
"id": "2593",
- "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0",
- "equipment_slot": "7"
+ "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -26138,6 +26389,7 @@
"examine": "Black full helmet with gold trim.",
"durability": null,
"weight": "2.7",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "364800",
@@ -26163,6 +26415,7 @@
"durability": null,
"weight": "5",
"absorb": "1,0,2",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "355600",
"name": "Black kiteshield (g)",
@@ -26187,6 +26440,7 @@
"durability": null,
"weight": "9.07",
"absorb": "2,0,4",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "104000",
@@ -26213,6 +26467,7 @@
"durability": null,
"weight": "10",
"absorb": "1,0,3",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "23200",
"name": "Adam platelegs (t)",
@@ -26237,6 +26492,7 @@
"durability": null,
"weight": "5.8",
"absorb": "3,0,6",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "49100",
"name": "Adam kiteshield (t)",
@@ -26262,6 +26518,7 @@
"durability": null,
"weight": "2.7",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "85000",
@@ -26287,6 +26544,7 @@
"durability": null,
"weight": "9.07",
"absorb": "2,0,4",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "359500",
@@ -26313,6 +26571,7 @@
"durability": null,
"weight": "10",
"absorb": "1,0,3",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "94300",
"name": "Adam platelegs (g)",
@@ -26337,6 +26596,7 @@
"durability": null,
"weight": "6",
"absorb": "3,0,6",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "170100",
"name": "Adam kiteshield (g)",
@@ -26362,6 +26622,7 @@
"durability": null,
"weight": "2.7",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "222400",
@@ -26387,6 +26648,7 @@
"durability": null,
"weight": "9.07",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -26414,6 +26676,7 @@
"durability": null,
"weight": "9",
"absorb": "2,0,4",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "243400",
@@ -26441,6 +26704,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"lendable": "true",
@@ -26467,6 +26731,7 @@
"durability": null,
"weight": "5",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "392700",
@@ -26492,6 +26757,7 @@
"durability": null,
"weight": "9.07",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -26518,6 +26784,7 @@
"durability": null,
"weight": "9",
"absorb": "2,0,4",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "95400",
@@ -26544,6 +26811,7 @@
"durability": null,
"weight": "2.7",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"lendable": "true",
@@ -26570,7 +26838,9 @@
"durability": null,
"weight": "5",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
+ "attack_anims": "",
"lendable": "true",
"grand_exchange_price": "160300",
"name": "Rune kiteshield (t)",
@@ -26832,6 +27102,7 @@
"durability": null,
"weight": "9",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -26858,6 +27129,7 @@
"durability": null,
"weight": "9",
"absorb": "2,0,4",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "281500",
@@ -26884,6 +27156,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"lendable": "true",
@@ -26910,6 +27183,7 @@
"durability": null,
"weight": "5",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "499500",
@@ -26935,6 +27209,7 @@
"durability": null,
"weight": "9.07",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -26961,6 +27236,7 @@
"durability": null,
"weight": "9",
"absorb": "2,0,4",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "444000",
@@ -26987,6 +27263,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"lendable": "true",
@@ -27013,6 +27290,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "795900",
@@ -27038,6 +27316,7 @@
"durability": null,
"weight": "9.07",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -27064,6 +27343,7 @@
"durability": null,
"weight": "9",
"absorb": "2,0,4",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "169900",
@@ -27090,6 +27370,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"lendable": "true",
@@ -27116,6 +27397,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "247300",
@@ -30341,7 +30623,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Lava battlestaff"
@@ -30370,7 +30652,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Mystic lava staff"
@@ -30448,6 +30730,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -30466,6 +30749,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -30492,6 +30776,7 @@
"equipment_slot": "3",
"attack_anims": "390,390,390,390",
"grand_exchange_price": "702",
+ "attack_audios": "2548,2548,2548,2548",
"name": "Bronze claws",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -30513,6 +30798,7 @@
"equipment_slot": "3",
"attack_anims": "390,390,390,390",
"grand_exchange_price": "13",
+ "attack_audios": "2548,2548,2548,2548",
"name": "Iron claws",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -30535,6 +30821,7 @@
"equipment_slot": "3",
"attack_anims": "390,390,390,390",
"grand_exchange_price": "20",
+ "attack_audios": "2548,2548,2548,2548",
"name": "Steel claws",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -30556,6 +30843,7 @@
"equipment_slot": "3",
"attack_anims": "390,390,390,390",
"grand_exchange_price": "940",
+ "attack_audios": "2548,2548,2548,2548",
"name": "Black claws",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -30577,6 +30865,7 @@
"equipment_slot": "3",
"attack_anims": "390,390,390,390",
"grand_exchange_price": "114",
+ "attack_audios": "2548,2548,2548,2548",
"name": "Mithril claws",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -30597,6 +30886,7 @@
"equipment_slot": "3",
"attack_anims": "390,390,390,390",
"grand_exchange_price": "649",
+ "attack_audios": "2548,2548,2548,2548",
"name": "Adamant claws",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -30620,6 +30910,7 @@
"attack_anims": "390,390,390,390",
"lendable": "true",
"grand_exchange_price": "6939",
+ "attack_audios": "2548,2548,2548,2548",
"name": "Rune claws",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -30654,6 +30945,7 @@
"durability": null,
"destroy": "true",
"weight": "0.3",
+ "equip_audio": "2237",
"equipment_slot": "10",
"grand_exchange_price": "51400",
"name": "Climbing boots",
@@ -30679,6 +30971,7 @@
"archery_ticket_price": "0",
"id": "3107",
"bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0",
+ "equip_audio": "2237",
"equipment_slot": "10"
},
{
@@ -31208,6 +31501,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "2079",
"render_anim": "28",
"equipment_slot": "3",
@@ -31232,6 +31526,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "2079",
"render_anim": "28",
"equipment_slot": "3",
@@ -31257,6 +31552,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "2079",
"render_anim": "28",
"equipment_slot": "3",
@@ -31282,6 +31578,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "2079",
"render_anim": "28",
"equipment_slot": "3",
@@ -31307,6 +31604,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "2079",
"render_anim": "28",
"equipment_slot": "3",
@@ -31332,6 +31630,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "2079",
"render_anim": "28",
"equipment_slot": "3",
@@ -31346,30 +31645,31 @@
"bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0"
},
{
- "requirements": "{0,60}",
"turn90cw_anim": "1207",
"examine": "A Karambwan poisoned dragon tipped spear.",
"walk_anim": "1205",
"has_special": "true",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
"defence_anim": "2079",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "2080,2081,2082,2080",
"grand_exchange_price": "37446",
"stand_anim": "813",
- "name": "Dragon spear(kp)",
"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"
+ "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0",
+ "requirements": "{0,60}",
+ "durability": null,
+ "weight": "2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "name": "Dragon spear(kp)"
},
{
"durability": null,
@@ -31520,6 +31820,7 @@
"durability": null,
"weight": "3",
"weapon_interface": "15",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Bronze halberd"
},
@@ -31556,6 +31857,7 @@
"durability": null,
"weight": "3.1",
"weapon_interface": "15",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Iron halberd"
},
@@ -31593,6 +31895,7 @@
"durability": null,
"weight": "3",
"weapon_interface": "15",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Steel halberd"
},
@@ -31630,6 +31933,7 @@
"durability": null,
"weight": "3",
"weapon_interface": "15",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Black halberd"
},
@@ -31667,6 +31971,7 @@
"durability": null,
"weight": "2.7",
"weapon_interface": "15",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Mithril halberd"
},
@@ -31704,6 +32009,7 @@
"durability": null,
"weight": "3.6",
"weapon_interface": "15",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Adamant halberd"
},
@@ -31741,6 +32047,7 @@
"durability": null,
"weight": "3",
"weapon_interface": "15",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"name": "Rune halberd"
@@ -31780,6 +32087,7 @@
"durability": null,
"weight": "3.1",
"weapon_interface": "15",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"name": "Dragon halberd"
@@ -32881,6 +33189,7 @@
"examine": "Wooden foot protection.",
"durability": null,
"weight": "0.9",
+ "equip_audio": "2237",
"equipment_slot": "10",
"lendable": "true",
"grand_exchange_price": "3808",
@@ -33677,6 +33986,7 @@
"durability": null,
"weight": "10",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -33703,6 +34013,7 @@
"durability": null,
"weight": "9",
"absorb": "2,0,4",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "2200000",
@@ -33745,6 +34056,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"lendable": "true",
@@ -33771,6 +34083,7 @@
"durability": null,
"weight": "5",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "515400",
@@ -36967,6 +37280,7 @@
"turn90ccw_anim": "822",
"weapon_interface": "6",
"turn180_anim": "820",
+ "equip_audio": "2248",
"render_anim": "1",
"castle_wars_ticket_price": "5",
"equipment_slot": "3",
@@ -37138,6 +37452,7 @@
"rare_item": "true",
"weight": "9",
"absorb": "3,0,6",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "190500",
@@ -37554,6 +37869,7 @@
"archery_ticket_price": "0",
"id": "4119",
"bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0",
+ "equip_audio": "2237",
"equipment_slot": "10"
},
{
@@ -37576,6 +37892,7 @@
"archery_ticket_price": "0",
"id": "4121",
"bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0",
+ "equip_audio": "2237",
"equipment_slot": "10"
},
{
@@ -37591,15 +37908,16 @@
"requirements": "{1,5}",
"ge_buy_limit": "100",
"examine": "These will protect my feet.",
- "grand_exchange_price": "258",
"durability": null,
+ "weight": "1.3",
+ "equip_audio": "2237",
+ "equipment_slot": "10",
+ "grand_exchange_price": "258",
"name": "Steel boots",
"tradeable": "true",
- "weight": "1.3",
"archery_ticket_price": "0",
"id": "4123",
- "bonuses": "0,0,0,-3,-1,5,6,7,0,0,5,0,0,0,0",
- "equipment_slot": "10"
+ "bonuses": "0,0,0,-3,-1,5,6,7,0,0,5,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -37614,15 +37932,16 @@
"requirements": "{1,10}",
"ge_buy_limit": "100",
"examine": "These will protect my feet.",
- "grand_exchange_price": "317",
"durability": null,
+ "weight": "1.3",
+ "equip_audio": "2237",
+ "equipment_slot": "10",
+ "grand_exchange_price": "317",
"name": "Black boots",
"tradeable": "true",
- "weight": "1.3",
"archery_ticket_price": "0",
"id": "4125",
- "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,0,0,0",
- "equipment_slot": "10"
+ "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -37637,15 +37956,16 @@
"requirements": "{1,20}",
"ge_buy_limit": "100",
"examine": "These will protect my feet.",
- "grand_exchange_price": "580",
"durability": null,
+ "weight": "1",
+ "equip_audio": "2237",
+ "equipment_slot": "10",
+ "grand_exchange_price": "580",
"name": "Mithril boots",
"tradeable": "true",
- "weight": "1",
"archery_ticket_price": "0",
"id": "4127",
- "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0",
- "equipment_slot": "10"
+ "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -37660,15 +37980,16 @@
"requirements": "{1,30}",
"ge_buy_limit": "100",
"examine": "These will protect my feet.",
- "grand_exchange_price": "1336",
"durability": null,
+ "weight": "1.3",
+ "equip_audio": "2237",
+ "equipment_slot": "10",
+ "grand_exchange_price": "1336",
"name": "Adamant boots",
"tradeable": "true",
- "weight": "1.3",
"archery_ticket_price": "0",
"id": "4129",
- "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0",
- "equipment_slot": "10"
+ "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -37685,6 +38006,7 @@
"examine": "These will protect my feet.",
"durability": null,
"weight": "1.3",
+ "equip_audio": "2237",
"equipment_slot": "10",
"lendable": "true",
"grand_exchange_price": "7474",
@@ -37967,6 +38289,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "2079",
"render_anim": "28",
"equipment_slot": "3",
@@ -37989,6 +38312,7 @@
"archery_ticket_price": "0",
"attack_speed": "5",
"id": "4159",
+ "equip_audio": "2247",
"equipment_slot": "3"
},
{
@@ -38128,6 +38452,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Slayer's staff"
@@ -38430,12 +38755,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "New crystal bow",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -38460,12 +38786,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow full",
"archery_ticket_price": "0",
"id": "4214",
@@ -38480,12 +38807,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow 9/10",
"archery_ticket_price": "0",
"id": "4215",
@@ -38500,12 +38828,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow 8/10",
"archery_ticket_price": "0",
"id": "4216",
@@ -38520,12 +38849,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow 7/10",
"archery_ticket_price": "0",
"id": "4217",
@@ -38540,12 +38870,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow 6/10",
"archery_ticket_price": "0",
"id": "4218",
@@ -38560,12 +38891,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow 5/10",
"archery_ticket_price": "0",
"id": "4219",
@@ -38580,12 +38912,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow 4/10",
"archery_ticket_price": "0",
"id": "4220",
@@ -38600,12 +38933,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow 3/10",
"archery_ticket_price": "0",
"id": "4221",
@@ -38620,12 +38954,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow 2/10",
"archery_ticket_price": "0",
"id": "4222",
@@ -38640,12 +38975,13 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "16",
+ "equip_audio": "2238",
"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",
+ "attack_audios": "1352,1352,1352,0",
"name": "Crystal bow 1/10",
"archery_ticket_price": "0",
"id": "4223",
@@ -39433,6 +39769,7 @@
"archery_ticket_price": "0",
"id": "4310",
"bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0",
+ "equip_audio": "",
"equipment_slot": "10"
},
{
@@ -41268,6 +41605,7 @@
"turn90ccw_anim": "822",
"weapon_interface": "6",
"turn180_anim": "820",
+ "equip_audio": "2248",
"render_anim": "1",
"defence_anim": "397",
"castle_wars_ticket_price": "50",
@@ -41339,6 +41677,7 @@
"turn90ccw_anim": "822",
"weapon_interface": "6",
"turn180_anim": "820",
+ "equip_audio": "2248",
"render_anim": "1",
"defence_anim": "397",
"castle_wars_ticket_price": "500",
@@ -41864,10 +42203,12 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "12",
+ "equip_audio": "2238",
"defence_anim": "1834",
"equipment_slot": "3",
"attack_anims": "1833,1833,1833,1833",
"fun_weapon": "true",
+ "attack_audios": "2257,2257,2257",
"name": "Rubber chicken",
"archery_ticket_price": "0",
"id": "4566",
@@ -41946,6 +42287,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "536",
@@ -41980,6 +42322,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "2808",
@@ -42013,6 +42356,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "309",
@@ -42075,6 +42419,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"lendable": "true",
"attack_audios": "2500,0,2517,0",
@@ -42556,6 +42901,7 @@
"durability": null,
"weight": "2.25",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"attack_audios": "2555,0,0,0",
@@ -42868,6 +43214,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Ahrim's staff"
@@ -42944,6 +43291,7 @@
"rare_item": "true",
"weight": "1",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "1300000",
"name": "Dharok's helm",
@@ -42987,6 +43335,7 @@
"durability": null,
"weight": "13",
"weapon_interface": "2",
+ "equip_audio": "2232",
"render_anim": "134",
"name": "Dharok's greataxe"
},
@@ -43008,6 +43357,7 @@
"rare_item": "true",
"weight": "9.9",
"absorb": "5,0,10",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "511400",
@@ -43035,6 +43385,7 @@
"rare_item": "true",
"weight": "10",
"absorb": "3,0,7",
+ "equip_audio": "2243",
"equipment_slot": "7",
"grand_exchange_price": "748800",
"name": "Dharok's platelegs",
@@ -43062,6 +43413,7 @@
"rare_item": "true",
"weight": "2",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "396300",
@@ -43106,6 +43458,7 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Guthan's warspear"
},
@@ -43127,6 +43480,7 @@
"rare_item": "true",
"weight": "9",
"absorb": "5,0,10",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "316800",
@@ -43154,6 +43508,7 @@
"rare_item": "true",
"weight": "8",
"absorb": "3,0,7",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "315600",
"name": "Guthan's chainskirt",
@@ -43180,6 +43535,7 @@
"durability": null,
"rare_item": "true",
"absorb": "0,5,2",
+ "equip_audio": "2238",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "38900",
@@ -43224,6 +43580,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "17",
+ "equip_audio": "2244",
"render_anim": "372",
"attack_audios": "2700,0,0,0",
"name": "Karil's crossbow"
@@ -43246,6 +43603,7 @@
"rare_item": "true",
"weight": "6",
"absorb": "0,10,5",
+ "equip_audio": "2241",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "1800000",
@@ -43273,6 +43631,7 @@
"rare_item": "true",
"weight": "2",
"absorb": "0,7,3",
+ "equip_audio": "2238",
"equipment_slot": "7",
"grand_exchange_price": "217000",
"name": "Karil's leatherskirt",
@@ -43314,6 +43673,7 @@
"rare_item": "true",
"weight": "5",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "139000",
@@ -43343,6 +43703,7 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "10",
+ "equip_audio": "2233",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "2068,2068,2068,2068",
@@ -43372,6 +43733,7 @@
"rare_item": "true",
"weight": "9",
"absorb": "5,0,10",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "346200",
@@ -43399,6 +43761,7 @@
"rare_item": "true",
"weight": "9",
"absorb": "3,0,7",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "427200",
"name": "Torag's platelegs",
@@ -43426,6 +43789,7 @@
"rare_item": "true",
"weight": "1",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "687200",
@@ -43470,6 +43834,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "8",
+ "equip_audio": "2246",
"render_anim": "1426",
"attack_audios": "1323,0,0,0",
"name": "Verac's flail"
@@ -43492,6 +43857,7 @@
"rare_item": "true",
"weight": "5",
"absorb": "5,0,10",
+ "equip_audio": "2241",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "270000",
@@ -43519,6 +43885,7 @@
"rare_item": "true",
"weight": "5",
"absorb": "3,0,7",
+ "equip_audio": "2242",
"equipment_slot": "7",
"grand_exchange_price": "411400",
"name": "Verac's plateskirt",
@@ -44171,6 +44538,7 @@
"attack_speed": "6",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "420",
"render_anim": "28",
"equipment_slot": "3",
@@ -44196,6 +44564,7 @@
"attack_speed": "6",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "420",
"render_anim": "28",
"equipment_slot": "3",
@@ -44221,6 +44590,7 @@
"attack_speed": "6",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "420",
"render_anim": "28",
"equipment_slot": "3",
@@ -44246,6 +44616,7 @@
"attack_speed": "6",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "420",
"render_anim": "28",
"equipment_slot": "3",
@@ -44272,6 +44643,7 @@
"attack_speed": "6",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "50600",
@@ -44455,57 +44827,61 @@
"remove_head": "true",
"requirements": "{1,70}",
"examine": "Dharok the Wretched's helm.",
- "grand_exchange_price": "1355582",
"durability": null,
- "name": "Dharok's helm 100",
"weight": "1",
+ "absorb": "2,0,5",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1355582",
+ "name": "Dharok's helm 100",
"archery_ticket_price": "0",
"id": "4880",
- "absorb": "2,0,5",
- "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,70}",
"examine": "Dharok the Wretched's helm.",
- "grand_exchange_price": "1355582",
"durability": null,
- "name": "Dharok's helm 75",
"weight": "1",
+ "absorb": "2,0,5",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1355582",
+ "name": "Dharok's helm 75",
"archery_ticket_price": "0",
"id": "4881",
- "absorb": "2,0,5",
- "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,70}",
"examine": "Dharok the Wretched's helm.",
- "grand_exchange_price": "1355582",
"durability": null,
- "name": "Dharok's helm 50",
"weight": "1",
+ "absorb": "2,0,5",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1355582",
+ "name": "Dharok's helm 50",
"archery_ticket_price": "0",
"id": "4882",
- "absorb": "2,0,5",
- "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,70}",
"examine": "Dharok the Wretched's helm.",
- "grand_exchange_price": "1355582",
"durability": null,
- "name": "Dharok's helm 25",
"weight": "1",
+ "absorb": "2,0,5",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "1355582",
+ "name": "Dharok's helm 25",
"archery_ticket_price": "0",
"id": "4883",
- "absorb": "2,0,5",
- "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0"
},
{
"remove_head": "true",
@@ -44515,6 +44891,7 @@
"durability": null,
"weight": "1",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "1300000",
"name": "Dharok's helm 0",
@@ -44533,108 +44910,112 @@
"id": "4885"
},
{
- "requirements": "{0,70}-{2,70}",
"turn90cw_anim": "2064",
"examine": "Dharok the Wretched's greataxe.",
"walk_anim": "2064",
- "durability": null,
- "weight": "13",
"turn90ccw_anim": "2064",
"attack_speed": "7",
"two_handed": "true",
- "weapon_interface": "2",
"turn180_anim": "2064",
"defence_anim": "424",
- "render_anim": "134",
"equipment_slot": "3",
"attack_anims": "2067,2067,2066,2067",
"grand_exchange_price": "454500",
"stand_anim": "2065",
- "attack_audios": "1320,0,0,0",
- "name": "Dharok's axe 100",
"run_anim": "824",
"archery_ticket_price": "0",
"id": "4886",
"stand_turn_anim": "823",
- "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0"
+ "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
+ "requirements": "{0,70}-{2,70}",
+ "durability": null,
+ "weight": "13",
+ "weapon_interface": "2",
+ "equip_audio": "2232",
+ "render_anim": "134",
+ "attack_audios": "1320,0,0,0",
+ "name": "Dharok's axe 100"
},
{
- "requirements": "{0,70}-{2,70}",
"turn90cw_anim": "2064",
"examine": "Dharok the Wretched's greataxe.",
"walk_anim": "2064",
- "durability": null,
- "weight": "13",
"turn90ccw_anim": "2064",
"attack_speed": "7",
"two_handed": "true",
- "weapon_interface": "2",
"turn180_anim": "2064",
"defence_anim": "424",
- "render_anim": "134",
"equipment_slot": "3",
"attack_anims": "2067,2067,2066,2067",
"grand_exchange_price": "454500",
"stand_anim": "2065",
- "attack_audios": "1320,0,0,0",
- "name": "Dharok's axe 75",
"run_anim": "824",
"archery_ticket_price": "0",
"id": "4887",
"stand_turn_anim": "823",
- "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0"
+ "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
+ "requirements": "{0,70}-{2,70}",
+ "durability": null,
+ "weight": "13",
+ "weapon_interface": "2",
+ "equip_audio": "2232",
+ "render_anim": "134",
+ "attack_audios": "1320,0,0,0",
+ "name": "Dharok's axe 75"
},
{
- "requirements": "{0,70}-{2,70}",
"turn90cw_anim": "2064",
"examine": "Dharok the Wretched's greataxe.",
"walk_anim": "2064",
- "durability": null,
- "weight": "13",
"turn90ccw_anim": "2064",
"attack_speed": "7",
"two_handed": "true",
- "weapon_interface": "2",
"turn180_anim": "2064",
"defence_anim": "424",
- "render_anim": "134",
"equipment_slot": "3",
"attack_anims": "2067,2067,2066,2067",
"grand_exchange_price": "454500",
"stand_anim": "2065",
- "attack_audios": "1320,0,0,0",
- "name": "Dharok's axe 50",
"run_anim": "824",
"archery_ticket_price": "0",
"id": "4888",
"stand_turn_anim": "823",
- "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0"
+ "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
+ "requirements": "{0,70}-{2,70}",
+ "durability": null,
+ "weight": "13",
+ "weapon_interface": "2",
+ "equip_audio": "2232",
+ "render_anim": "134",
+ "attack_audios": "1320,0,0,0",
+ "name": "Dharok's axe 50"
},
{
- "requirements": "{0,70}-{2,70}",
"turn90cw_anim": "2064",
"examine": "Dharok the Wretched's greataxe.",
"walk_anim": "2064",
- "durability": null,
- "weight": "13",
"turn90ccw_anim": "2064",
"attack_speed": "7",
"two_handed": "true",
- "weapon_interface": "2",
"turn180_anim": "2064",
"defence_anim": "424",
- "render_anim": "134",
"equipment_slot": "3",
"attack_anims": "2067,2067,2066,2067",
"grand_exchange_price": "454500",
"stand_anim": "2065",
- "attack_audios": "1320,0,0,0",
- "name": "Dharok's axe 25",
"run_anim": "824",
"archery_ticket_price": "0",
"id": "4889",
"stand_turn_anim": "823",
- "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0"
+ "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0",
+ "requirements": "{0,70}-{2,70}",
+ "durability": null,
+ "weight": "13",
+ "weapon_interface": "2",
+ "equip_audio": "2232",
+ "render_anim": "134",
+ "attack_audios": "1320,0,0,0",
+ "name": "Dharok's axe 25"
},
{
"requirements": "{0,70}-{2,70}",
@@ -44649,6 +45030,7 @@
"two_handed": "true",
"weapon_interface": "2",
"turn180_anim": "2064",
+ "equip_audio": "2232",
"render_anim": "134",
"equipment_slot": "3",
"grand_exchange_price": "442600",
@@ -44673,59 +45055,63 @@
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Dharok the Wretched's platebody armour.",
- "grand_exchange_price": "481600",
"durability": null,
- "name": "Dharok's body 100",
"weight": "9.9",
+ "absorb": "5,0,10",
+ "equip_audio": "2239",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "481600",
+ "name": "Dharok's body 100",
"archery_ticket_price": "0",
"id": "4892",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Dharok the Wretched's platebody armour.",
- "grand_exchange_price": "481600",
"durability": null,
- "name": "Dharok's body 75",
"weight": "9.9",
+ "absorb": "5,0,10",
+ "equip_audio": "2239",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "481600",
+ "name": "Dharok's body 75",
"archery_ticket_price": "0",
"id": "4893",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Dharok the Wretched's platebody armour.",
- "grand_exchange_price": "481600",
"durability": null,
- "name": "Dharok's body 50",
"weight": "9.9",
+ "absorb": "5,0,10",
+ "equip_audio": "2239",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "481600",
+ "name": "Dharok's body 50",
"archery_ticket_price": "0",
"id": "4894",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Dharok the Wretched's platebody armour.",
- "grand_exchange_price": "481600",
"durability": null,
- "name": "Dharok's body 25",
"weight": "9.9",
+ "absorb": "5,0,10",
+ "equip_audio": "2239",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "481600",
+ "name": "Dharok's body 25",
"archery_ticket_price": "0",
"id": "4895",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
@@ -44734,6 +45120,7 @@
"durability": null,
"weight": "9.9",
"absorb": "5,0,10",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "438200",
@@ -44763,6 +45150,7 @@
"id": "4898",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
+ "equip_audio": "2243",
"equipment_slot": "7"
},
{
@@ -44776,6 +45164,7 @@
"id": "4899",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
+ "equip_audio": "2243",
"equipment_slot": "7"
},
{
@@ -44789,6 +45178,7 @@
"id": "4900",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
+ "equip_audio": "2243",
"equipment_slot": "7"
},
{
@@ -44802,21 +45192,23 @@
"id": "4901",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
+ "equip_audio": "2243",
"equipment_slot": "7"
},
{
"requirements": "{1,70}",
"ge_buy_limit": "10",
"examine": "Dharok the Wretched's plate leg armour.",
- "grand_exchange_price": "676000",
"durability": null,
+ "weight": "10",
+ "absorb": "3,0,7",
+ "equip_audio": "2243",
+ "equipment_slot": "7",
+ "grand_exchange_price": "676000",
"name": "Dharok's legs 0",
"tradeable": "true",
- "weight": "10",
"archery_ticket_price": "0",
- "id": "4902",
- "absorb": "3,0,7",
- "equipment_slot": "7"
+ "id": "4902"
},
{
"ge_buy_limit": "10",
@@ -44835,6 +45227,7 @@
"durability": null,
"weight": "2",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "232455",
@@ -44850,6 +45243,7 @@
"durability": null,
"weight": "2",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "232455",
@@ -44865,6 +45259,7 @@
"durability": null,
"weight": "2",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "232455",
@@ -44880,6 +45275,7 @@
"durability": null,
"weight": "2",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "232455",
@@ -44896,6 +45292,7 @@
"durability": null,
"weight": "2",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "368200",
@@ -44915,108 +45312,112 @@
"id": "4909"
},
{
- "requirements": "{0,70}",
"turn90cw_anim": "1207",
"examine": "Guthan the Infested's warspear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
"defence_anim": "2079",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "2080,2081,2082,2080",
"grand_exchange_price": "371782",
"stand_anim": "813",
- "attack_audios": "1316,0,0,0",
- "name": "Guthan's spear 100",
"run_anim": "1210",
"archery_ticket_price": "0",
"id": "4910",
"stand_turn_anim": "1209",
- "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0"
+ "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "attack_audios": "1316,0,0,0",
+ "name": "Guthan's spear 100"
},
{
- "requirements": "{0,70}",
"turn90cw_anim": "1207",
"examine": "Guthan the Infested's warspear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
"defence_anim": "2079",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "2080,2081,2082,2080",
"grand_exchange_price": "371782",
"stand_anim": "813",
- "attack_audios": "1316,0,0,0",
- "name": "Guthan's spear 75",
"run_anim": "1210",
"archery_ticket_price": "0",
"id": "4911",
"stand_turn_anim": "1209",
- "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0"
+ "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "attack_audios": "1316,0,0,0",
+ "name": "Guthan's spear 75"
},
{
- "requirements": "{0,70}",
"turn90cw_anim": "1207",
"examine": "Guthan the Infested's warspear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
"defence_anim": "2079",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "2080,2081,2082,2080",
"grand_exchange_price": "371782",
"stand_anim": "813",
- "attack_audios": "1316,0,0,0",
- "name": "Guthan's spear 50",
"run_anim": "1210",
"archery_ticket_price": "0",
"id": "4912",
"stand_turn_anim": "1209",
- "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0"
+ "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "attack_audios": "1316,0,0,0",
+ "name": "Guthan's spear 50"
},
{
- "requirements": "{0,70}",
"turn90cw_anim": "1207",
"examine": "Guthan the Infested's warspear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
"defence_anim": "2079",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "2080,2081,2082,2080",
"grand_exchange_price": "371782",
"stand_anim": "813",
- "attack_audios": "1316,0,0,0",
- "name": "Guthan's spear 25",
"run_anim": "1210",
"archery_ticket_price": "0",
"id": "4913",
"stand_turn_anim": "1209",
- "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0"
+ "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "attack_audios": "1316,0,0,0",
+ "name": "Guthan's spear 25"
},
{
"requirements": "{0,70}",
@@ -45031,6 +45432,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "379500",
@@ -45055,59 +45457,63 @@
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Guthan the Infested's platebody armour.",
- "grand_exchange_price": "241605",
"durability": null,
- "name": "Guthan's body 100",
"weight": "9",
+ "absorb": "5,0,10",
+ "equip_audio": "2239",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "241605",
+ "name": "Guthan's body 100",
"archery_ticket_price": "0",
"id": "4916",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Guthan the Infested's platebody armour.",
- "grand_exchange_price": "241605",
"durability": null,
- "name": "Guthan's body 75",
"weight": "9",
+ "absorb": "5,0,10",
+ "equip_audio": "2239",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "241605",
+ "name": "Guthan's body 75",
"archery_ticket_price": "0",
"id": "4917",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Guthan the Infested's platebody armour.",
- "grand_exchange_price": "241605",
"durability": null,
- "name": "Guthan's body 50",
"weight": "9",
+ "absorb": "5,0,10",
+ "equip_audio": "2239",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "241605",
+ "name": "Guthan's body 50",
"archery_ticket_price": "0",
"id": "4918",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Guthan the Infested's platebody armour.",
- "grand_exchange_price": "241605",
"durability": null,
- "name": "Guthan's body 25",
"weight": "9",
+ "absorb": "5,0,10",
+ "equip_audio": "2239",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "241605",
+ "name": "Guthan's body 25",
"archery_ticket_price": "0",
"id": "4919",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
@@ -45116,6 +45522,7 @@
"durability": null,
"weight": "9",
"absorb": "5,0,10",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "245900",
@@ -45145,6 +45552,7 @@
"id": "4922",
"absorb": "3,0,7",
"bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
@@ -45158,6 +45566,7 @@
"id": "4923",
"absorb": "3,0,7",
"bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
@@ -45171,6 +45580,7 @@
"id": "4924",
"absorb": "3,0,7",
"bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
@@ -45184,21 +45594,23 @@
"id": "4925",
"absorb": "3,0,7",
"bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
"requirements": "{1,70}",
"ge_buy_limit": "10",
"examine": "Guthan the Infested's chainskirt.",
- "grand_exchange_price": "240900",
"durability": null,
+ "weight": "8",
+ "absorb": "3,0,7",
+ "equip_audio": "2242",
+ "equipment_slot": "7",
+ "grand_exchange_price": "240900",
"name": "Guthan's skirt 0",
"tradeable": "true",
- "weight": "8",
"archery_ticket_price": "0",
- "id": "4926",
- "absorb": "3,0,7",
- "equipment_slot": "7"
+ "id": "4926"
},
{
"ge_buy_limit": "10",
@@ -45214,57 +45626,61 @@
"remove_head": "true",
"requirements": "{1,70}-{4,70}",
"examine": "Karil the Tainted's coif.",
- "grand_exchange_price": "7520",
"durability": null,
+ "absorb": "0,5,2",
+ "equip_audio": "2238",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7520",
"name": "Karil's coif 100",
"archery_ticket_price": "0",
"id": "4928",
- "absorb": "0,5,2",
- "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0",
- "remove_beard": "true",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,70}-{4,70}",
"examine": "Karil the Tainted's coif.",
- "grand_exchange_price": "7520",
"durability": null,
+ "absorb": "0,5,2",
+ "equip_audio": "2238",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7520",
"name": "Karil's coif 75",
"archery_ticket_price": "0",
"id": "4929",
- "absorb": "0,5,2",
- "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0",
- "remove_beard": "true",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,70}-{4,70}",
"examine": "Karil the Tainted's coif.",
- "grand_exchange_price": "7520",
"durability": null,
+ "absorb": "0,5,2",
+ "equip_audio": "2238",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7520",
"name": "Karil's coif 50",
"archery_ticket_price": "0",
"id": "4930",
- "absorb": "0,5,2",
- "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0",
- "remove_beard": "true",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,70}-{4,70}",
"examine": "Karil the Tainted's coif.",
- "grand_exchange_price": "7520",
"durability": null,
+ "absorb": "0,5,2",
+ "equip_audio": "2238",
+ "remove_beard": "true",
+ "equipment_slot": "0",
+ "grand_exchange_price": "7520",
"name": "Karil's coif 25",
"archery_ticket_price": "0",
"id": "4931",
- "absorb": "0,5,2",
- "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0",
- "remove_beard": "true",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0"
},
{
"remove_head": "true",
@@ -45273,6 +45689,7 @@
"examine": "Karil the Tainted's coif.",
"durability": null,
"absorb": "0,5,2",
+ "equip_audio": "2238",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "7557",
@@ -45292,108 +45709,112 @@
"id": "4933"
},
{
- "requirements": "{4,70}",
"turn90cw_anim": "2076",
"examine": "Karil the Tainted's repeating crossbow.",
"walk_anim": "2076",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "2076",
"attack_speed": "4",
"two_handed": "true",
- "weapon_interface": "17",
"turn180_anim": "2076",
"defence_anim": "424",
- "render_anim": "372",
"equipment_slot": "3",
"attack_anims": "2075,2075,2075,2075",
"grand_exchange_price": "108029",
"stand_anim": "2074",
- "attack_audios": "2700,0,0,0",
- "name": "Karil's x-bow 100",
"run_anim": "2077",
"archery_ticket_price": "0",
"id": "4934",
"stand_turn_anim": "823",
- "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0"
+ "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,70}",
+ "durability": null,
+ "weight": "2",
+ "weapon_interface": "17",
+ "equip_audio": "2244",
+ "render_anim": "372",
+ "attack_audios": "2700,0,0,0",
+ "name": "Karil's x-bow 100"
},
{
- "requirements": "{4,70}",
"turn90cw_anim": "2076",
"examine": "Karil the Tainted's repeating crossbow.",
"walk_anim": "2076",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "2076",
"attack_speed": "4",
"two_handed": "true",
- "weapon_interface": "17",
"turn180_anim": "2076",
"defence_anim": "424",
- "render_anim": "372",
"equipment_slot": "3",
"attack_anims": "2075,2075,2075,2075",
"grand_exchange_price": "108029",
"stand_anim": "2074",
- "attack_audios": "2700,0,0,0",
- "name": "Karil's x-bow 75",
"run_anim": "2077",
"archery_ticket_price": "0",
"id": "4935",
"stand_turn_anim": "823",
- "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0"
+ "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,70}",
+ "durability": null,
+ "weight": "2",
+ "weapon_interface": "17",
+ "equip_audio": "2244",
+ "render_anim": "372",
+ "attack_audios": "2700,0,0,0",
+ "name": "Karil's x-bow 75"
},
{
- "requirements": "{4,70}",
"turn90cw_anim": "2076",
"examine": "Karil the Tainted's repeating crossbow.",
"walk_anim": "2076",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "2076",
"attack_speed": "4",
"two_handed": "true",
- "weapon_interface": "17",
"turn180_anim": "2076",
"defence_anim": "424",
- "render_anim": "372",
"equipment_slot": "3",
"attack_anims": "2075,2075,2075,2075",
"grand_exchange_price": "108029",
"stand_anim": "2074",
- "attack_audios": "2700,0,0,0",
- "name": "Karil's x-bow 50",
"run_anim": "2077",
"archery_ticket_price": "0",
"id": "4936",
"stand_turn_anim": "823",
- "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0"
+ "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,70}",
+ "durability": null,
+ "weight": "2",
+ "weapon_interface": "17",
+ "equip_audio": "2244",
+ "render_anim": "372",
+ "attack_audios": "2700,0,0,0",
+ "name": "Karil's x-bow 50"
},
{
- "requirements": "{4,70}",
"turn90cw_anim": "2076",
"examine": "Karil the Tainted's repeating crossbow.",
"walk_anim": "2076",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "2076",
"attack_speed": "4",
"two_handed": "true",
- "weapon_interface": "17",
"turn180_anim": "2076",
"defence_anim": "424",
- "render_anim": "372",
"equipment_slot": "3",
"attack_anims": "2075,2075,2075,2075",
"grand_exchange_price": "108029",
"stand_anim": "2074",
- "attack_audios": "2700,0,0,0",
- "name": "Karil's x-bow 25",
"run_anim": "2077",
"archery_ticket_price": "0",
"id": "4937",
"stand_turn_anim": "823",
- "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0"
+ "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,70}",
+ "durability": null,
+ "weight": "2",
+ "weapon_interface": "17",
+ "equip_audio": "2244",
+ "render_anim": "372",
+ "attack_audios": "2700,0,0,0",
+ "name": "Karil's x-bow 25"
},
{
"requirements": "{4,70}",
@@ -45408,6 +45829,7 @@
"two_handed": "true",
"weapon_interface": "17",
"turn180_anim": "2076",
+ "equip_audio": "2244",
"render_anim": "372",
"equipment_slot": "3",
"grand_exchange_price": "106300",
@@ -45427,63 +45849,68 @@
"name": "Karil's x-bow 0",
"tradeable": "true",
"archery_ticket_price": "0",
- "id": "4939"
+ "id": "4939",
+ "equip_audio": ""
},
{
"requirements": "{1,70}-{4,70}",
- "remove_sleeves": "true",
"examine": "Karil the Tainted's leather body armour.",
- "grand_exchange_price": "983428",
"durability": null,
- "name": "Karil's top 100",
"weight": "6",
+ "absorb": "0,10,5",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "983428",
+ "name": "Karil's top 100",
"archery_ticket_price": "0",
"id": "4940",
- "absorb": "0,10,5",
- "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0"
},
{
"requirements": "{1,70}-{4,70}",
- "remove_sleeves": "true",
"examine": "Karil the Tainted's leather body armour.",
- "grand_exchange_price": "983428",
"durability": null,
- "name": "Karil's top 75",
"weight": "6",
+ "absorb": "0,10,5",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "983428",
+ "name": "Karil's top 75",
"archery_ticket_price": "0",
"id": "4941",
- "absorb": "0,10,5",
- "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0"
},
{
"requirements": "{1,70}-{4,70}",
- "remove_sleeves": "true",
"examine": "Karil the Tainted's leather body armour.",
- "grand_exchange_price": "983428",
"durability": null,
- "name": "Karil's top 50",
"weight": "6",
+ "absorb": "0,10,5",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "983428",
+ "name": "Karil's top 50",
"archery_ticket_price": "0",
"id": "4942",
- "absorb": "0,10,5",
- "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0"
},
{
"requirements": "{1,70}-{4,70}",
- "remove_sleeves": "true",
"examine": "Karil the Tainted's leather body armour.",
- "grand_exchange_price": "983428",
"durability": null,
- "name": "Karil's top 25",
"weight": "6",
+ "absorb": "0,10,5",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "983428",
+ "name": "Karil's top 25",
"archery_ticket_price": "0",
"id": "4943",
- "absorb": "0,10,5",
- "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0"
},
{
"requirements": "{1,70}-{4,70}",
@@ -45492,6 +45919,7 @@
"durability": null,
"weight": "6",
"absorb": "0,10,5",
+ "equip_audio": "2241",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "1500000",
@@ -45521,6 +45949,7 @@
"id": "4946",
"absorb": "0,7,3",
"bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0",
+ "equip_audio": "2238",
"equipment_slot": "7"
},
{
@@ -45534,6 +45963,7 @@
"id": "4947",
"absorb": "0,7,3",
"bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0",
+ "equip_audio": "2238",
"equipment_slot": "7"
},
{
@@ -45547,6 +45977,7 @@
"id": "4948",
"absorb": "0,7,3",
"bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0",
+ "equip_audio": "2238",
"equipment_slot": "7"
},
{
@@ -45560,21 +45991,23 @@
"id": "4949",
"absorb": "0,7,3",
"bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0",
+ "equip_audio": "2238",
"equipment_slot": "7"
},
{
"requirements": "{1,70}-{4,70}",
"ge_buy_limit": "1",
"examine": "Karil the Tainted's leather skirt.",
- "grand_exchange_price": "153100",
"durability": null,
+ "weight": "2",
+ "absorb": "0,7,3",
+ "equip_audio": "2238",
+ "equipment_slot": "7",
+ "grand_exchange_price": "153100",
"name": "Karil's skirt 0",
"tradeable": "true",
- "weight": "2",
"archery_ticket_price": "0",
- "id": "4950",
- "absorb": "0,7,3",
- "equipment_slot": "7"
+ "id": "4950"
},
{
"ge_buy_limit": "1",
@@ -45593,6 +46026,7 @@
"durability": null,
"weight": "5",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "71798",
@@ -45608,6 +46042,7 @@
"durability": null,
"weight": "5",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "71798",
@@ -45623,6 +46058,7 @@
"durability": null,
"weight": "5",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "71798",
@@ -45638,6 +46074,7 @@
"durability": null,
"weight": "5",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "71798",
@@ -45654,6 +46091,7 @@
"durability": null,
"weight": "5",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "78200",
@@ -45680,6 +46118,7 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "10",
+ "equip_audio": "2233",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "2068,2068,2068,2068",
@@ -45698,6 +46137,7 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "10",
+ "equip_audio": "2233",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "2068,2068,2068,2068",
@@ -45716,6 +46156,7 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "10",
+ "equip_audio": "2233",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "2068,2068,2068,2068",
@@ -45734,6 +46175,7 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "10",
+ "equip_audio": "2233",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "2068,2068,2068,2068",
@@ -45753,6 +46195,7 @@
"attack_speed": "5",
"two_handed": "true",
"weapon_interface": "10",
+ "equip_audio": "2233",
"equipment_slot": "3",
"grand_exchange_price": "95600",
"attack_audios": "1332,0,0,0",
@@ -45773,59 +46216,63 @@
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Torag the Corrupted's platebody armour.",
- "grand_exchange_price": "297733",
"durability": null,
- "name": "Torag's body 100",
"weight": "9",
+ "absorb": "5,0,10",
+ "equip_audio": "2240",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "297733",
+ "name": "Torag's body 100",
"archery_ticket_price": "0",
"id": "4964",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Torag the Corrupted's platebody armour.",
- "grand_exchange_price": "297733",
"durability": null,
- "name": "Torag's body 75",
"weight": "9",
+ "absorb": "5,0,10",
+ "equip_audio": "2240",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "297733",
+ "name": "Torag's body 75",
"archery_ticket_price": "0",
"id": "4965",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Torag the Corrupted's platebody armour.",
- "grand_exchange_price": "297733",
"durability": null,
- "name": "Torag's body 50",
"weight": "9",
+ "absorb": "5,0,10",
+ "equip_audio": "2240",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "297733",
+ "name": "Torag's body 50",
"archery_ticket_price": "0",
"id": "4966",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Torag the Corrupted's platebody armour.",
- "grand_exchange_price": "297733",
"durability": null,
- "name": "Torag's body 25",
"weight": "9",
+ "absorb": "5,0,10",
+ "equip_audio": "2240",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "297733",
+ "name": "Torag's body 25",
"archery_ticket_price": "0",
"id": "4967",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0"
},
{
"requirements": "{1,70}",
@@ -45834,6 +46281,7 @@
"durability": null,
"weight": "9",
"absorb": "5,0,10",
+ "equip_audio": "2240",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "271600",
@@ -45863,6 +46311,7 @@
"id": "4970",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
@@ -45876,6 +46325,7 @@
"id": "4971",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
@@ -45889,6 +46339,7 @@
"id": "4972",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
@@ -45902,21 +46353,23 @@
"id": "4973",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
"requirements": "{1,70}",
"ge_buy_limit": "10",
"examine": "Torag the Corrupted's plate leg armour.",
- "grand_exchange_price": "371300",
"durability": null,
+ "weight": "9",
+ "absorb": "3,0,7",
+ "equip_audio": "2242",
+ "equipment_slot": "7",
+ "grand_exchange_price": "371300",
"name": "Torag's legs 0",
"tradeable": "true",
- "weight": "9",
"archery_ticket_price": "0",
- "id": "4974",
- "absorb": "3,0,7",
- "equipment_slot": "7"
+ "id": "4974"
},
{
"ge_buy_limit": "10",
@@ -45935,6 +46388,7 @@
"durability": null,
"weight": "1",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "459537",
@@ -45950,6 +46404,7 @@
"durability": null,
"weight": "1",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "459537",
@@ -45965,6 +46420,7 @@
"durability": null,
"weight": "1",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "459537",
@@ -45980,6 +46436,7 @@
"durability": null,
"weight": "1",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "459537",
@@ -45996,6 +46453,7 @@
"durability": null,
"weight": "1",
"absorb": "2,0,5",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "648900",
@@ -46015,108 +46473,112 @@
"id": "4981"
},
{
- "requirements": "{0,70}",
"turn90cw_anim": "2060",
"examine": "Verac the Defiled's flail.",
"walk_anim": "1830",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "2060",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "8",
"turn180_anim": "2060",
"defence_anim": "424",
- "render_anim": "1426",
"equipment_slot": "3",
"attack_anims": "2062,2062,2062,2062",
"grand_exchange_price": "95474",
"stand_anim": "1832",
- "attack_audios": "1323,0,0,0",
- "name": "Verac's flail 100",
"run_anim": "1831",
"archery_ticket_price": "0",
"id": "4982",
"stand_turn_anim": "823",
- "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0"
+ "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "weight": "2",
+ "weapon_interface": "8",
+ "equip_audio": "2246",
+ "render_anim": "1426",
+ "attack_audios": "1323,0,0,0",
+ "name": "Verac's flail 100"
},
{
- "requirements": "{0,70}",
"turn90cw_anim": "2060",
"examine": "Verac the Defiled's flail.",
"walk_anim": "1830",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "2060",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "8",
"turn180_anim": "2060",
"defence_anim": "424",
- "render_anim": "1426",
"equipment_slot": "3",
"attack_anims": "2062,2062,2062,2062",
"grand_exchange_price": "95474",
"stand_anim": "1832",
- "attack_audios": "1323,0,0,0",
- "name": "Verac's flail 75",
"run_anim": "1831",
"archery_ticket_price": "0",
"id": "4983",
"stand_turn_anim": "823",
- "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0"
+ "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "weight": "2",
+ "weapon_interface": "8",
+ "equip_audio": "2246",
+ "render_anim": "1426",
+ "attack_audios": "1323,0,0,0",
+ "name": "Verac's flail 75"
},
{
- "requirements": "{0,70}",
"turn90cw_anim": "2060",
"examine": "Verac the Defiled's flail.",
"walk_anim": "1830",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "2060",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "8",
"turn180_anim": "2060",
"defence_anim": "424",
- "render_anim": "1426",
"equipment_slot": "3",
"attack_anims": "2062,2062,2062,2062",
"grand_exchange_price": "95474",
"stand_anim": "1832",
- "attack_audios": "1323,0,0,0",
- "name": "Verac's flail 50",
"run_anim": "1831",
"archery_ticket_price": "0",
"id": "4984",
"stand_turn_anim": "823",
- "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0"
+ "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "weight": "2",
+ "weapon_interface": "8",
+ "equip_audio": "2246",
+ "render_anim": "1426",
+ "attack_audios": "1323,0,0,0",
+ "name": "Verac's flail 50"
},
{
- "requirements": "{0,70}",
"turn90cw_anim": "2060",
"examine": "Verac the Defiled's flail.",
"walk_anim": "1830",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "2060",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "8",
"turn180_anim": "2060",
"defence_anim": "424",
- "render_anim": "1426",
"equipment_slot": "3",
"attack_anims": "2062,2062,2062,2062",
"grand_exchange_price": "95474",
"stand_anim": "1832",
- "attack_audios": "1323,0,0,0",
- "name": "Verac's flail 25",
"run_anim": "1831",
"archery_ticket_price": "0",
"id": "4985",
"stand_turn_anim": "823",
- "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0"
+ "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0",
+ "requirements": "{0,70}",
+ "durability": null,
+ "weight": "2",
+ "weapon_interface": "8",
+ "equip_audio": "2246",
+ "render_anim": "1426",
+ "attack_audios": "1323,0,0,0",
+ "name": "Verac's flail 25"
},
{
"requirements": "{0,70}",
@@ -46131,6 +46593,7 @@
"two_handed": "true",
"weapon_interface": "8",
"turn180_anim": "2060",
+ "equip_audio": "2246",
"render_anim": "1426",
"equipment_slot": "3",
"grand_exchange_price": "95500",
@@ -46155,59 +46618,63 @@
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Verac the Defiled's brassard.",
- "grand_exchange_price": "177963",
"durability": null,
- "name": "Verac's top 100",
"weight": "5",
+ "absorb": "5,0,10",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "177963",
+ "name": "Verac's top 100",
"archery_ticket_price": "0",
"id": "4988",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Verac the Defiled's brassard.",
- "grand_exchange_price": "177963",
"durability": null,
- "name": "Verac's top 75",
"weight": "5",
+ "absorb": "5,0,10",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "177963",
+ "name": "Verac's top 75",
"archery_ticket_price": "0",
"id": "4989",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Verac the Defiled's brassard.",
- "grand_exchange_price": "177963",
"durability": null,
- "name": "Verac's top 50",
"weight": "5",
+ "absorb": "5,0,10",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "177963",
+ "name": "Verac's top 50",
"archery_ticket_price": "0",
"id": "4990",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0"
},
{
"requirements": "{1,70}",
- "remove_sleeves": "true",
"examine": "Verac the Defiled's brassard.",
- "grand_exchange_price": "177963",
"durability": null,
- "name": "Verac's top 25",
"weight": "5",
+ "absorb": "5,0,10",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "remove_sleeves": "true",
+ "grand_exchange_price": "177963",
+ "name": "Verac's top 25",
"archery_ticket_price": "0",
"id": "4991",
- "absorb": "5,0,10",
- "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0",
- "equipment_slot": "4"
+ "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0"
},
{
"requirements": "{1,70}",
@@ -46216,6 +46683,7 @@
"durability": null,
"weight": "5",
"absorb": "5,0,10",
+ "equip_audio": "2241",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "174000",
@@ -46245,6 +46713,7 @@
"id": "4994",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
@@ -46258,6 +46727,7 @@
"id": "4995",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
@@ -46271,6 +46741,7 @@
"id": "4996",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
@@ -46284,21 +46755,23 @@
"id": "4997",
"absorb": "3,0,7",
"bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0",
+ "equip_audio": "2242",
"equipment_slot": "7"
},
{
"requirements": "{1,70}",
"ge_buy_limit": "10",
"examine": "Verac the Defiled's plate skirt.",
- "grand_exchange_price": "321600",
"durability": null,
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equip_audio": "2242",
+ "equipment_slot": "7",
+ "grand_exchange_price": "321600",
"name": "Verac's skirt 0",
"tradeable": "true",
- "weight": "5",
"archery_ticket_price": "0",
- "id": "4998",
- "absorb": "3,0,7",
- "equipment_slot": "7"
+ "id": "4998"
},
{
"ge_buy_limit": "10",
@@ -46432,6 +46905,7 @@
"two_handed": "false",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "219",
@@ -46891,6 +47365,7 @@
"name": "Dwarven battleaxe",
"archery_ticket_price": "0",
"id": "5060",
+ "equip_audio": "2232",
"equipment_slot": "3"
},
{
@@ -46899,6 +47374,7 @@
"name": "Dwarven battleaxe",
"archery_ticket_price": "0",
"id": "5061",
+ "equip_audio": "2232",
"equipment_slot": "3"
},
{
@@ -50330,6 +50806,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50347,6 +50824,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50365,6 +50843,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50383,6 +50862,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50401,6 +50881,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50419,6 +50900,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50437,6 +50919,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50454,6 +50937,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50471,6 +50955,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50489,6 +50974,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50507,6 +50993,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50525,6 +51012,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50543,6 +51031,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50561,6 +51050,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "582,582,582,582",
@@ -50579,6 +51069,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50596,6 +51087,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50614,6 +51106,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50632,6 +51125,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50649,6 +51143,7 @@
"examine": "An adamant tipped javelin.",
"durability": null,
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50666,6 +51161,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50700,6 +51196,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50718,6 +51215,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50736,6 +51234,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50753,6 +51252,7 @@
"examine": "An adamant tipped javelin.",
"durability": null,
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50771,6 +51271,7 @@
"durability": null,
"attack_speed": "6",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50788,6 +51289,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50806,6 +51308,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50825,6 +51328,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50843,6 +51347,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50862,6 +51367,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50880,6 +51386,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50898,6 +51405,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50916,6 +51424,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50934,6 +51443,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50953,6 +51463,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50971,6 +51482,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -50990,6 +51502,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -51007,6 +51520,7 @@
"examine": "A finely balanced throwing knife.",
"durability": null,
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -51025,6 +51539,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"defence_anim": "424",
"equipment_slot": "3",
"attack_anims": "806,806,806,806",
@@ -51044,6 +51559,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "483",
@@ -51071,6 +51587,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "350",
@@ -51099,6 +51616,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "575",
@@ -51127,6 +51645,7 @@
"weight": "0.3",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "538",
@@ -51151,6 +51670,7 @@
"ge_buy_limit": "100",
"durability": null,
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "800",
@@ -51179,6 +51699,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"lendable": "true",
@@ -51209,6 +51730,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "397",
"equipment_slot": "3",
@@ -51243,6 +51765,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "664",
@@ -51270,6 +51793,7 @@
"id": "5684",
"weapon_interface": "5",
"bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3"
},
@@ -51288,6 +51812,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "4128",
@@ -51315,6 +51840,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "5088",
@@ -51343,6 +51869,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "4729",
@@ -51371,6 +51898,7 @@
"weight": "0.3",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "3476",
@@ -51395,6 +51923,7 @@
"ge_buy_limit": "100",
"durability": null,
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "4612",
@@ -51423,6 +51952,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"lendable": "true",
@@ -51453,6 +51983,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "397",
"equipment_slot": "3",
@@ -51487,6 +52018,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "4921",
@@ -51514,6 +52046,7 @@
"id": "5702",
"weapon_interface": "5",
"bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3"
},
@@ -51536,6 +52069,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "861",
@@ -51569,6 +52103,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "676",
@@ -51603,6 +52138,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "596",
@@ -51637,6 +52173,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "802",
@@ -51671,6 +52208,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "1394",
@@ -51693,30 +52231,31 @@
"id": "5713"
},
{
- "requirements": "{0,40}",
"ge_buy_limit": "100",
"turn90cw_anim": "1207",
"examine": "A rune tipped spear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
- "render_anim": "28",
"equipment_slot": "3",
- "lendable": "true",
"grand_exchange_price": "12500",
"stand_anim": "813",
"tradeable": "true",
- "name": "Rune spear(p+)",
"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"
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
+ "requirements": "{0,40}",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Rune spear(p+)"
},
{
"ge_buy_limit": "100",
@@ -51752,6 +52291,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"name": "Dragon spear(p+)"
@@ -51779,6 +52319,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "7557",
@@ -51812,6 +52353,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "8394",
@@ -51846,6 +52388,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "8336",
@@ -51880,6 +52423,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "7035",
@@ -51912,6 +52456,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "7530",
@@ -51934,30 +52479,31 @@
"id": "5727"
},
{
- "requirements": "{0,40}",
"ge_buy_limit": "100",
"turn90cw_anim": "1207",
"examine": "A rune tipped spear.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
"two_handed": "true",
- "weapon_interface": "14",
"turn180_anim": "1206",
- "render_anim": "28",
"equipment_slot": "3",
- "lendable": "true",
"grand_exchange_price": "17700",
"stand_anim": "813",
"tradeable": "true",
- "name": "Rune spear(p++)",
"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"
+ "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0",
+ "requirements": "{0,40}",
+ "durability": null,
+ "weight": "2.2",
+ "weapon_interface": "14",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "lendable": "true",
+ "name": "Rune spear(p++)"
},
{
"ge_buy_limit": "100",
@@ -51993,6 +52539,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"name": "Dragon spear(p++)"
@@ -52035,6 +52582,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "3351",
@@ -52069,6 +52617,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "9065",
@@ -55816,18 +56365,19 @@
"id": "6142"
},
{
- "lendable": "true",
"ge_buy_limit": "100",
"examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.",
- "grand_exchange_price": "1671",
"durability": null,
+ "weight": "3",
+ "equip_audio": "2237",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "1671",
"name": "Spined boots",
"tradeable": "true",
- "weight": "3",
"archery_ticket_price": "0",
"id": "6143",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0",
- "equipment_slot": "10"
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -55839,18 +56389,19 @@
"id": "6144"
},
{
- "lendable": "true",
"ge_buy_limit": "100",
"examine": "Some Fremennik boots, made from the shards of a rock crab's shell.",
- "grand_exchange_price": "756",
"durability": null,
+ "weight": "3.1",
+ "equip_audio": "2237",
+ "equipment_slot": "10",
+ "lendable": "true",
+ "grand_exchange_price": "756",
"name": "Rock-shell boots",
"tradeable": "true",
- "weight": "3.1",
"archery_ticket_price": "0",
"id": "6145",
- "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0",
- "equipment_slot": "10"
+ "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -59385,36 +59936,37 @@
"durability": null,
"weight": "2.2",
"weapon_interface": "1",
- "equip_audio": "2230",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Mud battlestaff"
},
{
- "requirements": "{0,40}-{6,40}",
"ge_buy_limit": "10",
- "shop_price": "40000",
"turn90cw_anim": "1207",
"examine": "It's a slightly magical stick.",
"walk_anim": "1205",
- "durability": null,
- "weight": "2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "weapon_interface": "1",
"turn180_anim": "1206",
- "render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "423100",
"stand_anim": "813",
- "attack_audios": "2555,0,0,0",
"tradeable": "true",
- "name": "Mystic mud staff",
"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"
+ "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,
+ "weight": "2",
+ "weapon_interface": "1",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Mystic mud staff"
},
{
"examine": "A valuable ring.",
@@ -59652,6 +60204,7 @@
"equipment_slot": "3",
"attack_anims": "390,390,390,390",
"grand_exchange_price": "1013",
+ "attack_audios": "2548,2548,2548,2548",
"name": "White claws",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -59676,6 +60229,7 @@
"weight": "2.7",
"attack_speed": "6",
"weapon_interface": "2",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -59706,6 +60260,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -59736,6 +60291,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "497",
@@ -59764,6 +60320,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "982",
@@ -59792,6 +60349,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3",
"grand_exchange_price": "8422",
@@ -59836,6 +60394,7 @@
"durability": null,
"weight": "3.1",
"weapon_interface": "15",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "White halberd"
},
@@ -59857,10 +60416,12 @@
"weight": "1.8",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "397",
"equipment_slot": "3",
"attack_anims": "390,390,381,390",
"grand_exchange_price": "481",
+ "attack_audios": "2508,2508,25092508",
"name": "White mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -59888,6 +60449,7 @@
"turn90ccw_anim": "1208",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"grand_exchange_price": "650",
@@ -59934,6 +60496,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "1381",
"name": "White sword"
},
@@ -59970,6 +60533,7 @@
"durability": null,
"weight": "1.8",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"name": "White longsword"
},
@@ -60007,6 +60571,7 @@
"durability": null,
"weight": "3.6",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"attack_audios": "2503,0,2504,0",
"name": "White 2h sword"
@@ -60044,6 +60609,7 @@
"durability": null,
"weight": "1",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1",
"attack_audios": "2500,0,2517,0",
"name": "White scimitar"
@@ -60066,6 +60632,7 @@
"weight": "1.8",
"attack_speed": "6",
"weapon_interface": "10",
+ "equip_audio": "2233",
"defence_anim": "397",
"equipment_slot": "3",
"attack_anims": "395,395,395,395",
@@ -60119,6 +60686,7 @@
"durability": null,
"weight": "9.9",
"absorb": "1,0,2",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "5837",
@@ -60169,6 +60737,7 @@
"examine": "A medium sized helmet.",
"durability": null,
"weight": "1.9",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "853",
"name": "White med helm",
@@ -60194,6 +60763,7 @@
"examine": "A full face helmet.",
"durability": null,
"weight": "2.7",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "2624",
@@ -60292,6 +60862,7 @@
"durability": null,
"weight": "3.6",
"absorb": "1,0,2",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "1360",
"name": "White sq shield",
@@ -60317,6 +60888,7 @@
"durability": null,
"weight": "5.4",
"absorb": "1,0,2",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "2390",
"name": "White kiteshield",
@@ -61252,6 +61824,7 @@
"rare_item": "true",
"durability": null,
"weapon_interface": "2",
+ "equip_audio": "2229",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -64435,6 +65008,7 @@
"durability": null,
"weight": "3",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"lendable": "true",
"attack_audios": "2503,0,2504,0",
@@ -66068,6 +66642,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "34200",
"name": "Rune shield(h1)",
@@ -66140,6 +66715,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "32400",
"name": "Rune shield(h2)",
@@ -66212,6 +66788,7 @@
"durability": null,
"weight": "5",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "32700",
"name": "Rune shield(h3)",
@@ -66284,6 +66861,7 @@
"durability": null,
"weight": "5",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "32500",
"name": "Rune shield(h4)",
@@ -66356,6 +66934,7 @@
"durability": null,
"weight": "5",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "32400",
"name": "Rune shield(h5)",
@@ -66474,15 +67053,16 @@
"requirements": "{1,40}-{4,40}",
"ge_buy_limit": "5000",
"examine": "Made from 100% real dragonhide. With colourful trim!",
- "grand_exchange_price": "212400",
"durability": null,
+ "weight": "6",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "grand_exchange_price": "212400",
"name": "D'hide body(g)",
"tradeable": "true",
- "weight": "6",
"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"
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0"
},
{
"ge_buy_limit": "5000",
@@ -66497,15 +67077,16 @@
"requirements": "{1,40}-{4,40}",
"ge_buy_limit": "2",
"examine": "Made from 100% real dragonhide. With colourful trim!",
- "grand_exchange_price": "38800",
"durability": null,
+ "weight": "6",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "grand_exchange_price": "38800",
"name": "D'hide body (t)",
"tradeable": "true",
- "weight": "6",
"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"
+ "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -66520,15 +67101,16 @@
"requirements": "{1,40}-{4,50}",
"ge_buy_limit": "2",
"examine": "Made from 100% real dragonhide, with colourful trim!",
- "grand_exchange_price": "6883",
"durability": null,
+ "weight": "6",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "grand_exchange_price": "6883",
"name": "D'hide body (g)",
"tradeable": "true",
- "weight": "6",
"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"
+ "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -66543,15 +67125,16 @@
"requirements": "{1,40}-{4,50}",
"ge_buy_limit": "2",
"examine": "Made from 100% real dragonhide, with colourful trim!",
- "grand_exchange_price": "5268",
"durability": null,
+ "weight": "6",
+ "equip_audio": "2241",
+ "equipment_slot": "4",
+ "grand_exchange_price": "5268",
"name": "D'hide body (t)",
"tradeable": "true",
- "weight": "6",
"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"
+ "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -66566,15 +67149,16 @@
"requirements": "{4,40}",
"ge_buy_limit": "2",
"examine": "Made from 100% real dragonhide, with colourful trim!",
- "grand_exchange_price": "1300000",
"durability": null,
+ "weight": "5",
+ "equip_audio": "2241",
+ "equipment_slot": "7",
+ "grand_exchange_price": "1300000",
"name": "D'hide chaps (g)",
"tradeable": "true",
- "weight": "5",
"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"
+ "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -66589,15 +67173,16 @@
"requirements": "{4,40}",
"ge_buy_limit": "2",
"examine": "Made from 100% real dragonhide, with colourful trim!",
- "grand_exchange_price": "304300",
"durability": null,
+ "weight": "5",
+ "equip_audio": "2241",
+ "equipment_slot": "7",
+ "grand_exchange_price": "304300",
"name": "D'hide chaps (t)",
"tradeable": "true",
- "weight": "5",
"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"
+ "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -66612,15 +67197,16 @@
"requirements": "{4,50}",
"ge_buy_limit": "2",
"examine": "Made from 100% real dragonhide, with colourful trim!",
- "grand_exchange_price": "21300",
"durability": null,
+ "weight": "5",
+ "equip_audio": "2241",
+ "equipment_slot": "7",
+ "grand_exchange_price": "21300",
"name": "D'hide chaps (g)",
"tradeable": "true",
- "weight": "5",
"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"
+ "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -66635,15 +67221,16 @@
"requirements": "{4,50}",
"ge_buy_limit": "2",
"examine": "Made from 100% real dragonhide, with colourful trim!",
- "grand_exchange_price": "2554",
"durability": null,
+ "weight": "5",
+ "equip_audio": "2241",
+ "equipment_slot": "7",
+ "grand_exchange_price": "2554",
"name": "D'hide chaps (t)",
"tradeable": "true",
- "weight": "5",
"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"
+ "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -67412,6 +67999,7 @@
"durability": null,
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2244",
"equipment_slot": "3",
"grand_exchange_price": "4686",
"attack_audios": "2704,0,0,0",
@@ -67504,6 +68092,7 @@
"archery_ticket_price": "0",
"id": "7453",
"bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -67515,6 +68104,7 @@
"archery_ticket_price": "0",
"id": "7454",
"bonuses": "2,2,2,1,2,2,2,2,1,2,1,2,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -67526,6 +68116,7 @@
"archery_ticket_price": "0",
"id": "7455",
"bonuses": "3,3,3,2,3,3,3,3,2,3,2,3,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -67537,6 +68128,7 @@
"archery_ticket_price": "0",
"id": "7456",
"bonuses": "4,4,4,2,4,4,4,4,2,4,2,4,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -67548,6 +68140,7 @@
"archery_ticket_price": "0",
"id": "7457",
"bonuses": "5,5,5,3,5,5,5,5,3,5,3,5,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -67558,6 +68151,7 @@
"archery_ticket_price": "0",
"id": "7458",
"bonuses": "6,6,6,3,6,6,6,6,3,6,3,6,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -67569,6 +68163,7 @@
"archery_ticket_price": "0",
"id": "7459",
"bonuses": "7,7,7,4,7,7,7,7,4,7,4,7,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -67580,6 +68175,7 @@
"archery_ticket_price": "0",
"id": "7460",
"bonuses": "8,8,8,4,8,8,8,8,4,8,4,8,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -67591,6 +68187,7 @@
"archery_ticket_price": "0",
"id": "7461",
"bonuses": "9,9,9,5,9,9,9,9,5,9,5,9,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -67603,6 +68200,7 @@
"archery_ticket_price": "0",
"id": "7462",
"bonuses": "12,12,12,6,12,12,12,12,6,12,6,12,0,0,0",
+ "equip_audio": "2236",
"equipment_slot": "9"
},
{
@@ -68855,9 +69453,10 @@
"durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -68878,9 +69477,10 @@
"durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -68903,9 +69503,10 @@
"weight": "2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"defence_anim": "420",
"render_anim": "28",
"equipment_slot": "3",
@@ -68926,9 +69527,10 @@
"durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -68949,9 +69551,10 @@
"durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -68972,9 +69575,10 @@
"durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -68995,9 +69599,10 @@
"durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -69018,9 +69623,10 @@
"durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -69041,9 +69647,10 @@
"durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -69064,9 +69671,10 @@
"durability": null,
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "two_handed": "true",
+ "two_handed": "false",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "420",
"equipment_slot": "3",
@@ -69347,6 +69955,7 @@
"id": "7675",
"weapon_interface": "5",
"bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0",
+ "equip_audio": "2248",
"render_anim": "2584",
"equipment_slot": "3"
},
@@ -69355,6 +69964,7 @@
"name": "Wooden shield",
"archery_ticket_price": "0",
"id": "7676",
+ "equip_audio": "2250",
"equipment_slot": "5"
},
{
@@ -69420,6 +70030,7 @@
"archery_ticket_price": "0",
"attack_speed": "3",
"id": "7684",
+ "equip_audio": "2244",
"equipment_slot": "3"
},
{
@@ -70478,6 +71089,7 @@
"id": "7807",
"weapon_interface": "2",
"bonuses": "20,20,20,0,0,0,0,0,0,-1,0,13,0,0,0",
+ "equip_audio": "2232",
"defence_anim": "397",
"equipment_slot": "3"
},
@@ -70502,6 +71114,7 @@
"two_handed": "true",
"weapon_interface": "14",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "2079",
"equipment_slot": "3",
@@ -71418,9 +72031,12 @@
{
"examine": "A ring given to you by the Easter Bunny.",
"durability": null,
+ "attack_audios": "",
"name": "Easter ring",
"archery_ticket_price": "0",
- "id": "7927"
+ "id": "7927",
+ "equip_audio": "",
+ "equipment_slot": "12"
},
{
"examine": "Happy Easter.",
@@ -75288,6 +75904,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75303,6 +75920,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75318,6 +75936,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75333,6 +75952,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75348,6 +75968,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75363,6 +75984,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75378,6 +76000,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75393,6 +76016,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75408,6 +76032,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75423,6 +76048,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75438,6 +76064,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75453,6 +76080,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75468,6 +76096,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75483,6 +76112,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75498,6 +76128,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75513,6 +76144,7 @@
"durability": null,
"weight": "5.4",
"absorb": "3,0,7",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "32583",
@@ -75526,225 +76158,241 @@
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8746",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8748",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8750",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8752",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8754",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8756",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8758",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8760",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8762",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8764",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8766",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8768",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8770",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8772",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8774",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"requirements": "{1,5}",
"shop_price": "850",
"examine": "A large metal shield.",
- "grand_exchange_price": "346",
"durability": null,
+ "weight": "5.4",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "346",
"name": "Steel kiteshield",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "8776",
- "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0"
},
{
"ge_buy_limit": "10000",
@@ -75996,9 +76644,11 @@
"weight": "1",
"attack_speed": "5",
"weapon_interface": "1",
+ "equip_audio": "2246",
"render_anim": "2553",
"equipment_slot": "3",
"attack_anims": "401,401,401,401",
+ "attack_audios": "2508,2508,25092508",
"name": "Void knight mace",
"tradeable": "false",
"archery_ticket_price": "0",
@@ -76026,6 +76676,7 @@
"archery_ticket_price": "0",
"id": "8844",
"bonuses": "3,2,1,-3,-2,3,2,1,-3,-2,1,0,0,0,0",
+ "equip_audio": "2238",
"defence_anim": "4177",
"equipment_slot": "5"
},
@@ -76037,6 +76688,7 @@
"archery_ticket_price": "0",
"id": "8845",
"bonuses": "5,4,3,-3,-2,5,4,3,-3,-2,2,0,0,0,0",
+ "equip_audio": "2238",
"defence_anim": "4177",
"equipment_slot": "5"
},
@@ -76049,6 +76701,7 @@
"archery_ticket_price": "0",
"id": "8846",
"bonuses": "7,6,5,-3,-2,7,6,5,-3,-2,3,1,0,0,0",
+ "equip_audio": "2238",
"defence_anim": "4177",
"equipment_slot": "5"
},
@@ -76061,6 +76714,7 @@
"archery_ticket_price": "0",
"id": "8847",
"bonuses": "9,8,7,-3,-2,9,8,7,-3,-2,4,2,0,0,0",
+ "equip_audio": "2238",
"defence_anim": "4177",
"equipment_slot": "5"
},
@@ -76073,6 +76727,7 @@
"archery_ticket_price": "0",
"id": "8848",
"bonuses": "10,9,8,-3,-2,10,9,8,-3,-2,5,3,0,0,0",
+ "equip_audio": "2238",
"defence_anim": "4177",
"equipment_slot": "5"
},
@@ -76085,6 +76740,7 @@
"archery_ticket_price": "0",
"id": "8849",
"bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0",
+ "equip_audio": "2238",
"defence_anim": "4177",
"equipment_slot": "5"
},
@@ -76097,6 +76753,7 @@
"archery_ticket_price": "0",
"id": "8850",
"bonuses": "20,19,18,-3,-2,20,19,18,-3,-2,8,5,0,0,0",
+ "equip_audio": "2238",
"defence_anim": "4177",
"equipment_slot": "5"
},
@@ -76233,6 +76890,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -76264,6 +76922,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -76295,6 +76954,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -76326,6 +76986,7 @@
"weight": "0.4",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "378",
"equipment_slot": "3",
@@ -77390,6 +78051,7 @@
"archery_ticket_price": "0",
"id": "9005",
"bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0",
+ "equip_audio": "2237",
"equipment_slot": "10"
},
{
@@ -77470,6 +78132,7 @@
"attack_speed": "5",
"weapon_interface": "3",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "You can obtain another Sceptre by collecting all four pieces from the Stronghold of Security.",
@@ -78103,30 +78766,31 @@
"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"
+ "bonuses": "3,2,16,13,0,2,3,2,13,1,0,15,3,0,0",
+ "requirements": "{6,65}",
+ "shop_price": "30000",
+ "durability": null,
+ "destroy": "true",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "equip_audio": "2247",
+ "render_anim": "28",
+ "attack_audios": "2555,0,0,0",
+ "name": "Lunar staff"
},
{
"destroy_message": "You'll have to get another from the Oneiromancer.",
@@ -78192,6 +78856,7 @@
"turn90ccw_anim": "1208",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "You can reclaim this item from the place you found it.",
@@ -78216,6 +78881,7 @@
"turn90ccw_anim": "1208",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "You can reclaim this item from the place you found it.",
@@ -78240,6 +78906,7 @@
"turn90ccw_anim": "1208",
"weapon_interface": "1",
"turn180_anim": "1206",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "You can reclaim this item from the place you found it.",
@@ -78524,6 +79191,7 @@
"durability": null,
"weight": "4",
"weapon_interface": "17",
+ "equip_audio": "2244",
"render_anim": "175",
"attack_audios": "2700,0,0,0",
"name": "Bronze crossbow"
@@ -78548,6 +79216,7 @@
"attack_speed": "6",
"weapon_interface": "17",
"turn180_anim": "4227",
+ "equip_audio": "2244",
"render_anim": "175",
"equipment_slot": "3",
"attack_anims": "4230,4230,4230,4230",
@@ -78584,6 +79253,7 @@
"durability": null,
"weight": "4",
"weapon_interface": "17",
+ "equip_audio": "2244",
"render_anim": "175",
"attack_audios": "2700,0,0,0",
"name": "Iron crossbow"
@@ -78620,6 +79290,7 @@
"durability": null,
"weight": "5",
"weapon_interface": "17",
+ "equip_audio": "2244",
"render_anim": "175",
"attack_audios": "2700,0,0,0",
"name": "Steel crossbow"
@@ -78656,6 +79327,7 @@
"durability": null,
"weight": "6",
"weapon_interface": "17",
+ "equip_audio": "2244",
"render_anim": "175",
"attack_audios": "2700,0,0,0",
"name": "Mith crossbow"
@@ -78693,6 +79365,7 @@
"durability": null,
"weight": "6",
"weapon_interface": "17",
+ "equip_audio": "2244",
"render_anim": "175",
"attack_audios": "2700,0,0,0",
"name": "Adamant crossbow"
@@ -78730,6 +79403,7 @@
"durability": null,
"weight": "6",
"weapon_interface": "17",
+ "equip_audio": "2244",
"render_anim": "175",
"lendable": "true",
"attack_audios": "2700,0,0,0",
@@ -81382,6 +82056,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,2",
+ "equip_audio": "2238",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "4619",
@@ -81692,6 +82367,7 @@
"weight": "1.8",
"attack_speed": "4",
"weapon_interface": "5",
+ "equip_audio": "2248",
"render_anim": "2584",
"defence_anim": "397",
"equipment_slot": "3",
@@ -83645,6 +84321,7 @@
"destroy": "true",
"archery_ticket_price": "0",
"id": "9920",
+ "equip_audio": "3227",
"remove_beard": "true",
"equipment_slot": "0"
},
@@ -85096,6 +85773,7 @@
"archery_ticket_price": "0",
"id": "10077",
"bonuses": "0,0,0,0,4,2,2,1,0,0,1,2,0,0,0",
+ "equip_audio": "2241",
"equipment_slot": "9"
},
{
@@ -85111,15 +85789,16 @@
"requirements": "{4,40}",
"ge_buy_limit": "100",
"examine": "Made from 100% real dragonhide. Now with added spikiness.",
- "grand_exchange_price": "1353",
"durability": null,
+ "weight": "1",
+ "equip_audio": "2241",
+ "equipment_slot": "9",
+ "grand_exchange_price": "1353",
"name": "Green spiky vambs",
"tradeable": "true",
- "weight": "1",
"archery_ticket_price": "0",
"id": "10079",
- "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,2,0,0,0",
- "equipment_slot": "9"
+ "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,2,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -85141,6 +85820,7 @@
"archery_ticket_price": "0",
"id": "10081",
"bonuses": "0,0,0,-10,9,4,3,5,4,0,4,2,0,0,0",
+ "equip_audio": "2241",
"equipment_slot": "9"
},
{
@@ -85156,15 +85836,16 @@
"requirements": "{4,60}",
"ge_buy_limit": "100",
"examine": "Vambraces made from 100% real dragonhide. Now with added spikes.",
- "grand_exchange_price": "1978",
"durability": null,
+ "weight": "1",
+ "equip_audio": "2241",
+ "equipment_slot": "9",
+ "grand_exchange_price": "1978",
"name": "Red spiky vambs",
"tradeable": "true",
- "weight": "1",
"archery_ticket_price": "0",
"id": "10083",
- "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,2,0,0,0",
- "equipment_slot": "9"
+ "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,2,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -85179,15 +85860,16 @@
"requirements": "{4,70}",
"ge_buy_limit": "100",
"examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.",
- "grand_exchange_price": "2727",
"durability": null,
+ "weight": "1",
+ "equip_audio": "2241",
+ "equipment_slot": "9",
+ "grand_exchange_price": "2727",
"name": "Black spiky vambs",
"tradeable": "true",
- "weight": "1",
"archery_ticket_price": "0",
"id": "10085",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,2,0,0,0",
- "equipment_slot": "9"
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,2,0,0,0"
},
{
"ge_buy_limit": "100",
@@ -85917,30 +86599,31 @@
"id": "10151"
},
{
- "requirements": "{4,50}",
"ge_buy_limit": "100",
- "shop_price": "1300",
"turn90cw_anim": "821",
"examine": "A weapon made of bone and wood.",
"walk_anim": "4226",
- "durability": null,
- "weight": "5",
"turn90ccw_anim": "822",
"attack_speed": "4",
- "weapon_interface": "17",
"turn180_anim": "4227",
- "render_anim": "175",
"equipment_slot": "3",
"grand_exchange_price": "2496",
"stand_anim": "4591",
- "attack_audios": "2700,0,0,0",
"tradeable": "true",
- "name": "Hunters' crossbow",
"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"
+ "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0",
+ "requirements": "{4,50}",
+ "shop_price": "1300",
+ "durability": null,
+ "weight": "5",
+ "weapon_interface": "17",
+ "equip_audio": "2244",
+ "render_anim": "175",
+ "attack_audios": "2700,0,0,0",
+ "name": "Hunters' crossbow"
},
{
"ge_buy_limit": "100",
@@ -87147,6 +87830,7 @@
"examine": "A rune helmet with a heraldic design.",
"durability": null,
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "23600",
"name": "Rune helm (h1)",
@@ -87172,6 +87856,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "20800",
"name": "Rune helm (h2)",
@@ -87197,6 +87882,7 @@
"durability": null,
"weight": "4",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "20800",
"name": "Rune helm (h3)",
@@ -87222,6 +87908,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "21100",
"name": "Rune helm (h4)",
@@ -87247,6 +87934,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "24900",
"name": "Rune helm (h5)",
@@ -87272,6 +87960,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "31500",
"name": "Adamant helm (h1)",
@@ -87297,6 +87986,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "10100",
"name": "Adamant helm (h2)",
@@ -87322,6 +88012,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "8797",
"name": "Adamant helm (h3)",
@@ -87347,6 +88038,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "10900",
"name": "Adamant helm (h4)",
@@ -87372,6 +88064,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "17100",
"name": "Adamant helm (h5)",
@@ -87396,6 +88089,7 @@
"examine": "A black helmet with a heraldic design.",
"durability": null,
"weight": "1.8",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "20400",
"name": "Black helm (h1)",
@@ -87420,6 +88114,7 @@
"examine": "A black helmet with a heraldic design.",
"durability": null,
"weight": "1.8",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "7033",
"name": "Black helm (h2)",
@@ -87444,6 +88139,7 @@
"examine": "A black helmet with a heraldic design.",
"durability": null,
"weight": "1.8",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"grand_exchange_price": "7574",
@@ -87469,6 +88165,7 @@
"examine": "A black helmet with a heraldic design.",
"durability": null,
"weight": "1.8",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "10100",
"name": "Black helm (h4)",
@@ -87493,6 +88190,7 @@
"examine": "A black helmet with a heraldic design.",
"durability": null,
"weight": "1.8",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "10400",
"name": "Black helm (h5)",
@@ -87713,6 +88411,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"lendable": "true",
"grand_exchange_price": "6100000",
@@ -87737,6 +88436,7 @@
"examine": "Fabulously ancient range protection crafted from white dragonhide.",
"durability": null,
"weight": "1",
+ "equip_audio": "2241",
"equipment_slot": "9",
"lendable": "true",
"grand_exchange_price": "7100000",
@@ -87861,6 +88561,7 @@
"durability": null,
"weight": "2",
"absorb": "3,0,6",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "92800000",
@@ -87886,6 +88587,7 @@
"durability": null,
"weight": "9",
"absorb": "4,0,9",
+ "equip_audio": "2234",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -87913,6 +88615,7 @@
"durability": null,
"weight": "1",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"equipment_slot": "0",
"lendable": "true",
"grand_exchange_price": "41600000",
@@ -87938,6 +88641,7 @@
"durability": null,
"weight": "2",
"absorb": "5,0,11",
+ "equip_audio": "2245",
"equipment_slot": "5",
"lendable": "true",
"grand_exchange_price": "65100000",
@@ -88103,15 +88807,16 @@
"requirements": "{1,40}-{4,70}",
"ge_buy_limit": "2",
"examine": "Zamorak blessed dragonhide vambraces.",
- "grand_exchange_price": "116200",
"durability": null,
+ "weight": "1",
+ "equip_audio": "2241",
+ "equipment_slot": "9",
+ "grand_exchange_price": "116200",
"name": "Zamorak bracers",
"tradeable": "true",
- "weight": "1",
"archery_ticket_price": "0",
"id": "10368",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0",
- "equipment_slot": "9"
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -88129,6 +88834,7 @@
"durability": null,
"weight": "6",
"absorb": "0,6,3",
+ "equip_audio": "2241",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "155200",
@@ -88154,6 +88860,7 @@
"durability": null,
"weight": "5",
"absorb": "0,4,2",
+ "equip_audio": "2241",
"equipment_slot": "7",
"grand_exchange_price": "35100",
"name": "Zamorak chaps",
@@ -88178,6 +88885,7 @@
"examine": "Zamorak blessed dragonhide coif.",
"durability": null,
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "35900",
"name": "Zamorak coif",
@@ -88199,15 +88907,16 @@
"requirements": "{1,40}-{4,70}",
"ge_buy_limit": "2",
"examine": "Guthix blessed dragonhide vambraces.",
- "grand_exchange_price": "3181",
"durability": null,
+ "weight": "1",
+ "equip_audio": "2241",
+ "equipment_slot": "9",
+ "grand_exchange_price": "3181",
"name": "Guthix bracers",
"tradeable": "true",
- "weight": "1",
"archery_ticket_price": "0",
"id": "10376",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0",
- "equipment_slot": "9"
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -88226,6 +88935,7 @@
"durability": null,
"weight": "6",
"absorb": "0,6,3",
+ "equip_audio": "2241",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "39800",
@@ -88251,6 +88961,7 @@
"durability": null,
"weight": "5",
"absorb": "0,4,2",
+ "equip_audio": "2241",
"equipment_slot": "7",
"grand_exchange_price": "7346",
"name": "Guthix chaps",
@@ -88276,6 +88987,7 @@
"durability": null,
"weight": "0.85",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "27500",
"name": "Guthix coif",
@@ -88297,15 +89009,16 @@
"requirements": "{1,70}-{4,40}",
"ge_buy_limit": "2",
"examine": "Saradomin blessed dragonhide vambraces.",
- "grand_exchange_price": "70800",
"durability": null,
+ "weight": "1",
+ "equip_audio": "2241",
+ "equipment_slot": "9",
+ "grand_exchange_price": "70800",
"name": "Saradomin bracers",
"tradeable": "true",
- "weight": "1",
"archery_ticket_price": "0",
"id": "10384",
- "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0",
- "equipment_slot": "9"
+ "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -88325,6 +89038,7 @@
"destroy": "true",
"weight": "6",
"absorb": "0,6,3",
+ "equip_audio": "2241",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "164100",
@@ -88347,15 +89061,16 @@
"requirements": "{1,40}-{4,70}",
"ge_buy_limit": "2",
"examine": "Saradomin blessed dragonhide chaps.",
- "grand_exchange_price": "36600",
"durability": null,
+ "absorb": "0,4,2",
+ "equip_audio": "2241",
+ "equipment_slot": "7",
+ "grand_exchange_price": "36600",
"name": "Saradomin chaps",
"tradeable": "true",
"archery_ticket_price": "0",
"id": "10388",
- "absorb": "0,4,2",
- "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0",
- "equipment_slot": "7"
+ "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0"
},
{
"ge_buy_limit": "2",
@@ -88373,6 +89088,7 @@
"examine": "Saradomin blessed dragonhide coif.",
"durability": null,
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "28000",
"name": "Saradomin coif",
@@ -89920,13 +90636,14 @@
"shop_price": "275",
"examine": "A Penance Fighter hat.",
"durability": null,
- "name": "Fighter hat",
"weight": "2",
+ "absorb": "1,0,3",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "name": "Fighter hat",
"archery_ticket_price": "0",
"id": "10548",
- "absorb": "1,0,3",
- "bonuses": "5,5,5,-7,-7,30,32,28,-3,28,7,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "5,5,5,-7,-7,30,32,28,-3,28,7,0,0,0,0"
},
{
"requirements": "{1,40}",
@@ -89962,6 +90679,7 @@
"destroy": "true",
"weight": "4",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"name": "Fighter torso",
@@ -90645,6 +91363,7 @@
"durability": null,
"weight": "9.9",
"absorb": "1,0,2",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "4595",
@@ -91234,16 +91953,17 @@
{
"requirements": "{1,40}",
"examine": "A rune kiteshield with a heraldic design.",
- "grand_exchange_price": "35300",
"durability": null,
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "35300",
"name": "Rune shield(h1)",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "10667",
- "absorb": "3,0,7",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0"
},
{
"requirements": "{1,10}",
@@ -91277,16 +91997,17 @@
{
"requirements": "{1,40}",
"examine": "A rune kiteshield with a heraldic design.",
- "grand_exchange_price": "31903",
"durability": null,
+ "weight": "5.4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "31903",
"name": "Rune shield(h2)",
"tradeable": "true",
- "weight": "5.4",
"archery_ticket_price": "0",
"id": "10670",
- "absorb": "3,0,7",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0"
},
{
"requirements": "{1,10}",
@@ -91320,16 +92041,17 @@
{
"requirements": "{1,40}",
"examine": "A rune kiteshield with a heraldic design.",
- "grand_exchange_price": "32082",
"durability": null,
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "32082",
"name": "Rune shield(h3)",
"tradeable": "true",
- "weight": "5",
"archery_ticket_price": "0",
"id": "10673",
- "absorb": "3,0,7",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0"
},
{
"requirements": "{1,10}",
@@ -91363,16 +92085,17 @@
{
"requirements": "{1,40}",
"examine": "A rune kiteshield with a heraldic design.",
- "grand_exchange_price": "32351",
"durability": null,
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "32351",
"name": "Rune shield(h4)",
"tradeable": "true",
- "weight": "5",
"archery_ticket_price": "0",
"id": "10676",
- "absorb": "3,0,7",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "equipment_slot": "5"
+ "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0"
},
{
"requirements": "{1,10}",
@@ -91406,16 +92129,17 @@
{
"requirements": "{1,40}",
"examine": "A rune kiteshield with a heraldic design.",
- "grand_exchange_price": "35200",
"durability": null,
+ "weight": "5",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
+ "equipment_slot": "5",
+ "grand_exchange_price": "35200",
"name": "Rune shield(h5)",
"tradeable": "true",
- "weight": "5",
"archery_ticket_price": "0",
"id": "10679",
- "absorb": "3,0,7",
- "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0",
- "equipment_slot": "5"
+ "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!",
@@ -91449,6 +92173,7 @@
"archery_ticket_price": "0",
"id": "10682",
"bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0",
+ "equip_audio": "2241",
"equipment_slot": "4"
},
{
@@ -91457,6 +92182,7 @@
"archery_ticket_price": "0",
"id": "10683",
"bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0",
+ "equip_audio": "2241",
"equipment_slot": "4"
},
{
@@ -91465,6 +92191,7 @@
"archery_ticket_price": "0",
"id": "10684",
"bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0",
+ "equip_audio": "2241",
"equipment_slot": "4"
},
{
@@ -91473,6 +92200,7 @@
"archery_ticket_price": "0",
"id": "10685",
"bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0",
+ "equip_audio": "2241",
"equipment_slot": "4"
},
{
@@ -91533,6 +92261,7 @@
"durability": null,
"weight": "9.07",
"absorb": "1,0,2",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "90744",
@@ -91548,6 +92277,7 @@
"durability": null,
"weight": "9.07",
"absorb": "1,0,2",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "230800",
@@ -91624,6 +92354,7 @@
"durability": null,
"weight": "9.07",
"absorb": "2,0,4",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "79300",
@@ -91640,6 +92371,7 @@
"durability": null,
"weight": "9.07",
"absorb": "2,0,4",
+ "equip_audio": "2239",
"equipment_slot": "4",
"remove_sleeves": "true",
"grand_exchange_price": "207912",
@@ -91653,85 +92385,91 @@
"remove_head": "true",
"requirements": "{1,10}",
"examine": "A black helmet with a heraldic design.",
- "grand_exchange_price": "22022",
"durability": null,
+ "weight": "1.8",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "22022",
"name": "Black helm (h1)",
"tradeable": "true",
- "weight": "1.8",
"archery_ticket_price": "0",
"id": "10699",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,10}",
"examine": "A black helmet with a heraldic design.",
- "grand_exchange_price": "11700",
"durability": null,
+ "weight": "1.8",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "11700",
"name": "Black helm (h2)",
"tradeable": "true",
- "weight": "1.8",
"archery_ticket_price": "0",
"id": "10700",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,10}",
"examine": "A black helmet with a heraldic design.",
- "grand_exchange_price": "10424",
"durability": null,
+ "weight": "1.8",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "10424",
"name": "Black helm (h3)",
"tradeable": "true",
- "weight": "1.8",
"archery_ticket_price": "0",
"id": "10701",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,10}",
"examine": "A black helmet with a heraldic design.",
- "grand_exchange_price": "12717",
"durability": null,
+ "weight": "1.8",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "12717",
"name": "Black helm (h4)",
"tradeable": "true",
- "weight": "1.8",
"archery_ticket_price": "0",
"id": "10702",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,10}",
"examine": "A black helmet with a heraldic design.",
- "grand_exchange_price": "17852",
"durability": null,
+ "weight": "1.8",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "17852",
"name": "Black helm (h5)",
"tradeable": "true",
- "weight": "1.8",
"archery_ticket_price": "0",
"id": "10703",
- "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0"
},
{
"remove_head": "true",
"requirements": "{1,40}",
"examine": "A rune helmet with a heraldic design.",
- "grand_exchange_price": "30298",
"durability": null,
+ "absorb": "1,0,3",
+ "equip_audio": "2240",
+ "equipment_slot": "0",
+ "grand_exchange_price": "30298",
"name": "Rune helm (h1)",
"tradeable": "true",
"archery_ticket_price": "0",
"id": "10704",
- "absorb": "1,0,3",
- "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0",
- "equipment_slot": "0"
+ "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0"
},
{
"remove_head": "true",
@@ -91740,6 +92478,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "26127",
"name": "Rune helm (h2)",
@@ -91755,6 +92494,7 @@
"durability": null,
"weight": "4",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "37333",
"name": "Rune helm (h3)",
@@ -91770,6 +92510,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "29600",
"name": "Rune helm (h4)",
@@ -91785,6 +92526,7 @@
"durability": null,
"weight": "2",
"absorb": "1,0,3",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "41325",
"name": "Rune helm (h5)",
@@ -91801,6 +92543,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "28407",
"name": "Adamant helm (h1)",
@@ -91817,6 +92560,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "9839",
"name": "Adamant helm (h2)",
@@ -91833,6 +92577,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "8485",
"name": "Adamant helm (h3)",
@@ -91849,6 +92594,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "10774",
"name": "Adamant helm (h4)",
@@ -91865,6 +92611,7 @@
"durability": null,
"weight": "3",
"absorb": "1,0,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "17390",
"name": "Adamant helm (h5)",
@@ -91986,6 +92733,7 @@
"destroy": "true",
"archery_ticket_price": "0",
"id": "10723",
+ "equip_audio": "3227",
"remove_beard": "true",
"equipment_slot": "0"
},
@@ -92046,7 +92794,9 @@
"durability": null,
"name": "Easter ring",
"archery_ticket_price": "0",
- "id": "10729"
+ "id": "10729",
+ "equip_audio": "",
+ "equipment_slot": ""
},
{
"destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.",
@@ -92075,10 +92825,12 @@
"attack_speed": "4",
"weapon_interface": "12",
"turn180_anim": "1830",
+ "equip_audio": "2238",
"render_anim": "182",
"equipment_slot": "3",
"fun_weapon": "true",
"stand_anim": "1832",
+ "attack_audios": "2257,2257,2257",
"name": "Rubber chicken",
"run_anim": "824",
"archery_ticket_price": "0",
@@ -92112,6 +92864,7 @@
"attack_speed": "7",
"two_handed": "true",
"turn180_anim": "820",
+ "equip_audio": "2247",
"render_anim": "1383",
"equipment_slot": "3",
"stand_anim": "847",
@@ -92348,6 +93101,7 @@
"durability": null,
"weight": "9",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -92380,6 +93134,7 @@
"durability": null,
"weight": "9.07",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -92396,6 +93151,7 @@
"durability": null,
"weight": "10",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -92515,6 +93271,7 @@
"durability": null,
"weight": "9.07",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -92531,6 +93288,7 @@
"durability": null,
"weight": "9.07",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -92797,6 +93555,7 @@
"durability": null,
"weight": "2.2",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "44800",
"name": "Helm of neitiznot",
@@ -92999,6 +93758,7 @@
"two_handed": "true",
"weapon_interface": "7",
"turn180_anim": "7045",
+ "equip_audio": "2248",
"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.",
@@ -93256,6 +94016,7 @@
"two_handed": "true",
"weapon_interface": "8",
"turn180_anim": "5867",
+ "equip_audio": "2246",
"defence_anim": "5866",
"render_anim": "985",
"equipment_slot": "3",
@@ -93616,6 +94377,7 @@
"weight": "0.9",
"archery_ticket_price": "0",
"id": "10933",
+ "equip_audio": "2237",
"equipment_slot": "10"
},
{
@@ -94670,6 +95432,7 @@
},
{
"durability": null,
+ "attack_audios": "2508,2508,25092508",
"name": "Mace",
"archery_ticket_price": "0",
"attack_speed": "5",
@@ -94703,10 +95466,12 @@
"weight": "1.8",
"attack_speed": "5",
"weapon_interface": "8",
+ "equip_audio": "2246",
"defence_anim": "397",
"equipment_slot": "3",
"attack_anims": "390,390,381,390",
"grand_exchange_price": "4093",
+ "attack_audios": "2508,2508,25092508",
"name": "Ancient mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -95539,6 +96304,7 @@
"attack_speed": "6",
"weapon_interface": "17",
"turn180_anim": "4227",
+ "equip_audio": "2244",
"render_anim": "175",
"equipment_slot": "3",
"stand_anim": "4591",
@@ -95568,6 +96334,7 @@
"attack_speed": "6",
"weapon_interface": "17",
"turn180_anim": "4227",
+ "equip_audio": "2244",
"render_anim": "175",
"equipment_slot": "3",
"stand_anim": "4591",
@@ -96012,6 +96779,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"equipment_slot": "3",
"grand_exchange_price": "315",
"attack_audios": "2547,0,0,0",
@@ -96028,6 +96796,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"equipment_slot": "3",
"grand_exchange_price": "445",
"attack_audios": "2547,0,0,0",
@@ -96055,6 +96824,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"equipment_slot": "3",
"grand_exchange_price": "516",
"attack_audios": "2547,0,0,0",
@@ -96071,6 +96841,7 @@
"durability": null,
"attack_speed": "3",
"weapon_interface": "18",
+ "equip_audio": "2244",
"equipment_slot": "3",
"grand_exchange_price": "1248",
"attack_audios": "2547,0,0,0",
@@ -96594,6 +97365,7 @@
"archery_ticket_price": "0",
"id": "11283",
"bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0",
+ "equip_audio": "2245",
"equipment_slot": "5"
},
{
@@ -96603,6 +97375,7 @@
"rare_item": "true",
"durability": null,
"weight": "7.2",
+ "equip_audio": "2245",
"equipment_slot": "5",
"grand_exchange_price": "7700000",
"name": "Dragonfire shield",
@@ -96767,6 +97540,7 @@
"durability": null,
"weight": "2",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"remove_beard": "true",
"equipment_slot": "0",
"lendable": "true",
@@ -97127,6 +97901,7 @@
"equipment_slot": "3",
"grand_exchange_price": "204",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Bronze hasta",
"tradeable": "true",
"run_anim": "1210",
@@ -97159,6 +97934,7 @@
"equipment_slot": "3",
"grand_exchange_price": "25",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Iron hasta",
"tradeable": "true",
"run_anim": "1210",
@@ -97192,6 +97968,7 @@
"equipment_slot": "3",
"grand_exchange_price": "93",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Steel hasta",
"tradeable": "true",
"run_anim": "1210",
@@ -97225,6 +98002,7 @@
"equipment_slot": "3",
"grand_exchange_price": "357",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Mithril hasta",
"tradeable": "true",
"run_anim": "1210",
@@ -97258,6 +98036,7 @@
"equipment_slot": "3",
"grand_exchange_price": "1095",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Adamant hasta",
"tradeable": "true",
"run_anim": "1210",
@@ -97291,6 +98070,7 @@
"equipment_slot": "3",
"grand_exchange_price": "12300",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Rune hasta",
"tradeable": "true",
"run_anim": "1210",
@@ -97323,6 +98103,7 @@
"equipment_slot": "3",
"grand_exchange_price": "290",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Bronze hasta(p)",
"tradeable": "true",
"run_anim": "1210",
@@ -97374,6 +98155,7 @@
"equipment_slot": "3",
"grand_exchange_price": "775",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Bronze hasta(p+)",
"tradeable": "true",
"run_anim": "1210",
@@ -97406,6 +98188,7 @@
"equipment_slot": "3",
"grand_exchange_price": "8974",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Bronze hasta(p++)",
"tradeable": "true",
"run_anim": "1210",
@@ -97438,6 +98221,7 @@
"equipment_slot": "3",
"grand_exchange_price": "99",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Iron hasta(p)",
"tradeable": "true",
"run_anim": "1210",
@@ -97489,6 +98273,7 @@
"equipment_slot": "3",
"grand_exchange_price": "584",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Iron hasta(p+)",
"tradeable": "true",
"run_anim": "1210",
@@ -97521,6 +98306,7 @@
"equipment_slot": "3",
"grand_exchange_price": "8783",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Iron hasta(p++)",
"tradeable": "true",
"run_anim": "1210",
@@ -97554,6 +98340,7 @@
"equipment_slot": "3",
"grand_exchange_price": "151",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Steel hasta(p)",
"tradeable": "true",
"run_anim": "1210",
@@ -97607,6 +98394,7 @@
"equipment_slot": "3",
"grand_exchange_price": "636",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Steel hasta(p+)",
"tradeable": "true",
"run_anim": "1210",
@@ -97640,6 +98428,7 @@
"equipment_slot": "3",
"grand_exchange_price": "8835",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Steel hasta(p++)",
"tradeable": "true",
"run_anim": "1210",
@@ -97673,6 +98462,7 @@
"equipment_slot": "3",
"grand_exchange_price": "440",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Mithril hasta(p)",
"tradeable": "true",
"run_anim": "1210",
@@ -97705,6 +98495,7 @@
"equipment_slot": "3",
"grand_exchange_price": "353",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Mithril hasta(kp)",
"run_anim": "1210",
"archery_ticket_price": "0",
@@ -97728,6 +98519,7 @@
"equipment_slot": "3",
"grand_exchange_price": "925",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Mithril hasta(p+)",
"tradeable": "true",
"run_anim": "1210",
@@ -97761,6 +98553,7 @@
"equipment_slot": "3",
"grand_exchange_price": "8711",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Mithril hasta(p++)",
"tradeable": "true",
"run_anim": "1210",
@@ -97794,6 +98587,7 @@
"equipment_slot": "3",
"grand_exchange_price": "1154",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Adamant hasta(p)",
"tradeable": "true",
"run_anim": "1210",
@@ -97819,11 +98613,13 @@
"durability": null,
"weight": "2.2",
"turn90ccw_anim": "1208",
+ "attack_speed": "5",
"weapon_interface": "14",
"turn180_anim": "1206",
"render_anim": "28",
"equipment_slot": "3",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Adamant hasta(kp)",
"run_anim": "1210",
"archery_ticket_price": "0",
@@ -97847,6 +98643,7 @@
"equipment_slot": "3",
"grand_exchange_price": "1639",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Adamant hasta(p+)",
"tradeable": "true",
"run_anim": "1210",
@@ -97912,6 +98709,7 @@
"equipment_slot": "3",
"grand_exchange_price": "12300",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Rune hasta(p)",
"tradeable": "true",
"run_anim": "1210",
@@ -97942,6 +98740,7 @@
"render_anim": "28",
"equipment_slot": "3",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Rune hasta(kp)",
"run_anim": "1210",
"archery_ticket_price": "0",
@@ -97964,6 +98763,7 @@
"equipment_slot": "3",
"grand_exchange_price": "12200",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Rune hasta(p+)",
"tradeable": "true",
"run_anim": "1210",
@@ -97997,6 +98797,7 @@
"equipment_slot": "3",
"grand_exchange_price": "15500",
"stand_anim": "813",
+ "attack_audios": "2562,2556,2555,2562",
"name": "Rune hasta(p++)",
"tradeable": "true",
"run_anim": "1210",
@@ -99334,6 +100135,7 @@
"durability": null,
"weight": "10",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"lendable": "true",
"attack_audios": "3846,0,0,0",
@@ -99374,6 +100176,7 @@
"durability": null,
"weight": "10",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"lendable": "true",
"attack_audios": "3846,0,0,0",
@@ -99413,6 +100216,7 @@
"durability": null,
"weight": "10",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"lendable": "true",
"attack_audios": "3846,0,0,0",
@@ -99452,6 +100256,7 @@
"durability": null,
"weight": "10",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"lendable": "true",
"attack_audios": "3846,0,0,0",
@@ -99640,6 +100445,7 @@
"durability": null,
"weight": "3",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"name": "Zamorakian spear"
@@ -99662,6 +100468,7 @@
"durability": null,
"weight": "0.5",
"absorb": "0,5,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"lendable": "true",
"grand_exchange_price": "4100000",
@@ -99688,6 +100495,7 @@
"durability": null,
"weight": "4",
"absorb": "0,10,5",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"remove_sleeves": "true",
@@ -99715,6 +100523,7 @@
"durability": null,
"weight": "8",
"absorb": "2,0,4",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"grand_exchange_price": "14800000",
@@ -99793,6 +100602,7 @@
"rare_item": "true",
"durability": null,
"weight": "6",
+ "equip_audio": "2237",
"equipment_slot": "10",
"lendable": "true",
"grand_exchange_price": "111700",
@@ -99837,6 +100647,7 @@
"durability": null,
"weight": "3",
"weapon_interface": "7",
+ "equip_audio": "2248",
"render_anim": "124",
"lendable": "true",
"attack_audios": "3846,0,0,0",
@@ -99858,6 +100669,7 @@
"durability": null,
"rare_item": "true",
"weight": "1",
+ "equip_audio": "2237",
"equipment_slot": "10",
"lendable": "true",
"grand_exchange_price": "95400",
@@ -99957,6 +100769,7 @@
"durability": null,
"weight": "2",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Mystic steam staff"
@@ -100339,6 +101152,7 @@
"destroy_message": "Another can be found in the Grim Reaper's house.",
"examine": "Used to sharpen the blade of a scythe.",
"durability": null,
+ "attack_audios": "2524,2524,2522,2524",
"name": "Scythe sharpener",
"tradeable": "false",
"destroy": "true",
@@ -102595,7 +103409,8 @@
"tradeable": "false",
"destroy": "true",
"archery_ticket_price": "0",
- "id": "12003"
+ "id": "12003",
+ "equip_audio": "2245"
},
{
"destroy_message": "I can make another one by using camel dung on a bronze two",
@@ -106320,6 +107135,7 @@
"weight": "3",
"archery_ticket_price": "0",
"id": "12565",
+ "equip_audio": "2237",
"equipment_slot": "10"
},
{
@@ -107021,6 +107837,7 @@
"weight": "0.4",
"archery_ticket_price": "0",
"id": "12634",
+ "equip_audio": "2238",
"equipment_slot": "1"
},
{
@@ -107133,6 +107950,7 @@
"weight": "0.4",
"archery_ticket_price": "0",
"id": "12645",
+ "equip_audio": "2238",
"equipment_slot": "1"
},
{
@@ -107360,6 +108178,7 @@
"durability": null,
"weight": "1.3",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"equipment_slot": "0",
"lendable": "true",
"grand_exchange_price": "61200",
@@ -107375,6 +108194,7 @@
"durability": null,
"weight": "1.3",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"equipment_slot": "0",
"lendable": "true",
"grand_exchange_price": "61200",
@@ -107424,6 +108244,7 @@
"durability": null,
"weight": "0.5",
"absorb": "0,5,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"lendable": "true",
"grand_exchange_price": "3932989",
@@ -107439,6 +108260,7 @@
"durability": null,
"weight": "0.5",
"absorb": "0,5,2",
+ "equip_audio": "2240",
"equipment_slot": "0",
"lendable": "true",
"grand_exchange_price": "3932989",
@@ -107583,6 +108405,7 @@
"durability": null,
"weight": "2.2",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "44831",
"name": "Helm of neitiznot (e)",
@@ -107598,6 +108421,7 @@
"durability": null,
"weight": "2.2",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"equipment_slot": "0",
"grand_exchange_price": "44831",
"name": "Helm of neitiznot (charged)",
@@ -110257,6 +111081,7 @@
"durability": null,
"weight": "0.9",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "88084",
"name": "Green d'hide coif 100",
@@ -110273,6 +111098,7 @@
"durability": null,
"weight": "0.9",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "88084",
"name": "Green d'hide coif 80",
@@ -110289,6 +111115,7 @@
"durability": null,
"weight": "0.9",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "88084",
"name": "Green d'hide coif 60",
@@ -110305,6 +111132,7 @@
"durability": null,
"weight": "0.9",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "88084",
"name": "Green d'hide coif 40",
@@ -110321,6 +111149,7 @@
"durability": null,
"weight": "0.9",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "88084",
"name": "Green d'hide coif 20",
@@ -110338,6 +111167,7 @@
"durability": null,
"weight": "0.9",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "92700",
"name": "Green d'hide coif 0",
@@ -110364,6 +111194,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "186985",
"name": "Blue d'hide coif 100",
@@ -110380,6 +111211,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "186985",
"name": "Blue d'hide coif 80",
@@ -110396,6 +111228,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "186985",
"name": "Blue d'hide coif 60",
@@ -110412,6 +111245,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "186985",
"name": "Blue d'hide coif 40",
@@ -110428,6 +111262,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "186985",
"name": "Blue d'hide coif 20",
@@ -110445,6 +111280,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "131900",
"name": "Blue d'hide coif 0",
@@ -110471,6 +111307,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "230059",
"name": "Red d'hide coif 100",
@@ -110487,6 +111324,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "230059",
"name": "Red d'hide coif 80",
@@ -110503,6 +111341,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "230059",
"name": "Red d'hide coif 60",
@@ -110519,6 +111358,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "230059",
"name": "Red d'hide coif 40",
@@ -110535,6 +111375,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "230059",
"name": "Red d'hide coif 20",
@@ -110552,6 +111393,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "156600",
"name": "Red d'hide coif 0",
@@ -110578,6 +111420,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "379555",
"name": "Black d'hide coif 100",
@@ -110594,6 +111437,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "379555",
"name": "Black d'hide coif 80",
@@ -110610,6 +111454,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "379555",
"name": "Black d'hide coif 60",
@@ -110626,6 +111471,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "379555",
"name": "Black d'hide coif 40",
@@ -110642,6 +111488,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "379555",
"name": "Black d'hide coif 20",
@@ -110659,6 +111506,7 @@
"durability": null,
"weight": "1",
"absorb": "0,3,1",
+ "equip_audio": "2238",
"equipment_slot": "0",
"grand_exchange_price": "229000",
"name": "Black d'hide coif 0",
@@ -111932,6 +112780,7 @@
"attack_speed": "6",
"weapon_interface": "17",
"turn180_anim": "4227",
+ "equip_audio": "2244",
"render_anim": "175",
"equipment_slot": "3",
"grand_exchange_price": "261",
@@ -113825,6 +114674,7 @@
"durability": null,
"destroy": "false",
"weapon_interface": "5",
+ "equip_audio": "2248",
"attack_audios": "2517,2517,2500,2517",
"name": "Leaf-bladed sword"
},
@@ -115650,6 +116500,7 @@
"two_handed": "true",
"weapon_interface": "7",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "124",
"lendable": "true",
"destroy_message": "Drop",
@@ -115826,6 +116677,7 @@
"attack_speed": "4",
"weapon_interface": "11",
"absorb": "0,0,0",
+ "equip_audio": "2249",
"render_anim": "1578",
"lendable": "true",
"destroy_message": "Drop",
@@ -115912,6 +116764,7 @@
"two_handed": "true",
"weapon_interface": "7",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1579",
"lendable": "true",
"destroy_message": "Drop",
@@ -115930,6 +116783,7 @@
"two_handed": "true",
"weapon_interface": "7",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1579",
"lendable": "true",
"destroy_message": "Drop",
@@ -115948,6 +116802,7 @@
"two_handed": "true",
"weapon_interface": "7",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1579",
"lendable": "true",
"destroy_message": "Drop",
@@ -115966,6 +116821,7 @@
"two_handed": "true",
"weapon_interface": "7",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1579",
"lendable": "true",
"destroy_message": "Drop",
@@ -115994,45 +116850,48 @@
"bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,0,2,0"
},
{
+ "examine": "A helmet of great craftmanship.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,5,2",
+ "equip_audio": "2240",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "A helmet of great craftmanship.",
"grand_exchange_price": "3732060",
- "durability": null,
"name": "Armadyl helmet",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13455",
- "absorb": "0,5,2",
"bonuses": "-5,-5,-5,-5,10,6,6,10,10,8,12,0,0,1,0"
},
{
+ "examine": "A chestplate of great craftsmanship",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,10,5",
+ "equip_audio": "2239",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "A chestplate of great craftsmanship",
"grand_exchange_price": "9628666",
- "durability": null,
"name": "Armadyl chestplate",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13456",
- "absorb": "0,10,5",
"bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,0,1,0"
},
{
+ "examine": "A chainskirt of great craftsmanship.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,7,3",
+ "equip_audio": "2242",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "A chainskirt of great craftsmanship.",
"grand_exchange_price": "9754868",
- "durability": null,
"name": "Armadyl plateskirt",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13457",
- "absorb": "0,7,3",
"bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,0,1,0"
},
{
@@ -116064,17 +116923,18 @@
"bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,0,1,0"
},
{
+ "examine": "Some sturdy boots.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equip_audio": "2237",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Some sturdy boots.",
"grand_exchange_price": "1259091",
- "durability": null,
"name": "Bandos boots",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13460",
- "absorb": "0,0,0",
"bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,0,1,0"
},
{
@@ -116086,6 +116946,7 @@
"two_handed": "true",
"weapon_interface": "7",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1579",
"lendable": "true",
"destroy_message": "Drop",
@@ -116096,17 +116957,18 @@
"bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,0,2,0"
},
{
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equip_audio": "2237",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "These will protect my feet.",
"grand_exchange_price": "17336",
- "durability": null,
"name": "Dragon boots",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13462",
- "absorb": "0,0,0",
"bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0"
},
{
@@ -116142,6 +117004,7 @@
"attack_speed": "4",
"weapon_interface": "5",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"defence_anim": "397",
"attack_anims": "396,396,395,396",
"lendable": "true",
@@ -116161,6 +117024,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"defence_anim": "397",
"attack_anims": "396,396,395,396",
"destroy_message": "Drop",
@@ -116178,6 +117042,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"defence_anim": "397",
"attack_anims": "396,396,395,396",
"destroy_message": "Drop",
@@ -116195,6 +117060,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"defence_anim": "397",
"attack_anims": "396,396,395,396",
"destroy_message": "Drop",
@@ -116211,6 +117077,7 @@
"attack_speed": "5",
"weapon_interface": "2",
"absorb": "0,0,0",
+ "equip_audio": "2229",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "7263",
@@ -116227,6 +117094,7 @@
"attack_speed": "5",
"weapon_interface": "2",
"absorb": "0,0,0",
+ "equip_audio": "2229",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "3794577",
@@ -116279,6 +117147,7 @@
"attack_speed": "6",
"weapon_interface": "10",
"absorb": "0,0,0",
+ "equip_audio": "2233",
"render_anim": "1430",
"lendable": "true",
"destroy_message": "Drop",
@@ -116345,6 +117214,7 @@
"attack_speed": "4",
"weapon_interface": "6",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1928",
"attack_anims": "390,390,381,390",
"lendable": "true",
@@ -116364,6 +117234,7 @@
"two_handed": "true",
"weapon_interface": "15",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"destroy_message": "Drop",
@@ -116383,11 +117254,13 @@
"attack_speed": "5",
"weapon_interface": "8",
"absorb": "0,0,0",
+ "equip_audio": "2246",
"defence_anim": "397",
"attack_anims": "390,390,381,390",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "28817",
+ "attack_audios": "2508,2508,25092508",
"name": "Dragon mace",
"archery_ticket_price": "0",
"id": "13479",
@@ -116400,6 +117273,7 @@
"attack_speed": "5",
"weapon_interface": "4",
"absorb": "0,0,0",
+ "equip_audio": "2232",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "18546",
@@ -116437,59 +117311,63 @@
"bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0"
},
{
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Made from 100% real dragonhide.",
"grand_exchange_price": "4373",
- "durability": null,
"name": "Green d'hide body",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13483",
- "absorb": "0,6,3",
"bonuses": "0,0,0,-20,15,40,32,45,20,40,40,0,0,0,0"
},
{
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Made from 100% real dragonhide.",
"grand_exchange_price": "5266",
- "durability": null,
"name": "Blue d'hide body",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13484",
- "absorb": "0,6,3",
"bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0"
},
{
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Made from 100% real dragonhide.",
"grand_exchange_price": "6276",
- "durability": null,
"name": "Red d'hide body",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13485",
- "absorb": "0,6,3",
"bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0"
},
{
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Made from 100% real dragonhide.",
"grand_exchange_price": "7619",
- "durability": null,
"name": "Black d'hide body",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13486",
- "absorb": "0,6,3",
"bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0"
},
{
@@ -116549,73 +117427,78 @@
"bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0"
},
{
+ "examine": "100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,4,2",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "100% real dragonhide.",
"grand_exchange_price": "2037",
- "durability": null,
"name": "Green d'hide chaps",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13491",
- "absorb": "0,4,2",
"bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0"
},
{
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,5,2",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Made from 100% real dragonhide.",
"grand_exchange_price": "2352",
- "durability": null,
"name": "Blue d'hide chaps",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13492",
- "absorb": "0,5,2",
"bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0"
},
{
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,6,3",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Made from 100% real dragonhide.",
"grand_exchange_price": "2761",
- "durability": null,
"name": "Red d'hide chaps",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13493",
- "absorb": "0,6,3",
"bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0"
},
{
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,7,3",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Made from 100% real dragonhide.",
"grand_exchange_price": "3377",
- "durability": null,
"name": "Black d'hide chaps",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13494",
- "absorb": "0,7,3",
"bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0"
},
{
+ "examine": "Makes the wearer pretty intimidating.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "2,0,4",
+ "equip_audio": "2240",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Makes the wearer pretty intimidating.",
"grand_exchange_price": "59676",
- "durability": null,
"name": "Dragon med helm",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13495",
- "absorb": "2,0,4",
"bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0"
},
{
@@ -116633,59 +117516,63 @@
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
},
{
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Made from 100% real dragonhide.",
"grand_exchange_price": "1208",
- "durability": null,
"name": "Green d'hide vamb",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13497",
- "absorb": "0,0,0",
"bonuses": "0,0,0,-10,8,3,2,4,2,0,3,0,0,0,0"
},
{
+ "examine": "Made from 100% real dragonhide.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Made from 100% real dragonhide.",
"grand_exchange_price": "1488",
- "durability": null,
"name": "Blue d'hide vamb",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13498",
- "absorb": "0,0,0",
"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,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Vambraces made from 100% real dragonhide.",
"grand_exchange_price": "1714",
- "durability": null,
"name": "Red d'hide vamb",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13499",
- "absorb": "0,0,0",
"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,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Vambraces made from 100% real dragonhide.",
"grand_exchange_price": "2208",
- "durability": null,
"name": "Black d'hide vamb",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13500",
- "absorb": "0,0,0",
"bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0"
},
{
@@ -116745,45 +117632,48 @@
"bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0"
},
{
+ "examine": "Wooden foot protection.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equip_audio": "2237",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Wooden foot protection.",
"grand_exchange_price": "6845",
- "durability": null,
"name": "Splitbark boots",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13505",
- "absorb": "0,0,0",
"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,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "5,0,11",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "An ancient and powerful looking Dragon Square shield.",
"grand_exchange_price": "328356",
- "durability": null,
"name": "Dragon sq shield",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13506",
- "absorb": "5,0,11",
"bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0"
},
{
+ "examine": "A large metal shield.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "A large metal shield.",
"grand_exchange_price": "31885",
- "durability": null,
"name": "Rune kiteshield",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13507",
- "absorb": "3,0,7",
"bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
@@ -117004,6 +117894,7 @@
"two_handed": "true",
"weapon_interface": "16",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "193",
@@ -117020,6 +117911,7 @@
"two_handed": "true",
"weapon_interface": "16",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "111",
@@ -117036,6 +117928,7 @@
"two_handed": "true",
"weapon_interface": "16",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "486",
@@ -117052,6 +117945,7 @@
"two_handed": "true",
"weapon_interface": "16",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "253",
@@ -117069,6 +117963,7 @@
"two_handed": "true",
"weapon_interface": "16",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "1211",
@@ -117086,6 +117981,7 @@
"two_handed": "true",
"weapon_interface": "16",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "655",
@@ -117118,6 +118014,7 @@
"attack_speed": "6",
"weapon_interface": "17",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"render_anim": "175",
"lendable": "true",
"destroy_message": "Drop",
@@ -117362,17 +118259,18 @@
"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,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equip_audio": "2241",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Fabulously ancient range protection crafted from white dragonhide.",
"grand_exchange_price": "6826420",
- "durability": null,
"name": "3rd age vambraces",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13547",
- "absorb": "0,0,0",
"bonuses": "0,0,0,-11,11,6,5,7,9,0,5,0,0,0,0"
},
{
@@ -117474,17 +118372,18 @@
"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,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "5,0,11",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Ancient armour beaten from magical silver.",
"grand_exchange_price": "91262203",
- "durability": null,
"name": "3rd age kiteshield",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13555",
- "absorb": "5,0,11",
"bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0"
},
{
@@ -118388,6 +119287,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118404,6 +119304,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118420,6 +119321,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118436,6 +119338,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118452,6 +119355,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118468,6 +119372,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118484,6 +119389,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118500,6 +119406,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118516,6 +119423,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "No",
@@ -118532,6 +119440,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118548,6 +119457,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118564,6 +119474,7 @@
"attack_speed": "5",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -118580,6 +119491,7 @@
"attack_speed": "4",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "You will have to speak to Wizard Elriss to get another omni-talisman.",
@@ -119609,6 +120521,7 @@
"attack_speed": "4",
"weapon_interface": "18",
"absorb": "0,0,0",
+ "equip_audio": "",
"equipment_slot": "3",
"destroy_message": "You can get another one from the equipment box for this performance.",
"name": "Performance knife",
@@ -119731,6 +120644,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "2245",
"equipment_slot": "5",
"destroy_message": "Drop",
"grand_exchange_price": "39982",
@@ -119762,6 +120676,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "2245",
"equipment_slot": "5",
"destroy_message": "Drop",
"grand_exchange_price": "936814",
@@ -119792,6 +120707,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "2245",
"equipment_slot": "5",
"destroy_message": "Drop",
"grand_exchange_price": "15076199",
@@ -119822,6 +120738,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "2245",
"equipment_slot": "5",
"destroy_message": "Drop",
"grand_exchange_price": "40003587",
@@ -119852,6 +120769,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "2245",
"equipment_slot": "5",
"destroy_message": "Drop",
"grand_exchange_price": "28420591",
@@ -119882,6 +120800,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "2245",
"equipment_slot": "5",
"destroy_message": "Drop",
"grand_exchange_price": "3616112",
@@ -120376,6 +121295,7 @@
"two_handed": "true",
"weapon_interface": "7",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "124",
"lendable": "true",
"destroy_message": "Drop",
@@ -120393,6 +121313,7 @@
"two_handed": "true",
"weapon_interface": "15",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"lendable": "true",
"destroy_message": "Drop",
@@ -120412,6 +121333,7 @@
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "7917",
+ "attack_audios": "2508,2508,25092508",
"name": "Rune mace",
"archery_ticket_price": "0",
"id": "13780",
@@ -120432,17 +121354,18 @@
"bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0"
},
{
+ "examine": "These will protect my feet.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "0,0,0",
+ "equip_audio": "2237",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "These will protect my feet.",
"grand_exchange_price": "7036",
- "durability": null,
"name": "Rune boots",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13782",
- "absorb": "0,0,0",
"bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0"
},
{
@@ -120502,17 +121425,18 @@
"bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0"
},
{
+ "examine": "A medium square shield.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "A medium square shield.",
"grand_exchange_price": "22225",
- "durability": null,
"name": "Rune sq shield",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13787",
- "absorb": "3,0,7",
"bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0"
},
{
@@ -120741,17 +121665,18 @@
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
},
{
+ "examine": "Rune kiteshield with gold trim",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Rune kiteshield with gold trim",
"grand_exchange_price": "118205",
- "durability": null,
"name": "Rune kiteshield (g)",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13804",
- "absorb": "3,0,7",
"bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
@@ -120811,17 +121736,18 @@
"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,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "A large, metal shield with a nice trim.",
"grand_exchange_price": "46469",
- "durability": null,
"name": "Rune kiteshield (t)",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13809",
- "absorb": "3,0,7",
"bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
@@ -121024,17 +121950,18 @@
"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,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "A Rune kiteshield in the colours of Zamorak.",
"grand_exchange_price": "225574",
- "durability": null,
"name": "Zamorak kiteshield",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13824",
- "absorb": "3,0,7",
"bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
@@ -121094,17 +122021,18 @@
"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,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Rune kiteshield in the colours of Saradomin.",
"grand_exchange_price": "353916",
- "durability": null,
"name": "Saradomin kiteshield",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13829",
- "absorb": "3,0,7",
"bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
@@ -121164,17 +122092,18 @@
"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,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Rune kiteshield in the colours of Guthix.",
"grand_exchange_price": "185266",
- "durability": null,
"name": "Guthix kiteshield",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13834",
- "absorb": "3,0,7",
"bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0"
},
{
@@ -121234,17 +122163,18 @@
"bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0"
},
{
+ "examine": "Rune kiteshield with gold plate.",
+ "durability": null,
+ "destroy": "true",
+ "attack_speed": "4",
+ "absorb": "3,0,7",
+ "equip_audio": "2245",
"lendable": "true",
"destroy_message": "Drop",
- "examine": "Rune kiteshield with gold plate.",
"grand_exchange_price": "506093",
- "durability": null,
"name": "Gilded kiteshield",
- "destroy": "true",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13839",
- "absorb": "3,0,7",
"bonuses": "0,0,0,-8,-2,44,48,46,-1,46,45,0,0,0,0"
},
{
@@ -121600,6 +122530,7 @@
"durability": null,
"destroy": "false",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Zuriel's staff"
@@ -121643,6 +122574,7 @@
"durability": null,
"destroy": "true",
"weapon_interface": "1",
+ "equip_audio": "2247",
"render_anim": "28",
"attack_audios": "2555,0,0,0",
"name": "Zuriel's staff (deg)"
@@ -121752,6 +122684,7 @@
"destroy": "false",
"attack_speed": "4",
"absorb": "0,6,3",
+ "equip_audio": "2238",
"equipment_slot": "0",
"destroy_message": "Drop",
"grand_exchange_price": "236411",
@@ -121784,6 +122717,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,6,3",
+ "equip_audio": "2238",
"equipment_slot": "0",
"destroy_message": "Drop",
"grand_exchange_price": "236411",
@@ -121802,6 +122736,7 @@
"attack_speed": "6",
"weapon_interface": "18",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"render_anim": "1381",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -121822,6 +122757,7 @@
"attack_speed": "6",
"weapon_interface": "18",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"render_anim": "1381",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -121842,6 +122778,7 @@
"attack_speed": "6",
"weapon_interface": "18",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"render_anim": "1381",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -121862,6 +122799,7 @@
"attack_speed": "6",
"weapon_interface": "18",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"render_anim": "1381",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -121899,6 +122837,7 @@
"destroy": "false",
"attack_speed": "4",
"absorb": "6,0,12",
+ "equip_audio": "2239",
"equipment_slot": "4",
"destroy_message": "Drop",
"remove_sleeves": "true",
@@ -121931,6 +122870,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "6,0,12",
+ "equip_audio": "2239",
"equipment_slot": "4",
"destroy_message": "Drop",
"remove_sleeves": "true",
@@ -121997,6 +122937,7 @@
"destroy": "false",
"attack_speed": "4",
"absorb": "4,0,8",
+ "equip_audio": "2242",
"equipment_slot": "7",
"destroy_message": "Drop",
"grand_exchange_price": "1735029",
@@ -122028,6 +122969,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "4,0,8",
+ "equip_audio": "2242",
"equipment_slot": "7",
"destroy_message": "Drop",
"grand_exchange_price": "1735029",
@@ -122092,6 +123034,7 @@
"destroy": "false",
"attack_speed": "4",
"absorb": "3,0,6",
+ "equip_audio": "2240",
"equipment_slot": "0",
"destroy_message": "Drop",
"grand_exchange_price": "1301986",
@@ -122102,17 +123045,18 @@
"bonuses": "3,3,4,-6,-2,65,70,63,-1,71,15,3,0,0,0"
},
{
- "destroy_message": "Drop",
"requirements": "{1,78}",
"shop_price": "250000",
"examine": "This item degrades in combat, and will turn to dust.",
- "grand_exchange_price": "1301986",
"durability": null,
+ "destroy": "false",
+ "attack_speed": "4",
+ "equip_audio": "",
+ "destroy_message": "Drop",
+ "grand_exchange_price": "1301986",
"name": "Statius's full helm",
"tradeable": "true",
- "destroy": "false",
"archery_ticket_price": "0",
- "attack_speed": "4",
"id": "13897"
},
{
@@ -122124,6 +123068,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "3,0,6",
+ "equip_audio": "2240",
"equipment_slot": "0",
"destroy_message": "Drop",
"grand_exchange_price": "1301986",
@@ -122158,6 +123103,7 @@
"durability": null,
"destroy": "false",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1426",
"attack_audios": "2500,2500,2517,2500",
"name": "Vesta's longsword"
@@ -122201,6 +123147,7 @@
"durability": null,
"destroy": "true",
"weapon_interface": "6",
+ "equip_audio": "2248",
"render_anim": "1426",
"attack_audios": "2500,2500,2517,2500",
"name": "Vesta's longsword (deg)"
@@ -122231,6 +123178,7 @@
"durability": null,
"destroy": "false",
"weapon_interface": "10",
+ "equip_audio": "2233",
"attack_audios": "2504,0,0,0",
"name": "Statius's warhammer"
},
@@ -122271,6 +123219,7 @@
"durability": null,
"destroy": "true",
"weapon_interface": "10",
+ "equip_audio": "2233",
"render_anim": "1426",
"attack_audios": "2504,0,0,0",
"name": "Statius' warhammer (deg)"
@@ -122303,6 +123252,7 @@
"destroy": "false",
"weight": "4.2",
"weapon_interface": "14",
+ "equip_audio": "2247",
"render_anim": "28",
"name": "Vesta's spear"
},
@@ -122334,6 +123284,7 @@
"turn90ccw_anim": "1208",
"weapon_interface": "14",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"defence_anim": "2079",
"render_anim": "28",
"equipment_slot": "3",
@@ -122353,6 +123304,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "6,0,12",
+ "equip_audio": "2239",
"equipment_slot": "4",
"destroy_message": "Drop",
"remove_sleeves": "true",
@@ -122384,6 +123336,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "6,0,12",
+ "equip_audio": "2239",
"equipment_slot": "4",
"destroy_message": "Drop",
"remove_sleeves": "true",
@@ -122449,6 +123402,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "4,0,8",
+ "equip_audio": "2242",
"equipment_slot": "7",
"destroy_message": "Drop",
"grand_exchange_price": "1734527",
@@ -122479,6 +123433,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "4,0,8",
+ "equip_audio": "2242",
"equipment_slot": "7",
"destroy_message": "Drop",
"grand_exchange_price": "1734527",
@@ -122573,6 +123528,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "3,0,6",
+ "equip_audio": "2240",
"equipment_slot": "0",
"destroy_message": "Drop",
"grand_exchange_price": "1062835",
@@ -122594,6 +123550,7 @@
"weapon_interface": "5",
"turn180_anim": "1206",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1426",
"equipment_slot": "3",
"attack_anims": "381,390,390,390",
@@ -122641,6 +123598,7 @@
"weapon_interface": "5",
"turn180_anim": "1206",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1426",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -122661,6 +123619,7 @@
"attack_speed": "6",
"weapon_interface": "8",
"absorb": "0,0,0",
+ "equip_audio": "2233",
"defence_anim": "397",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -122694,6 +123653,7 @@
"attack_speed": "6",
"weapon_interface": "8",
"absorb": "0,0,0",
+ "equip_audio": "2233",
"equipment_slot": "3",
"destroy_message": "Drop",
"grand_exchange_price": "3033516",
@@ -122712,6 +123672,7 @@
"two_handed": "true",
"weapon_interface": "14",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"attack_anims": "2080,2081,2082,2080",
@@ -122747,6 +123708,7 @@
"two_handed": "true",
"weapon_interface": "14",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -122907,6 +123869,7 @@
"attack_speed": "6",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"attack_anims": "2555,0,0,0",
@@ -122941,6 +123904,7 @@
"attack_speed": "6",
"weapon_interface": "1",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -123053,6 +124017,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,6,3",
+ "equip_audio": "2238",
"equipment_slot": "0",
"destroy_message": "Drop",
"grand_exchange_price": "63502",
@@ -123084,6 +124049,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,6,3",
+ "equip_audio": "2238",
"equipment_slot": "0",
"destroy_message": "Drop",
"grand_exchange_price": "63502",
@@ -123101,6 +124067,7 @@
"attack_speed": "6",
"weapon_interface": "18",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"render_anim": "1381",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -123119,6 +124086,7 @@
"attack_speed": "6",
"weapon_interface": "18",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"render_anim": "1381",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -123137,6 +124105,7 @@
"attack_speed": "6",
"weapon_interface": "18",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"render_anim": "1381",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -123155,6 +124124,7 @@
"attack_speed": "6",
"weapon_interface": "18",
"absorb": "0,0,0",
+ "equip_audio": "2244",
"render_anim": "1381",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -123235,6 +124205,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"equipment_slot": "0",
"destroy_message": "Drop",
"grand_exchange_price": "121835",
@@ -123264,6 +124235,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "2,0,4",
+ "equip_audio": "2240",
"equipment_slot": "0",
"destroy_message": "Drop",
"grand_exchange_price": "121835",
@@ -123279,6 +124251,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "5,0,11",
+ "equip_audio": "2245",
"equipment_slot": "5",
"destroy_message": "Drop",
"grand_exchange_price": "79703",
@@ -123307,6 +124280,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "5,0,11",
+ "equip_audio": "2245",
"equipment_slot": "5",
"destroy_message": "Drop",
"grand_exchange_price": "79703",
@@ -123365,6 +124339,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "3,0,6",
+ "equip_audio": "2242",
"equipment_slot": "7",
"destroy_message": "Drop",
"grand_exchange_price": "87957",
@@ -123393,6 +124368,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "3,0,6",
+ "equip_audio": "2242",
"equipment_slot": "7",
"destroy_message": "Drop",
"grand_exchange_price": "87957",
@@ -123411,6 +124387,7 @@
"attack_speed": "6",
"weapon_interface": "2",
"absorb": "0,0,0",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -123453,6 +124430,7 @@
"attack_speed": "6",
"weapon_interface": "2",
"absorb": "0,0,0",
+ "equip_audio": "2232",
"render_anim": "2586",
"defence_anim": "397",
"equipment_slot": "3",
@@ -123473,6 +124451,7 @@
"attack_speed": "4",
"weapon_interface": "5",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"defence_anim": "397",
"equipment_slot": "3",
"attack_anims": "396,396,395,396",
@@ -123490,6 +124469,7 @@
"durability": null,
"destroy": "true",
"attack_speed": "4",
+ "equip_audio": "2248",
"defence_anim": "397",
"attack_anims": "396,396,395,396",
"destroy_message": "Drop",
@@ -123508,6 +124488,7 @@
"attack_speed": "4",
"weapon_interface": "5",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"defence_anim": "397",
"equipment_slot": "3",
"attack_anims": "396,396,395,396",
@@ -123529,6 +124510,7 @@
"attack_speed": "4",
"weapon_interface": "6",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1928",
"defence_anim": "397",
"equipment_slot": "3",
@@ -123552,7 +124534,8 @@
"destroy": "true",
"archery_ticket_price": "0",
"attack_speed": "4",
- "id": "13980"
+ "id": "13980",
+ "equip_audio": ""
},
{
"shop_price": "60000",
@@ -123562,10 +124545,13 @@
"attack_speed": "4",
"weapon_interface": "6",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1928",
"equipment_slot": "3",
+ "attack_anims": "390,390,381,390",
"destroy_message": "Drop",
"grand_exchange_price": "338644",
+ "attack_audios": "2500,0,2517,0",
"name": "C. dragon scimitar (deg)",
"archery_ticket_price": "0",
"id": "13981",
@@ -123582,6 +124568,7 @@
"attack_speed": "5",
"weapon_interface": "5",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1582",
"defence_anim": "397",
"equipment_slot": "3",
@@ -123615,6 +124602,7 @@
"attack_speed": "5",
"weapon_interface": "5",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1582",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -123634,11 +124622,13 @@
"attack_speed": "5",
"weapon_interface": "8",
"absorb": "0,0,0",
+ "equip_audio": "2246",
"defence_anim": "397",
"equipment_slot": "3",
"attack_anims": "390,390,381,390",
"destroy_message": "Drop",
"grand_exchange_price": "50096",
+ "attack_audios": "2508,2508,25092508",
"name": "Corrupt dragon mace",
"archery_ticket_price": "0",
"id": "13985",
@@ -123656,6 +124646,7 @@
"attack_anims": "390,390,381,390",
"destroy_message": "Drop",
"grand_exchange_price": "50096",
+ "attack_audios": "2508,2508,25092508",
"name": "Corrupt dragon mace",
"tradeable": "true",
"archery_ticket_price": "0",
@@ -123671,11 +124662,13 @@
"attack_speed": "5",
"weapon_interface": "8",
"absorb": "0,0,0",
+ "equip_audio": "2246",
"defence_anim": "397",
"equipment_slot": "3",
"attack_anims": "390,390,381,390",
"destroy_message": "Drop",
"grand_exchange_price": "50096",
+ "attack_audios": "2508,2508,25092508",
"name": "Corrupt dragon mace (deg)",
"archery_ticket_price": "0",
"id": "13987",
@@ -123690,6 +124683,7 @@
"two_handed": "true",
"weapon_interface": "14",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "2079",
"equipment_slot": "3",
@@ -123726,6 +124720,7 @@
"two_handed": "true",
"weapon_interface": "14",
"absorb": "0,0,0",
+ "equip_audio": "2247",
"render_anim": "28",
"defence_anim": "2079",
"equipment_slot": "3",
@@ -124232,6 +125227,7 @@
"attack_speed": "4",
"weapon_interface": "5",
"absorb": "0,0,0",
+ "equip_audio": "2248",
"render_anim": "1629",
"equipment_slot": "3",
"destroy_message": "Drop",
@@ -124316,18 +125312,19 @@
"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 make some bows or arrows.",
"durability": null,
- "name": "Volatile clay fletching knife",
"destroy": "true",
- "archery_ticket_price": "0",
"attack_speed": "4",
- "id": "14103",
"absorb": "0,0,0",
- "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
- "equipment_slot": "3"
+ "equip_audio": "",
+ "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",
@@ -124566,6 +125563,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,3,1",
+ "equip_audio": "",
"equipment_slot": "0",
"destroy_message": "Drop",
"name": "Sacred clay coif",
@@ -127212,6 +128210,7 @@
"attack_speed": "6",
"weapon_interface": "10",
"absorb": "0,0,0",
+ "equip_audio": "",
"equipment_slot": "3",
"destroy_message": "Drop",
"name": "Warhammer (class 1)",
@@ -128617,6 +129616,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "",
"equipment_slot": "0",
"destroy_message": "Drop",
"name": "Coif (class 1)",
@@ -128635,7 +129635,8 @@
"destroy": "true",
"archery_ticket_price": "0",
"attack_speed": "4",
- "id": "14412"
+ "id": "14412",
+ "equip_audio": ""
},
{
"remove_head": "true",
@@ -128645,6 +129646,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "",
"equipment_slot": "0",
"destroy_message": "Drop",
"name": "Coif (class 2)",
@@ -128673,6 +129675,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "",
"equipment_slot": "0",
"destroy_message": "Drop",
"name": "Coif (class 3)",
@@ -128701,6 +129704,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "0,0,0",
+ "equip_audio": "",
"equipment_slot": "0",
"destroy_message": "Drop",
"name": "Coif (class 4)",
@@ -129178,6 +130182,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "4,0,9",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"destroy_message": "Drop",
@@ -129209,6 +130214,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "4,0,9",
+ "equip_audio": "",
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "4453643",
@@ -129218,30 +130224,31 @@
"bonuses": "0,0,0,-30,0,109,107,97,-6,106,50,0,0,0,0"
},
{
- "requirements": "{0,60}",
- "shop_price": "67500",
"examine": "A set of fighting claws.",
"has_special": "true",
"rare_item": "true",
- "durability": null,
- "destroy": "true",
"attack_speed": "4",
"two_handed": "true",
- "weapon_interface": "9",
"absorb": "0,0,0",
- "equip_audio": "1003",
"defence_anim": "397",
- "render_anim": "2583",
"equipment_slot": "3",
"attack_anims": "393,393,1067,393",
"destroy_message": "Drop",
- "lendable": "true",
"grand_exchange_price": "1472441",
"tradeable": "true",
- "name": "Dragon claws",
"archery_ticket_price": "0",
"id": "14484",
- "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0"
+ "bonuses": "41,57,-4,0,0,13,26,7,0,0,0,56,0,0,0",
+ "requirements": "{0,60}",
+ "shop_price": "67500",
+ "durability": null,
+ "destroy": "true",
+ "weapon_interface": "9",
+ "equip_audio": "1003",
+ "render_anim": "2583",
+ "lendable": "true",
+ "attack_audios": "2548,2548,2548,2548",
+ "name": "Dragon claws"
},
{
"destroy_message": "Drop",
@@ -129271,6 +130278,7 @@
"lendable": "true",
"destroy_message": "Drop",
"grand_exchange_price": "1472441",
+ "attack_audios": "2548,2548,2548,2548",
"name": "Dragon claws",
"archery_ticket_price": "0",
"id": "14486",
@@ -129320,6 +130328,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "2,0,4",
+ "equip_audio": "2242",
"equipment_slot": "7",
"lendable": "true",
"destroy_message": "Drop",
@@ -129351,6 +130360,7 @@
"destroy": "true",
"attack_speed": "4",
"absorb": "3,0,6",
+ "equip_audio": "2239",
"equipment_slot": "4",
"lendable": "true",
"destroy_message": "Drop",
@@ -129998,6 +131008,7 @@
"id": "14571",
"absorb": "0,0,0",
"bonuses": "0,0,0,-3,-1,2,3,4,0,0,0,0,0,0,0",
+ "equip_audio": "2237",
"equipment_slot": "10"
},
{
@@ -130011,6 +131022,7 @@
"id": "14572",
"absorb": "0,0,0",
"bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0",
+ "equip_audio": "2237",
"equipment_slot": "10"
},
{
@@ -130023,6 +131035,7 @@
"id": "14573",
"absorb": "0,0,0",
"bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0",
+ "equip_audio": "2237",
"equipment_slot": "10"
},
{
@@ -130062,46 +131075,49 @@
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
},
{
- "destroy_message": "You will be able to get a replacement shield from Redbeard the Pirate in Port Sarim.",
"shop_price": "100",
"examine": "A buckler shield from Falador.",
"durability": null,
- "name": "Falador shield 1",
"destroy": "true",
- "archery_ticket_price": "0",
"attack_speed": "4",
- "id": "14577",
"absorb": "0,0,0",
- "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,3,0,0",
- "equipment_slot": "5"
+ "equip_audio": "2245",
+ "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"
},
{
- "destroy_message": "You will be able to get a replacement shield from the chemist in Rimmington.",
"shop_price": "200",
"examine": "A kiteshield from Falador.",
"durability": null,
- "name": "Falador shield 2",
"destroy": "true",
- "archery_ticket_price": "0",
"attack_speed": "4",
- "id": "14578",
"absorb": "0,0,0",
- "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,5,0,0",
- "equipment_slot": "5"
+ "equip_audio": "2245",
+ "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"
},
{
- "destroy_message": "You will be able to get a replacement shield from Sir Vyvin's squire in the White Knights' Castle.",
"shop_price": "300",
"examine": "A tower shield from Falador.",
"durability": null,
- "name": "Falador shield 3",
"destroy": "true",
- "archery_ticket_price": "0",
"attack_speed": "4",
- "id": "14579",
"absorb": "0,0,0",
- "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,7,0,0",
- "equipment_slot": "5"
+ "equip_audio": "2245",
+ "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"
},
{
"shop_price": "1000",
@@ -130927,82 +131943,85 @@
"id": "1480"
},
{
- "shop_price": "200",
"turn90cw_anim": "1207",
"examine": "A staff with a spooky raven head attached.",
"walk_anim": "1205",
- "durability": null,
- "destroy": "true",
- "weight": "2.2",
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "weapon_interface": "1",
"turn180_anim": "1206",
"defence_anim": "420",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "419,419,419,419",
"stand_anim": "813",
- "attack_audios": "2555,0,0,0",
"tradeable": "false",
- "name": "Staff of the raven",
"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"
- },
- {
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"shop_price": "200",
- "turn90cw_anim": "1207",
- "examine": "A staff with a spooky raven head attached.",
- "walk_anim": "1205",
"durability": null,
"destroy": "true",
"weight": "2.2",
+ "weapon_interface": "1",
+ "equip_audio": "2247",
+ "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",
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "weapon_interface": "1",
"turn180_anim": "1206",
"defence_anim": "420",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "419,419,419,419",
"stand_anim": "813",
- "attack_audios": "2555,0,0,0",
"tradeable": "false",
- "name": "Staff of the raven",
"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"
- },
- {
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"shop_price": "200",
- "turn90cw_anim": "1207",
- "examine": "A staff with a spooky raven head attached.",
- "walk_anim": "1205",
"durability": null,
"destroy": "true",
"weight": "2.2",
+ "weapon_interface": "1",
+ "equip_audio": "2247",
+ "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",
"turn90ccw_anim": "1208",
"attack_speed": "5",
- "weapon_interface": "1",
"turn180_anim": "1206",
"defence_anim": "420",
- "render_anim": "28",
"equipment_slot": "3",
"attack_anims": "419,419,419,419",
"stand_anim": "813",
- "attack_audios": "2555,0,0,0",
"tradeable": "false",
- "name": "Staff of the raven",
"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"
+ "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
+ "shop_price": "200",
+ "durability": null,
+ "destroy": "true",
+ "weight": "2.2",
+ "weapon_interface": "1",
+ "equip_audio": "2247",
+ "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.",
diff --git a/Server/src/main/content/global/handlers/item/MorphItemPlugin.java b/Server/src/main/content/global/handlers/item/MorphItemPlugin.java
index 29c84d805..672de389f 100644
--- a/Server/src/main/content/global/handlers/item/MorphItemPlugin.java
+++ b/Server/src/main/content/global/handlers/item/MorphItemPlugin.java
@@ -12,6 +12,9 @@ import core.plugin.Initializable;
import core.plugin.Plugin;
import core.plugin.ClassScanner;
import core.tools.RandomFunction;
+import org.rs09.consts.Sounds;
+
+import static core.api.ContentAPIKt.playAudio;
/**
* Handles a morph item.
@@ -65,6 +68,7 @@ public class MorphItemPlugin implements Plugin {
*/
private void morph(Player player, Item item) {
int morphId = item.getId() == 6583 ? 2626 : EASTER_EGG_IDS[RandomFunction.random(EASTER_EGG_IDS.length)];
+ playAudio(player, 1520);
player.getInterfaceManager().close();
player.getAppearance().transformNPC(morphId);
player.getInterfaceManager().removeTabs(0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14);
diff --git a/Server/src/main/content/global/handlers/item/ToyListeners.kt b/Server/src/main/content/global/handlers/item/ToyListeners.kt
index 973166815..edf14fa89 100644
--- a/Server/src/main/content/global/handlers/item/ToyListeners.kt
+++ b/Server/src/main/content/global/handlers/item/ToyListeners.kt
@@ -6,6 +6,13 @@ 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 {
@@ -14,10 +21,12 @@ class ToyListeners : InteractionListener {
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 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_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
@@ -34,7 +43,7 @@ class ToyListeners : InteractionListener {
}
override fun defineListeners() {
- on(Items.CHOCATRICE_CAPE_12634, IntType.ITEM, "operate"){ player, _ ->
+ on(Items.CHOCATRICE_CAPE_12645, IntType.ITEM, "operate") { player, _ ->
lockInteractions(player, 2)
visualize(player, 8903, 1566)
return@on true
@@ -44,18 +53,18 @@ class ToyListeners : InteractionListener {
val index = MARIONETTES.indexOf(marionette.id)
lockInteractions(player, 2)
- when(getUsedOption(player)) {
+ 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])
+ "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, _ ->
+ on(Items.REINDEER_HAT_10507, IntType.ITEM, "operate") { player, _ ->
lockInteractions(player, 2)
- animate(player, 5059)
+ visualize(player, 5059, 859)
return@on true
}
@@ -64,7 +73,7 @@ class ToyListeners : InteractionListener {
animate(player, SNOWGLOBE_SHAKE)
runTask(player, 3) {
animate(player, SNOWGLOBE_HOLDFACE)
- runTask(player){
+ runTask(player) {
openInterface(player, SNOWGLOBE_INTERFACE)
}
}
@@ -80,17 +89,17 @@ class ToyListeners : InteractionListener {
return@on true
}
- on(Items.TOY_KITE_12844, IntType.ITEM, "fly"){ player, _ ->
+ 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, _ ->
+ on(Items.YO_YO_4079, IntType.ITEM, "play", "loop", "walk", "crazy") { player, _ ->
val option = getUsedOption(player)
lockInteractions(player, 2)
- when(option) {
+ when (option) {
"play" -> animate(player, YOYO_PLAY)
"loop" -> animate(player, YOYO_LOOP)
"walk" -> animate(player, YOYO_WALK)
@@ -99,11 +108,11 @@ class ToyListeners : InteractionListener {
return@on true
}
- on(Items.ZOMBIE_HEAD_6722, IntType.ITEM, "talk-at", "display", "question"){ player, _ ->
+ on(Items.ZOMBIE_HEAD_6722, IntType.ITEM, "talk-at", "display", "question") { player, _ ->
val option = getUsedOption(player)
lockInteractions(player, 2)
- when(option) {
+ when (option) {
"talk-at" -> {
animate(player, ZOMBIE_HEAD_TALK_AT)
sendChat(player, "Alas!")
@@ -116,5 +125,12 @@ class ToyListeners : InteractionListener {
}
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/toys/DiangoReclaimInterface.java b/Server/src/main/content/global/handlers/item/toys/DiangoReclaimInterface.java
index 82afc70ab..4fda74d6b 100644
--- a/Server/src/main/content/global/handlers/item/toys/DiangoReclaimInterface.java
+++ b/Server/src/main/content/global/handlers/item/toys/DiangoReclaimInterface.java
@@ -27,7 +27,7 @@ import static core.api.ContentAPIKt.inInventory;
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.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(12634), 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.RED_MARIONETTE_6867), new Item(Items.GREEN_MARIONETTE_6866), new Item(Items.BLUE_MARIONETTE_6865)};
+ 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
diff --git a/Server/src/main/core/game/node/entity/player/link/emote/Emotes.java b/Server/src/main/core/game/node/entity/player/link/emote/Emotes.java
index e859a598d..6452a8c95 100644
--- a/Server/src/main/core/game/node/entity/player/link/emote/Emotes.java
+++ b/Server/src/main/core/game/node/entity/player/link/emote/Emotes.java
@@ -14,6 +14,7 @@ import core.game.world.GameWorld;
import core.game.world.update.flag.context.Animation;
import core.game.world.update.flag.context.Graphics;
+import static core.api.ContentAPIKt.playJingle;
/**
* Represents an emote.
*
@@ -50,10 +51,10 @@ public enum Emotes {
SHRUG(8, Animation.create(2113)),
CHEER(9, Animation.create(862)),
BECKON(10, Animation.create(864)),
- //Switch laugh id 11, to 12, and switch Jump id 12 to 11. Id's were mismatched.
- //This caused the LAUGH to proc JUMP_FOR_JOY and JUMP_FOR_JOY to proc LAUGH! :)
- JUMP_FOR_JOY(11, Animation.create(2109)),
- LAUGH(12, Animation.create(861)),
+ //Switch laugh id 11, to 12, and switch Jump id 12 to 11. Id's were mismatched.
+ //This caused the LAUGH to proc JUMP_FOR_JOY and JUMP_FOR_JOY to proc LAUGH! :)
+ JUMP_FOR_JOY(11, Animation.create(2109)),
+ LAUGH(12, Animation.create(861)),
YAWN(13, Animation.create(2111)) {
@Override
public void play(Player player) {
@@ -166,7 +167,12 @@ public enum Emotes {
}
},
SNOWMAN_DANCE(40, Animation.create(7531), "This emote can be unlocked by playing a Christmas holiday event."),
- AIR_GUITAR(41, Animation.create(2414), Graphics.create(1537), "This emote can be accessed by unlocking 200 pieces of music."),
+ AIR_GUITAR(41, Animation.create(2414), Graphics.create(1537), "This emote can be accessed by unlocking 200 pieces of music.") {
+ public void play(Player player) {
+ playJingle(player, 302);
+ super.play(player);
+ }
+ },
SAFETY_FIRST(42, Animation.create(8770), Graphics.create(1553), "You can't use this emote yet. Visit the Stronghold of Player safety to
unlock it."),
EXPLORE(43, Animation.create(9990), Graphics.create(1734), "You can't use this emote yet. You must complete all the Lumbridge and Draynor beginner tasks to unlock it."),
TRICK(44, Animation.create(10530), Graphics.create(1863), "This emote can be unlocked by playing a Halloween holiday event."),
@@ -174,7 +180,7 @@ public enum Emotes {
GIVE_THANKS(46, "This emote can be unlocked by playing a Thanksgiving holiday event.") {
@Override
public void play(final Player player) {
- GameWorld.getPulser().submit(new Pulse(1, player) {
+ GameWorld.getPulser().submit(new Pulse(1, player) {
int counter;
@Override
@@ -415,4 +421,4 @@ public enum Emotes {
return lockedMessage;
}
-}
+}
\ No newline at end of file
diff --git a/Server/worldprops/default.conf b/Server/worldprops/default.conf
index ef20fdf8d..b4f51f4a4 100644
--- a/Server/worldprops/default.conf
+++ b/Server/worldprops/default.conf
@@ -42,13 +42,13 @@ grafana_log_ttl_days = 7
[world]
-name = "2009Scape"
+name = "RuneScape"
#name used for announcements of bots selling items on the GE
-name_ge = "2009Scape"
+name_ge = "Grand Exchange"
debug = true
dev = true
start_gui = false
-daily_restart = true
+daily_restart = false
#world number
world_id = "1"
country_id = "0"
@@ -74,7 +74,7 @@ allow_token_purchase = true
skillcape_perks = true
increased_door_time = false
enable_botting = false
-max_adv_bots = 100
+max_adv_bots = 0
enable_doubling_money_scammers = true
wild_pvp_enabled = true
jad_practice_enabled = true