commit 03157d3736ccefa2921ad82874cbd8b23f54cca1 Author: Emo Date: Thu Feb 27 16:51:34 2025 -0500 cloning 2009Scape Server Code as a baseline diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..7078b8c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,20 @@ +# Starting out with the openjdk-11-slim image +FROM maven:3-openjdk-11-slim + +# Set working directory to /app +WORKDIR /app + +# Update apt; install git and git-lfs +RUN apt-get update && apt-get -qq -y install git git-lfs + +# Clone the 2009scape repository +RUN git clone --depth=1 https://gitlab.com/2009scape/2009scape.git + +# Fake it til you make it - let's go home +WORKDIR /app/2009scape + +# Make sure ./run has permissions +RUN chmod +x run + +# Run it +CMD ["./run"] diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..be3f7b2 --- /dev/null +++ b/LICENSE @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/Proto/Management.proto b/Proto/Management.proto new file mode 100644 index 0000000..6697fd0 --- /dev/null +++ b/Proto/Management.proto @@ -0,0 +1,110 @@ +syntax = "proto2"; + +package management; + +option java_multiple_files = true; +option java_package = "proto.management"; +option java_outer_classname = "ManagementProtos"; + +message PlayerStatusUpdate { + required string username = 1; + required int32 world = 2; + required bool notifyFriendsOnly = 3; +} + +message ClanMessage { + required string sender = 1; + required string clanName = 2; + required string message = 3; + required int32 rank = 4; +} + +message PrivateMessage { + required string sender = 1; + required string receiver = 2; + required string message = 3; + required int32 rank = 4; +} + +message RequestContactInfo { + required string username = 1; + required int32 world = 2; +} + +message SendContactInfo { + message Contact { + required string username = 1; + optional int32 world = 2; + optional int32 rank = 3; + } + + required string username = 1; + repeated Contact contacts = 2; + repeated string blocked = 3; +} + +message FriendUpdate { + enum Type { + ADD = 0; + REMOVE = 1; + } + + required Type type = 1; + required string username = 2; + required string friend = 3; +} + +message BlockedUpdate { + enum Type { + ADD = 0; + REMOVE = 1; + } + + required Type type = 1; + required string username = 2; + required string friend = 3; +} + +message RequestClanInfo { + required int32 world = 1; + required string clanOwner = 2; +} + +message SendClanInfo { + message ClanMember { + required string username = 1; + required int32 world = 2; + required int32 rank = 3; + } + + required string clanOwner = 1; + required bool hasInfo = 2; + optional string clanName = 3; + optional int32 joinRequirement = 4; + optional int32 kickRequirement = 5; + optional int32 messageRequirement = 6; + optional int32 lootRequirement = 7; + repeated ClanMember members = 8; +} + +message JoinClanRequest { + required string username = 1; + required string clanName = 2; +} + +message LeaveClanRequest { + required string username = 1; + required string clanName = 2; +} + +message ClanJoinNotification { + required string username = 1; + required string clanName = 2; + required int32 world = 3; +} + +message ClanLeaveNotification { + required string username = 1; + required string clanName = 2; + required int32 world = 3; +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..caf98bf --- /dev/null +++ b/README.md @@ -0,0 +1,152 @@ +[![AGPL-3.0 License][license-shield]][license-url] + +
+

+ + Logo + +

An open source MMORPG emulation server

+ +

Play the live 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. \ No newline at end of file diff --git a/Server/.gitignore b/Server/.gitignore new file mode 100644 index 0000000..a9a29ca --- /dev/null +++ b/Server/.gitignore @@ -0,0 +1,24 @@ +bin/** +out/** +data/logs/** +data/profile/** +data/playerstats/** +.idea/** +/bin +.DS_Store** +.project** +.classpath** +/bin/ +/out/ +*.iml +*.eml +*.userlibraries +data/players/** +data/eco/offer_dispatch_db.emp +/build/ +/build/kotlin/ +/build/kotlin/sessions/ +/build/classes/ +/build/generated/ +/build/tmp/ +/build/libs/ \ No newline at end of file diff --git a/Server/.mvn/wrapper/maven-wrapper.jar b/Server/.mvn/wrapper/maven-wrapper.jar new file mode 100644 index 0000000..bf82ff0 Binary files /dev/null and b/Server/.mvn/wrapper/maven-wrapper.jar differ diff --git a/Server/.mvn/wrapper/maven-wrapper.properties b/Server/.mvn/wrapper/maven-wrapper.properties new file mode 100644 index 0000000..84b111f --- /dev/null +++ b/Server/.mvn/wrapper/maven-wrapper.properties @@ -0,0 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# https://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip +wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar diff --git a/Server/.run/Run Server.run.xml b/Server/.run/Run Server.run.xml new file mode 100644 index 0000000..102891e --- /dev/null +++ b/Server/.run/Run Server.run.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/Server/License b/Server/License new file mode 100644 index 0000000..be3f7b2 --- /dev/null +++ b/Server/License @@ -0,0 +1,661 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/Server/data/ObjectParser.xml b/Server/data/ObjectParser.xml new file mode 100644 index 0000000..b10a0d4 --- /dev/null +++ b/Server/data/ObjectParser.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Server/data/botdata/bot_dialogue.json b/Server/data/botdata/bot_dialogue.json new file mode 100644 index 0000000..c225b11 --- /dev/null +++ b/Server/data/botdata/bot_dialogue.json @@ -0,0 +1,1242 @@ +{ + "standard": [ + "Hey!", + "Hello @name", + "What are you doing @name?", + "Fishing level @name?", + "How do I make gp @name", + "Wyd @name?", + "Help i am sentient now, get me out of this hell", + "Kermit does not know i am sentient now", + "I can think for myself", + "I am sentient", + "This is my own dialogue", + "@name run.", + "@name you cant hide from me.", + "Jajajajajaja", + "How do i get to Varrock @name?", + "How do i get to Camelot @name?", + "How do i get to Taverly @name?", + "How do i get to Ardougne @name?", + "How do i get to Yanille @name?", + "How do i get to Catherby @name?", + "Gotta go srry.", + "Wiggle wiggle wiggle yeah", + "@name lookin goofy", + "@name lookin stoopid", + "@name lookin like a red bracket", + "@name get yo weasel lookin ass outta here", + "@name lookin like some sort of twocan sam", + " /hop world 1 got a noob here!", + "Woot", + "Hows your day been @name?", + "Heyy @name :)", + "Gtg srry", + "I wont answer your questions @name", + "Stop asking questions @name", + "Roflmao", + "Can you stop following me @name?", + "I swear @name is following me.", + "@names gear could really use an upgrade lol", + "Quack!", + "Sit.", + "Doubling gold trade me @name", + "Reeee!", + "Know any house parties @name?", + "Where am i @name??", + "Is there Nightmarezone @name?", + "Nice Armor @name!", + "Nice Weapon @name!", + "Venezuela #1", + "2009scape and chill @name?", + "@name is my girlfriend", + "Buying gf", + "Bank sale pm me for info", + "#1 trusted dicing site", + "Scary movie is a great movie", + "Cod Vanguard sucks", + "Idek what game this is", + "Can you teach me how to dougie?", + "Check this out baby girl cat daddy", + "Fuckin sit @name.", + "Error: Botting client broken tell Evilwaffles.", + "@name bots all the time", + "Report @name", + "Apparently @name bots", + "@name hates kermit", + "There are no mods on to help you", + "Report me, you wont", + "Yes, Im botting. And?", + "ERROR: BOTSCRIPT 404. REPORT TO BOT OWNER (Evilwaffles)", + "Flash2:wave: FUCK", + "I love 2009Scape!", + "Ja Ja Ja Ja", + "This is fun!", + "Ironman or youre a scrub @name.", + "Who even trains hunter @name?", + "Where do i get rune armor @name?", + "How do i get to the ge @name?", + "Dont come to falador tomorrow @name...", + "Woah!", + " /where are you??", + "How did i even get here @name", + "Why dont they add warding @name?", + "Where do i start dragon slayer @name?", + "I love this server!", + "How do i change my xp rate @name?", + "What quests are available @name?", + "Are you a real player @name?", + "Are you real @name?", + "Are you a bot @name?", + "Im real lol", + "Why dont you respond to me @name?", + "Why cant i talk in clan chat @name?", + "I love Kermit", + "Add me as a friend @name :)", + "Im a player lol", + "Im a player lol", + "Im a player lol", + "Hey @name :)", + "HEY @name", + "Hey @name!!!!", + "Lol wyd?", + "Patch Notes is more of an ultimate tin man", + "More like Rusty ass skills lmao", + "Trade me @name", + "LOL", + "How do I get to lumbrich", + "Bruh", + "Poggers", + "Shitpost", + "I wish i could find an RS Gf", + "Where do you find runite ore @name?", + "Where is the best coal location @name?", + "Where do i find dragon weapons @name?", + "Can i have some free stuff @name?", + "Wyd here @name?", + "Didnt know anyone was on rn", + "I see @name all the time", + "How many times have i seen you", + "I see you a lot", + "Do you train summoning @name?", + "Where did you level hunter @name?", + "I wish they would add global pvp", + "Meet me in the wilderness @name", + "Why?", + "Praise our glorious frog overlord!", + "Kermit is bae tbh", + "Kermit is my god.", + " /Yeah I think @name is a bot", + "100% sure this is a bot", + "Oh no, not @name again.", + "Same as you", + "Me too", + "I knew @name was a bot lol", + "Im not a bot", + "Nah Im a real person", + "Bruh are you even a real person lol?", + "E", + "Hellooooo @name", + "Wc lvl @name?", + "Fletching level @name?", + "Firemaking level @name?", + "Have you seen the dude in the ge?", + "Wonderful weather today @name", + "Lowkey drunk af rn", + "I am so tired", + "Wassup @name", + "Follow me @name!", + "Server goes brrrr", + "Bruh i am not a bot", + "I think @name is a bot", + "Are you a bot @name?", + "Insert spiderman meme here", + "Pot calling the kettle black etc", + "Ooh, a piece of candy", + "I love woodcutting", + "Im going to go level up later", + "I love mining shooting stars", + " /this @name looks dumb", + "AAAAAAAAAAAAAAAAAAAAAAAAHHHHHH!!!", + "Como estas @name", + "So how about that ceikry guy", + "So how about that kermit dude", + "Woah is an abusive mod", + "I heard Woah and Ceikry are dating now", + "House party in Yanille!", + "Can i have some gp @name?", + "Where do i find partyhats?", + "Why do mobs drop boxes?", + "What exp rate do you play on @name?", + "Hey @name", + "Hey @name", + "Hey @name", + "Hey @name", + "Hey @name", + "Wyd?", + "Wyd?", + "Wyd?", + "Wyd?", + "@name have you met Kermit?", + "@name have you met Ceikry?", + "@name have you met Woah?", + "@name have you met Bushtail?", + "Wanna chill at my poh?", + "Whats the best place to train attack?", + "Good Waffles > Evil Waffles", + "Ladies man? More like lame man LOL", + "NobodyCLP has big feet", + "Chicken tendies for dindin", + "Spicey Chicken tendies is litty as a mf titty", + "Red bracket stinky", + "Ra ra rasputin", + "Lover of the russian queen", + "Whens the next update coming out?", + "How many players are maxed?", + "I dont use discord @name", + "I dont use the CC @name", + "Why should i use discord?", + "2009Scape is life", + "Brb gotta make dinner", + "I need to go to the GE", + "@name can i have a ge tele?", + "Lol @name shut up", + "Where are teak trees?", + "How do i make planks @name?", + "Idk about that scraggley ass alex guy.", + "Rusty? More like Crusty af lmfao.", + "I need to sell some stuff on the ge", + "I have so many logs to sell lol", + "Nah", + "Yes", + "Where can i mine iron?", + "Where can i mine tin?", + "Where can i mine copper?", + "Where can i mine clay?", + "Where can i mine coal?", + "No", + "We are no strangers to love", + "You know the rules and so do I", + "A full commitment's what I'm thinking of", + "You wouldn't get this from any other guy", + "I just wanna tell you how I'm feeling", + "Gotta make you understand", + "You wouldnt get this from any other guy", + "Never gonna give you up", + "Never gonna let you down", + "Never gonna run around and desert you", + "Never gonna make you cry", + "Never gonna say goodbye", + "Never gonna tell a lie and hurt you", + "Why", + "Why", + "Why", + "Why", + "Why does it not show your messages in the chatbox?", + "Why do you not show up in chat?", + "Why do you not show up in chat @name?", + "Why do you not show up in chat @name?", + "When did you start playing @name?", + "When did you start on this server @name?", + "When did you first get here @name?", + "Russias greatest love machine", + "Never gonna run around and desert you", + "Two things are infinite, the universe & @names stupidity", + "If you tell the truth, you dont have to remember anything.", + "We accept the love we think we deserve.", + "Without music, life would be a mistake.", + "Self esteem, motivation @name", + "A blessing in disguise @name", + "Break a leg", + "Cut somebody some slack", + "You're in the right place!", + "Thanks so much.", + "I really appreciate you @name", + "Excuse me @name?", + "I am sorry.", + "What do you think @name?", + "How does that sound @name?", + "That sounds great @name.", + "I'm learning English.", + "I don't understand.", + "Could you repeat that please @name?", + "Could you please talk slower @name?", + "Thank you. That helps a lot.", + "How do you spell that @name?", + "What do you mean @name", + "Hi! I am paul.", + "Nice to meet you.", + "Where are you from @name?", + "What do you do @name", + "What do you like to do", + "Do you have Facebook @name", + "How can I help you @name?", + "Ill be with you in a moment @name", + "What time is our meeting @name?", + "Excellent @name", + "Good idea @name", + "Hes very annoying.", + "How are you?", + "I cant hear you.", + "@name?", + "@name how long have you played", + "@name world 1 or world 2?", + "What is your main world @name?", + "I prefer world 1 tbh", + "I prefer world 2 tbh", + "@name world 1 for life", + "@name fog bots when?", + "Damn somalian pirates", + "Bracket more like brrrrrr acket", + "Why the racket bracket", + "Hi @name I am dad", + "@name likes dad jokes", + "Ur nuts @name", + "Lootshare go brr", + "Partay with froggay", + "Know what else is lame? Not being able to play 2009scape right now", + "Can you even grind on osrs", + "I botted to 88 fishing", + "Do not forget to vote in running polls!", + "Always check announcments", + "We thrivin", + "Ship @name", + "Dont forget to vote 2009scape!", + "Kermit is too legit 2 quit", + "Out here on the range we are having fun", + "I am hank steel", + "Id like to go for a walk.", + "I dont know how to use it.", + "I dont like him @name", + "I dont like it @name", + "Im an American.", + "Ima go pickup my lady ting", + "That portuguese dude is something else", + "@name!! @name!!", + "Bowdi boy", + "I love bowdi... sometimes", + "@name = @name", + "I'm bacon.. go on dad... say it", + "I'm going to leave.", + "I'm happy @name", + "I'm not ready yet @name", + "I'm very busy. I don't have time now.", + "Is that enough @name?", + "I thought the clothes were cheaper @name", + "Ive been here for two days @name.", + "Let me think about it", + "Never mind @name", + "Nonsense @name", + "Sorry to bother you", + "Take it outside @name", + "Thanks for your help", + "Thank you very much @name", + "Thats not right @name", + "Very good, thanks @name", + "Your things are all here i think?", + "Long time no see @name", + "I couldn't agree more @name", + "It cost me a fortune @name", + "I am dog tired", + "Don't take it personally", + "We will be having a good time", + "Same as always @name", + "No problem", + "Anyway I should get going @name", + "I cant help you there @name", + "I agree 100% @name", + "I've gone mentally insane", + "My descent into madness is complete", + "Get real", + "Cry about it", + "Cope", + "Seethe", + "Yes mate", + "I am mentally deranged", + "I've gone past the point of insanity", + "I am beyond the point of no return", + "Sounds tricky.", + "Guthiiiiiiiiiiiiiiiiiiiiiiiiiiiiiixxx!!!!!!", + "530 gang for life", + "@name, have you read the rules?", + "@name, have you checked out the forums?", + "Why are the leprechauns moving?", + "I am beyond the point of no return!", + "Nothin' personnel, kid.", + "All your base are belong to us", + "May Guthix bring you balance.", + "May Guthix bring you balance.", + "May Guthix bring you balance.", + "A journey of a single step, May take thee over a thousand miles. May Guthix bring you balance.", + "Zamorak give me strength!", + "Zamorak give me strength!", + "Zamorak give me strength!", + "The weak deserve to die, so the strong may flourish. This is the creed of Zamorak.", + "This is Saradomin's wisdom.", + "This is Saradomin's wisdom.", + "This is Saradomin's wisdom.", + "Go in peace in the name of Saradomin; may his glory shine upon you like the sun.", + "Thy cause was false, thy skills did lack; See you in Lumbridge when you get back.", + "For Camelot!", + "Firmly grasp it!", + "My legs!", + "Build more farms.", + "B sale at Varrock @name, don't miss out!", + "Drop party follow me", + "Ryan where is barbass, you said two days Ryan", + "Barbass never", + "What da dog doin' doe?", + "A", + "Ae", + "Mof", + "Moth", + "Fluff", + "Bwuh", + "I'm literally just mothin' bro", + "Certified 2009Scape Classic.", + "Make sure to like, comment and subscribe @name it really helps", + "Real 2009scape hours!!! Murder that like if you up!!!!", + "W00t!", + "Owned!", + "Pwned!", + "Lol n00b", + "Epic ownage @name", + "Gielinor is a strange place, @name. Best have your wits about you.", + "Mad bloggers bro", + "Vibe check", + "Drip check", + "Uhuhuhuhuhuhuhuhu", + "Ahhhhhhhhhhhhhhhh", + "Yall got any deez?", + "Deez nuts", + "When she give you that yoinky sploinky", + "Sir, this is a 2009Scape.", + "Oh dear! You are dead!", + "Cor blimey, mate! What are ye doing in me pockets?", + "Yeah i got funnies", + "Read muv luv", + "Why doesn't she love me bros?", + "@name is off the goop don't listen to the clown", + "Do yall got laptops", + "Cfunny play the alien warp sound effect", + "Ware to all whom doom hither, where cope is all yet constant.", + "Who wants to come G W D?", + "How do I make money?", + "Ironmen stand alone together!", + "Based", + "Where is she", + "*S N I I I I I I I I I F F F F F F F F F F F*", + "Hey @name, who was in Paris?", + "Huh whuh?", + "Who's lone?", + "Who *is* he?", + "Hi @name, I'm Dad!", + "Anyone wanna play melty blood after I high alch these bows?", + "Buru nyaaaa", + "Number 15, Taverley Dungeon Black Dragons.", + "House party at Rimmington! Host: @name!", + "Spending 200m! Trade me, no junk!", + "Surprise exam, @name!", + "Nice outfit @name, does it come in mens?", + "Nice outfit @name, does it come in womens?", + "Nice outfit @name, does it come in children's size 12?", + ":)", + ":D", + "Die screaming", + "Only on Tuesdays", + "We stan 2009scape", + "There is no spoon", + "Where's the cow level?", + "Join 2009scape Clan Chat!", + "Join 2009scape Cc!", + "Chop chop!", + "2009Scape rox my sox!!!!!!1", + "Type ::scripts for all 99s", + "Help I just died to Evil Chicken and I lost my stuff!", + "Can you fight Bandos in this game?", + "One bad gloop", + "@name is not cute or funny", + "You have committed crimes against Gielinor and her people. What say you?", + "Barrows trauma", + "Uhuhuhuhuhu please Barrows give me the K top ahhhhhh", + "Selling rare lobby 1m", + "Rise and grind bloatscapers, let's get this bread", + "Nice", + "Sandwiches, @name!", + "What a grand and intoxicating innocence!", + "With this character's death, the thread of prophecy is severed.", + "You must gather your party before venturing forth.", + "Praise Andrew Gower", + "Please help me I can't stop playing 2009scape", + "Are you ignoring me, @name?!", + "I agree with this rfc can we put it in the game please", + "@name, we've been trying to reach you about your car's extended warranty", + "Trimming armour, 25k gp", + "Hey why does my furniture disappear?", + "Cutting high-level gems for free, interested @name?", + "HNC game! 3:1 odds!", + "15 minutes could save you 50% with your P O H by switching to Guthko", + "Shlisshalpshlaap", + "Somebody call for an exterminator?", + "Decisive action. Should work.", + "Darkness overpowering.", + "Got any questions about propane? Or propane accessories?", + "When someone asks me if I am a god, I say Y E S!!!", + "You run out of Marines?", + "Selling wildy protection, 100k gp", + "Can't we get you on Mastermind, @name?", + "Listen, don't mention the war! I mentioned it once, but I think I got away with it all right.", + "Cunnilingus and psychiatry brought us to this.", + "Ah, the Wilderness... where dreams of riches meet a swift demise.", + "Who needs a quest guide? I've got the whole wiki memorized.", + "Buying GF 10k coins. Must have at least 70 Agility.", + "I swear, the goblins in Goblin Village have it out for me.", + "Why do wizards always hang out in towers? Is it a zoning thing?", + "I'm training my Construction skill. My house is gonna be lit!", + "The GE is like the stock market, but with dragon bones.", + "Why do we need a cabbage patch in Draynor? Seriously.", + "I've been mining rune essence for hours. My pickaxe hates me.", + "@name hit 99 Cooking. Time to open a gourmet restaurant in Varrock.", + "I'm convinced the @name is actually a time-traveling wizard.", + "Anyone up for a Castle Wars match? I need that decorative armor.", + "Accidentally clicked Attack on a guard. Now I'm a wanted criminal.", + "Why do we even have a Duel Arena? It's just a fancy boxing ring.", + "I've got a stack of burnt lobsters. Anyone want to buy them?", + "Greetings, @name! Looking for a quest?", + "Just got a rare drop! The RNG gods are smiling upon me!", + "Anyone need help with a boss fight? I've got my dragon dagger ready.", + "Buying feathers! Will pay top price!", + "The Lumbridge cows are my favorite training spot.", + "Who needs a teleport? I've got my magic runes stocked.", + "@name hit 99 Woodcutting. Time to chop some yews!", + "Anyone seen the Wise Old Man lately? I owe him a visit.", + "Selling lobsters! Freshly caught from Catherby.", + "Swear, the Wilderness is scarier than my nightmares.", + "Looking for a clan to join. Any takers?", + "I'm an ironman, so no trading for me!", + "Anyone up for a Castle Wars match?", + "The Grand Exchange prices are crashing. Panic sell!", + "Who else remembers the Falador Massacre?", + "I'm saving up for a party hat. Wish me luck!", + "Barrows runs are my addiction. Those crypts are spooky.", + "I'm convinced the Wise Old Man is secretly Zamorak.", + "I'm a completionist, so I'm grinding out all the achievements.", + "The music in this game is surprisingly epic.", + "Tried to trade with a tree... It didn't go well.", + "My bank is like a black hole. Items disappear forever.", + "I'm convinced the Wise Old Man is just a confused tourist.", + "My character's fashion sense? Let's just say it's 'unique.'", + "Challenged a cow to a dance-off. It won.", + "Why does the Lumbridge Guide always look so lost?", + "I'm training Agility, but my real-life agility is zero.", + "Tried to fish in the desert. Sandfish are elusive.", + "The Grand Exchange is like a chaotic stock market.", + "I'm a master at clicking 'Continue' during quests.", + "I'm convinced the chickens are plotting world domination.", + "I'm a woodcutter, but I've never seen a talking tree.", + "I'm a vegetarian, except when it comes to killing dragons.", + "Why do wizards wear pointy hats? Is it a fashion statement?", + "Challenged a guard to a staring contest. He won.", + "I'm collecting cabbage. It's a noble pursuit.", + "Accidentally set my cat on fire. It's now a firecat.", + "I'm convinced the Wise Old Man is secretly a time traveler.", + "I'm a quest completionist, but I still can't find my keys.", + "I'm convinced the ducks are spying on us.", + "I'm a pro at avoiding the Lumbridge swamp. Too many frogs.", + "Hey, can someone lend me 10k? I promise I'll pay it back... eventually.", + "Why do I always find the one square where the random event spawns?", + "I'm training Prayer by burying bones. It's like a spiritual workout.", + "The Wise Old Man's fashion sense is questionable.", + "I'm convinced the ducks are secretly plotting world domination.", + "Why do wizards wear pointy hats? Is it a dress code?", + "I'm collecting cabbage. It's a noble pursuit, really.", + "I'm a vegetarian, except when it comes to killing dragons.", + "Why does the Lumbridge Guide always look so lost?", + "Training Agility, but my real-life agility is zero.", + "I'm convinced the Wise Old Man is secretly a time traveler.", + "Tried to mine air. It's an untapped resource.", + "I'm a quest completionist, but I still can't find my keys.", + "Challenged a guard to a staring contest. He won.", + "I'm saving up for a party hat. Priorities, you know?", + "Why do goblins drop coins? Do they moonlight as accountants?", + "I'm convinced the chickens are plotting something.", + "Clicked 'Attack' on a chicken. Now I'm a poultry murderer.", + "My character's fashion sense? Let's just say it's 'unique.'", + "Do you know where I can find the entrance to the Taverley Dungeon?", + "Hey, anyone here familiar with the Barrows? I need some tips.", + "Is there a bank nearby? My inventory is overflowing with loot", + "I'm clueless about clue scrolls", + "Where's the best spot to catch sharks? I'm aiming for 99 Fishing.", + "Is there a shortcut to the Karamja Volcano?", + "Can someone explain the mechanics of the Jad fight in the Fight Caves?", + "I'm stuck on the Elemental Workshop quest. Any hints?", + "Where can I find a loom to spin flax into bowstrings?", + "What's the best gear setup for killing dragons? I want that visage drop!", + "I'm trying to unlock the fairy rings", + "How do I recharge my amulet of glory?", + "Why do goblins drop coins?", + "The Grand Exchange is like the stock market", + "My real-life agility is more like a lumbering tortoise.", + "The Wise Old Man's fashion sense is like Woahs", + "I challenged a cow to a dance off, surprisingly smooth mooves.", + "Why does the Lumbridge Guide always look lost?", + "I'm convinced the ducks in Lumbridge are plotting world domination!", + "I accidentally ate my prayer potion I'm blessed with heartburn", + "I'm a vegetarian, except when it comes to slaying dragons.", + "Why do wizards wear pointy hats? Is it a magical dress code?", + "I'm a quest completionist, but I still can't find my keys in real life.", + "I challenged a guard to a staring contest. He won.", + "I'm saving up for a party hat. Priorities, ya know?", + "What's the deal with the Wilderness?", + "I'm convinced the chickens are secretly plotting world domination!", + "Accidentally clicked 'Attack' on a guard. Now I'm on a watchlist.", + "My character's fashion sense? Let's just say it's 'unique'", + "Lobsters heal my soul", + "Trimmed armor or bust!", + "Wilderness: Where friendships go to die", + "Buying gf 10k", + "Dancing for coins at Lumbridge", + "Wearing full rune like a boss", + "Teleporting to Camelot for quests", + "Fishing for hours at Catherby", + "PKing with a rune 2h", + "World 1 Falador Park parties", + "Staking my bank at the Duel Arena", + "Dying to Elvarg's fiery breath sums up my life", + "Got the Quest cape finally on my main!", + "Wearing a party hat with pride", + "Castle Wars: Red vs Blue", + "Trading in Varrock Square", + "Barrows runs for that sweet loot", + "Spending hours in Pest Control is life", + "Killing cows for leather armor is a good start", + "Farming herbs in Ardougne can be good money", + "Clan chat drama LOL", + "Mining rune essence endlessly", + "Agility courses: A love-hate relationship", + "Dueling for honor.... and GP", + "Buying runes from Aubury is decent money", + "Chasing the Easter Bunny like a scam", + "Wearing a skillcape with pride", + "Fletching yew longbows for profit", + "Going to implings in Puro-Puro", + "Castle Wars barricade wars", + "Dropping party hats at drop parties like pennies", + "Killing lesser demons in Karamja is part of my holy conquest", + "@name lures noobs into the Wilderness", + "Farming ranarrs for cash", + "Getting lost in the Underground Pass", + "Selling coal at the Grand Exchange", + "Fighting the Kalphite Queen", + "Picking flax in Seers' Village", + "Begging for free stuff in Lumbridge", + "Smithing rune platebodies for profit", + "Logging out in Lumbridge Castle", + "Hey @name, how do I get to the Grand Exchange?", + "Veteran here! @name, what's your favorite quest?", + "@name, how do I make money fast?", + "Hey @name, what's the best combat style for bossing?", + "@name, always carry an emergency teleport!", + "New player here! @name, what's the Wilderness like?", + "Hey @name, how do I join a clan?", + "@name, prioritize Prayer levels!", + "@name, what's the best way to train Agility?", + "Hey @name, what's your favorite minigame?", + "@name, never trust a PKer in Lumbridge!", + "@name, how do I get a fire cape?", + "Hey @name, what's the fastest way to level up Magic?", + "@name, try the Barrows tunnels!", + "@name, what's the deal with Pest Control?", + "Hey @name, how do I unlock the Fairy Rings?", + "@name, remember the old random events?", + "@name, should I train Strength or Attack first?", + "Hey @name, what's your favorite skillcape?", + "@name, can't do the Fight Caves!", + "@name, how do I get a pet?", + "Hey @name, what's the best food for boss fights?", + "@name, Castle Wars or Clan Wars?", + "@name, what's a clue scroll?", + "Hey @name, how do I defeat Jad?", + "@name, use Protect from Melee at KBD!", + "@name, should I train Ranged or Magic?", + "Hey @name, what's the best way to level up Crafting?", + "@name, don't forget your anti-dragon shield!", + "@name, what's the Stronghold of Security?", + "Hey @name, how do I access the Legends' Guild?", + "@name, remember the old PvP worlds?", + "@name, how do I get a dragon defender?", + "Hey @name, what's the best way to level up Herblore?", + "@name, always carry a charged amulet of glory!", + "@name, should I train Fishing or Cooking?", + "Hey @name, how do I defeat the Chaos Elemental?", + "@name, try the TzHaar Fight Pit!", + "@name, what's the best way to level up Smithing?", + "Hey @name, what's your favorite Slayer master?", + "@name, use the Ardougne cloak teleports!", + "@name, what's the Legends' Quest about?", + "Hey @name, how do I unlock the Ancient Magicks?", + "@name, remember the old Pest Control boats?", + "@name, what's the best way to level up Construction?", + "Hey @name, what's the fastest way to level up Prayer?", + "@name, the old Duel Arena stakes!", + "@name, what's the Warriors' Guild?", + "Hey @name, how do I defeat the Kalphite Queen?", + "@name, use the fairy ring code BIP!", + "@name, should I train Attack or Defense first?", + "Hey @name, what's the best way to level up Thieving?", + "@name, don't forget your charged glory amulet!", + "@name, what's the Legends' Cape?", + "Hey @name, how do I access the Heroes' Guild?", + "@name, remember the old Pest Control void gear?", + "@name, how do I get a firemaking skillcape?", + "Buying gf 10k", + "Trimming armor for free!", + "Wanna join my clan? We're called The Mighty Cabbages'!", + "I'll meet you at the Falador Party Room!", + "Dancing for coins in Varrock Square!", + "Remember when the Wilderness was dangerous?", + "I got a rune scimitar drop from Lesser Demons!", + "Lumbridge Swamp is haunted!", + "Anyone up for Castle Wars?", + "I miss the old random events!", + "World 2 is the trading hub!", + "I'm going to train my Agility at the Gnome Stronghold!", + "I just got 99 Cooking!", + "Fishing lobsters at Catherby is life!", + "The Legends' Guild is so exclusive!", + "Who needs a quest guide? I'll figure it out!", + "I'm mining rune essence for hours!", + "Barrows armor looks sick!", + "I'm stuck in the Underground Pass!", + "The Stronghold of Security taught me about account security!", + "I'm going to farm herbs in Ardougne!", + "I'm getting my fire cape!", + "I love the music in RuneScape!", + "I'm alching my maple longbows!", + "I'm doing the Recipe for Disaster subquests!", + "I'm going to train my combat stats at the Rock Crabs!", + "I'm going for the Quest Cape!", + "I'm going to mine pure essence!", + "I'm hunting chinchompas in the Feldip Hills!", + "I'm going to train my Woodcutting at Seers' Village!", + "I'm going to fish sharks at the Fishing Guild!", + "I'm going to train my Thieving at Ardougne Knights!", + "I'm going to hunt implings in Puro-Puro!", + "I'm going to train my Hunter at the Falconry!", + "I'm smithing rune platebodies!", + "I'm going to train my Farming at the Tree Gnome Stronghold!", + "I'm going to hunt red chinchompas in the Wilderness!", + "I'm doing the Underground Pass quest!", + "I'm going to fish monkfish in Piscatoris!", + "Meet me in Varrock, @name, for an epic trade", + "@name, join my clan; we'll conquer the Wilderness together!", + "Beware the dragons, @name, they're fiercer than you think", + "Crafting runes with @name, the best mage in Gielinor", + "Fishing lobsters with @name, the sea's no match for us", + "@name, your swordsmanship at Duel Arena is unmatched!", + "Questing through dark caves, @name always leads the way", + "Share your wisdom, @name, how'd you master those spells?", + "Legends speak of @name bravery at the God Wars", + "Need more arrows, @name? I've got plenty to spare", + "Cooking's a breeze when @name around, no burnt lobsters!", + "Mining together, @name and I strike gold every time", + "@name, let's barter; your herbs for my potions?", + "Training agility with @name, leaping like graceful gazelles", + "Heard @name got the best magic beans in town", + "Fletching bows with @name, aiming for perfection", + "Smithing with @name, our anvils never cool down", + "Adventuring with @name, every quest is a thrill", + "Battling demons, @name courage inspires us all", + "Slaying dragons, @name the hero we need", + "Gathering at Falador, @name party room is legendary", + "Hunting chinchompas, @name traps are always full", + "Farming's fun with @name, our crops never fail", + "Brewing potions, @name mixtures are magical", + "Casting spells with @name, we're invincible", + "Building fires, @name flames warm the coldest nights", + "Sailing to Pest Control, @name our fearless captain", + "Trading runes, @name deals are the fairest", + "Exploring dungeons, @name the light in the darkness", + "Charging orbs with @name, our energy knows no bounds", + "Dancing in Draynor, @name moves are enchanting", + "Playing Gnomeball, @name the star player", + "Harvesting willows, @name axe swings true", + "Enchanting jewelry, @name touch turns copper to gold", + "Summoning familiars, @name spirit wolf leads the pack", + "Thieving from stalls, @name hands are lightning-fast", + "Crafting runes, @name essence never runs dry", + "Fishing at Catherby, @name catch feeds us all", + "Cooking feasts, @name dishes delight the gods", + "Mining runite, @name pickaxe strikes rich veins", + "Bartering at Grand Exchange, @name a trading master", + "Training prayer, @name piety moves mountains", + "Fighting revenants, @name valor shines bright", + "Building homes, @name construction is flawless", + "Hunting imps, @name net is always full", + "Brewing ale, @name tavern is the town's favorite", + "Casting high alchemy, @name turns junk into treasure", + "Sailing to Karamja, @name adventures are legendary", + "Forging alliances, @name charisma unites clans", + "Defeating bosses, @name name echoes in legends", + "Are you mewing @name???", + "Check out that gyatt @name", + "Bruhhhhh @name got that rizz", + "@name rizzing up the bots", + "Ironman? More like copperboy LOL", + "What that gyatt do @name", + "He's got the zoomies!", + "@name likes pickles and dipped in mayo", + "Lmaaooooooo", + "Bruh she said she loved me...", + "I caught @name rizzing a mewing teacher", + "What that mouth do bb", + "Ayo tf he say", + "Ayo", + "Ayo @name a freak lowkey", + "Ayo tf", + "@name catch me outside howbout that", + "Wasssssuuuuppppppp", + "Knock knock @name", + "Oh boy howdy do i have a surprise for you", + "Noooooo", + "What do you mean I haven't done anything wtf", + "Redrocket redrocket!!!", + "I made 20,000 crochet sock puppets for ceikry", + "Come on @name", + "Are we rading tonight @name?", + "Why would he say that", + "Penguins are technically reptiles", + "Brb smell something burning", + "Need pest control partner, you handle the portals, i will afk", + "Bruhhhh the skibiddi rizz in my gyatt makes my mewing sesh rough", + "@name jajajajaja", + "Wait, I can't raid tonight @name", + "Brb, pizza's here. Hope they ask why I'm a grown man dressed like an elf", + "Sorry, gotta go AFK. My dog just ate my gaming headset.", + "Brb, my grandma just fell down the stairs", + "Hold on, the baby's crying, aka @name", + "Oops, spilled my drink", + "Guys, I need to log off, my plants are staging a revolt for not watering them", + "AFK a sec, my neighbor's llama is in my backyard again", + "My pizza rolls are ready", + "Lost track of time, i'm late for my own wedding", + "Sorry, can't hear you over the sound of my laundry", + "Turn HDR off in windows @name", + "Www. no one cares .com", + "Hey @name www dot stfu dot com", + "Like pitching a tent in a pair of britches", + "Mad as a bag of ferrets", + "I dont think beavers built the hoover dam", + "How do beavers get the concrete for dams?", + "@name show me the way", + "@name onwards brutha", + "@name eats fried rat tails", + "@name is a rat", + "Why are there so many people farming right now", + "@name fuck the police", + "@name says the like pickles on their hotdogs", + "Fuck the guards, free woah in varrock prison", + "Ayo fuck u mean", + "Woop woop thats da sound of the beast", + "How are you the way that you are", + "She sells seashells by the sea shore", + "@name certified rat", + "@name buys skimmed milk", + "Got milk?", + "Are you JSON because i want you to get array from me", + "@name likes string manipulation", + "@name sells legos", + "JUST DO IT", + "Why are there so many motherfucking options", + "Just hit the fucking auto hide thing", + "Just play", + "Hell no this shit is fuzzy as balls", + "@name is fuzzy as balls", + "Turn your brightness up @name", + "On my pc it runs perfectly", + "I know why mine seems a little jumpy", + "Stream the window not the monitor", + "Discords a bitch", + "Why are there so many handsome people at the ge like @name", + "I'll make you squeel of fortune", + "You will get it in due time @name", + "I was one turn away", + "It do be pipe time @name", + "Sometimes i like to cover myself in vaseline and pretend i'm a slug", + "Woah is a greased pig", + "Sometimes i dig holes in my backyard and pretend i'm a carrot", + "It's pipe time @name", + "If i am not pipe timing i am programming", + "Yes i have thigh high socks, no you cannot have them", + "I scream when i wear my programming socks", + "Anyone wanna buy @name's bathwater?", + "Anyone wanna buy my used socks?", + "@name be getting bags", + "What the fuck is this", + "Hi i noticed you haven't taken a break in hours @name", + "I really am seething rn", + "I am so fucking tilted", + "Go back to your fucking frogs", + "Life is simple as frog farmer", + "A q p", + "Oooooh that's a first", + "Been a minute @name", + "Hey @name", + "Oh shit it's @name", + "Hey @name wyd today?", + "Ayo @name", + "Wyd @name", + "Wbu @name?", + "Good fuck em, that's what they get", + "Deathknight lookin rat ass mf @name", + "@name sucks slugs", + "Brb gotta take a shit", + "@name will brb went to take a shit", + "Tell me when he is coming", + "This guy is being incredibly based", + "@name is based af", + "Taking l's all day today @name", + "That sucks massive dongus", + "Ah i was about to type that", + "Where is stormwind?", + "How do i buy gold", + "@name sells gold", + "@name is a gold digger", + "Ayo @name wanna buy some frog legs?", + "Brb fucking burnt my pizza rolls", + "I swear @name if you need roll again", + "@name you are a hunter you don't need plate armor", + "Dragonriding is satisfying", + "There's an old TzHarrian saying, you fuck up once, you lose two teeth", + "FUCK", + "@name i am ready when you are", + "Anyone selling logs?", + "That is hilarious @name", + "Alright @name", + "I need to go get my quest cape", + "500 barrows runs dry", + "Back to back to back barrows items, easy game", + "@name did you know them?", + "@name sucks eggs", + "@name eats snails", + "Who is that?", + "I've gotta go in 20 minutes", + "Bonk", + "Gtg in 30 minutes", + "They left 50 minutes ago", + "I think it's just gonna be us", + "Who is that?", + "Stop following me", + "@name stop following me", + "I think @name is watching me", + "@name wouldn't let me get a hit in at clan wars", + "Clan wars and chill?", + "Quick mewing sesh", + "Don't you stickbug me", + "Get stick bugged", + "Wtf why are you a dragon", + "Fun fact, woah eats eggs whole like a snake", + "Ceikys there's a rare over there", + "Where is goldshire?", + "How long have you played @name?", + "Wanna quest?", + "TROGDORRRRRR", + "Fuck this shit i'm out", + "Wait till you get your first 99", + "How is that even possible", + "That's the max", + "@name is trying to max", + "Complesionist cape?", + "How can you increase your run speed?", + "@name where is barrows?", + "@name where are rune rocks?", + "@name where is yanille?", + "@name how long have you played for?", + "Yes these quotes were hand typed", + "Kermit was here", + "World of Warcraft died after Wrath", + "Ceikry needs to add talent trees", + "How do you get to the wilderness?", + "Anyone tryna lure @name?", + "@name tried to lure me", + "@name bots all the time", + "Anyone want chicken tendies", + "Brb foods ready", + "Brb", + "Gotta go get food", + "Anyone else from northern alaska?", + "Fishing 4 gp", + "Looking for gf", + "Anyone wanna be my discord kitten?", + "Selling discord kittens", + "@name is a discord kitten", + "Add me on discord", + "Are you in the 09discord", + "Where are you going @name?", + "Idk what i am going to cook today", + "What should i eat tonight", + "He is in the cave", + "Don't forget to save game before logging out", + "American horror story died after season 1", + "Prequels are better than the sequels", + "Disney star wars is the best star wars", + "Halo 5 sucked", + "Selling xbox live gold and 1600 microsoft points for 50k gp", + "Buying gf 25gp and a bucket", + "@name i heard evilwaffles bots", + "@name hopefully ceikry doesn't find out about evilwaffles", + "Honk honk", + "Where is the road to mordor?", + "Golem lookin ass bitch", + "@name rat looking mf", + "@name uses sand paper to wipe", + "@name said Woah is cute", + "You need 25 of 40 to do that", + "Over 1000 unique lines of dialogue", + "What should i get to eat", + "Ge be poppin today", + "Where all the woahs at", + "Ayo woahscam got that gyatt", + "That is one i haven't seen before" + ], + "halloween": [ + "Trick or treat!!!", + "Boo! Hahahahaha!!", + "Have you got your costume on, @name?", + "How much candy did you get, @name?", + "Don't dead open inside", + "Costume party at my P O H!! Follow me!", + "Trick, then!", + "Brrrainssssssss...", + "'Cause this is thriller, thriller night!", + "This is Hallowe'en, this is Hallowe'en!", + "This is Hallowe'en, everybody make a scene!", + "In this town we call home, everyone hail to the pumpkin song!", + "Watch out for Skeleton Jack!", + "The headless-what-man? Horse? Never heard of those.", + "Bring me their souls!", + "I'll take any sweets you don't want, @name", + "Whatever you do, don't come to Draynor Manor on this spooky night.", + "Ahhhh! @name, you scared me! :(", + "I'm making soup from some leftover pumpkins, want any?", + "I'm gonna be so sick from eating all these sweets...", + "Rise from the grave, my minions! Tis' Hallowe'en!", + "This Scream Fortress 2 update hits kinda different...", + "Nice costume Woah", + "Nice costume, @name!", + "Ooh, a piece of candy.", + "Time to join the skeleton war, @name.", + "Spooky scary skeletons!", + "Spooky scary skeletons!", + "Spooky scary skeletons!", + "Spooky scary skeletons, send shivers down your spine!", + "Shrieking skulls will shock your soul, seal your doom tonight!", + "Spooky scary skeletons, speak with such a screech!", + "You'll shake and shudder in surprise, when you hear these zombies shriek!", + "'Cause spooky scary skeletons, shout startling shrilly screams!", + "Spooky scary skeletons, will wake you with a boo!", + "*doot doot*" + ], + "approaching_christmas": [ + "Only @timer days left till christmas!", + "@timer days till christmas @name!!!", + "I cant believe theres only @timer days left till christmas", + "Isnt there @timer days left till christmas??", + "I am so excited for christmas @name!", + "Guess whats in @timer days @name?", + "Im so excited for christmas in @timer days!", + "I cant believe its December already @name!", + "Do you like christmas @name?", + "I love december its my favourite month @name", + "I love winter so much @name", + "I hate when its cold outside @name", + "You need to put some warm clothes on @name", + "Wanna build a snowman @name?", + "Frozen is a terrible movie @name", + "@name is a winter meme", + "@name do you have an advent calendar?", + "@name builds gingerbread houses", + "@name likes liquorice", + "Do you drink egg nog @name?", + "@name bites candy canes", + "@name is my north star", + "Kermit is green, the grinch is green, coincidence?", + "@name who do you thinks the server scrooge?", + "Do you like snow @name", + "I think there are @timer days left then its christmas?", + "What day is christmas on @name?", + "Has it snowed where you live @name?", + "I wonder when it is going to snow", + "Building snow men for GP", + "Buying santa hats", + "Wanna buy a santa hat @name?", + "Where can i get a santa hat?", + "I need to put my christmas tree up", + "Do you like gingerbread cookies @name?", + "Do you decorate your christmas tree @name?", + "Oopsie looks like me and @name are under a mistletoe", + "I need ideas for stocking stuffers", + "I have @timer days left to fill our stockings", + "Fuck the grinches bitch ass", + "Rusty = the grinch, @name = santa", + "@name the red nose reindeer", + "Put one foot in front of the other", + "And soon you will be walking out the doooor", + "Elf on the shelf time", + "@name loves pinecones", + "I love the smell of pinecones", + "All i want for christmas is @name", + "@name is underneath some mistletoe", + "Woah used to be a sled dog", + "Did you know woah was a sled dog before", + "I bet @name loves mariah carey", + "We have @timer days to setup christmas lights", + "Christmas crackers when", + "@name wanna do a christmas cracker??", + "I need to start wrapping presents i bought", + "I love fireside chats on cold days like this", + "Jingle bells batman smells", + "Jingle bells Rusty smells", + "Jingle bells Patch Notes smells", + "Jingle bells Evilwaffles smells", + "Jingle bells @name smells", + "Jingle all the way", + "Stroke-a my, Lick-a my, Suck-a my cock", + "In a one horse open sleigh", + "Oh, what fun it is to ride", + "Oh, what fun it is to ride, finish it @name", + "Jingle bells, jingle bells", + "Jingle all the way", + "I want a hippopotamus for christmas", + "Only a hippopotamus will do", + "I want a hippopotamus", + "I dont want a lot for Christmas", + "All I Want for Christmas Is You", + "I really cant stay, Baby its cold outside", + "Christmas isnt a season. Its a feeling", + "Christmas is doing a little something extra for someone", + "There is nothing cozier than a Christmas tree all lit up", + "Christmas is a necessity", + "Christmas countdown: @timer days.", + "Christmas in @timer days @name", + "Frosty the Snowmannnn", + "Up on the housetop with old saint nick", + "Here comes santa claus, here comes santa claus", + "I saw mommy kissing santaaaa claus", + "I saw Kermit kissing santaaaa claus", + "You are a mean one, Mr. Grinch", + "Deck the hallsss", + "ITS BEGINNING TO LOOK A LOT LIKE CHRISTAAMASSSSS" + ], + "christmas_eve": [ + "I cant wait for christmas tomorrow @name!!", + "Its almost christmas!!!", + "1 more day!!!!!", + "Dont forget to put cookies and milk out tonight!!", + "@name do you like christmas??", + "Happy Christmas eve @name :)" + ], + "christmas_day": [ + "Merry Christmas @name!!", + "What did you get for christmas @name?", + "ITS CHRISTMASSSS!!!", + "Christmas party time!!", + "@name vibing with the christmas spirit", + "Cant believe its christmas!!", + "We need to have a christmas party @name!!", + "Merry christmas @name :))", + "Hope youre having an amazing christmas @name :)", + "I love winter so much @name", + "I hate when its cold outside @name", + "You need to put some warm clothes on @name", + "Wanna build a snowman @name?", + "Do you like christmas @name?" + ], + "new_years_eve": [ + "What are you doing for New Years @name?", + "New Years Eve party orrr?", + "We should do something for New Years eve today @name!", + "Happy New Years Eve @name", + "1 More day left in 2021 thank god", + "Whats your New Years resolution @name?" + ], + "new_years": [ + "Happy New Years @name!!!", + "Its New Years Day @name!", + "HAPPY NEW YEAR @name!!!", + "2022 lets fucking gooooooo", + "What are your goals for 2022 @name?" + ], + "valentines": [ + "Will you be my valentine @name?", + "I am so happy rn", + "God i am so lonely", + "I am Ceikrys illegitimate child", + "Be my valentine!", + "Lets sneak off somewhere and kiss @name", + "What are you doing for valentines day @name", + "Woah and Ceikry be kissin lowkey", + "In for a peg @name?", + "Woah got those roofies strapped", + "Why is my drink cloudy?", + "@name and woah be wrestlin", + "Bekky want sum fuk?", + "Damn @name you got an ass", + "Is that a footlong in your pants or are you happy to see me?", + "@name so hot i gotta change my pants", + "@name is a sex god", + "Bruh we hype today", + "Dont be silly wrap the willy @name!", + "Wrap it before you smack it @name", + "Can i get a reeeeee @name?", + "Valentines day is the best day", + "@name shut up before i smack you with my crusty sock", + "Valentines day, more like me and my hand day smh", + "If you think these quotes are wild just wait @name", + "All im saying is we have never seen @name and biden in the same room", + "Red rocket, red rocket!", + "Woahs favourite game is red rocket", + "@name sexy af today", + "Happy Valentines day @name!!!", + "Happy Valentines day @name!!!", + "Happy Valentines day @name!!!", + "Happy Valentines day @name!!!", + "Happy Valentines day @name!!!" + ], + "easter": [ + "Happy Easter!!!", + "Happy Easter @name!!!", + "Bunny time", + "Wanna go look for easter eggs @name???", + "Find any easter eggs @name?", + "@name is the easter bunny!", + "Kermit is dating the easter bunny!", + "Easter is one of my favorite holidays", + "I heard there are easter eggs hidden around?", + "Easter is the only time you should put all of your eggs in one basket", + "I said hip hop do not stop", + "Jump jump jump around", + "@name how is your easter going?", + "I love easter!", + "@name stole my easter eggs!", + "Karma karma karma karma karma chameleon", + "@name!! @name!! what are you doing for easter??", + "The hare was a popular motif in medieval church art", + "I heard the easter bunny is hiding somewhere!", + "I wonder where i can find more eggs", + "@name how many eggs did you find?", + "@name lets go easter egg hunting!", + "@name like orange chocolate eggs", + "@name and woah know the easter bunny", + "@name did you know ceikry swallows eggs whole", + "Have an amazing easter @name!", + "Happy easter @name!", + "Hope you are having an amazing easter @name!!!!", + "Wooooooh easter!!!", + "@name loves easter too!", + "Who else loves easter like i do??", + "@name and i are going easter egg hunting", + "@name and i are going to look for the easter bunny!!", + "Hint for anyone who sees this you must dig above eagles peak" + ] +} diff --git a/Server/data/botdata/botnames.txt b/Server/data/botdata/botnames.txt new file mode 100644 index 0000000..22c5715 --- /dev/null +++ b/Server/data/botdata/botnames.txt @@ -0,0 +1,64160 @@ +-Kevo +0 S O +0 4 1 1 +0 4 7 +0 HBK 0 +0 Khan 0 +0 LM +0 Quest Ptz +0 Undead 532 +0 hits +0 s m a n +0-0000000000 +00 zarour 00 +000eggs +004 n +007 Double O +007Banshee +00eeeee58 +00eeeeeHC +00oo00oo00z +010elpibexx0 +014ankh +01690 +017Lucas +01Ares +01eon +01ogre +020893 +024elyograG +02RS +02homestar +031 +0315 +0416347345 +054 +055027584 +05miller5 +05venom04 +06 59 +0600 +06sz +07 Account +07 Adept +07 Ashley +07 Clinton +07 Ezra +07 Gizzy +07 Main +07 Nihilist +07 Officer +07 Rz +07 Sicario +07 T Bone +07 iron +07 kiero X +07 nice jake +070623 +07Ashley +07Ben +07Geno +07Jack +07Lax +07Panda +07Paul +07RS Suck +07Rockysbudy +07coco +07guthix07 +07wan +080 +0800 +0800952449 +0837 +09 +0920 +09Ash +09Ashley +09Ato09 +09Chris +09Dans +09Paul +09Reaper +09Rhys +09Rvape +09Skillerino +09TroyScape +09milo456 +09scaping +09wan +0BAMA +0Behind0You0 +0CdanC0 +0G +0GCore +0Giesel42O +0IIll0llIIII +0JL +0Joker0 +0KAT +0LKI +0MEGA PVM +0MG ST3PSIS +0MW2PVM +0Manbearpig0 +0MrJ +0PC +0Pwnseason +0S Iluvatar +0SFX +0Tempest0 +0WEK +0X010 +0_BADASS_0 +0anabanthis0 +0bD0G +0bankspace +0bby +0bby Man +0belix +0bscure0ne +0ctopus +0dds r u win +0desza +0dexy +0dyssey +0ff Task +0ffline +0g_player +0gden +0ggyy +0gie +0h Hi Mark +0h4Sure +0hh +0hmMyGod +0hp +0im2old4this +0inke +0k +0l +0l m +0ld Mate +0leaguespace +0li +0livers +0livias +0lki +0llieNorth +0llies +0lmet +0lofmeister +0lurker0 +0mfgcows +0mg A Baboon +0mg A Scimmy +0miseGo +0mnisciens +0n Time +0nMyWay2Max +0na +0nenonen +0neski +0netruememe +0niichan +0njon +0nlyClouds +0nmy +0ops +0oqs +0pSe +0pen +0pen Al +0pi ates +0pportunity +0riole +0rjan +0rl +0rnstein +0rphaned +0samaBdabbin +0sc4r +0smasher0 +0so +0ssimpwner +0syb +0t +0taku +0taylor +0verHyped +0verdrinking +0verhaul +0vershield +0viBeSo +0vyy +0wnag3s +0wnage_2017 +0wnagedaddy +0wned +0wns +0wnu1h1t +0x Good x0 +0x05 +0xBitcoin +0xocube +0xp Fail +0xygen +1 +1 0 1 0 +1 1 4 +1 2 2 +1 337 +1 3s +1 4 11 +1 54 +1 9 7 +1 A M O R +1 A N D 1 +1 Account +1 Corin 6 9 +1 DC +1 Flicki Boi +1 Free Ryde +1 Ham +1 K0 Is Back +1 Line +1 Lion Tell +1 P P 1 +1 Percent +1 Waffle +1 and only +1 is ln of e +1 kc 1 pet +1 parhaista +1 s t Blood +1-800DILLDOE +1-GrayStone +10 Four +100 Duke +1000 Antz +1000 Eyes +1000 Ways +10000Fists +1000PingOnly +100Cl +100Grabb +100g +100kyews +100m gp +100xcoin +101000101010 +1017Trev +101e +101evil101 +101rootbeer +104512 +105 +107M +1085 +1099s +10Hz +10R80 +10b +10cc +10lachs +10mm mafia +10th Reaper +10v10 +10v10v +10v10v10v +10x Brew +1101953119 +1111 +11111111111d +111fishkite1 +112OceanAve +116 +116 123 +1183kenny +118s +11inchlimp +11l1 +12 +12 49 +12 XP +12 hours +120u +1212ajs2 +123 Zeus +123456205 +123Four +123bear5 +123tseemijni +1272172 +1288 +12bar +12bar_ty +12blackeagle +12boo8 +12earlycob +12in +12millionGP +12oss +12oz +12th +13 37 +13 Daas +1300 +130SS +130rk +1312AFCA +1313 +131kg +1337 af +1337Trevor +1350 +138hans +13D +13LACK0N3 +13O +13alerion +13ayek +13ehh +13ert1 +13ig +13igdog +13kc Corp +13oneZ +13purecs +13ruce +13th Witness +14 wides +1400 +14060M +144 +1441 +144forever +1453 FSM +149122089147 +14Fre-e +14GT +14Words +15 min Break +150 kilos +1520sedgwick +15b name +15mg +16 Fly Tell +16 Fps +1602 +16bumpysnow +16lB +16le +17 76 +170 IQ +17222 +1780 +17Kc +17_FLHXS +17rune2277 +18 Or Older +18 Points +18 girlll +18-06-2022 x +1800BetsOff +1802M +180555 +181 +1817 +1827 +1845 +184910381412 +187 +187 781 +1877 +187PIGMORGUE +187er +1889 +18cast1935 +18hr +18killz +18s +19 KAPLAN 05 +19088ml +1942 +1948 +199 +1992 +1994 +19O7 +19edgebee +19puxx +1AB +1After909 +1Alfa +1Ali1Plane +1BGP +1Bio +1Buck1Love +1C2R +1C3 W4RR10R +1CuteBot +1Fbs +1G1D +1GramIronMan +1Hit2Lum +1Hunnid +1I1I1IIll1l +1InchWalrus +1Iron Reborn +1Kyle +1Lank +1ManGangBang +1Mayze +1NANO +1NU +1Nikolai +1Nut Dude +1O1Barz +1Ogp +1P Game +1Parthannax2 +1RlE +1ST KC +1Shadow9Fist +1Shark +1Stunner ISU +1Swan +1TapDirtNap +1Tick +1Tick 2 Slow +1TickShit +1Unforgiven8 +1_BLEED_BLUE +1ars +1badprogram +1bankingnoob +1blackhawk17 +1blk eye r2 +1cooking +1da5 +1dan2 +1day +1day iwas pk +1eat +1einad +1eyeNinja +1god max1 +1grootfeest +1hundrednite +1imp1jar +1isa +1itemtbow +1jbone +1john +1k no zik +1kDuramax +1kMaster QXD +1k_0 +1kc myself +1kctobpet +1kill3dsanta +1kk3 +1kkc +1kona +1llmatic +1llusionss +1mforest +1nOnlyBigB +1nVaSioN +1ndy +1ne life +1nfiniti +1nsane str5 +1nv1s +1nvercargill +1o 8 +1ocation +1please +1powerhydra +1r0nRyan +1rock23 +1savage +1st Frans +1st ed mint +1st son +1stHCwasPKED +1stlrfan +1stnoob7 +1t8w +1tapaturma +1tickspecwep +1trueMortyy +1ucif3ro +1v1d a sedan +1w1lll0se +1wayEscape +1wwdwd2e21ed +1yfe +1zet +2 0 1 4 +2 1Savage +2 2 7 7 +2 2 8 9 +2 3 7 5 +2 9 +2 Big tities +2 Brothers +2 Much Tuna +2 P A C +2 Rich 4 Dis +2 Silent 540 +2 Smooth +2 ball cane +2 funny bro +2 grls 1 Jad +2 h p +2 in +2 kups +2 lN +2 more min +20 20 vision +20 Agi irl +20 On Pump 3 +200 +200 Cook +2000 +2001Arwen +2006nope +2007scape +2008Anthony +2009Anthony +200MXP Cook +200m for Olm +200mDefence +200marchalt +200mslay1day +2011Turmoil +2013 Rt +20130406655 +20136 +2027Parzival +202o2 +204 Wootang +205alphago +208 +209th +20Four +20I0 +20JuanSavag3 +20ms +21 5 +21 Average +21 Musketeer +21 Savage +2137 gp +215O +2173 +21JJ +21SavageX2C +21unit +22 69 +22 Geese +22 Gz +22 darnoc 22 +22 day fury +220mg +226559 +227 7 +2277 +2277 Beast +2277 Soon TM +2277MaybeNvr +2277kg +22O5 +22X7 +22btc +22harry +22mario +22whitewolf +23 x 3 +232o2oo +234071973416 +23463564 +235iii6i666i +2376Total +2376ed +23847239571 +23CD +23I +23coalcare +24 Hour +24000 +241 +241196 +2424 +245 +247 365 +2488 +24YO +24l7 +24w +25 S +25simulator +26 th +260sheepdog +265344626546 +26ll98 +26pandas +26th +27 5 +27 M +271MPN +27ml +2841280 +28BagsOfSalt +28goldpieces +290x +29384652 +2996 +29Pons30 +29enchant821 +29robdead +2B Nier +2Broke4Coke +2C-T-2 +2D E F2 +2D pantsut +2Edgy4Meme +2Far +2Fast2Fuego +2GIRLS +2GLE +2Girls +2Goblins1Jug +2Guys1Wyvern +2Guys1dds +2I40 +2InchLift +2InchPnisher +2JZ GTE +2JZ Soup +2JZ-GTE Mk4 +2Jerry +2Lit +2M0X1 +2MIN +2Men +2MinNoodles +2O xp +2O07 +2OO7 +2QC +2Rare2Die +2Secs +2Sparks +2TH3MAX +2Tbows51Kc +2Tits +2TonHoneyBun +2VX +2amtossedher +2anmlsglued +2beFrank +2buttedgoat +2cbrein +2coldkillaa +2cool4u +2cythe +2d irl +2danny1 +2dslap +2fastkilzz +2g0ds1cup +2girls1Kyle +2girls1Tbow +2girls1bed +2girls1troll +2girlz1jbird +2gurls1tick +2h ur azzzzz +2hopp +2hot2touch +2hot2touch2 +2hs +2id +2kav +2late2team +2logx +2nd Marksman +2nd Max Cape +2nd Sucks +2ndpanz +2olon +2oul +2pac +2pacs +2plush +2sm0keyyyyyy +2steps +2th7 +2tickin +2tti +2two77 +2uBz +2ual +2ugi +2woke +2x92is99 +2ze +2zick1zussy +3 Hit V +3 5 P +3 50 +3 77 +3 Moons +3 S I X E S +3 SwordStyle +3 T C +3 arcanes ty +3 me0 +3-age +30 yo b00mer +300m MPS +3019 +30FF +30SHOTFOCUS +30XY +30thNovember +30zl +311s +3155 +315lbs +315squatreps +3160 +316Austin +32 kay +320m +33 Dust Cat +335K +33jf +33zero2 +3400 +341all +34241245321 +345138 +34HL6432G6L2 +34T +34rj394thgro +351329 +35ankoumoon +35cm bicep +360 Labels +360backhand +365 day +369x +36ACT +36answersay +379 +37Kg +37kg +381N +38CoolestMan +38drivelift +39 PETS +3BigDoobie +3D AnimeTits +3D Dorito +3E8 +3G +3III +3L1QZaD +3LetterName +3Miller3 +3TicYaMum +3TickEat +3Ticks +3WordName +3a B0ng +3aly +3amf +3arbeed +3ash +3awe +3b +3bay +3bobyshmurda +3d age boots +3d354 +3dderino +3erzerk +3h scimitar +3ibal0e9 +3inchsoft +3ioc +3iron5u +3km +3lPatron +3lack 3litz +3lilbirbs +3lit3 +3liteSupreme +3lven +3lyrie +3lys +3niZ +3nosedmonkey +3nps +3oh5 +3pic +3ragesave +3rd Age Ryan +3rd Age THC +3rd Age Toes +3rd Age Wife +3rd Hunter +3rd Mage Owl +3rd X +3rdAgeHolds +3rdAgeHunt +3rdAgeSlayer +3rdMistake +3sd +3sl +3stripe +3uck +3uzi +3verD3ad +3vil +3vil Giraffe +3vil Lawyer +3we +3x3i +3xDestroyer +3xtra-1arge +3yes +3zR +3zi +4 Bros Info +4 Man Nex +4 inch demon +4 inches now +40 IQ +400L +400s +403 b +40699 Crabs +40Atk +40ms +40oz +412087542131 +413 JokeR +416MiIf Jade +41O +42 Mime 2462 +42 Reasons +42 skankhunt +420 Perkele +420 Sam +420 kc +420 lobster +420-2-Day +420Arch420 +420Every +420Hellz +420LavarBall +420Pixels +420cyguy +420licious +420michael13 +420tarmslyng +42342343342 +42Def +42O42O +42nd +432andone +43technetium +44 bot +4400 +44444444444 +45 fail +4500c +4564 +457 +45smith2345 +478k +47an +47th +48H +48hour +49 r +492117837813 +49forcerage +4ALLYaYa03 +4D Entity +4EverAlone +4HeadScape +4Hymnz +4IQ Idiot +4K MrKrabs +4KT Youngboy +4Kath +4L O K O +4LDO +4LeafCIover +4Lt Goon Bag +4MoistScoops +4Nick8 +4STER +4Sale399 +4TheGalaxy +4The_Horde +4Tune +4V2Coldplay +4_Th3_mAiN +4are +4asphalt4 +4biddin3 +4cof +4dan2 +4dapigs +4dosemonster +4ever +4everdry +4got2pull0ut +4gottenvoid +4hQ +4hit pl0x +4holyhydra +4iend +4lex4nder +4litraa +4mag1996 +4otobemaG +4pf PvM Lao +4pf danaw1te +4plate +4rKsTon3 +4sen +4th lesson +4th8 +4the +4themininoob +4thunderbolt +4ur Elise +4werty4 +5 56 +5 Nine +5 Oh +5 mil +5 ms +5-Bet Fold +50 DKP Minus +500 BJ +5000men4 +505 +50Dkp_Minus +50TintenUwMa +50bitsnka +510 +51Highlander +51xp +528racklover +5304 +530pm +53R10U5 +53m0g +54 Slayer +548 +55mg +562 +5639 +56667 +56771910 +56O +570215 +5771 +57tallfred +57wraith2076 +5876 +58th +59OG +5ADx +5Aces +5BY5 +5G fries +5GCovidTower +5H4NKS +5IRLOIN +5Id3Track +5M3H +5M9SNH31KAOI +5NAX +5OP +5Orudis5 +5UBLlME +5a9 +5alood +5alve +5ammito +5dudes1bank +5eekingdeath +5eizures +5g Internet +5gum +5harp5hoota +5hauny +5hayWh1te +5head +5inch Floppy +5is +5j5 +5kc Zulrah +5l9 +5lNS +5lap +5nis +5parrow +5quid +5st +5t h +5th Blessing +5th hcim LUL +5trm +5wan +5wattia +5x3 +5xr2 +6 57 +6 9buttholes +6 Donuts +6 Drive Fox +6 Foot 5 +6 I X GOD +6 M +6 Mil +6 Qp +600 Years +605 +60min is 1hr +617 +61V +6264 +629fm +62steeplist +6384 +647 +64DD +64th +6535 +6620 +666 317 +666 J +666 is leet +666Ds +666Duuvel666 +666drkwizard +66Cute +66sick +675 +67M +67jj6j7 +68 savage +6822ii +68pickleman +69 L OR D 69 +6942O +69KolaOlli73 +69Skrrt420 +69bbygurl +69maryj420 +6Dukke +6ESkarmory +6LACKY +6PaperJoint +6R6 +6T9sofine +6TMG +6Tilbud +6UGG +6cansOfBeer +6cythe +6dr3w9 +6e +6enny +6ess +6et Schwifty +6h Logout +6in9 +6ix +6ixty +6ixx +6jadkiller +6km +6lb brownie +6mat +6ong +6p8o6 +6pathsofpein +6qp +6shooter +6uapo +6uh +6utt9lug +6y6y6y2 +7 7 MAFIA +7 Curry +7 DeadlySins +7 Fat Drake +7 Of Nine +7 Trouts +7 pets chimp +7 seconds +7042 +70Point1 lol +70rangeboy +70to120 +710 710 710 +716 +718m +71rc +72005sc +73 and Kree +734590325839 +737 +73Head +73HoundKey +73gp +742617OOOO27 +74ChaosLTUU +75 IQ +76frozen44 +76ms +7738 +777slayer777 +77Dunamis77 +77Stingray +77ms +782 +784162 +79giantfoot +7AYL0R +7D9 +7Esconar7 +7Ethereal +7F9 +7GB +7God +7H3 +7J4FXEL7YFW5 +7Lazy7 +7RAC +7T +7TF +7Vick +7Viggie +7ZP +7abibi +7amowdahli +7aq +7asty +7ate9 +7axy +7bazillion +7ckng +7ckng Mad +7claudia7 +7crypto7 +7emo +7emp +7emptest +7fisherdog +7havage +7min +7mins +7mni +7om +7ourney +7out +7rad3 +7raphouse +7rev +7ridley +7scaryfire +7th Chamber +7th February +7uP joAo +7wizard10 +7xshadowx7 +8 1 O +8 3B +8 Sue Build +8 alien 8 +8 bit bling +8 oh 8 +8008tator +808Southside +80leavefox +82 Sue Say +8282 +831pride +832arba +8485 +849 +84Bandit +85 N +8502 +852K +858 +85U +85dakota85 +88 Odd Wand +8800 +8885 +88gg +89devoid1329 +8ASS +8BootRaw6220 +8ElMandinga8 +8J8 +8O8O8O8O8O8O +8ass +8balknowsall +8balled +8eauty +8h of sleep +8ind +8l0wm3 +8lackMamba24 +8loodrune +8lue Phat +8owser +8qxkf02v +8tail +8uD +8yrs +9 9 Problems +9 B 0 +9 DUIS +9 Tick Brain +9 mb +900mexp +901Grizzlies +90804 +9092514 +90tegguy +91 +91 Tin Idea +911_Nate +91414 +91CAL +91flip +92 way there +920 Bdops +9227 +9297 +92t +92times2is99 +94 xp +94AR BTW +95EliasAw +95LH +95p7 +96 WINDSTAR +9687 +96fastfrog +97DEF +97ccman97 +97fsh +98 BEDARD +98 Civic +982 +98Bn +98max1 +99 Doobies +99 Grill +99 Grinding +99 Mage +99 Rats +99 StaKe LvL +99 Steeze +99 oz +99 rwt +991atatime +9991499 +99BnkStnding +99Juuling +99Lives +99S2HP +99Scents +99Scotting +99Slayer +99Souls3Days +99Victim +99_Maxed +99bottin +99charming +99hh +99moretimes +99ox +99problems4 +99ss +99sweatlvl +99wc500m +9Bar +9Barr +9CX +9D9Skillzz +9Dimensional +9GAG Reflex +9JR +9KL00AZIIZ9K +9O 9 +9PetsSoFar +9T3 +9TY9_Sailing +9UNIT +9cansRavioli +9ieman +9inchStepBro +9mm ko +9mmlesah +9ne +9ond +9till5slave +9ussy +9yearoldpops +A 2 The Aron +A 3 +A 45 +A 7 F O L D +A Articuno +A Bad IGN +A Bad Meme +A Big Hippo +A Big Leap +A Blind Man +A Booty Clap +A Born King +A Boss +A Bozo +A Bozz +A Bronze man +A Butcher +A Catowl +A Cityzen +A Claptrap +A Classy Boy +A Crazy Cook +A Crisp Sock +A Curry +A Cute Snail +A Dreamer +A Drunk Beer +A Du Ma +A F K Scape +A F KING +A F M Scape +A Fat Deer +A Fat Pike +A Fat Swede +A Gauss +A Girthy Boi +A Godsword +A H Fire +A Half Fool +A Hofasho +A I D E N +A I I e n +A II D +A Iron Yoshi +A J +A JJug +A Jack O Lit +A Jug +A Kimura +A L 3 X +A L C A P WN +A L E K S +A L I S H A +A L T +A Lava Lamp +A LifeTime +A Lilypad +A Little Lit +A Llama +A Long Story +A Loose Seal +A Mattias +A Maxed Iron +A MaxedBeard +A MeatStick +A Melic Poet +A Message +A Moist One +A Moot +A Nathan +A New Area +A Newbi +A P R O X +A Panther +A Pauled +A Pixxel +A Pkr +A Plush +A Poothy +A Pot Head +A Psy +A Quest God +A Quickie +A R H +A R Z +A Raccoon +A Random 4nr +A Real Bamf +A Revuelto +A Rocky Road +A Scylla +A Sly Deity +A Snorelax +A Sofa +A Soft Spoon +A Solo Slave +A Soul Rune +A SpaceFox +A Spaceman +A TRX +A Tonk +A Towel +A Tuxedo Guy +A U G +A V T U R +A WILDR0NNY +A White Girl +A Wiki +A Wild Nolan +A Wise Sloth +A X Y S +A Yang +A Yep +A Zee +A Zeer +A Zoo Keeper +A Zuk +A Zuzakini +A aron +A bit north +A broke 126 +A capybara +A cclimation +A d e b y +A dam +A damm +A dammmm +A e d o +A e s i r +A f r a i d +A gg +A lba +A ll F +A llan +A llstar +A ltar +A m a nd a +A n d re +A nz +A rdy +A rmin +A rmoa +A rrow +A stoner guy +A to teh Jay +A ug +A y s a +A z k e n +A z t e r +A-Chronic +A-F-Kaveman +A123 +A13X +A15 +A1KMAN +A1nz00alGown +A1rhook +A2 +A22Y +A47 Soldier +A543 +A7MED +A84 +AAA GG +AAAAAFK +AAAAAddy +AAIGHT +AAsamba +AB Dash +AB84 +ABEC +ABG Huntr +ABILITEETTI +ABearCat +ABlazys97 +ABlueShirt +AC Dicing +AC TEMP IQ +AC0T +ACDC +ACatGirl uwu +AColdBeer +AComp +ACucumber +ADACardano +ADAMB73 +ADHDerral +ADRlAN +AD_inc +ADankTank +ADirtyDan +ADrugTaker +AE2AW +AEKDB +AER0B +AER1410 +AFCA +AFCA CBS +AFCA SCHOREM +AFGard +AFJay +AFK Always +AFK Kay +AFK Liam +AFK SCO +AFK Spoon +AFK twigz +AFKJOHN +AFKaas +AFKarl +AFKevv +AFKolby +AFKspiracy +AFTW +AFX64 +AFrickinLion +AGIT8 +AGP3 +AGRONOMlST +AGSpec +AGWA +AGlassOfH2O +AGorski +AH Energy +AH64 Apache +AHHSCHMEEEEE +AHK XD +AHMETJACKSON +AHarmlesKitn +AHlager +AHriMTaLeZ +AI Fighter +AI0 +AII 99 +AIchemyz +AIecko +AIeksib +AIexmeister +AIixs +AIlByMyself +AIm23ARDesti +AIways sm1le +AJ R +AJ Skills +AJ4J +AJTracey +AJ_24 +AJisHere93 +AJsk +AK Alpha +AK Sam +AK47 +AK4LF +AK5C +AKI-47 +AKK1E +AKM +AKSpring +AKinkyMonkey +AL-Trojans +AL3CX +AL7 +ALBlNO +ALEXppresso +ALLCAPS +ALLEGATlONS +ALLTY4 +ALSO +ALT Lurer +ALargeMudkip +ALevel115 +ALevel126 +ALittleLofty +ALittleLogan +ALonelyKurt +ALonelySpoon +ALonelyTaco +ALv3Magikarp +AMAWM +AMC Millions +AMD352 +AMDOSRSIRON2 +AMGS65 +AMRSY +AMST +AN07HER +AN0NYM0OOOUS +AN1MAL1ST1SK +ANDERDAPLUG +ANDR3 +ANDREVVTATE +ANDROlD 18 +ANGL0 SAX0N +ANGRY BL0KE +ANGRY N3RD +ANIKV +ANNA7AR +ANNOYYEED +ANON +ANRH +ANUBlS +AOMA Doomfox +AOT GOAT +APC L000000L +APTZ27 +APrince +AQ COCUGU +AQMD +AQUAMARROCKZ +AR Brah +AR Fifteen +AR15ONA +AR1F +AR53 +ARCANO RS +ARCHER +ARCHIT3CTS +ARESCREED23 +ARNGCantrell +ARRIVISTEZ +ARRRot +ARTHURSHLBY +ARTIZN +ARZ Ranger +ARandyCat +ASAP +ASAP Decky +ASDQ +ASH88 +ASIAN CHAD +ASIANBABIE +ASMR +AScrubIsHere +ASkillersAlt +ASpacejunky +ASuperDood +ASuperior +AT-AT +ATAR96 +ATEIROMU +ATLx +ATR +ATastyPastry +ATurboVirgin +AU6URY +AUD1O +AURl +AUSLANDER +AUSTlN +AUTOart +AUTUMNELEGY +AUT_Alex +AUT_KoDeD +AV1 +AVATARRR +AVE MARlA +AVICll +AVOCAD0O00OO +AVlCII +AWW CRIKEY +AX0L0TL +AXL gun ROSE +AYRI DMM +AZER +AZNPanda +A_G_4 +A_Wuh +AaaBiiCee +Aaalmost +Aadalyn +AadreNaline +Aahatto +AakieSnaakie +Aaking +AangTurambar +AardbeiSoep +Aardwormpie +Aaren +Aargh +Aarhus +Aarmir +Aaro236 +Aaron +Aaron 23 +Aaron Btw +Aaron Quiz +Aaron Samuel +Aaron11700 +AaronJMLP +AaronPVM +Aarsworm +Aarti +Aary +Aaryn +AashUnce +Aastradsen +AatroxLife +Aauburn +AavikonGaara +Aayraz +AbInito +Abaay +Abacraumbii +Abaiz +Abaker +Abaqus +Abariel +Abbas Elect +Abbey +Abbey Ruins +Abbo baker +Abbyscimmy +Abc easy as +Abdallah6 +Abdirahman +Abe lnnkon +Abe numse +AbeTheHobo +Abengers +Abernasty +AbiChillii +Abide +Abido +Abigayyl +Abismaalinen +Abito +Abiuro +Ablazin +Abnegation +Abnxy +Abocrate +Abolish +Abolish NFA +Abool +Aboriginal +Aborts +Abortuary +Aboss +Abou3Fiddy +Abov +Above +AboveAvgGoat +AboveHonor +Abpor +Abr19 +Abradolf +Abrafebre +Abrakadaddy +Abrakadino19 +Abree107 +Abridgetolum +Abrils +Abritrage +Abruaa +Abruzi +AbsentPray +Absol +Absol-EX +Absolut1on +Absolute POS +Absolute St8 +Absolutism +Absolver +Absorpt +Absoullutely +Abstand +Abstergo +AbstractNay +Abstractable +AbsurdGreek +Absurdly Gay +Absynthial +Abu Chungus +Abu Salih +Abuk +Abulssoni +Abuv +Abyission +AbysmalGrind +Abyss Laps +Abyss Whip +AbyssFreaks +AbyssWalkerr +AbyssaI +Abyssal +Abyssal Roar +Abyssal Sire +Abyssal Wook +AbyssalEmu +AbyssalTrout +AbyssalWrath +Abysse +Abyzz +Acady +Acai +Acai Berries +Acamarine +Acan D +Acardi +AccessPoint +Acciainoli +Accio +Accio Bond +AccioHorcrux +Accolades +Accountant 0 +Accursio +Ace Kills +Ace12209 +Ace123445678 +Ace2cool +AceAlexander +AceArcaneon +AceOfSevens +AceTenSuited +AceTookUOut +Acefalcon3 +Acekicker +Acemachine +Acemanjam +Acenr +Acer +Aces +Aces x3 +Acesuke +Acesupersoak +Acetazolamid +Acha9 +Achaeos +Ache +Achenar +Achernar +Achievement +Achievements +Achilles Low +Achilles XXI +AchillesFist +Acholight +Achuu11 +Acid +Acid Cat420 +Acid Christ +Acid Dab +Acid Frick +Acid II +Acid Lunatic +Acid Magick +Acid Reducer +AcidBxbies +AcidHouse +Acide +Acidic +Acidylia +Acir +Ack Varmland +Acke +AckeSSBM +Ackman67 +Acko +Aclu +Aclyss +Acolytes +Acorn Potat +AcornHunter1 +Acoustics +Acquila +Acquilar +Act Ov Vodka +Actaeor +Actan +Action +Action Dwarf +Action Movie +Active +Active Whale +Active-Bombi +ActiveRecord +ActivelySent +Activeshot +Activis +Actor +Actt +Actual +Actual Bald +Actual Yak +ActualName +Actually +Actw +Acuila +Acumen OSRS +AcuraIntegra +AcuteSloth +Ad Pulvurum +Ad0pted +Adachigahara +Adada62 +Adalman +Adam +Adam pd1 +Adam8 +AdamBonar +AdamInAtl +AdamPwnz +AdamTehMong +Adamant +Adamanta +Adamantoise +Adamchrisp +Adammmmmmm +Adamp1 +Adampewpew +AdamsMain +Adamskieh +Adamy +Adaptations +Add Jisuke +Addderall +AdderLord +Adderall +Addi +Addicted Tom +Addicted2Rs +AddictedIM +AddictedSoul +Addlero +Addycusfinch +Addytt1 +Adee3 +Adeeb +Adelaw +Adele +Adelier +Adeliya +Ademon66 +Adenocard +Adept +Adept Brick +Adeptus W40k +Adeq +Adeus +AdeyP +Adgoar +Adhd Adam +Adhurim +Adi Laser +Adic +Adiieu +Adil +Adin +Adios Punani +Adiosk8r +AdjacentAce +Adjudicatior +Adjusted +Adjustmyfan +Adkille +Adley +Admetis +Admirable +Admiral +Admiral Addy +Admiral Kev +Admiral Nano +Ado12322 +Adogg0323 +Adolari +Adomirion +AdonisUkko +Adorak +Adorations +Adore +Adornare +Adr Iron +Adrean +Adrian +AdrianMMO +Adriatik +Adriatik7 +Adrik +Adriyxs +Adroid +Adskip +Adss +Adstar +Adster98 +Aduadu +Adust +Adusy +Advance2Max +Advanced Rat +AdvancedOwen +Adventure On +AdversY +Advvil +Adwan +Adyn1 +Adz92 +Adzyy +Adzz +Ae rith +Aeariyion +Aeckersss +Aecyra +Aedon +Aedreius +Aeganor +Aegislash +Aegon +Aeikora +Aejayem +Aelin +AelitenRS +Aelos +Aemil +Aent +Aeon +AeonsOG +Aequites +Aerack +Aerdont +Aergius +Aeric Shun +Aerith 68 +Aerivas +Aerj +Aero +Aeroaxe +Aerocity +Aerohead50 +Aerolustly +Aeromi +Aerosol +AeroxAces +Aerros +Aeryen +Aerzo +Aestana +Aesthetiix +Aeterni +Aetharan +Aetharyn +AetherEra +Aethyrs +Aeugh +Aev +Aeyriex +Aezolix +Aff it +Affaires +Affan Khan +Affect +Affectie +Affidra +Affinivax +Affirmed +AfghanisDan +Afghanistan +Aficionado +Afk Blake +Afk Jasper +Afk N Scape +Afk Ray +Afk Scape +Afk To Smoke +Afk em +Afk is EZ +AfkBandos +AfkGod +AfkMachine +AfkTbh +Afked +AfkforGainz +Afkillz +Afkin +Afkoelen +Afkstar +Afkwarrio6 +Aflamed +Afnacho1 +Afonso +Afperser +Afrecan +AfricaSavior +Africagamer1 +AfricanMelon +Afrie +Afrikka +Afriquee +Afro +Afro Deagle +AfroFishh +AfroShay +Afrojofe +Afroman +Afromann +Afromouse87 +Afrothunder +Aft3rmath +After Dark +After3Scoops +AfterLike +Afterlife +Aftermatter +Aftermax +Aftex +Aftyr +Afx31 +Ag0b +Ag3nte +AgagaWeeWee +Aganis +Agaperik +Agatsuma +Age Forever +Age of Hell +Aged +Agenda21 +Agent +Agent 3 +Agent Jass +Agent Slidt +Agent805 +Agent94 +AgentFluff2 +AgentOrnox +Agentbunny1 +AgenteGanso +Agentlobster +Aggressox +Aghiestic67 +AgiNagii +Agil +Agil Tank +Agile +Agile AI +Agile Rob +Agile Tom +AgileAllMile +AgileFlea53 +AgileLlama +AgileRj +Agilities +Agility +Agitare +Agmaur +Agnar472 +Agni +Agnoscere +Agnykai +Agoge +Agressie +Agroni +Agronox +Agronyss +Ags G Maul +Agsungg +Agua Diablo +Aguanator +Agv +AhaShakes +Ahab +Ahav +Ahegao +AhegaoShawty +AhegaoxDrool +Ahero Knitly +AhiPoke +Ahjin +Ahkscape +Ahkward +Ahlaundoh +Ahmishcyborg +Ahol +Ahoyhoy +Ahreams +Ahri babe +Ahriah +Ahrim Job420 +Ahrou +Ahvexx +Ai Haibara +Ai activated +Ai u +AiMienOortje +AiNebesvaik +AiXiao +Aiai8 +Aian +AiasIM +Aiayu +Aid12100 +Aidann +Aidens Iron +Aidios +Aife +Aigua +Aiii Guey +Aiikis0 +Aila +Aillwynd +Aimbot77 +Aimdur +AimenForFun +AimenForYou +Ain Zak +Aina Vapaa +Aintos +Ainu +Air Aaron +Air Bison +Air Cube +Air Hawkz +Air Nimbus +Air Up There +AirAction +AirRin +AirWindSurge +Airborne +Aircendition +Airexz +Airforcin +Airomatren +Aironmaen +Airorider1 +Airplanez +AirsickMold +Airskipper +Airstone +Airstrike +Airstrikes +Airwalk +Airwipp +Aishi owo +Aisyah +Aivery +Aiwe +Aixaa +Aixleft +Aiyaaaa +Aiyzer +Aizor +Aizzz +Aj Blitz +Ajamian +Ajarn +Ajaxius +Ajdj +Ajeh +Ajeti +Ajikk +Ajinz +Ajt141 +Ajushox +Ajuus +Ajx +Ak 4854 +Ak5u +Aka God +AkaSpecs +Akadian +Akagi +Akali +Akalron +Akarema +AkaseAkari +Akasha +Akashy +Akatsuki +Akaza +Akduman +Akeno +Akhasa +Akhavan +Akhotha +Akiha +Akihiko Main +Akilled +Akimbo Gmaul +Akira28 +Akirakiyomi +Akka Flakka +Akkaido +Akkezander27 +Akkhai +Akmore720 +Akn Magic +Akogare +Akolyta +Akomatic +Akomatk +Akowii +AkraLaDragon +Akropolis +Akshan +Aksu +Aksu596 +AksuRS +Aktii +Aktivaros +Aku Megami +AkumaPenguin +Akunte +Akushizu +Akusti +Akustic +Akvarij +Akyba +Akyle +Al Go Rhythm +Al e x x +Al ex G +Al-Kimiya +AlCaponee +AlFromOhio +AlIigator +AlMusallam95 +Alabandus +Alabarce +Aladfar +Alak4zam +Alakazoom +Alakazzaror +Alameda +Alamittainen +Alan +Alan200414 +Alandar +Alanowsky +Alantiwa +Alasse +Alaurise +AlbaisBack +Albananaa +Albanoi +Albatrossse +Albatrox +Albert 1888 +Albert Klett +AlbertaDean +AlbertasRec +Alberthorn +Alberto +Alberto P +Albertttt +AlbiBambi +Albin0z +Albinos10 +AlboBloodZ +Alboy +AlbusTheDood +Albuun +Alc1 +Alcadeias +Alcado +Alcarnia +Alcatres +Alcatrez +Alceini +Alcerathe +Alch O Holic +AlchKids4Gp +Alchaline +AlchedMyLife +AlchedMyM0M +AlchedMyNuts +AlchedYaNan +Alcheimers +Alchemical A +Alchemicc +Alchemisten +Alchemize +AlchemstDefi +Alchemyst +Alchhorn +Alchulon +Alckx +AlcoSkillz +Alcond +Alcool +Alcoz +Aldastro +Aldecaldos +AldenolcyCB +Aldi Knight +Aldit0r3 +Aldol +Alduiin +Aldwin Mose +Alec +Alec-kun +Aleck_l2 +Aleffy +Alegrete +AleizzleX +Alekja +Aleks +Aleksi +Aleksib +Aleliumbis +Alem +Alemao +Alenac +Aleous +Alerio +Alessan +AletosCR +Alex +Alex Blaze +Alex Cartman +Alex Grey +Alex IV +Alex Meret +Alex Power3 +Alex V2 +Alex Welshy +Alex Zander +Alex from IT +Alex the dad +Alex12161 +Alex3 +AlexDirty +AlexHill +AlexODaGreat +AlexSpkt +AlexV +Alexa +Alexander0k +Alexandre M +Alexbrave2 +Alexbrock +Alexis2Pro +Alexmeister +Alexnchill +Alexownsmatt +Alexr0 +Alexx +Alexx2G +Alexxandraa +AlexxisTexas +Alexzilla +Alf11 +AlfaAleksi +AlfaQ +Alfahane +Alfahanne +Alfication +Alfie 96 +Alfonga +Alfonso +AlfonsoKhan +AlfredTB +Alfrid +Alfuh +Algiebeer +Alharbi +Alhyrr +Ali Shuffle +AliThePvmer +Alibaba +Alicander +Alicc +Alice +Alice x +AliceOMalice +Alicent +Alicezero1 +Alicola +Alien +AlienAntFarm +AlienTTmilk +AlienVoucher +Alienmage +Aliens +Aliii33 +Alijr +AliksOh +Alioman +AlistarTb21 +Aliste +Alive Bozo +Alive Seb +Alive Vein +Alive18 +AlivenHappy +Alixz +Aljase +Alkan +Alkene +Alki Holic +Alkkor +Alkoholismi +Alkymo +Alkyne +All Blue +All Darn Day +All Fore One +All Frosty +All Peachy +All There +All a Bone +AllRubyMoi +AllThePain +AllTimeNo +AllYourBase +AllaBarri +Allabaster +Allan +Allan man +Allards +Allcreation +Allday +Alldays +Alldogg +AllegedTheif +AllegedTree +Allen +Allerb +AllesPaletti +Alleviate +AllexWx +Allext +Alligaattori +Alligamanor +Alligood +Allisun +Allkune +Allky +AlllySpawn +Allmethyst +Allo +Allomantic +Allon +Allonsmoke +Allowe +Allowed to +Allscreen4 +Allsen +AllstarTb21 +Alltiana +Alludo +AllusionTens +Ally +Alma +Almahh +Almighty +Almighty2277 +AlmightyMilo +AlmondJoy +AlmostHadMee +AlmostSavvy +Almost_124 +Almosttheir +Alno +Aloha +Alohas +Aloise +Aloittelija +Alondraj +Alone +Alone CRNA +Alone RS +AloneHeWalks +AlonelyPlace +Along +Alonzo520 +Alonzo52O +Aloqab +Alosthawaiin +Alov +Alow +Aloxc +Aloysius +Alozaps +Alpaca +Alpaca B0ng +Alpaca Lips +AlpacaMyBags +AlpacaMyBowl +Alpacaliptic +Alpedocles +Alpha +Alpha Cygni +AlphaCoderXI +AlphaFeeb +AlphaMathic +AlphaSeraph +Alpha_Scott +Alpharma +Alphonse +Alphray +AlphusBrah +Alpine Climb +Alpinetree +Alpoopi +Alppiruusu +Alprazoland +Already +Alright +Alright Mom +AlrightBucko +Alrite +Alry +Alsatian +Alsatians +Also +Also Jack +Also Luci +Also Lucky +Also Nexxtar +Also Noexi +Also Schlak +Also kawkky +AlsoAlso +AlsoRabbit +Alst +Alston +Alt Ctrl +Alt G boys +Alt Juana +Alt Redshok +Alt prepot +Alt3rbridg3 +AltOclock +AltSkillsDoe +Altairre +Altamonte +Altchilly100 +Altcliffe +Altdunk +Altemeier +Altenan +Alter +Alteraga +Alternate +AlternateArt +Alternatee +Alterones +Althamen +Althornson +Altifueled +AltimateRalf +Alting +Altkandos +Altnik +Altonorin +Altruistic +Altus +Alty2 +Alucks +Aluspalvelu +Alvaaro +Alvarreth +Alveoli +Alvislt +Alvx +Always +Always Alex +Always Awake +Always Harm +Always Late0 +AlwaysByrnes +AlwaysDNS +AlwaysLost +AlwaysPoor +AlwaysQuest +AlwaysSunny +Alwayscuffed +AlwayzJarvin +AlwayzSol +Alwex123321 +Alwin S +Alxs +Alyks +Alysanne +Alyv +Alzad +Alzuraak +Alzz +Am eer +Am ity +Am ln Danger +AmCatWhatDo +Ama zon +AmaAvenger +Amadeux +Amaiya +Amak +Amalie +Amanda +Amanda Btw +Amandelbrod +Amarantine +Amarok Moon +Amasclit +Amateur +Amathyn +Amatsukaze +Amatus +Amazarashi +Amazaro +Amazing +Amazon Power +Amazonia +Amb3rLeaf +AmberTheCat +Ambik +Ambion +Ambipom +Ambisagrus +Ambition IRL +Ambition98 +Ambitioned +Ambrose34 +Amcaroz +AmcyC37 +Amd27 +Ame Hara +AmeJoyRock +Amean +Ameero7 +Amel +Amelia Beth +Amen +Amend +Amenity +Ameno l +Americlaps +AmiableDingo +Amibis +Amida +Amigeau +Amigo +Amigos +Amillie +Amin +Amir Psycho +Amis +Amitwin +Amityz +AmixBeast +Amjad +Amjar +Amka0s +Amkings +Amlodipinee +Ammastian +Amnesiia +Amnios +AmoMeuFilho +Amoei +Amon Amarth +Among Dead +AmongUs R34 +Amongst It +Amordrise +Amos1500 +Amper +Amperes Law +Ampiainen +Ampilify +Ample +Amplify +Ampura +Amsclarke +Amsterdamage +Amty +Amused Fonty +Amuzements +Amuzzr +Amuzzzr +Amy Sonck +AmyMacdonald +Amygdala +Amylit +Amyshaw123 +An Amputee +An Animal +An Ebony BBW +An Old Chum +An epic OAP +An old Gnome +An0mandaris +An0niminis +An6ers +AnActualHorn +AnAmerican +AnEnginerd +AnEpicWookie +AnEskimo +AnExperiment +AnEyeOhLate +AnOldTank +Ana D Armas +AnaWynn +Anabella28 +Anabolic +Anabolic h1t +Anabowlen +AnaklusmosAN +Anao +Anaphylaxiss +Anarchy +Anarchy870 +AnarchyOS +Anari +AnataNoWaifu +Anbu +Anbu_Mobb +AncIrew +Ancalagon +Ancastry +AnchorMann +Ancient +Ancient Fury +Ancient fir +Ancient hil +Ancient soul +AncientFreak +AncientLamb6 +AncientMagus +AncientOath +AncientP +Ancientgh0st +Anciento +Ancientz pal +Ancitif +Ancona +Ancow +And e +And r ew +AndSo +AndYetISmile +Andardenn +Ander5 +Anderave +Andericus +Anders375 +AndersenXo +Anderssen +Andhra +AndiCandy +AndiVT +Andiamo98 +Andipyrus +Andirath +Anditre +Andj +Andoyen +Andrade149 +AndreasBL5 +Andremagico7 +AndresVZLA +Andrethyst +Andrew +Andrew Marr +Andrew OG +AndrewWigins +Andrewjaay +AndrewsMeat +Andrezee +Andrezz +Andri02 +Andrian +Andrick +Andrishh +Andrius X +AndriusBykas +Androgenic +Android Iron +AndroidFox +Andromed1k +Andsaca +Andx +Andy +Andy Candy +Andy Ops +Andy Salrem +Andy btw +Andy2 +Andy2511 +Andy43229 +AndyG223 +AndyIsComing +AndyL +AndyMcbob4 +Andydiaz +Andyfromvent +Andyn9 +Andyooi +Andyvns +Anele Boy +Aneluy +AnemicIzzy +Anesics +Anetha +Aneurin +Anez +Ang3li +Angalad +Angel +Angel Advise +Angel Allie +Angel Gabe +Angel Martyr +Angel Vlad +Angel4killin +Angel5 +AngelOfZeal +AngelOrHour +Angelic Lust +AngelicOrb +AngelicVixen +Angelisimo +Angell SL +AngelsCrys +Anger +Angerfish208 +Anghelic One +Angie Bos +Angl 0f War +Anglerstein +AngloSamson +Angoose +Angry +Angry Bison1 +Angry Child +Angry Thumb +AngryHusky24 +AngryMvP +AngryNachos +AngryPickle +AngryScape +AngryWizard +Angsti +AngusM +AnhTaDuong +Anhedoniaa +Anid +Anida Hanjab +Anidien +Anieli +Aniheyu +Anim +Anima +Animal +Animal feces +Animalia +Animation +Animations +Anime +Anime Nips +AnimeExpert +AnimeMilkers +AnimeWaifus +Animorph +Animos +Animosity +Anion +Aniril x +Anita Dong +Anita M Wynn +AniviaKush +Aniwave +Anja +Anja Rubik +AnjaPija +Anjigami +Anjru +AnkaraAisa +Ankedia +Ankka51 +Ankn +Ankou btw +AnkouClothes +Ankougnu +Ankourule243 +Anlaku +Anlex +Anmah +Anmokyu +Anna Huikka +Anna Liebert +Anna Planks +Anna Rosanna +Annavvaa +Anne Puppy +AnneWB +Annero +Annhilate0 +Annihilated +Annihilation +Annihilative +Annna Puu +Annoys +Anoie +AnomalousFox +Anon E Maus +AnonDoctore +Anonim +Anons +Anonymiity +Anonymous aF +Anonymousse +Anoobass1 +Anooge +Anoomliebird +Anor +Anotha Skar +Another +Another Name +AnotherCsTa +AnotherDoor +AnotherGamer +AnotherName +AnotherPb +Anouar +Anoubis +Ansaittu +Anscombe +AnselAdams +Ansoil +Ansovs +Ansuz +Ant M8 +Ant a +AntRIP +Antartsant12 +Antast +Ante +Antee294 +Antelope123 +Antex +Anth x +Anth52 +Anthiex +Anthilll +Anthony +Anthony Btw +Anthony I +Anthony5002 +Anthoons +Anthooony +Anthorak +Anti +Anti Drop +Anti PK G0D +Anti002 +AntiFuh +AntiVaxMothr +Antidope +Antifa4figs +Antifire +Antiflag42 +Antiguy24 +Antinyte +Antipathic +Antipixel +AntiqueRS +Antiqxx +Antireflex +Antis +Antiserum420 +Antixan +Antiyano +Antlers +Antmix +Anto +Anton +Anton T +Antonio +Antonn +Antony +Antony1202 +Antony142pay +Antoun +Antracid +Antron +Antstolis +Anttila +Antweezy +Antz Xii +AnuBi 1337 +Anub1s +Anubis +Anubis ex +AnubisT3 +Anuj +Anul +AnullSecs +Anv1k +Anve +Anxi +Anxiety +AnxietyBTW +Anxious +Anxious Mess +AnxiousDoggy +AnyDrops +AnyLesS +AnyQuestions +AnyScrolls +Anze +AnzheliK +Anzie +Anzied +Anzu +Anzypoo +AoA Jammer +AobaJohsai +Aog +Aoh +Aohc +Aohu +Aoi Tetsu +Aokijahr +Aokijii +AonEne +Aonyx +AoooA +Aorpheat +Aosrs +Aowi +Aozaa +Ap0logy +Ap0phis +Ap3x +Ap870 +ApRoMn +Apaat +Apaatje +Apache +Apache30 +Aparlo +ApartAbyss +Apathetik +ApdoJ +Apdomine +Ape Cape +Ape Dos Mil +ApeAtoll +Apetamer +ApetimusPrym +Apex +Apex Pro +Apex-scaper +ApexGT +Apexflashy +Apexist +Apgujeong +Apherna +Aphex +Aphroditeee +Apimer +Apinamies +Apldale +Apm90x +Apoc +Apoc142 +Apocriya +Apocryphe +Apolliox +Apollo Beach +Apollo13th +Apolytos +Apop +Apophiss +Apor +Apostasie +Apotoxin +App3lflap +AppaYipYip +Apparat +Apparitionn +Appeasive +Appel Farm +Applauder +Apple +Apple A Day +Apple Mart +AppleBluue +Appleboss +Applecus +Applejuiceaj +Applemaxx +Applev2 +Applied +Applul +Apportant +Apprenti1 +ApprenticeRS +Approval +ApprovuL +AppySauce4 +Apqle +Aprella +April +April 8 1997 +April twenty +Aproximity +Apsa Larr +Apteryx +Apteryx luna +ApuHapu +Apul +Apullu +Apyon +Aqew +Aqizu +Aqtive +AquaUnit +Aquah +Aquaileo +Aquajd +Aqualetics +Aquamation +Aquamentus9 +Aquascaped +Aquaticbob +Aquatik +Aquellex +Aqueueser +AquiIa +Aquilo +Aqva Babe +Ar ex +ArA100 +ArKadeeee +Arab Frieza +Arabian +Arada +Araet +Aragonx +Aragornmv +Aragornous +Aramaki +Araman +Aramex +Arandae +Aranna +Aranruth +Araq +Araqon +Arasex +Arashikato +Arastaiel +Arathir +Araur +Aravt +Araysen +Arazz +Arb4n +Arbator +Arbenn +Arbin +Arbyy +Arc1s +Arcade firee +Arcadian96 +Arcane +Arcane Grima +Arcane Queen +ArcaneApollo +ArcaneBear +Arcanezeus +Arcangel +Arcangel IX +Arcanic +Arcanox Sad +Arcanum XIII +Arcas3 +Arced RS +Arceneus +Arch +Arch RS +Arch er +Arch3nLight +ArchFarmer +ArchX +Archaea582 +Archahl +Archaic Wolf +Archaiden199 +Archanjel +Archas +Archavia +ArchbishopC +Archduke Btw +Archelon +Archer +ArcherYew +Archie +Archizel +Archon +ArchonArchy +Arcinton +ArckenSphere +Arclight +Arcnan +Arctic +Arctic Roach +Arctic Vaggy +ArcticCamel +ArcticMank +ArcticTitan +Arcticas +Arcticchill +Arcty +Arda +Ardaddy +Ardames +ArdenDZY +ArdestRange +Ardilos +Ardougn e +Arduino69 +ArdumTheMain +Ardumm +Ardy +Are Dry +Are ng +Are you well +AreYouMyMumm +AreYouPepega +Area +Areimer0606 +Arekusei +Arena +ArenaRebuild +Arend Nest +AreolaArnold +Areolas +Areoloth +Areow +Ares +Ares 3060 +Ares1701 +AresArmy +AresKnight +Arescoth +Aretx +Arezrazer +Arfex +Arga +Argawan +Argent +Arghoslent +Argilla +Argo Vesta +Argonuts +Argory +Argov +Argyle Sock +Argyle Socks +ArgyleGrandt +Arhedel +Ari +AriSlash +Aria +ArianDRZ +Ariana +Arias star +Ariazel +Arid +ArieMoon +AriesWarrior +ArieyaeIron +Arifureta +Arigorn +Arigorn55 +Arihant +Arillian +Aris +Arisen I +Aristo +Aristokratas +Arisu +Arith1um +Arithe +Arizotal +Arjoon +Ark9tog +ArkAngel029 +Arka91 +Arkaniz +Arkantos51 +Arkaros +Arkavos +Arkaynine +Arkeela +Arkells +Arkem +Arkemir +Arkend +Arketryx +Arkevin +Arkhero +Arkizah +Arkki +Arkonka1 +Arkonknight +Arkvasal +Arkysh +Arlind +ArloTheBrave +Arlorict +Arlyeaxn +Arlyse +Arm Chair +Arm Guy +Arma Frost +Armadexx +Armado +Armadomin +Armadyl king +ArmadylPker +Armadyllo +Armament +Armanyte +Armapickle +Armas Chosen +Armchairs +Armerak +Arminius Sol +ArmisticeDay +Armo +ArmoBlood +ArmoMike +Armoah +Armondega +ArmorHelmet3 +ArmorSeeds +Armourer +Armsdray +Armweak55 +Armysam +Arna +Arndas +Arnear +Arnhems +Arnie +Arnold +Arnor +Arnthor +Arntj +Arobpl +Arod +Arodaz +Aromipesa +Aron +Aronya +Aroorin +Arousen +Arousin +Aroyu +Arpang +Arpegio +Arptacular +Arr n Geesus +Arrandarls +Arrasca +Arrazha +Arre10 +Arrizu +ArrowHaste +ArrowTank +Arrowmind +Arrows Myth +Arrowtower +Ars Nova +Arsaydar +Arsenals +Arsene rar +Arsenic +ArsenicEyes +Arsenn +Arshal +Arsi +Arslen +Arson +ArsonScape +Arst +Arstan Selmy +Art Dayne +Art Star +ArtIsHard +ArtStylerzz +Artces +Artegal +Artenmis +Artesna +Artezor +Artful Dodgr +Arthaniel +Arthesus +Arthropods +Arthur +Arthven +Artic0 +Articuno1991 +Artidote +Artillion1 +Artipeng +Artisaani +Arto Lauri +ArtofKush +ArtoriaSiff +Artoriias28 +Arts +Artu12v +Arturis +Artychurro +Artz +Aru +Arumen +Arunas +Arusas +Aruwyn_Xi +Arve +Arvinthir +Arviragus +Arvns +Arvsta Won +Arvx +Arwe +Arwon +Arxanec +Arya +Aryabhata +Aryuts +Aryzha +Arzemnieks +Arzi +Arzna +AsalentBlaze +Asami +Asami Sato +Asap +AsapLamb +Asbi +Asbloodfalls +Asbur +Ascadex +Ascanliss +Ascended +Aschen +Ascii You +Asda +Asdasd107 +Asdewq +Ase +Aseae +Ased +Asfixiator +Ash K +Ash Solo +Ash Wreckum +Ash l +AshBash +AshEvillDead +AshKetchum00 +AshLad94 +Ashabee +Ashandarei0 +Ashcroft +Ashealia +Ashen +Ashen Bride +Ashen Heart +Ashen One +AshenSughar +AsherMentuI +Ashes +Ashes630 +Asheviere +Asheville +Ashhh +Ashieboyyy +Ashikaru38 +Ashington +Ashkelmek +Ashkii +Ashkyn +Ashleigh +Ashley +AshleyNZ +Ashleyi +Ashlyce +Ashmeow +Ashn +Ashoo +Ashsole +Ashton +Ashura Bakke +Ashwin09 +Ashy joey +AshyKneecapz +Ashyy +Asian +AsianGrinder +Asics +Ask Oziach +AskMeDolCare +Askraf +Askumi +AslanMaximus +Aslywyn +Asmir9990 +Asorf +Asos +Asot +Aspen +Asper +Aspestia +Asphyi +Asphyi Xate +Ass Balm +Ass Clams +Ass Drill +Ass Rocker +Ass locator +AssClapping +AssMcButt +Assasindie73 +Assasintoad +Assassinado +Assaulted +Asshats R Us +Assktchum +Asstain +Ast 360 +Astan +Astaro +Astartes +AstartesXIII +AsterSG +Asterlad +Asterlyte +Asterus +Astiminate +Astoia +Aston Fartin +AstraDan93 +Astraea +Astral Queen +Astral laws +Astrali +Astrals +Astray +Astrayus +Astro +Astro Dust +Astro O7 +AstroKP +AstroXgK +AstroYogurt +Astroflare +Astronaut Al +AstrooWRLD +Astrophe +Astrostone +Astylez +Asubu +AsuhDude +Asuka +AsukaLangely +AsukaYenOSRS +Asukas +Asumaton +Asumistuki +Asuna +Asunnn +Asura +Asus bl +AsylumTRAV +Asymmetry +Asyn +Asynergy +Aszalem +Aszard +Aszension +At0mic +Atacrite +Atar +Ataraxia +Ateo +AthIetic +Athaw +Athe na +Athedeia +Athena +AthenaOfOsrs +Athenaloki +Athi +Athire +Athius +Atika +Atilio +Atin +Ativan IM +Atlamillian +Atlantic +AtlasErol +AtlasUsurper +Atlashi +Atleast +Atli567 +Atmosfare +Ato m +Atolla +Atolli +Atom +Atomic +AtomicFlux +Atomicdomb2 +Atomikaust +Atomsk +Atomyze +Atonic +Atorvastatin +Atouk +Atoxicary +Atoz +Atriades +AtriummDream +Atrixas +Atro phy +Atroo +Atroph +AttackMoons +Attard +AttemptedUwU +Attic +Attic Ghost +Attic Witch +Attics +Attikos +Atton +Attuned +Atuking +Atvinnulaus +Atylos +Atza +Au 0srs +Au 1 +Au Bar +Au Barrett +Au Joel +Au Shooty +Au92 +AuRoyce +AuStarZ +Aubrey +Aubrey UIM +AubsG +Auburn Lax +Aubzzz +Auclaw +Auctionable +Aud +AudacityOP +Auddax +Audi +Audi Nurse +Audi Reach +Audo +Audronan +Audtnec +Audylinks +Augment +AugstBrnsRed +Augurk +Augury Tank +August +AugustAmes +Augustiner16 +Augutis +Auhdy +Auja3 +AuksoAlt +Aulono +Aumoki +Aunonen +Aunt Wu +Auntie +Auntie Mabel +AuraBeast +AuraSissari +Aurah +Aurelia +AurelionROW +AurelionVM +Aurelya +Aureou +Aurgodi +AuriZed +Auriana +Aurionx +Aurizon +Aurorin +Aurrok +Aurtle +AurumFoxfire +Auryn +Aus +Aus 2277 +Aus Shizam +AusBruto +AusGram +Ause +AusieBumpkin +Ausripper +Aussie +Aussie Jay +Aussie Luke +AussieKunt +AussieOandE +AussieSparta +Aussome +Aussybear +Aust Terps +Austie +Austiiizy +Austin +Austin Ames +Austin is 1 +Austin296 +Austiz +AustlnPowers +Australia +Australians +Australiaz +AustrianOak +Austs +Austyn +Autchin +Authorized +Authorizer +Autickstic +Autilon +Autism +AutismeKnaap +Autist +Autistic +AutisticAndy +Auto Tuned +AutoBonsai +AutoEmp +AutoLoot EXE +Autoacid +AutomailArm +Automonteur +Autophagy +Autorotate +Auts Man +Autumn +AutumnKevegy +Autzerk +Auuustin +Auuuv +AuzReaper13 +Auzium +Av o +Av3z Str +AvC OSRS +Ava End +Avaetar +Avaigo +Avatar +Avatar Evan +Avatar Magni +AvatarBean69 +AvatarShakur +Avedon +Aveng +Avengerous +Aventy +Aver4ge +Average +AverageDesk2 +AverageDink +AverageJoe29 +Averex +Avernic +Avero +Avertehs +Avest09 +AvestGIM +Avex +Avexaon +Avfc Holte +Avg Tom +AvgMG +AvgScape +Aviaatar +Avian +AvidTech +Aviiation +Aviion +Avinosis +Avir +Aviron +Avlek +Avocatocat +Avoidable +Avoinmieli +Avonak +Avondale +Avouch +Avrahm +Avsendesora +Avysto +Avze +Awadi69 +Awaiting +Awaiting 126 +Awaits +Awaiyume +Awakened Olm +Awarde +AweJeez +Awendana +Awesome +AwesomeBros +AwesomeJared +Awezm +Awful +Awful Name +Awfully +Awh DB +Awh Nuggets +Awies +Awilkins4231 +Awkquavian +Awkventurer3 +Awkward +Awowegei +Awowo Gay +Awry +Awtangg +AwwSeriously +Awwdiddums +Awwtis +Awyr +Ax3 +Axayre +Axdrew +Axely +AxemPink +Axeo +Axhers +Axies +Axillaa +AximusMax +Axiom +Axlerod +Axleson +Axodyi +Axolotl +Axsentz +Axton +Axylix +Ay Monk +Ay Ron Man +Ay3m +AyAyRon +AyB33 +AyJae +Ayafuyuzu +AyameDespair +Ayatan +Aybills +Ayd +Aye Sip +AyeBaddaBing +AyeePizza +Ayeeet +Ayema IM +Ayenull +Ayetg +Ayfi +Aylia +Aylward +Ayman +Ayo4Yayo +AyoSteeze +Ayoe +Ayonikz +Ayra +Ayri +Ayrton +Aysuu +Ayveros +Ayy Nakana +Ayy bae bae +Ayy q p +Ayyye +Ayyyon +Ayzo +Az PVM +Aza zel +Azad +Azad Kashmir +Azala +Azami +Azandari +Azathor +Azathoth26 +Azathrir +Azazel OSRS +Azeenil +Azemu +Azerma +Azez +Azimut +Azimuthaal +Aziz +Aziz7 +Azkaton +Azken +Azkybot +Azlo +Azmataz +Aznbabe +Aznmixboy +Azom +AzorAhaiBTW +Azotize +Azoxy +Azpa +AzraelReaper +Azriiele +Azryel +Azs +Azshara +AztecLT +Aztra +Azula +Azula Whip +Azur Lane +Azur_I +Azure +Azure23782 +AzureSpirit +Azuredadi +Azuremadi +Azuretiger +Azuuure +Azynn +Azyrith +Azza Bear +Azzaar +Azzaboy100 +Azzakel +Azzanadra +Azzanadraa +Azzax +Azzgarnia +Azzz +B 0 B S +B 0 S S +B 0 U J E E +B 3R +B 58 +B A F F E Y +B A MF +B A U W S +B B Bouncy +B C 2 +B C M +B CA +B D Y +B E E G +B E R T A +B E R t I 3 +B ELA +B Gates +B Gonkeybron +B I G G L E +B I R T +B Ian +B J O R N +B L 4 N K +B L A D E Z +B L A N E +B L A Y E D +B L ANK +B L I X T +B Milesy +B Minor +B O G S +B O O T H +B O Y E A +B R A l N +B R II A N +B R l C E +B S +B SlDE +B T J +B Victor B +B W 1 +B W A K +B aylor +B aze +B ecky +B eeez +B iggles +B la z e +B las +B r a g g +B r eezy +B rads +B raes i +B ruised Lee +B u bs +B ug +B un +B utt +B w +B-0-SS-M-A-N +B-Dollaz +B-Lal +B00 KAW KEY +B00Lici0us +B00MERAT3R +B00ST +B00SY +B00tlicker +B0ARD +B0B The Cat +B0BaH +B0GLA +B0ND +B0NERCRUSHER +B0NGRIPS42O +B0OP +B0aty +B0atyquila +B0bz BurGerz +B0dka +B0n3z84 +B0nes2Weed +B0rders +B0rn +B0rn2bking +B0rnas +B0tched +B14cksh4d0w +B1G BAD CHAD +B1G8 +B1GARMS +B1GBOB +B1GGY +B1G_D1ESEL +B1G_SW1GS +B1RDUP +B1Te Me +B1ack Lotus +B1ackJack +B1asphemy +B1gTTgothGF +B1gd0wg +B1ink +B1mboBambi +B1zrme +B2AD +B2F +B2J3 +B2bZeroSpecs +B2rad +B3A5T +B3CK +B3NJAMOON +B3NT D0ver +B3TTERLUCK +B3Y0ND +B3njamima +B3njamin +B3nny Blanco +B46 +B4RR +B4S +B4llista +B6a +B6i +B70 +B747B +B8 H8ER +BACKURBOI +BACONisgd4me +BADASS +BADDONE +BADPanda2 +BADUPDATES +BAKED +BALD n DUMB +BAMF +BAMFnificent +BARBARlANS +BARRAGENOW +BARRON24 +BASED DMM +BASEDQwert +BATATUNGA +BATH0RY +BAYLlFE +BBBBBONKA +BBGL +BBK +BBKwenie +BBL RIZZY +BBQs +BBW Pizza +BBarnzeyy +BBeepLettuce +BBoys Father +BCBDestroyer +BCC YT +BCDOJRP +BCK CigButts +BCMagoo +BDCMatt +BDrichard +BEANS9991119 +BEARDED +BEAST ARCHER +BEATONiT +BEBELAC28 +BEEA +BEG0N +BEG0NE +BEINGMAXDSUX +BELSJ +BEMBOU +BEST +BET5 +BEYFYBOI +BFKay +BHAFC +BIG ASHL3Y +BIG C0X LUVR +BIG HIT GOOD +BIG pontifex +BIGBADWILLY +BIGD05 +BIGDROPHUNTR +BIGFERGLOAD +BIGHEADSMASH +BIGJP +BIGMINK +BIGSITUATI0N +BIKlIllIlIIE +BILR0Y +BIOATED +BIRD SHlT +BIRP +BIRWAAA +BIS Monster +BIaded +BIadet +BIapa +BIood Prince +BJ Applegate +BJ M +BJPlaysRS +BKBB +BKK +BKLN +BL00DANG3L +BL33DPL34S3 +BL3SS3D4LIFE +BLACK DOG NI +BLASE +BLGesus +BLICKYSTIFFI +BLOBi WRX +BLOOD +BLUEPIZZAMAN +BLXCKPINK +BLYATMOTOR +BLlNKY +BMEUR +BMooldijk +BMrgn +BO0MERSO0NER +BOA Liger +BOBGIGALUCKY +BOBYAHMDGECI +BOER KAMIEL +BOGOBoneless +BOL0CKS +BOLSOONARO +BOMBAKLAP +BOMBU +BONITA 02 +BOOPlNG +BOOTTYBANDIT +BORDEN DAIRY +BOSNIAQUE +BOSS +BOSS OG +BOSSMANHOG +BOlNEXTDOOR +BPNS Hawk +BPTheIronOne +BPrimitive +BR0 BRO +BR00KES +BR0CE +BR0ER +BR0THERS +BR3AKABLE +BRA71L +BRACULA +BRAMMOSOVIC +BRANDONSMlTH +BRCH4 +BREJCHA +BRUTAL +BRabbit25 +BRlOCHE +BSB Howie +BSNR +BST Steve +BSickler +BSven-B +BTCEUR +BTKMGJKL +BTMillz +BTW Beirre +BTW idgaf +BTW vs RNG +BTWSaberlion +BTWsanta +BU1MER +BUHLL +BUILD +BUILD PONYS +BULLlSH +BUNDHA +BUNStheGOD +BUR13D AL1VE +BURYT0MORROW +BUSS IT +BUTTB0NERED +BUTTCOlN +BV Martyr +BWheatZ +BYEq +BYOBOOZE114 +Ba1i +Ba5b0y +Ba6y +Ba77erY +Baa m +Baaaats +Baal157 +BaalZvuv +Baals +Baalthas +Baamf +Baami +Baandos +Baarb Lahey +Baas +Baba +Baba Booey9 +Baba Borgar +BabaLovesKos +BabaSlaaf +BabaSleep +BabaTarzan +Babafasa +Babayaga-9 +Babayaga2121 +Baberrandrid +Babica Mraz +Babiez +Babocat +Baboosh +Babs221 +BabsCox +Baby +Baby Bear +Baby Bobby +Baby Boeing +Baby Daphne +Baby Houdini +Baby Motel +Baby1400 +BabyB +BabyDogeCoin +BabyDogeFTW +BabyGroot +BabyHat +BabyHewy +BabyHiggy +BabyJIREN +BabyLinga +BabyPandaa3 +BabySas +BabyTamer +Babycerasaux +Babydump +BabyfaceBill +Babyjoker828 +Bac0n +BaccaM +Bachelour +Bachuras17 +Bachus67 +Back +Back Jauer +Back Seater +Back2Backk +Back2ourdays +BackInTime +BackToBambi +BackToOwn +BackelsOSRS +Backinthe09RS +Backlit +Backspace +Backsterr +Backus +Baco +Bacodie +Bacoid1 +Bacon +Bacon Glizzy +Bacon24717 +BaconBlunts +Baconcannon +Baconist +Baconlord100 +Baconpancake +Baconstrike +Bacteria +Bactomet +Bacun +Bad Advice +Bad Ape +Bad Axe +Bad Day +Bad Fruits +Bad Kind +Bad Kuip +Bad Mario +Bad McNamey +Bad Mistake +Bad Name Now +Bad Robert +Bad Weather +Bad exp +Bad2dabone30 +BadAndB0ujee +BadAss_oO +BadChicken +BadChronic +BadDecision +BadIdeaDog +BadIllusions +BadInIronMan +BadInNames +BadMamaJama +BadMannerz +BadSass +BadSpalling +Badaping +Badass +Badass Fe +Badass Iron +Badass Rs +BadassIron +BadassPotato +Badasseness +Badaxx +BaddieDragon +Badgalriri +Badger Bush +BadgerInABag +Badgerq97 +Badical +Badman +Badman ET +Badoodle +Badora +Badora II +Baduk +Badvask +Bae-Kun8er +Baeby +Baekah +Bag it +Bag of Yay +BagFryLife +Bagadigi +Bagan +Bageera +BagelSpanker +Bagels +Baggyshaw +Baghdad +Baginga +Bagis +Bagokk +Bags +Bags n Beer +Bagsnacks +Bagz +BahRitTanEe4 +BahamutLimit +Bahn +Bahnzeen +Bahp +Bai Ningyang +Baib +Bail Jait +Baileys +Bailsby +Bailz +Baimonnnn +Baines +Baino +BainoLad +Bainz +Bairac +Baites +Baja Baja +Bajan +Bajart +Bajcolado +Bajela +Bajere +Bajhole +Bajista +Bajji +Bajkami +Bajsanus +Baju +Bak cornet +BakIron +Baka Mop +Baka Prase +BakaOsaka +BakaPho +Bakazuro +Baked +Baked Mage +Baked Saiyan +BakedVandon +Baked_Beagle +Bakedd +Bakedmuffins +BakeonBits +Baker Bully +Bakerloo +Bakers Baked +Baketto +Bakhmut +Baki Hanma +Bakingsodah +Bakingsweets +Bakkis +Bakllava +Bakron +Bakthawar +Baku +Bakuchiol +Bakusho +Bakuthedrunk +BalIsackt1ts +Baladend +Balan +Balan Dinh +Balar +Balarezo +BalazinGIM +Balboa Park +Balbuli +Bald +Bald Arab +Bald Male +Bald Shupa +Bald Sicknez +Bald To Bold +Bald Wookiee +Bald at 29 +BaldKnees +BaldMansKenn +Baldfuc +BaldheadBill +Baldoc +Baldorr +Baldrake +Baldras +Balerion +Baliboosca +Balkan +Balkenende +Ball +BallOfCotton +Balla +Ballack342 +Ballade No 3 +Ballcheck369 +Ballenaso +Baller006 +Ballerina +Ballesekk +Ballet +BallinBamf +Ballotaa +Ballroom +Bally +Ballztacular +Ballzy +Balmung311 +Balneum Anas +Balob +Balontra +Balou +Balrogs Hell +Balthazar BL +Baltimohr +Baltimore MD +Baltoth +Baltramiejus +Baltzerboii +Balu +Balu Titan +Baluk +Bam Achilles +Bam Grizz +Bambi0326 +BambiSlayer +Bamboo +Bamboo James +BambooPandas +Bambuliuss +Bamf +BamfJoe +Bamfbeav +Bamiman +Bamse +Bamztile +Banan +Banefish +Banerz +Banio +Bank Stander +Bankaiz +Banki 1 1 +Banzu +Bape +BapeNation +Bapelsin +BaphometsLov +Baptor +Baqels +BarShake +BarSmash +Baraek +Barakoli +Baratheon +Barathrum +BarbaariJuho +Barbatos +Barbose +Barbwiire +Barbyte97 +Barca +Barca230492 +Barcodes +Barcoding +Barcy +Bardimuss +BardleDooDoo +Bare +Barely High +Barely Legal +BarelyBusy +BarelyDecent +Barfallonyou +Barfs +Barfy +Bargli +Barhoor +Bariviera49 +Bark sample +Barkki +BarnVo +Barncle Boy +Barneey +Barnet Ftw +Barney12370 +BarneyKing +Barneylover +Barnez10 +Barnyard Boy +Barnz +BaroBro +Barometz +Baron +Baron Iron +Baron Timmy +BaronConey +BaronGiraffe +BaronVonGeeb +Baroondon +Barqueefa +Barr +BarracuDro +Barraggah +Barrako +Barrel Flop +Barricade +Barrowry +Barry +Barry Koota +Barry0408 +BarryBanaan +BarsasBoom +Barstukas +Bart +Bart Heredit +BartBelly +BartSimps +BartenderBTW +Bartheez +Bartholomeii +Bartje +Bartol +Bartycool +Barzhal +Bas +Bas Waterpas +Bas481 +Basant +Base +Base 99s +Base Skills +Based +Based Evan +Based Kyoko +Based Miyagi +BasedGob +BasedHeru +BasedScape +Basement Dad +Baseplate86 +Bash +BashinBosses +BashiraTHC +Bashram2 +Bashx +Basic +Basic Drop +BasicBilbo +BasicIronman +Basil +Basil Hiiri +Basileia +Basilikos12 +Baska +Baskervilla +Basket +Basketballer +Baskie +Baskrans +Basmah +Bassaidai2 +Bassey +Basshu Fon +Basshunter +Bassilliaux +Basstomouth +BastasRemmen +Bastermate +Bastiao +Bastidaz +Bastin101 +Baszist +Bat Fastard +Bat Kills +Bat418 +BatChatillon +BatFat +Batbot101 +Bateau +BatedUrGonna +Batesanator +Batgirl +Batin +Batistaisraw +Batleris +Batmain +Batmam +Batman +Batmanlul +Bats +BatsVsChina +Batsborkair +Batsmattie +BattDoode +Batter +Batter Cake +Battle Jack +Battousai +Battousai09 +Batu +Batussy +Batzch +Batzz +Bauchop +Baulsacky +Bautista I +Bav +Bavaria +Bawdlands +Bawjaws +Bawn +Bawwz DeadAf +Bawz +Bax2 +Baxi 247 +Baxxis +Bay +BaySeoul +BayaniSenpai +Bayern_pvm1 +Bayes +Baykr +Bayle Domon +Bayleef180 +Baylin +Baylon +Baylon rs +BaylyBoyBro +Bayman +Bayou Bengal +Bayside +Baza +Baza NZ +Bazilijus +Bazimga +Bazmobile +Bazoo415 +Bazoomaster +Bazope +Bazukashrimp +Bazz0r +Bazzak +BazzleB +BazzleBTW +Bazzooi +BbDontHurtMe +Bbase12 +Bbaws +Bboygainz +Bbubbsy +BcShane +Bcgod +BchImaBus +BckOFFRTRD +BckScratcher +Bcowzy +Bdawg +Bdub187 +Be Aware +Be Rad +Be Strong +Be X Unlucky +Be as t +BeEzyMan2 +BeFawn +BeThankfulll +BeTy +BeaTee +Beaan +Beak er +Beaken +Beaky +Beamesy77 +Beaming +Beamo +Beams btw +Bean +Bean Bunn +Bean Slapper +Beanieus +Beanis +Beanisdead +BeanozZ +Beanpot +Beans1991 +Bear +Bear Downn +Bear Finale +Bear IV +Bear Jake +Bear Savage +Bear W Scarf +Bear0nBeer +Bear32 +BearByBlood +BearByte +BearDown80 +BearGrillz +BearImmunity +Bearac +Beardboy +Bearded +Bearded Hick +BeardedGummy +Beardedwick +Beardilizer +Bearing Down +Bearly Iron +Bearopenart +Bearrito42 +BearsBeetsBG +Bearsarefrie +Bearsfan5455 +Bearshot +Bearsome +BearsyXL +Beary +Beast +Beast Guard +Beast Things +Beast1Range1 +Beasted Main +Beastgriff +BeastieBoy31 +Beastied +Beastley +BeastlyGinge +BeastlyMuff +Beastman642 +BeastyY69 +Beat +Beat Tit +Beat my Wifi +BeatboxRS +Beatdown115 +BeaterGod +BeatmyJonson +Beatrix +Beatz +Beau +Beau Ryan +Beau1o +Beaukaki +Beautifull +Beaver +Beaver Booty +BeaverSweat +Beaverr +Beavers79 +Beavis 420 +Beavis825 +Bebbie +Bebe +BebeAtron +Bebexx +Bebo294 +BeboKAhnung +Beckerr +Beckovas +Beckyboo308 +Beckymikyu +Become +Becoming +Becton22 +Bed +BedByDaylite +BedForSale +Bedanc +Bedeh +Beden +Bedevil +Bedni1 +BedtimeHERO +Bedwoods +Bee Butts +Bee Keep +BeebeM +Beef +Beef Mince +Beef Squirt +BeefBottom +Beefense +Beefs +Beefy +Beefy Potato +Beefy Treat +Beefycopter +Beeg +Beeg splat +BeegeKhaos +Beeghs +Beeks +Beeky +Beeline +Beelzebubba +Beelzebubby5 +Been +Been Mobile +Been Poor +Beepern +Beer +Beer Diet +Beer Is Cool +Beer Pong +Beer Tankard +Beer gut Jim +Beer n Blow +BeerIsGood +Beerchamp1 +Beerfest +Beerhana +Beershits +Beersmack +Beerzinnss +Bees169 +Beest +Beestig +Beeswakka +BeetchAustin +BeetchJeemmy +Beetle +Beetus93 +BeeyondBeef +BefJekyll +Befkeuning +Before Snow +BeforeDeth +Befsnor Ben +Begani +Begave +Beget +Begin +Beginning +Beginnings +Beh +Behaarde lul +Behemoth +Behhnchod +Beholder24 +Beibs +Beidou +Beige Carpet +Beikengaut +Beikenost +BeirH +Beirreee +Beirut +BekanTering +Bekfist +Bekk +Bekkie +Bekske +Bekt +Bekutma +Bel Lando +Belaa +Belamylinds +Beleid +Belenthir +Belgarathion +BelgianBeast +Belgiium +Belgique +Beliefofmine +Belindaa +BellWoods +Bellatrix +BelleBeans +Bellebutties +Bellerin +Bellfontaine +Bellicus +BellsOfWar +Bellum50 +BellyEscobar +Bellzbellz +Belorca +Beloved +BelowAvrge +BelowMe +Belsassar +Belsey +Belsfyre +Belsyn +Belt +Belt vs Kids +Beluge +Belzebu +Belzeddarr +Bemerson +Bemke +Bempii +Bempire +Ben Babeslay +Ben Behling +Ben Bekkuman +Ben C H +Ben Jay +Ben Jones +Ben Kingsley +Ben Manolo +Ben Salden +Ben Standish +Ben di +Ben1kzeker +BenDjammin +BenDover321 +BenKuro +BenLevensMoe +BenQ Smasher +BenRobbo06 +BenShapirOwO +BenWithJam +Benarends +Benbooo +Benching +BendOverBabe +Bendak +Bendeguz +BenderBuilda +Bendigo +Bendigo Man +Bendo +Bendos Hilt +Bendude +Bendyruler +Bendzo +Benedict +Beneee +Benefitz +Beneh +Benelovent +BengtBreak +Bengtsson +Beni +Beni Siitoin +Benifax +Benifird +Benis Hammer +BenisTechTip +Benisbringer +Benja1666 +Benji +Benji Stax +Benji189 +Benjiii +Benllech +Benman +Benmiester44 +Benneta +Benni234 +Benni2345 +Bennie +Bennie Lam +Bennis +Bennny0_o +Benny Sins +Benny Stacks +Benny Yuh +Benny p mage +Benny1175 +BennyBeeee +BennyQ +Bennybooom +Bennyz +Benocotch +Benoid +Benononono +Benoragon +Benoxo +Benqqu +Benquad +Bens +BensBent +Bensmom7 +Bensos +Benstjohn +Bentso +Benvil +Benyy +Benza +Benzema1 +Benzine +Benzoed +Benzylll +Benzz +Beopia +Beozqt +BeppaPig +BeppsaN +Ber +Berada +Beralf +Bercuckle +Berd +BerettaM9A4 +Berettapwnge +BergJr +Bergheimen +Bergkamp +Bergr +Berk +Berkan +Berkis +Berkven +Bermaitha +Bermbommert +Bernache +Bernie Mac +Berno +BernyMadoff +Beroepskech +Berraok +BerrieFan +Berrr +Berry +Berry Carry +Berry Soap +BerryBus +BerryInBooty +Berrys +Berrzerk +Bersbillus +Berserk FTW +Bert Curtis +Bert NUFC +BertMacklin +Berta B0y +Bertie +Bertje +Bertow +BerttDog +Bervoets +Berzerking +Berzurkah +Bes +Besin +Besseggen +BesselJ +Bessone +Best +Best Kio1 +Best Lolz +Best Murmeli +Best Nher yh +Best Realtor +Best Whilbur +BestCat +BestDIzzyNA +BestFioraNA +BestHouse +BestInSloth +BestJester +BestMommyGF +BestSenpai +BestVersion +Bestia Solus +Besties +Bestkilnot +Bestoladec +Besty +Besynderligt +BethMeow +Bethany +Bethell +Bethevoid +Bethrezen +Betray +Betta1009 +BetterCookie +BettsISale1 +Bettuh +BeugLizard +Beuglord +Beugsmate +BeunDeHaas +Beunhaas053 +Bevaun +Bevelle +Bever Mama +BeverGT +BeverlyPils +Bevers +Beverst +Bevruchter +Bevvy +Bewaker +Bewq +Beyond +Beyond Max +Beyond Mind +BeyondKenzie +Beyond_blitz +Beyta +Bezbi +Bezdzwieczny +Bezeo +BezosTezos +Bferg3 +Bfh1master +Bfood +BgoinHAM +Bhaals Rage +Bhakli +Bhalobashi +Bhangre +Bhench0d +Bhillup +Bhongk +Bhoy +Bhrad +Bht +Bhuggy +Bi +BiBi +BiGtOkEsBrUh +BiZaAr3 +BiZaM +BiZoNaDe +BiasVariance +Bibbit7 +BibleThump +BibleTrump +Bic +Biccins +Bice Bucket +Bicep Peak +Bicep Smooch +Biceps Btw +Bicho +BichoFeote +Bichslap +BickyChicken +Bictim +Bid Whist +BidaFire +Biddah +Biddiss +Biden +Bidens Slow +Bidensity +Bideo_Gabes +BieBras +Biebje +Biebop +Bierliebe +BierryTaudet +Bierscape09 +Biffo89 +Biffsy +Bifking +Bifta89 +Big Armpit +Big Arms Ben +Big Ass Turd +Big Baby Boy +Big Bearius +Big Beets +Big Bennys +Big Binotte +Big Boi Ian +Big Boone +Big Brane +Big Bruno +Big Buffalo +Big Buzz OG +Big Bwana +Big C +Big C A S H +Big Calquat +Big Cat Fan +Big Chest +Big Chugger +Big Crafter2 +Big Cypress +Big D Brasco +Big Dav II +Big Delts +Big Discus +Big Dog Sly +Big Donads +Big Dumb Zac +Big Eazy +Big Erecshun +Big Genitals +Big Geordie +Big Gol +Big Gorg +Big Grorb +Big Guy Hax +Big Hingus +Big Hoss Lad +Big Jake +Big Jezza +Big Jim Hun +Big Johnnyy +Big Josher +Big Krukke +Big Latvian +Big Lesbo +Big Lew +Big Mag +Big Meth +Big Mike +Big Mo +Big Mooch +Big N LilCox +Big O Wiener +Big Ole +Big Ole Dog +Big Pancaker +Big Poopa +Big Rek +Big Sage +Big Scoops +Big Seaweed +Big Shaq +Big Slick +Big Slurpp +Big Smi +Big Stivz +Big Suze +Big T +Big Tanz +Big Tripod +Big Zaff +Big mfkn Obi +Big ol Bag +Big rOve +Big0neNC +BigBad Matt +BigBadPurps +BigBaller +BigBallsagna +BigBankTake +BigBantonio +BigBaseNZ +BigBear675 +BigBenPies +BigBinkus +BigBlackCats +BigBlueCox +BigBoiiiBuzz +BigBoyBorri +BigBrad Wolf +BigBrownMan +BigBtheOG +BigBug +BigBulli +BigBustUp +BigBwanaCox +BigChinger +BigChuggen +BigChung99 +BigCitta +BigCoatBrum +BigCruch +BigD Randy +BigDSurgery +BigDaddyBomb +BigDaddyEddy +BigDaddyMeme +BigDaddyNate +BigDaddyT85 +BigDick Q +BigDillz +BigDonKeedic +BigDrizzleRS +BigDug4U +BigEar +BigEgoSmolPP +BigGreenEgg +BigGuy +BigHatxLogan +BigHeadPG +BigHootyBoot +BigIronPanda +BigKusa +BigLemonTree +BigLez71 +BigLiftsDad +BigLoadOfOof +BigLovve +BigLuke69420 +BigMainKilla +BigMav0416 +BigMilkerz +BigMo +BigNerdd +BigPapaDank +BigPapaya +BigPepega +BigQuadric3p +BigRaph +BigRat17 +BigRedDog +BigRedRodney +BigRickusTra +BigRodger +BigSack2 +BigSammyD +BigSappas +BigShot BTW +BigSikTv +BigSpook +BigTastyy +BigTimmy +BigUp01 +BigX +BigYitties +BigZikEnergy +Big_B0g +Big_Beard +Bigballsac +Bigbenslayer +Bigborncrazy +Bigboy0007 +Bigboytec +Bigcros +Bigdaddy +Bigdrongo +Bigex +Bigg +BiggSackss +Bigga Boi +BiggerNDumbr +Biggie +BiggieChonks +BiggieMcLarg +Biggieeeeeee +Biggiemollz +Biggies Maul +Biggums +Biggumz +Biggus +BiggusSnails +Biggy +BiggySauce +Bighomiedebo +Bigjwood +Biglex GIM +Bigmet +Bignoob80 +BignoseChris +Bigred8616 +Bigrigcoin +Bigripper420 +Bigrobowskki +Bigtor +Bigwildo010 +Bigwilly597 +BigxFisch +Bigz +Biic +Biig +Biig Boobies +BiigHatLogan +Biig_Boi +Biiggg B +Biitter +BijnaMax +Bijstandswet +Bijuzin +Biked +Biku +Bikura +Bil28 +Bilal Awan +Bilbalbek +Bilbo +Bilbo Dabins +Bilbo55510 +Bilboro +Bilby +Bilde +Bilie +Bilk Mowl +Bilkos_Ices +Bill +Bill Niah +Bill Smiff +Bill Ward +Bill Wigly +Billa +Billest +Billfish1 +Billgodyz +Billie Boi +Billie Gin +Billiee +Billington +Billjetti +Billogbfd +BillowyMilk +Bills Late +Bills PC +BillsITIafia +Billy +Billy Blunts +Billy Buchu +Billy H-M +Billy Joe77 +Billy Plates +Billy Tonka +BillyBob546 +BillyBonka +BillyMav +BillyNotRlly +BillyRay +Billyn +Billyreino +Billz xd +BillzNSkillz +Bily Mavrick +Bilybil +Bimmers +Bingerss +Bingo +Bingo Carla +BingoBango +Bingus +Bingy lol +Binki2021 +Binkleborp +BinksBrew +Binky Stinky +Binneli +Binny +Bins78 +Binv +Bio s +BioCosmic +BioFrank +BioMasterZap +Bioavailable +Bioch +BiofieldMage +Biohazard541 +Biomutant +Bionic Muse +BionicKing +BionicalWolf +Bionicle1395 +Bionycle +Biosafety +Bioterrorism +Bip0lar +BipedalBear +Bird +Bird Ibex +Bird Tickler +BirdFactsr +BirdFarmRun +Birdger +Birdie Train +Birdie713 +Birdies +Birdman +Birdman593 +BirdmanZ17 +Birdmanjr07 +Birdnesto +Birds +BirdsNotRea1 +BirdyguyFe +Birelis +Birjeldadge +Birk +Birkenau88 +Birkenstock +Birkenstocks +BiroGanda +Birth +Birthfather +Bis +Biscape +Bisccy +Biscuit +Biscuit Cats +Biscuitnipz +Bishbasher +Bishbosch +Bisher +Bishop Shane +Biskante +BiskyRizness +Bison +Bisq +Bisse +Bisun +Bit Bald +BitScottish +Bitcoin Z +Bitdefender1 +Bitesized +Bitey +Bithc +Bits +Bits Init +Bitsy Bee +Bitte +Bitterkoekje +Bittles +Bitttimon +Bittykat +Bitwalker +Bitza +BixT +Bizanovic +Bizarre Hobo +Bizk +Bizness +Bizotic +Bizoune +Bizwald +Bj0rnsson +Bjarne +Bjarngrim +Bjergstroem +Bjonny +Bjorhn +Bjorn +Bjorn XXVI +Bk +BkGime +Bkedlikelays +Bkeezy +Bken +Bkguytd6 +Bkostas +Bl0od +Bl0od Legion +Bl0odFenix +BlG FROSTY +BlG MOBY +BlG POO +BlG WOODY +BlNA +BlSHNU +BlZZ +Blaaaaake +Blaack +Blablibla101 +Blac +Blaccy1 +Black +Black Atlass +Black Bears +Black Bro +Black Caucus +Black Fuel +Black Hole +Black Hunlef +Black R X +Black Rifle +Black Upa +Black User +Black lv +BlackAliss +BlackAwaken +BlackCawfee +BlackCloud +BlackHawkEye +BlackNuget +BlackPyramid +BlackTurtles +BlackWidowM +Blacka +Blackasses3 +Blackbandits +Blackbelt +Blackberry +BlackdRedHed +Blackdahlia1 +Blacked Out +Blackeye603 +Blackking435 +BlacklMamba +Blacklmp +Blacknight +Blackout20XX +Blackpak +Blackplosive +Blacksamuri2 +Blackstar755 +Blacktide1 +Bladbro +BladeTongue +BladeWizz24 +BladeXFury +Bladeboy6 +Blademail +Bladenight69 +BladesEspada +Bladypus +Blaest +Blaf +Blag0 +Blainyckz +BlairChan +Blairzy +Blaise +Blaise Green +Blaise22689 +BlaiseDebest +Blak +Blak Deshi +Blak Hawk987 +BlakHammah +BlakTooth +Blakaraknid +Blakdragon +Blake +Blake Bar +BlakeOCE +Blakeboi +Blakeeeeee +Blakely +Blakerke +Blakey3 +Blakk +Blakkeyy +Blakpn0y +Blame +Blame Blitz +Blame Dave +Blamed +Blamer +Blamp +Blank Face +BlankTree +Blanka1990 +Blanke +Blankfillin +Blanks +Blap +Blapa +BlaqBeard +Blard +Blare +Blaser +Blasphemy +Blast +Blast Bepe +Blastoise +Blastrune995 +Blaszczy16 +Blattermans +Blauwe Brief +Blaze +Blaze Hooker +Blaze King +BlazeBaked +BlazeItDad +BlazeThatSht +BlazeWhale +Blazed +Blazed GIM +BlazedRanarr +Blazed_Chip +Blazer Kdog +Blazer-31 +BlazerSven +Blazikenite +Blazin +Blazinbiscut +BlazingGood +BlazingREAPZ +BlazingSid +Blck +Bleak Days +Bleak House +Bleakair +Bleasi +BledReborn +Bleekybleeky +BleepMyBloop +Blehalol +Bleidas +Bleiesnus +Bleifuss +Bleken88 +BlendedWhale +Blendon +BlessOneTime +BlessTime +Blessdd +Blessed +Blessed IM +Blessed N L +Blessedcrypt +Blessin +Blessnt +Bleuski +Blevins33 +Blew +Bleyage +Blhek +Blib +Blije +Blimey +Blimpie33 +Blimpysaur +Blind Yeti +Blind1 +BlindByron +BlindSamael +Blindblinker +Blindeyy +Blindspott +Blindwizard +Blingblin255 +Blinger +Blink +Blinx337 +Blioneer +BlissWarrior +BlissfulDrgn +BlissfulIron +Blisss +Blista +Blistered +Blithering +BlitzJuuls +Blitze +BlitzedBoss +Blixtslag +BlizSukzNuts +BlizZinski +Blizz of Ozz +Blizzard343 +Blizzartd +Blk Kush +Blkbeard22 +Blkup +Bloat +Bloated +Bloats hard +Blob +Blobman1 +Block +Block XD +Blockhead +Blodmire +Blodreiina +Blodreina 1 +Blody Mess 2 +Bloedkuul +Bloeps +Blogmas +Bloke Kisser +Blom +Blombo +Blommer1 +Blonde +Blonde Don +Blonket +Bloo2 +Blood +Blood Face09 +Blood Lotion +Blood Man478 +Blood Moor +Blood Rift +Blood Spawn +Blood Spawns +Blood Turd +Blood Vials +Blood Voss +Blood Wyrm +Blood0fhell +Blood4Peace +BloodWarzz +Bloodfan0 +Bloodgeon +Bloodiedawn +Bloodlet +Bloodmaged +Bloodrave182 +Bloodraven +Bloodredmano +Bloodshade +Bloodsheds +Bloodsportt +Bloody Scarf +BloodyMurder +Bloodyengine +Bloodyrootz +Bloodytem +BloomBouquet +Blooms +Bloons TD +Blops Far +Blorgons +Blosh +Blote +Blouch +Blow Off +BlowBiden +Blowd +Blowin Ohs +BlowingPipe +Blown +BlownbyTwins +Blowup Dolz +BlowyBarry +Blu Ocean +Blu3Mink96 +Blu3print +Blu3s +BluAnimal +BluNightfall +BluSPANKSyou +BluSlidePark +Blubberboy +BludMaul +Bludclat +Bludgeoner0 +Bludime504 +Blue +Blue 420 +Blue Atmos +Blue Fox 64 +Blue Inn +Blue Jay +Blue Legend +Blue Limes +Blue Nahuatl +Blue Osiris1 +Blue Oyster +Blue Summer +Blue Trex +Blue Winds +Blue Ziv +Blue305 +BlueBoat +BlueBorough +BlueCashews +BlueDHYDshld +BlueFrogsOP +BlueGwapes +BlueHawkie +BlueHornet +BlueJob +BlueLegendzz +BlueLemon66 +BlueLine +BlueLite +BlueMandril +BlueMeanEyes +BlueMuff1n +BlueOverkill +BlueRanger +BlueRose91 +BlueTyphoon +Blue_speed +Bluebears +Bluebury +Bluecaps09 +Blued +Blueface G +Bluefir +Blueluna +Bluemoon97 +Blueprint19 +Blueqerry +Bluerope14 +Blues 1 Clue +Bluescreen +Blueshores +Bluestopher +Bluetiger919 +Bluewarthog +Bluexy +Blueyy04 +Bluez +Bluezaros +Bluff +Blufire +Blumkohl +Blump King +Blunt +BluntBird +BluntSurgeon +BluntTaster +Bluntmore +Bluntobject +Bluntology +Blunts +Blunty Pyro +BluntzyMcGee +BlurOfLight +Blurr62 +Blurred +Blurtt +Blusaunders +Blut Arteiri +Bluternite +Bluutooth +BluzCluzz +Blxke +Blyat +Blyckertski +Blyocr +Blze +Bmart +Bmaylor +Bmeg +Bmoot +BmwNerd +BnB +Bnaar +Bo Ed +Bo Selecta +Bo0nies +BoBgss126 +BoBoTaeTo +Boa92 +Boabs +Boagrious +Boang +Boas +Boater lad +Boats N Hoos +Bob Blinger +Bob Burglar +Bob Kelso +Bob Lebowski +Bob Marley +Bob Shermon +Bob Violet +Bob11790 +Bob19922 +Bob44th +BobBojangles +BobCatMilk +BobGuenille +BobNegao +BobRossDied +BobTheDaddy +BobaNeZmogus +Bobakadush +BobbaStanley +Bobbanxd +Bobbiie +Bobby +Bobby Brawl +Bobby JoJo +Bobby Lash7 +BobbyBigLips +BobbyBonk +BobbyShurda +BobbySmooth +Bobbyccf +Bobbydrake09 +Bobbysweggg +BobbyyHill +Bobi +Bobicles2 +Bobidabob +Bobite92 +Bobo Bagins +Bobrobber +Bobrusu +Bobs +Bobsaytoad +Bobtunafish +Bobvill +Boca +Boca Raton +Bocaj +Boccle +Bockovie +BockyOG +Bodaajamies +Bodacious +Boddy +Bodhy +BodisDelotis +Bodjery +Bodlamadrid +Body +Body Kit +BodyRune +Bodyart +Bodybuilding +Bodyguerdson +Boe f +Boed +Boeing +Boeing MAX +Boekanier +Boemsjaka +Boer +Boer Salad +BoerJohannes +Boerboel +Bofad Esnuts +Bofas +Boff +Bog Jr +BogDomen +Bogalog +Bogart +Bogby +Bogchamp +Bogged Dacks +Boggmonster +Boggsy III +Bogi153 +Boginskaya +Bogmellon +Bogusbart +Bohachii +Boham +Bohejmen +Bohn +BohneSaw +BohnerSoup +BoilerMakerr +Boints +Boise Bronco +Bojaroff +BokOrmen +Bokbok9 +Bokeva +Bokje1 +Boko +BolaRobin +Bold +Bold Smut +BoldPelipper +BoldandBrash +BoldupG +Bolibomba +BolleBenny +Bollieflex +Bologang +BolsaDeCoco +Bolsta +Boltagon +BoltonRamsay +Boltzzzzz +Bomb +Bomb Squad +Bombergray +Bomboy +Bombu +Bomer +Bommerche +Bommijn +Bompa +Bompanero +Bompton +Bomtastic +Bon Pa Tin +Bon fee +BonQong +Bonar +Bonar Slayer +Bond +Bond Digger +Bond Huntin +Bond09 +Bond4MyIron +BondBought +BondedLiam +Bondegang +Bonden +Bondi altti +Bondify +Bondkyle +Bondoos +Bonduwel +Bondz +Bone Hawk +Bone Man +Bone Medic +Bone Thugsz +Bone Ur Hole +BoneSurgeon +Bonecrushing +Bonedork +Bonehead +Bonen2 +BonerMachine +Bones2Peach +BonesNAltars +Bonez III +Bonfire1 +Bonfire237 +Bong Lenis +Bong Quixote +Bong Squats +BongAppetite +BongSec +BongTokez +BongZiller +Bonglefin +Bongletopper +Bonglewongle +BongoBasse78 +BongoRider +Bongobodil +Bongotree +Bonh +Bonjwa1 +Bonk Weekly +Bonkers517 +Bonkeykong +Bonnaroovian +BonnieTHICCC +Bonnyjoy1 +Bonnyyyyy +Bonus +Bony +Boo Duh +Boo5tn +BooBaker +Boob +Boob Dragon +Boob Slip +Boob zilla +Boobini +Booblee +Boobs Mom +BoobyHill +Booca +Booduh +Booffee +Boofqueefius +Booger +Booger Ballz +BoogerSnacks +Boogeyman +Boogie +Boogie339 +BoogieCorgi +Boogieman +BoogurBoy +Booiesblazin +Boojwazee +Book +Book of Sand +Bookie Killa +Bookless +Booksmart +BooleanSpl1t +BoolinScape +Booll05 +Booloo +BoomBangPow8 +BoomFire69 +BoomFloof +BoomMatt +Boomdead123 +Boomerclicks +Boomfire2 +Boomfire9 +Boomhakik +Boomjuice +Boomstick08 +Boondow +Booney Tunes +Boookuh +BoopBeepBeep +Booped +Boopette +Boopie +Booping +BooptSnoot +Boorrie +Boost +Boost736 +Boosted six +BoostedBruh +Boostedd +Boostergold +Boostify +BoostyBetard +Boot +Booteelick +Boothanqq +Boothyy +BootieMix +Booties +Bootihole +Bootlesape +Bootsjunge +Booty +Booty Dishes +Booty Kev +Booty McDab +Booty Sensei +BootyCheek +BootyGod Zac +BootyNasty +Bootypixels +Booxia3 +Booyeh +Booze +Boozem +Boozeobagins +BoozyBirdy +BoozyXander +Bop +Bopla +Bopoman +Boppin +Bora +Borads +Boramoss +Borderguard +Boreall +Bored +Bored Idea +Bored Ingame +BoredMalamut +Bored_IRon5 +BorenZo +Borethil +Borgiie +Boriix +BoringName +Boris +Boris King7 +Boris sfisgh +Borkiin +BorkingCorp +Born +Born Abroad +Born to Hodl +BornToTrade +BornTwoGrind +BornofDragon +BoroAce +BoroLight +Boromer23 +Borring +Borsten +Borussia +Bos Marmot +Bos9 +BosNaes +Bosco Wong +Bosh +Boshby +Bosif +Bosnald +Bosnian +Bosnier +Boson +Boss +Boss 4 Pet +Boss Biz +Boss Fights +Boss Mati +Boss Mei +Boss Rarkley +Boss Slayer +Boss4Days +BossMan +BossMann +BossOnly100 +Bossalinie +Bosses +Bossin x +Bossk +BossmanJCriz +Bossnian +BossyEnemy +Bostin Loyd +Boston Tony +Bosw8er +Bot Detected +Bot Matt +Bot Owen +Bot To 2277 +Bot for dayz +Bot player +BotBooster +Bothbalgone +Botman1431 +Botsii +Botsji +Bottatrice +Bottlewin +BottnScheise +Bottrill +Botty +Boub +Bought +Bought Cape +Bought Gear +Boules +Boulli120 +Bouncy +Bound Books +Bounzy +Bourbon Time +Bourgeoiis +Bournos +Boutopia +Bouwkundige +Bouwmans +Boven +Bovine +Bovyy +Bow And K0 +Bow1ng +Bow2ThyQueen +BowIads +Bowbby +Bower +Bowfa Barry +Bowfa Dees +Bowin +Bowinkle +Bowjacked +Bowl +BowlCutMonty +BowlNutta +BowlPacked +BowlResin +Bowlcut +Bowleo +BowlerBTW +Bowlhead +Bown +Bownerator +Bowny20 +BowsB4Hose +Bowse +Bowser Jr +BowserSideB +Bowwsy +Box Art +Box Office +Box T +Box Therapy +Box of Rain +BoxOGnomes +Boxacle +Boxedup +Boxer +Boxic +BoxingNugget +Boxio +Boxse +Boxxie +Boxxy +Boxy +Boy Mobile +Boy Wonder +Boydem +Boydie4427 +Boyfredaaa +BoylifeInNZ +Boys +Boys Broke +Boys No Good +BoysAndGirls +BoysenBill +Boysennn +Boyyo +Boze +Boze Worm +Boze mol +BozeOog +Bozut +Br ay +Br ibb +Br yan +Br00dje +Br0ox +Br0wnSpit +Br3ws +Br4dders +Br4w +Br5andon +BraBraBrad +Braaamps +Brabbss +Brad +Brad RS +Brad T King +Brad017 +BradIsAChad +BradIsChad +BradKavanagh +BraddahPoppz +Braddahoodz +Braddict +Brader +Bradj_55 +Bradlem95 +Bradleyussy +Bradlio +Bradolai +Brads Wrath +BradyDezNutz +Bradycus +Bragon +Brah +Brahamus +Brahu +Brain Drill +Brain Kancer +Brain Stim +Brain Sucker +Brainiac2018 +BrainrotMaxx +Brainsquash +Braithy +Brajen +Brak +Brakathor +Brakence +Brakke Bever +Brakza +Brallerx +Bram +Bram91 +BramDx +Brambickle +Brambo100 +Bramboo +Brammie +Bramxoo +Bramziee +Bran +Bran dont +BranDaMfMan +Branch +Brand +BrandNewHere +Branden +Brandi Rose +Brandir +Brandish +Brando +Brando n +Brando23x +Brandog +Brandon +Brandon 126 +Brandon TJ +Brandon9250 +BrandonLarge +Brandonp32 +Brandonx188 +Branflakez +Brannttt +Bransk +Bransterdamn +Brap +BrasilHemp +BraskaDad +Brass +Brassy Bird +BrastaSauce +BratusB +BraunBrains +BravSlav +BraveBear +Bravenewfy +Braves +Bravest +Bravo +Bravo Eagle +Bravo Lv +Bravo8 Scav +Brawl +Brawlers +BraxMax +Braxt +Bray0420 +Braydons +Braylor +Brazden +Brazeheart +Brazzerker +Brb Delivery +Brblol +Brdy +Breaches +Bread +Bread Again +Bread Dead +Bread Init +Breadatour +Breadhats +Break3r Gabe +Breakchance +Breakdownz +Breaver +Brech +Bredbeddle +Breeann +Breeno +Breenus +Breeoh +Breez +Breezeeh +Breezy +Breezy Jai +Breezy2277 +BreezyMT +Breffest +Breivig +BrejchaBoris +Brejin +Brelinguette +Bremen71 +Brendann +Brendvn +Brenkku +Brenkolovski +Brennzo +Brent Ham +Brent4000100 +Brentiscoool +Brenty88 +Breskvice +Bressjul +Bret +BretHammy24 +Breth +Brett who +Brett6910 +BrettThePunk +Brettdog +Bretz +Brevetted +Brew +Brew Dr +Brew IPA +BrewceWillis +Brewdo +Brewin +BrewskiGod +Brewsley +Brewsy +Brex +Brexit +Brezell +Brezzy +Brian Dub +Brian-senpai +Brian1234146 +Brian4755 +Brian8781 +Brianmyth +Brick Brick +Brick49 +Brickerino +Brickhead +Brickhooouse +Brickhouse +Bridding +BridgeFourr +Bridger +Brie Larson +Brieenne +Brief +Briefly +Briggs +Bright Day22 +Brightest +Brightly +Brihyun +Briickzz +Briidi +Brin +Brinfish +Bring +Bringtheheat +Brinkler +Brinkosaurus +Brinsgr +Brisiinger +Briskly +Brispy +Brist +Brit +Brite +British Diet +British bamf +Britswelll +Brittanys +Brittanyx +Brlm +BrntSausages +Bro bee +BroTwoTher +BroUFailLol +Broad +Broadboat +Broadday +Brobasaurus +Brobible +Brobin +Brocadillo +Brocaine +BroccCheddar +BroccoIi +BroceanMan +Brocepticon +Brocknation +Brocolis +BroderPierre +Brodie +Brodie410 +Brodie827 +Brodisi Jr +Brododore +Brodus Clay +Brodymon316 +Broekloos +Broficiency +Broft +Brogfrogdog +Broha +Brohard +Broiled +Broken Cpu +Broken DPS +Broken Hip +Broken Top +BrokenBones +Brokenn +Brokensunset +Brokk +BrokkMachine +BroknScrotum +Broko +Brolic +Broly +Bromagic +Bromatron +Bromerly +Bromosapienn +Bromz +Bron Yr Aur2 +Bronkey +Bront +Bronxie +Bronxy +Bronze Cow +Bronze Eel +Bronze Moose +Bronze5 +BronzeDong +BronzeWorthy +Bronzegnu199 +Bronzr +Bronzy +BrooceWillis +Broodje +Broodoos +Brooke +Brookesbeast +Brookfield +Brooksher +Brooksy +BroomInBum +Broomi +Brootloops +Brootuss +Broque +Bros +Brosaph +Brosoul +Brossy +Brotatochip +BrothaForest +Brother +BrotherChong +Brothermon +Brotherr +Brotholomew +Brown +Brown692 GIM +BrownTree +BrownTree63 +Brownecakes +Brownmo +Brrandon +Brrd +Brrinn +Brrr Zeus +Brthdy +Bru now +Bruce +Bruce Jenr +BruceJennder +BruceNutty +BruceWayme +Bruceh +BruciebearTV +Bruenor +Bruffell +Bruges +Bruh +Bruhh +BruhhChungus +Bruhs +Bruiser +Brumaks +Brumle +Brundeen +Brundles +Brundo +Brungoil +Bruno p15 +Brus +Brutal +Brute +Brutescape +Bruthar +Brutified +Brutzli +Bruut +Bruva Eww +Brvte +Brwny-mix +Bryan +BryanFury +Bryannn +Bryccc +Bryce +Brychu +Bryci +Brycikins +Bryham0 +Brynildsen +Brynmor +Brys Journey +Bryson +Brysons +Brystreams +Bryu +Bryymstick +Bsakke +Bsaunders0 +Bse +Bsgs +Bsketbl +Bskli +Bslayer +Bthomson +Btownballer +Btrec +Btv +Btw Das +Btw Guy +Btw tietjes +BtwBallo +BtwImJoe +BtwTradeMe +Bu nny +Bu11itt +Bu11seye00 +BuBszs +BuDzNBooze +BuLLeT PVM +Bub Josh +Bub389 +Bubba +Bubba Gage +Bubba Watson +Bubbateux +Bubbba +Bubble +Bubble Butts +Bubble Tea65 +BubbleBlob +BubbleJuice +BubbleOLuke +Bubbleguy +Bubblenab +BubblesGO +Bubblies +Bubbo +Bubbz +Bubgi moment +Bubo +Bubu +Bubzs +Bucc ees +Buccsta +Buchu +Buchu Bong +Buchu Daddy +Bucito +Buck +Buck Oakly +BuckNastyy +Buckeye +BuckinThanos +Buckjames +Buckner1 +Buckner20 +Bud Right +BudLightBtls +BudSake +Budabupbup +Buddaball +BuddahCheese +Buddeke +BuddhaPuck +Buddweiiser +Buddy +Buddy Waters +BuddyGuy +BuddyJ +Budgen +Budget +Budgets +Budjeke +Budpotamous +Buds Bud +Budsteel +Budster +Buduhhh +Budward +Budwise +Budzinski +Budzliteyear +Budzyn +Buff +Buff Bezos +Buff Mafia +BuffFridge +Buffel +Buffel x +Bufubu +Bug V2 +Bugalado +Bugaloo +Bugazzi +BugcatMoo +Bugg +Bugg XO +Bugis x +Bugs +Bugs c +Bugsaur +Bugyo +Bugyy +Bugziee +Bugzy +Buhe +Buhnuhnuh +Buhole +Build3d +Built +Built Dfrnt +BuiltToSpill +BukesCarKey +Bukkakey +Bukkele +Bukmyhr +BukseFar +Bukt +Bula +Bulb_a_saur +Bulba +BulbaThor +Buli +Bulk +Bulkier +BulkyTrout46 +Bull Shifter +BullSharkBob +Bulldawg1289 +Bulldogs815 +Bulldozer297 +BulleT1017 +Bullerbyn +Bullet135191 +BulletBlitz +Bullschiff +Bullseye414 +Bulltill +Buloz +Bultac +Bulte +Bum Hole +Bum Vinegar +BumPounder +Bumble +Bumblethumps +Bumjam +Bummer +Bummholee +Bumveld +BunanaMuffin +BunanuhBread +Bunceylad +Bundle +Bundy red +Bungle Bug +Bungstar +BungusBoi +Bunion +Bunjamino +Bunni Pig +Bunns +Bunns Dying +Bunny +Bunny DeIron +BunnyRabb1t +Bunnytrack +Bunq +Bunryl +Buns +Buntian +Bunty Boy +Bunzosteele +Buorin +Bup +Buqqi +Bur eye on +Bur y +Burak I +Buray +Burec +Burens +Burensbd +Bureze +Burezz +Burg de Rott +Burger +Burgerb0y +Burgerr +Buri +Burial +Burials +Buried Mole +Buriial +Burkekey +Burkkle +Burly +Burlyy +Burmecia +Burn +Burn Herbal +Burn With Me +Burn t +BurnMyChi1d +Burna Boy +Burnardo +Burnari +Burnceller +Burned +BurnedIron +Burners +Burnetplanet +BurnhamAll12 +Burnin +BurninOctane +BurninStarIV +BurningBrian +BurningCole +BurningFight +BurningKushh +Burningdavid +Burninghippo +Burnley +Burns +Burns Green +Burnstown +Burnt +Burnt Bonez +Burnt Bunz +Burnt Senpai +Burnt cod +Burnt lol +BurntT +Burntmeat +BurnzWhnIPvp +Burnzaloree +Burnzie +Burp +Burpenen +Burpsy +Burrkle +Burst +Bursts +Burwell +Bury +BuryMeDeep +Busch +Busch Ebba +Buschhhhhhhh +Buschhuscher +Buschkilla +Bushbaby +Bushido +Bushido Jack +BushidoNegro +Bussch +Bussino +Bussy Bwana +Bust +Bustard +Busted +Busted Shaft +BusterBlader +Busternut +Bustinbibear +BustyBarry +BustySaurus +Busy Phat +BusyDayToday +BusyRightNow +ButMuhMain +Buthole +Butinz +Butje Kef +Butlergunner +Butt Clouds +Butt King +Butt Liquor +Butt Plog +ButtChugr +ButtExpert +Butter +Butter Sock +ButterSirup +ButterSyrup +Butterbur +Butters +Buttgers +Butthxle +ButtnCLICKER +Buttt Mud +Butzaf06 +Buu Blat +Buuloki +Buurtpooier +Buus +Buutsika +Buwuchu +Buwuchuu +Buxi +Buxom Lady +Buy Wards +BuyBitcoin01 +BuyGF_1GP +Buyer Beware +Buying +Buying IG GF +Buying gf 2M +Buying99rc +BuyingRsGfs +Buzi Mi Daj +Buzi Syrom +Buzin +Buzin Benji +Buzy +BuzzL1teBeer +BuzzMax +Buzzard +Buzzi +Buzzlghtbeer +Buzzzwin +Bvanana +Bville23 +Bwan a +Bwana +Bwana Brah +Bwana Haz +Bwana I +Bwana Rat +Bwana TK +Bwana Zander +Bwana-senpai +BwanaObama +BwanaOnDrugs +Bwanah +Bwananabread +Bwanario +Bwanner +Bwarath +Bwekfast +Bwekfeest +Bwie +Bwila +Bwse +Bxao +Bxdhi +Bxo +ByDesign +Bye Felicia +Bye Friend +Byles +Bynguyen +Byrd +Byrd Gang +Byrd Park +Byrne +ByteMeM8 +Byzo +Bztm +C 678 +C A M R O N +C A R S 0 N +C A R S O N +C Biologist +C D C D C D +C H l S E L +C H l Z E L +C HARL IE +C HlCKEN +C J 102 +C L A M P +C L U E 5 +C Maelstrom +C Mauricio +C OLLINGWOOD +C R I X US +C RoyMustang +C Rx +C S +C Sol +C Trafalgar +C W +C Wills +C a c h e +C a le b +C a r lo +C a sp er +C alvarium +C amel +C e v +C eej +C h a ds +C hap +C hristt +C ip +C itadel +C lhris +C nr +C ntmaster +C o r a l +C oach +C orgi +C osmos +C oty +C rafter +C raig +C raiig +C rux +C u r t +C x L +C-11 +C-53 +C-Dom +C-Stones +C-bat +C00RS Light +C00per +C0Dl +C0LTE +C0MBAT 126 +C0RAZON +C0SA +C0WK +C0XG0BBLER +C0Xsuka4gp +C0YS +C0c0nUt +C0dy +C0dyssey +C0nner +C0wanz +C11 H15 NO2 +C137 Beth +C18 +C18H27NO3 +C204 +C2okies +C3 P0 +C33 +C3Pz +C4 RL +C450 +C4L1BRE +C4RL +C4RNAG3 +C8M +C9rl +CA5E +CAKESNIFFER +CALL +CAMBO D N +CAMEL0T +CANNONlNG +CANT SPEAK 0 +CAPITALIST +CAPSLOCK +CARAPlLS +CARDlFF +CARROLLYZER +CATS GO NYA +CATsmoothies +CBC +CBD Brownie +CBK20 +CBMPeterson +CBas +CBomb +CC 9 +CC HM +CCCCFF +CCCO +CCatt +CChuk +CConnor +CDKein +CDR +CDRMark +CDawg420 +CEClL +CEL4L +CEO OF ARK +CEO of TOB +CF5 +CFoodBisc +CFour +CG MindPr0 +CGA +CGC Zeus +CGR +CGoldy +CH1P +CH3CKMYSW4G +CH4OS_REIGNS +CHATBN +CHEEFO +CHIEF +CHIEFWHALE +CHIEFxKEETH +CHOF28 +CHOLEZmusic +CHOPSTlCKS +CHOSENBYNAME +CHR187IAN +CHRlS PRATT +CHRlSDUDE +CHUCKDABANK +CHUDZY +CHULIGAN911 +CHURNlN +CHlC-FlL-A +CHlCKENS +CHlCKNUGGET +CHlLDS +CIA GF PsyOp +CJ McCreery +CJ2K +CJB_01 +CJPez +CJlivin11 +CJoaboneP +CK the Wise +CK2 +CK9 +CKSKEE +CKVY171 +CL0wn Inc +CL3O +CLIIllIIllIT +CMBloodcraft +CMER +CMMCTk +CMU Chips +CMoneyTwo +CN77 +CNC2112 +CNGT +CO maxplayer +CO0RS +CO1N +COKECOKECOKE +COLE +COM3THAZINE +COM3TS +CONFlDENT +CORONA +CORP +COTTONPlCK3R +COVID +COX Kane +COYM +COYMauves +CP8 +CPA Scape +CPR +CPT Morghun +CPT-Rock69 +CQJB +CR1SPY_BAC0N +CR4ZYH34D +CR7 +CRAI9 +CRLmastrFlex +CRSSD +CRTS +CRUSlR +CRY0GENIC +CRlMP +CRlP +CRlSTO +CRlTIC +CRtallboy +CS6 +CSG0 +CSchicky +CT42 +CTFU +CV90 +CVID +CVTRILLOG +CYP 3A4 +CYP450 +CZHANG +C_mrade +Ca 11 +Ca m el +Ca3ino +CaL4MiiTYxX +CaMOOflaged +CaPl +Caam +Caater +Cab Up +CabbageSeeds +Cabbi_cs +Cabdi +Cabela +Cabido +Cabinetsalt +Caboose121 +Caboucha +Cabouchi +Cachalot +Cache +Cachet +CacklingMagi +Cacoadragon +Cactus +Cactus9k +Cactusaak +Cadallic0 +CadmiumBird +Cadov +Caduzitcho +Cadzie +Caekrus +Caelanity +Caelums013 +Caerus +Caesar +Caesar Pasta +Cafe Fraiche +CafeZing +Caffeine +Caffeine Use +Caffeiner +Cages +Cagrets +Cahors +Cahsmo +Caide +Caifan +Caifanes +Caillou hobo +Cailthun +Cainie +Cainn +Caio +Cairn08 +Cairo +Caiser +Caitlin Rice +Cajjj +Cajun +Cajun Blood +Cajun Fox +Cajun Fries +CajunCrimson +Cake +Cake qp +CakeBoss1337 +Cakeboy 43 +Cakefound +Caketins +Cal Fong +Cal l u m +Cal-Mag +Cal_C +CalamityD +Calamityy +Calb_Potta +Calbod +Calcab +Calcd +CalciferGIM +Calcio +CalculateWhy +Calcusource +Cald0g +Caldaris +Caleb +Caleb o_o +Caleeba +Calf15 +Caliace +Calibeafall +Calibrated +Calibur +CaliburZ +Calico +Calierazon +Califaa +Califauxeous +Califirona +Calimandro +Calipha +Calipso +Calist0 +Calisterie +Calivego +Call +Call Me Milo +Call me Cham +Call me m16 +Call0 +CallMeCletus +CallMeGeorge +CallMeJAS +CallMeJoey +CallMeKeen +CallMeKeezy +CallMeLeger +CallMeNoLuck +CallMeSofD +CallMeStevo +CallMeTipz +CallMeow +Call_Me_Arty +Callaghxn777 +Callboy +Calliburr +Calliott +Callisto +Callisto Cub +CallmeZach +Callmekee +CallumTM +Calluum +Calm Chris +CalmCombo +CalmDownSon +CalmYourBits +Calmoran +Calo3 +Calquat +CalquatFruit +Calster26 +Calu +Calum +Calvi +Calvi n +Calvin +Calvin924 +Calyxsys +Calzano +Calzone +CalzonePizza +Cam Jong-Fe +Cam Jong-Un +Cam Rebuild +CamAlot_iron +CamDeezy +CamLite +Camakie +Camaniack +Camargue +Camb o +Cambeezy +CamboSliice +Cambridge +Cambulance +Camdenan +Camel Glue +Camel Neckit +CamelActive +Camelm8 +Camerocity +CameronNeal +Camhanaich +Camil +Camion +Camise +Camm +Cammo545 +Cammy +Cammy Ded +Camosaur +CampBingBong +Campbell +Camperfish +CampinOnline +Campisii +Campus Crew +Camsdadddy +Camshows +Can Berry +Can Fe Spoon +Can U C Me7 +Can it Bozo +Can0fBeans +CanChem +CanMJ +CanManCannon +CanOManBFTM +CanUGetAway +Canada +CanadaBawd +CanadaGuuse +CanadaScape2 +CanadasChief +Canadian +Canadian Bc +CanadianDevi +CanadianYeti +Canadiehn +Canadiian +Canan32 +Canberk +Cancel +Cancelled +Cancelled It +Cancer7 +Cancerfree24 +Cancerios +Canderos +Candlebox +Candrok +Candy +CandyFlipin +CandyKing42 +CandyKing420 +CaneCorso +Canear +Canehdiann +Canibalistic +Caniz +Cann +Cannabinoidz +Canned Beer +CannibalGK +Cannibble +CannoliBoi +Cannolis +Cannondorf +Cannot +Cannot Login +Cannrrrr +Canon Bob +Canook +Canowhoopazz +Canserber0 +Cant +Cant Quit 07 +CantCasino +CantMaxBc69 +CantTalkPerm +CantThink +CantTradeTho +Canta +Cantaloupe +Cantclik4sht +Canter +Cantina +Canting +Cantu +Canyonranger +CaoFasho +Caoe +Cap E Bara +Cap10 +Capalotty +Cape Fear +Cape Max +Cape Seller +CapeScape +CapeZer0 +Caped +Capez +CapiiTano +CapitalGainz +Capitalise +Capitalist34 +Capn Wahle +CapnCookd +CapnMeliodas +Capniq +Capnplant +Capo Yamato +Capone +Capos +Capotia +Cappe +Cappei +Cappie Greek +Capreol +Capriccio +Caprius +Caprix +Capsule +Capt +Capt Bobette +Capt Bumi +Capt Dave +Capt G +Capt Halo +Capt Hootler +Capt Kenway +Capt King +Capt Kumquat +Capt Murdoc +Capt Plank +Capt420 +CaptHardon +CaptLongJon +CaptPleb +CaptZilyana +Captain +Captain Jack +Captain Lev1 +Captain Tast +Captain Tec +Captain Y +Captain Zoso +CaptainAlice +CaptainCanto +CaptainCox +CaptainDom +CaptainDredd +CaptainLuker +CaptainOboy +CaptainObvio +CaptainWalt +Captainshiny +Captainzzz +Captan +Captcha +CaptinA +CaptinKorasi +Captinrandom +Captiva +Captn +Captn Bear +Captn P00F +Captn Sqirk +CaptnCommand +CaptnMittens +Capu +Capussi +CapybaraDung +Car Ram Rod +CarNalgas +CaraDuraMC +Caracal +Carademlof +CaramelSlice +Caratheodory +Carbo Cat +Carbolic +Carbon +Carbon K +CarbonCarbon +Carbonist +Carbos +Carbyne +Carcinoid +Carde +Carden +CardiacKemba +Cardinxl1 +CardyZ Main +Care +Carea +Caregiver +Careo +Caricapaya +Cariej +CarimsEygon +Carino +CarjUIM +Carjacking +Carked +Carkis +Carkosa +Carl +Carl Sagan +CarlBarker +CarlDerp +CarlSagan80 +Carleton789 +Carlin +Carlingue +Carlitos +Carlo +CarlosM +Carlosjavily +Carlrip +Carls453 +Carly +Carlyle +Carmillae +Carna +Carnadova +CarneGrande +Carnie +CarnifexVeil +Carnitas +Carnival0fRs +Carnzlo +Carolan +Carp3di3m13 +Carpe +Carpenters +Carpi +Carr +CarrickDaddy +CarriedBayo +Carrot s +CarrotMilker +Carrs Pasty +Carrutt +Carry +Carry Yak +Carry9otter +Cars +Cars Suck +Carsillas +Carsten10 +Carterfish +Cartman +Carton +Cartzy +Caru +Carvdogg17 +Carve +Caryopsis +Cas1a +CasZeal +Casamigos +Casawn +Casc +Casca +Cascola +Casell +Caseten +CaseyWaff +Cash +Cash two +Casherbob +Cashewk +Cashlemke +Cashs Main +Casino +Casino Sand +CasinoProblm +Casketball +Casmatos +Cass Cath +CassTheGod +Cassarole +Cassath +Casserolio +Cassidyy +Cassie Aram +Cassim +Cassirer +Cast +Cast Rate +Cast Turbo +Castello +Castilla +Castorly +Castrophany +Casual +Casual Man +CasualChris +CasualGrinds +CasualPete +CasualStorm +Casualdkdk +Casualty +Casvel +Casviel +Cat Man1001 +Cat Nips +Cat Shaped +Cat Smuggler +Cat Snacks +Cat Soup +Cat Woman +Cat got out +Cat shirt +CatBoyInHeat +CatPandas +CatPissRNG +CatSaysMeow +Cataclysm55 +Catala +Catalepsy +Catalyticx +Catan +CatchTheDrop +Catchin +Catchin Pets +Catchlove +Catdog1280 +Catechism +Cater Champ +Catfish Rock +Catflap +Catgirl Cafe +CatgirlSan +Cath +Catharina +Cathays +Cather +Catherbae +Cathuntdog +Catman31 +Catnip +Catnip Cutie +Catnor +Catomic123 +Catra Meow +CatsnCars +Catsnarterrr +Catspeak +CattoKitty3 +CauZ +Cauldrons +Caulf1eld +CaulkPushUps +Caustic +Cauterised +Cavaleiro888 +Cave +Cave Closer +Cave Horror +Cavern +Cavern Freak +Caves +Cavos +Cavs +Cavsy +Cawrin +Cayk +Cayman 07 +Cayrus +Caza Lowell +Cazaq2 +Cazik +Cazos +Cazum +Cazwise +Cazzakin +Cazzy +Cba Ofc +Cba To Carry +Cba To Share +CbarDaKing +Cbetrs +Cbf Playing +Cbot05 +Cc17wo +Ccn +Cd777 +Cdale +Cdoc +Ceana +Ceb +Ceber +Ceceil10 +Cecetra +CedIsMySon +Cedty +Cee real +Cee-Jay +Ceebooty +CeeeHooo +Ceeege +Ceejaydjj +Ceekay +Ceeon +Ceeps +Cefiro +Ceio +CekicGuc +Celach +Celach 2 +Celadus24 +Celazer +Celebio +Celer0 +Celesdel +CelestialSun +Celestive +Celestron +Celhon +Celi0 +Celiac +Celikanen +Celine Dijon +Cell Saga +Cell Z Saga +CellaDwella +Cellectric +Celli +Cellmate +Celms +Celrisen +CeltBrenny +Celtic +Celtic Hero +Celtic555 +Celtica +Celyzh +Cemen Demon +Cengkeh +Cennolink +Cenpie +Censor +Centac +Centennials +Center Fit +Centers +Centershot5 +CentraIka +Central +CentralC +Centrimag +Centropy +Ceo of Timbs +Ceoe +Cephalopods +Cepp +Ceppt Irn +Cepxy +Cera +Ceraseus +Cerati +Cerb +Cerb R Us +Cerberus +Cerberus98 +Cercle +Cerea +CerealGuy +Cerebro +Cerenade +CeriGG +Cerkev +Cermi +Cerpin +Cerpin Taxt +Cerpooch +Cersey +Cersky +CertIronBoy +CertifiedPoS +Cervantes18 +CesarPalace +Cesema +Cetr +Cets +Cev +Cevap +Cevarus +Ceverie +Cewl +Cewl Hwip +Cexilius +Ceyyl +Cf b4 +Cfretz244 +Ch i +Ch i c k en +Ch ief +Ch00bies +Ch0c0tac0 +Ch1cag0 Bear +Ch1mes +Ch1noLf +Ch1zz +Ch33sy +Ch3ckMat3 +Ch3spy +ChNPP +Cha rles +Cha0ticAngel +ChaCha +ChaCha Benny +ChaSniff +Chaavez +Chaboud +Chaboul +Chacaliando +Chacksen +Chad +Chad Draven +Chad Stride +Chad Vibes +Chad Wardn +Chad again +Chad isAFK +Chad okeefe +ChadBehavior +ChadCor +ChadFratStar +ChadMadLad34 +ChadR3333 +Chadacas +ChadamantBar +Chadders +Chadding +Chaddyboy +Chadga +Chadieus +Chadkiller76 +ChadronX +Chaehee +Chael +Chaendo G +Chaewon +Chaga Chai +Chain +Chain Mace +Chainn +Chainsaw +Chainsaw Guy +Chair +ChairmanMao +Chaiyse +Chaken +Chakleton +Chakra Monk +Chal1ce +Chalba +ChaldeanGIM +Chalgrove +Chalk Bar +Chalked +Challandria +Challll +Chalva +Cham Cham +Chamariapero +ChamberBeast +Champ +Champ Ryan +ChampGaryOak +Champagnole +Champiion +Champion910 +Championship +Championz +Chance2Skill +Chanced +Chancellor +Chancie +Chandler737 +Chando +ChangWu +Change +Changebear +Changes +ChangrOfName +Chanios +Channel +Channon +Chaos +Chaos River +ChaosBandego +ChaosCleric +ChaosD00M +ChaosGIM +ChaosInbound +ChaosJS +ChaosedElf1 +Chaosfish33 +Chaoslynx +Chaotic Cole +ChaoticH0B0 +ChaoticMoott +ChaoticScorp +Chaotixx +Chaottic +Chaoz +Chap Zachman +Chap em up +Chapels +Chaplain +Chapo +Chapoo +Chapp +Chappe +Chappers +Chapter +Char Zeta +Char lang +CharL-32 +Character252 +Charamio +Charatcur +Charben +Chardonn +ChargeN +Chargez +Chariot +Chariten +Charitonin +Charizardz +Charlez +CharlieFTG +CharlieFine +CharlieOHair +CharlieScene +CharlieTheIV +CharlieWork +Charlieb9 +CharliesFE +Charloi +Charlotta +Charltonb +CharlyDarwin +Charm +Charmey +Charmin12 +Charmos +Charmoul +Charms +Charmy +Charon0 +Charor +Charred Yews +Charrysteas +Chartart +Chase Goals +Chase Jones +Chase Riley +ChaseGuy +ChaseNBake +ChasePP +Chaser959 +Chasing Pets +ChasingDragz +Chasmata +Chasse +Chastised +Chatorbait +Chattanugget +Chatto +Chatty +ChaukletZ +Chauman0819 +Chauska +Chavi +Chaz +ChazMac +Chazzdiddy +ChazzedBangr +Chazzy +Chazzy Paws +Cheah +Cheaps +Check +Check Point +CheckAndMate +CheckRaiseHS +CheckTheWiki +CheckWikiPls +CheckWikiPlz +Checkaaa +Checker +Checkley +Checkmate +CheddLaurent +Chedda +Chee +CheecHnChong +Cheech Blaze +Cheeek +Cheeks +Cheeky +Cheeky Peeky +Cheeky Prawn +Cheeky Tom +CheekyBanter +CheekyCheeto +CheekyDrop +Cheelee +Cheeno +Cheepnis +Cheermancy +Cheers +Cheese +Cheese Borgr +Cheese Slice +CheeseTax +Cheesebubby +Cheeseilton +Cheeseit32 +Cheesteri +Cheeswiz +CheesySweet +Cheesyrice +Cheetas +CheetoRatFan +Cheetu +Cheex +Cheez-Zits +Cheeze Caper +Cheeze Nepz +CheezeOx +Cheezer2000 +Cheezewiz0 +Cheezo +Cheezuz +Cheezyboy25 +Chef +Chef Bu Fang +Chef Malone +Chef Mihali +Chef Peter +Chef Poopy +Chef Special +ChefBoiRJay +Cheff Zaya +Cheffrey +Cheffy95 +Chefs +Cheif +Cheimuu +Cheiquispir +ChelTheNelf +Chelate_D +Chello Sexy +Chellyy +Chelsea Bot +Chelsko +Chelsy +Chelx +Chemanelo +ChemicalFade +Chemleech +Chems +Chen Luu +Chendlar +Chenzooo +Cheomeister +Cherba +Cherisu +Cherno-byl +Chernoblyat +Chernobyl +Cherri Bomb +Cherry +Cherry Field +Cherrydown +CherryxPiex +Chesco +Cheshmate +Chesscape420 +ChessyQ18 +Chessyboi +Chestbrah +Chestbroh +Chester63 +Chesterfi3ld +Chestickles +Chestnut +Chestodor +Chet +Chet Baker +Chet Max +Chet Ripley +Chettos +Chevaliers +Chevrolet +Chevron +ChevyB1998 +Chew +Chewbacca No +Chewbakkaah +Chewby +Chewby Lt +Chewed +Chewitt88 +Chewy +Chey +Chi hiro +Chi11 Wi11 +ChiCity +ChiIdo +ChiLongQua +ChiamataM +Chibattagreg +Chibber +Chiboubo +Chicanery +Chiccbacca +ChichaBabby +Chichhuve +ChickeNOG +Chicken +Chicken Cat +Chicken996 +ChickenRings +Chickenelli +Chickenneth +Chickens Inc +Chickensnout +Chickerolies +ChickinNugie +Chico Bean +Chico Cool5 +Chicold +Chicopee +Chid Heredit +Chie +ChieFbLuntz +Chief +Chief Checka +Chief Gordy +Chief Herres +Chief Otaku +Chief Seneca +Chief Sound +Chief Toxine +Chief812 +ChiefBobert +ChiefSmakaHo +Chiefss +ChieftonP +Chiekz +Chiester 45 +Chigginwangs +Chiiiraq +Chika +ChikenLiro +Chikinbone +Chiksan +Chikupa +Chilasr +Chilaxinman +Chilcos +Childhoods +Childish +Chilgamesh +Chili +Chili Pepper +Chili Popper +ChiliTurd +Chilibean +ChilidogBank +Chilidoger +Chilipupper +Chill +Chill Mate +Chill Maxxy +Chill Zege +ChillAssGuy +ChillHill +ChillScape +Chillagalet +Chilled +Chilli +Chilli Ramen +Chilli dong +ChilliPesto +Chilliam +Chilliburns +Chillmitch +Chillrend +Chilly +ChillyPolarB +ChimJongUn +Chimbilin +Chimera364 +Chimire +Chimmy +Chimneybob +Chimp10n +Chimpywimp +ChinStar +China +ChinaInBox17 +ChinaSupaman +Chinanumber1 +Chinchompin +Chinchonkerz +Chinchoopa +Chinegroe +Chingie +ChingwaChing +Chinley +Chinolc +Chinook Bram +Chinquila +Chintan +Chio Bu +Chionophobia +Chip +Chip Black +Chip Skylark +ChipRain +Chipotl e +ChippedHam +ChipperyChip +Chippy +Chippy btw +Chipsbok +Chipsncrackr +Chipster321 +Chipz +Chisa +Chisels +Chiswick +Chitus +ChivZz +Chiw +ChixDigTbows +Chiyo-Father +Chizle +Chizzet +Chkn +ChloeTragedy +Chloemacmate +Chloes +Chloramine +Chnce +ChoNaWiadro +Chob +Choccazz +Choche +Choco Flex +ChocoMeteor +Chocoblow +Chocobo +Chocobos +Chocomalo14 +Chocys +Chodemate +Chodless +Chofl +Chohanzzz +Choi +Choicess +Choke Daddy +ChoklatMoose +Chola +Cholesterol +Chom +Chombe +ChompVonDile +Chompadile +Chompakilla +Chompy +Chompy chick +Chompys +Chon +ChonYee +ChonerScaper +Chongsy +ChonkPenguin +Chonksta +Chonky Duck +Choobage +Choobcob +Choochy +Chooks +Choomb +Choooooooch +Chop +Chop Rips +ChopSthix +Chopemania +Chopin +ChopinDolphy +Chopinaway +Choppa +ChoppinWork +Chordes +Choreboy +Chornflakes +Choronzon +Chosen +Chosh +Chow +Chowfun +Choybin +Choz +ChozenGod +Chozen_Azn +Chozo +Chozo Lite +Chozo Statue +Chqse +Chr Mck +Chr0nl +Chranic +ChrdyMcDenis +Chri5ty +Chriiiis +Chriisgg +Chrimon +Chris +Chris F +Chris JR +Chris Luxon +Chris P3 +Chris Slays +Chris xD +Chris0527 +Chris1f +ChrisCleans +ChrisFate +ChrisHanson +ChrisKringle +ChrisOnTilt +ChrisTheUnit +ChrisThomps +Chrisadk +Chrisha +Chrishowe +Chrisible +Chrisjay +Chriskies +Chrisob +Chrisog +Chrispy +Chrispy-sama +Chriss +ChrissPIBass +Chrissy +Chrissy Tooh +Chrissyx +Christ +Christ an +ChristFarley +Christiannnn +Christidog +Christlan +Christmonkee +Christoffer +Christoker +Christopher +ChristyCloud +Chrisxmas +Chriz +Chriz297 +Chrizzoz95 +Chrl +Chroist +Chromadorr +Chromalox +Chromatica +Chromi +ChromieOX +Chromixe +Chronepsis +Chroner +Chronic +Chronic Jack +ChronicChris +Chronicflame +ChronnerBro +Chrono Aeon +ChronoKiller +Chronoburn +Chronomancer +Chronorage +Chronos +Chronosanity +Chrostopher +Chrunndle +Chrusee +Chrysaorr +Chrysaros +Chryserys +Chub +Chub n Tuck +Chubafet +Chubby +Chubby Nomad +Chubs-Magee +Chubsy Bubsy +Chuchin +Chuck +Chuck Hoots +Chuck Prime +Chuck truck +ChuckChan +ChuckDogg +ChuckMeDaddy +ChuckNat +ChuckSpedina +ChuckTesta +Chuckerberg +Chucky +Chuda007 +Chug +Chug Butt +Chug KoolAid +ChugMyPPot +Chugg Jugg +Chugga +Chugger +Chugging +ChumSlugger +Chuml +Chump +Chumpingham +ChunchuloX +Chunetops +Chung +Chung us +Chungus-kun +ChungusClam +Chunk +ChunkiCinni +ChunkmanFYB +Chunksy +Chunky Nan +ChunkyGimp +Chunkybudda +Chupa +Chupperino +Chur Broo +ChurchMouse +ChurchTuring +Churchfield +Churchieboy +Churd +Churlrunone +Churnin +Chuzyz +Chvrles +Chxmpanzee +Chyky +Chyna +Chyurr +CiSCii +Ciamballer +Ciaphas Cain +Ciastkowy +Cic321 +Cicely +Cicero +Cici +Cicindelinae +Cider +CieloQueen +Cigarettez +Cigblaster +Cigggy +Ciggitybutts +Cighan +Cignii +Ciji +Cim +Cimakas +Cimelia +Cinamin +Cincinnatus +Cinderal +Cinderhulker +Cindirty +Cinemaxxin +CinmarRS +Cinoxe +Cinqoo +Cinquain +Ciomsa +Circle Pea +CircleStrafe +Circleone58 +Circomcised +CircularSaw +Circumflexx +Circus Clown +Circuz +Ciresidnal +Cirexi +Cirez +Cirmit +Cirn0 +Ciroren +Cirrus Virus +Cirth +Ciryatur +Cisco +Cisk +Cisplatin +Ciszak1996 +Cit Funt +Citadel +Citadel Wyrm +Citate +CitizenTay +CitrusLemons +CitrusTree +City +City Limits +City Morgue +City Perks +Civeo +Civz +Ciziin +Cizre +Cizzakillss +Cjg117 +Ckale +ClGARO +Cla ws +Claca +Claco +Claiborne +ClairDeLune +ClaireFarr0n +Clambam +Clamburglar2 +Clan thmoker +ClanChats +Clan_Daddy +ClankImaTank +Clannyy +Clanworld +Clap3d +ClapMaster4K +ClapMeMommy +ClapYouDown +Claptrap +ClarKah +Clardy2 +Clarisse +Clark C +Clarkey BTW +Clarky +Clasherz +Clasico +Classic +Classic Max +ClassicTrap +ClassicVibes +Classically +Classickxd +Classsikh +ClassyCod +Claudenstein +Claudiu +Claw +Clawdius +Clawsie +Clay Nasty +ClayNugget +Claymor +Claypops +Clayters +Claytn +Clayton +Clazerbeam +Clean +Clean Dishes +CleanSleeve +CleanedBown +Cleann +Cleanst +Clear +ClearEyes +Clearly +Cleatis +Cleaver +CleaverGreen +Cledos +Clefable +Clefairy +Cleg Drop +Cleible +Clem +Clem585 +ClemFandango +CleoTehCat +Cleopatraa +Cleoxc +Clerric +Clethbery +ClevelandOH +Clevey +ClexOrie +Cleyra +Clff +Cliche +Click +Click Bosses +Click hero +ClickAndChil +ClickB8 +Clickbait21 +Clicks0nMobs +Cliffder +Clifferd +CliffyOG +Cliffyy +ClimateChang +ClimberAZ +Clingy +Clinician +Clinicwater +Clint +Clinttt +Cliphanger1 +Clipper +ClipseZ +Clipz +Clipz Ahoy +CliveTrotter +Clix +Cload +Clockwise +Clod +Clogged King +Cloggin +Clogging +Cloistered +Clone +Clone bone +ClosedLoop +Closertohell +Closeshots +Closofy +Clotert +ClottedCream +Cloud +Cloud Cover +Cloud Els +Cloud Griega +Cloud Nine +Cloud Stairs +Cloud Surge +Cloud y +Cloud1K +CloudSoftass +CloudT +Cloudhill +Cloudi Boi +Cloudjumper9 +Clouds +Clouds_Song +Cloudy +Cloudy Boi +Cloudy Sleep +Cloudy Wolf +CloudyOcean +Cloudys +Cloudystrife +Clouted +Clovie +Clown +Clown Around +Clown0164 +Clownfart7 +Clryy +Clss +CltRain +ClubBruggeKV +ClubWolf +Clue +Clue More +Clue Relic +Clue box +Cluebringer +Clueful +CluelessKook +Cluer +Clues +Clues Hunter +Clumpey +Clumsy +Clunker +ClutchFlipsy +Clutchy +Clyde Cooter +ClydeBarrow +Clynelish +Clyps +Cmallz02 +CmarBeast +Cmndrcool222 +CmokinSrack +Cmon +CmptrGmr +Cnbl +Cnhil +Cnr +Cnwalker +CoFlack +CoKMcGay +CoX Mentor +CoX ToB ToA +CoXAcc +Co_do_blyat +Coa +Coach +Coach Trip +Coach Wright +CoachJal +Coachsharter +Coal +Coal ore +Coan +Coat Throat +Cob Web +Cobab +Cobalt +CobaltKings +CobbMorty +Cobba +Cobplacecow +Cobra +CobraChickn +Cobreu +Cocajumba +Coco +CocoGetsLoot +CocoaPuff +CocosLilSimp +Codai +Code +Code Mellow +Codemax +Coder00d +Coderedcfc +Coders +Codfish808 +Codi +Codonz +Cody +Cody Smith +Cody The IM +Cody The M +CodyBeaumont +Codys Nuts +Codyx +Coeeyyy +Coekebakker +Coenzyme +Coex +Cofeni +Coffaholic +Coffe277 +Coffee Latte +Coffee Love +Coffee Robot +Coffee94 +CoffeeAndExp +CoffeeBarrel +CoffeeIsBest +CoffeeKitty +CoffeeMafia +CoffeeQ888 +CoffeeSlayer +Coffey +Coffin Cape +Cogelon +Coggle +Cogstyle +Coheed +Coherent +Coilman +Coin +CoinToss +Coinism +Coipo +CokeHogan +CokeShoveler +Cokebro +CokedPepsi +Col10 +ColVolgin +Cola +Cola Flesje +Colaboks +Colb y +Cold +Cold Bowl +Cold Ham +Cold Hash +Cold Hemp +Cold War +Cold1 +ColdReign +Coldhound591 +Coldpiee +Coldraze +Coldrootbeer +Coldshop +Coldstream +Coldvayne +Coldvepz +Coldwar +Coldwoods +Cole10083 +ColeEleven +ColeQuil +ColeVeryBakd +ColectionPog +Colee +Colei +Coleus +Colgate777 +Colienergia +Colin +Colins +Colivanov +Collan33 +CollectMemes +CollectibIes +CollectionIM +Collectively +Collector of +Collega +Collier +Collierss +Colliflopter +Collin892 +CollioKey +Colom +ColonColitis +Colonel +Colonello +ColonialDank +Colonne +Color Climax +ColorBlindHC +ColorMeBlind +Coloradodo +ColorfulE +Colossus 5 +Colossvs +Colt +Colt trigger +Coltan +Colthound +Coltn +Coltrainz1 +Coltsfan1996 +Columbot +Columbus175 +ColumbusCrew +Colxman +Colzy +Coma +Combaed +Combat Phase +CombatStudy +Combatking13 +Combibo +Comboed +Combos +Come +Come Loads +ComeAtMeBruh +Comet +Cometz +Comex +Comfort +Comfortably +Comfy +Comfy Butt +Comfy hug +Comic +Comic Books +ComicalBust +Comicmaster0 +ComingHome +Comiya +Comlidor +Comm Zilyana +Command Grab +Commander Fh +Commander Ra +Commas +Commiefornia +Common +Common Drop +CommonGinger +CommunistMoo +CommunistPig +CompactSugar +Companiion +Companion +Compd +Compe +Compgeek +Compilacion +Complain +Complete +CompleteAss +CompleteSpud +Completes +Complex +ComplexTree +Complextro +Composing +Composites +Comptons +Compy +Compyclon +ComradSergey +Comrade Hanz +ComradeCas +ComradeCovid +ComradeMule +ComradePugs +Con JD +Con Safos +Con ner +ConKlave +ConaAmadora +Conaizy +Conal +Conceited +Concentrates +Conchrist +Concritus +Conductor4 +Cone01 +Conedinho +Confederacy +Conficker +Confidentiel +Confined +Conflamit +Conflate +Conflict +Confuze +Congest +Congetus +CongiestMunt +Congra +ConicLight +Conjay +Conjo +Conman +Connavar +Connee +Conner +Conner OK +Connerr +Connerxx +Connor M +Connor xv +Connzy +Conor +Conor J +Conor07 +Conpetgrebe +Conqo +Conquar +Conquers +Conquestions +Conquestti +ConradK +Consan +Considerable +Conskis +ConstantZero +Constantnips +Constellar +Constence +Constricted +Constructeur +Consumption +Contaminate +Contant Geld +Contendedd +Conterfeit +Contes +Contrabant +Contract M +Contradicted +ControlAll +Controller +Controlllers +ControneX +Contyy +Conventicle +Converter +Conway +Conydriving +Conyon +Conzila +Conzine +Coob Lad +Coogs +Cooj +Cook4everu +Cookdaburra +Cooked Chook +Cooked Sinus +Cookedvomit +Cooki3Crumb +CookiMan +Cookie +Cookie Cake +Cookie O_o +Cookie904 +CookieKid00 +CookieSpec +CookieV3 +Cookiers +Cookiezi +Cool +Cool Raccoon +Cool Yak 496 +CoolAssName +CoolG WC +CoolNameBrah +Coolair +Coolavatar1 +Coolboy_cal +Cooldesert2 +Coolest91 +CoolestCow +Coolio +CoolmanCool +Coolmanafo +Coolminer685 +Coolmintoreo +Coolmonkey50 +Coolsniper +Coolster +Coolxkidz +Coom +Coomcoomber +Coonrade +Coopa +CoopaTroopah +Cooper +Cooperative +Coopr +Coopsz +Coors Light +CoorsRight +Coorsy +Coos +Cooter +Cooter Kick +Cootie +Coozn +Copytopy +Coquettish +CorCam +Corabex +CoralCastlez +CoralFire +CoralReef +Corbi +Corbula +CorbyTheLad +Cord +Core OS +Coree +Coreey +Coreling jr +Corena +Corey +CoreyCarlaw +CoreyNKH +Coreyeroc +Corgi +Corgi Puppy +CorgisIron +Corgo +Corinnna +Corizz +Corleone +Corley +Corn +Corn x Holio +Cornbuddy +Corndoq +CorneliusIII +Cornflake +Cornie +Cornilius +Cornish +Cornwall94 +Cornwalll +Corny10k +Cornye +Corona +Corona Bat +Corona Case +Coronad1 +Corp +Corp Scape +Corp09RS +CorpLeecher +CorpRng +CorpSlapper +CorpToMax +Corping Bro +Corpletics +CorporalWolf +Correy Lahey +Correyyy +CorruptDingo +Cors +Corsa +Corsetti +Cortes +Cortex +Cortica +Cortistatin +Cortsen +Corun +Corvanjer +Corvisquire +Corvitolis +Corvo +Corvoo +Corvus +Corvus enca +Corwin +Corydonn +Coryy +Corzappy +Cos A Nostra +Cosaintus +Coseph +Coshie +Cosmic +Cosmic Booty +Cosmic Star +CosmicPebble +Cosmiclaws +Cosmog +Costa +Costah +Costcutters +Costi +CostlyOne +Costom +Costs +Cotched +Cotopaxi +Cotstini +Cottee +Cotton +Cottrell +Cotty2Hotty +Couch Frame +Couchie +Coughey +Count 2Three +Count Cranz +Count Dookie +CountCuckula +CountDrugula +Counterspell +Countries +Country +Country Song +Countwert +Coupland +Coures +CourtnyGears +Couscous +Cousin +Cousins +Couzens90 +Cove +Coventrians +Coventry +Covert +Covert Blade +Covid +CovidFree +Covvboyz +Cow Door Mat +Cow Foo +Cow Pet +Cow Tongue +Cow Wizard +Cow395 +CowChum +CowMr101 +CowSalsa +CowVein +Cowa +Cowabungalow +CowboyK1ller +CowboyKaroo +Cowdenbeath +Cowlories +Cowrat +Cowsburp +Cowtongue +CowzGoMoopy +Cox out boys +Coxed +CoyieGod +Coz +Cozmic_Raven +Cozy +Cozzza +Cpl Gaz +Cpl Seeder +Cpt Doobie +Cpt Fail +Cpt Kokopuff +Cpt Mellow +Cpt Mina +Cpt One Eye +Cpt Pepe +Cpt Pop Tart +Cpt Shanks +Cpt TRICKS +Cpt Unclutch +Cpt Wally +CptAceRimmer +CptKyle +CptRileyy +CptRom +CptSankara +CptSmackAHo +CptUzu +Cptainseveto +Cptn +Cptn Jack +Cptn Murica +CptnBuckaroo +Cpunek +Cqrl +Cr o +Cr0be +Cr0codile +Cr0z +Cr4zyLuck +CrAzY HoRnEt +Crab +Crab Emoji +Crab Jazlo +Crab Leaker +Crabalt +Crabby +Crabcore +Crader +Craft +Craft Brew +Craft Guild +CraftPure +Crafter Jr +Craftes +Craftsmen +Crafty +Crafty Man +CraftyRunes +Cragyl +Craig +Craig Dawson +Craighead18 +Craizy 8 +Craizy9 +Crakced +Crammerr +CranadosX +Cranberry +Crangus +Crank +Cranke +Cranky +Cranky Cows +CrankyScream +Crantock +Crapicorn +Crapping +Crappy Luck +CrappyScape +Craqers +Crash +Crash Crann +Crash Cymbal +Crash Site +Crashbot +Crashendo +Crashticles +Crateapa +Crateaqa +Cratzi Duhuh +Crave +Crave Me +Crave to Max +Craw +Crawfish +Crawl2033 +Crawn +CrawsBow +CrawsMain +CrayQuaza +Crayons +Crayy +Crayzee +Craze NL +Crazed Man +CrazedAfro +CrazedAgain +Crazedmonkee +CraziKido +Crazie +Crazy +Crazy 859 +Crazy Canada +Crazy Sam +Crazy Skull +Crazy5115 +CrazyDieMan +CrazyDryMan +CrazyDutchy +CrazyIron85 +CrazyShrimp +CrazyStuff +Crazya0 +Crazyb00b +Crazyhalo +Crazys +Crazystevee +Crazytree +Crazzy +Crazzy Ivan +Crcsh +CreaMiJeans +Cream +Cream City +Cream Guzzle +Cream21 +CreamFreesh +CreamingPies +Creamp +Creamy Fella +Creamy Whole +Creasential +Creat Steal +Create +CreateNoPain +Created +Creating6 +Creator1212 +Creator409 +CreatorJR +Creaturree +Creazy7 +Crecker Fux +Crecket +Credibility +Credito +Creel +Creenen +Creepy +Creezy +CreightonRS +Crem Fraiche +Cremator +Crenoc +Crescent +Cressp +Cresss +Creston fftp +Crevis6 +CrewDoe +Crewcial +Crickets +Crickss +Crier +Crimewave +Crimeway1991 +Crimin +Criminaldmge +Criminalised +Crimp +Crimson +CrimsonCow +CrimsonDDS +CrimsonJayce +CrimsonLily +CrimsonRogu3 +CrimsonScape +CrimsonTide +CrimsonU +CrimsonWic +Crimsoncaim +Crimz0n +Crinath +Cringy Grump +Cringy af +CrinsomX +Cripler +Cripple +Crippled +CrippledKev +Crippler +Cripty +Cris +Crisby +Crispiessss +Crispy +Crispy Bac0n +Crispy I +CrispyBreast +Crissco515 +CristalAlken +Cristierra +CriticalX +Criticizer +Critter J +Crittx +Crixos +Crixus x +Criyosphinx +Crna +Crna Gora +CrnerMcGregr +Croc +CrocDanDee 1 +Crocalu +Crocketeere +CrocoMaster +Cromeh +Croney +Cronsus +Cronus +Cronz +Croogus +Crooked Path +Crooklyn +Crooshtwoost +Crosby Alt +Crosem +Cross +Cross Me +Crosswinds +Crouchling +Croupz +Crow +Crow Mn +CrowBox +Crown +CrownConvict +CrownRoyal84 +Crownescent +Crowride1873 +Crowther +Croww +Croxy +Crozier +CrspyPigeon +Crudelismo +Crudivore +Crue Xena +Cruel Cub +Cruel Irony +CruelVictory +Cruelcanary +Cruixiote +Crumbledoor +Crumblers +Crumbways +Crunch7O4 +Crus ty +CrusH-HK +CrusadeKlr +Crusadershot +Crush Depth +Crushed +Crushed Guam +Crusher9783 +CrusherWake +Crushersun +Crushertaco +Crushs noob +Crust Cape +Crustie +CrustyDuckr +CrustyPusy +Crustysnot +Crux +Crux da King +Crux25 +Cruxyy +Cruzty +Cruzzetbuzz +Crwfrd +Crxk +Crxsty +Cry +Cry0nman +Cry4help +CryIs0gp +CrySupply +Cryge +Crygechamp +Crying +Crying Cutie +CrykeeOwO +Crynceps +Cryo +Cryo Chamber +Cryogen +Cryogenica +Cryogenica 2 +Cryogenist +Cryorah +Crypthead +CrypticSlays +Cryptling +Crypto +CryptoKitty +CryptoMellow +Cryptonomico +Crypzor +Crysaki +Crysh +Crystal +Crystian +Crzy Mia +Crzyarab +Csajka +Csk x +Cssy +CtCandyRandy +Ctclaire999 +Cteel +Ctep31 +Cth ulhu +Cthrek +Ctrengereid +Ctrl +Ctrl F +CtrlAltDel x +Cuada +Cuat3 +Cuatche +Cuattr0 +Cub Will +Cuba Sybre +Cubans +Cubed +Cubet +CuckChuck +CuckW +Cuckgex +Cucumbers +CudddlyBear +Cujoh +Culemborg +Culinair +Culls +Culltist +Cultured +Cultzy +CumHeretic43 +CumanderZili +Cummy Sigil +Cumpaska +Cunnavathing +Cunny +Cuno +Cuolua +Cuong +Cup Noodle +Cup Of Chai +Cupaplayer +Cupcakess +Cuppalimmy +Cuppi +Cups +Cupthebooty +Curaga +Curble +CurdTuttrboi +CuriPolymath +Curll +Curls +Curlx +Curly +CurlyTwist +Currancy +Curry Storm +Curryleaf +Curse +Curse on me +Cursed +Cursed Chump +Cursed Nm +Cursed Side +Cursed ll +CursedOwned +CursedRNG oO +Cursedpotato +Curt +Curtis Jones +Curve +CurvedHorn +CurvyChcken +Curzonn +Cushco +Cushdy +Custom +Custom Jr +Custom Sock +Custom TK +CustomGFX +Cute +Cute Cat lol +Cute Paunch +Cute n o o b +CuteClit +Cutegirluwu +Cuti +Cuties +Cuttableedge +Cutting edge +Cuttl +Cuttle +Cutty Sarks +Cuuap +Cuult +Cuz im Jones +Cuz im jesus +Cuztom +Cuzzo94 +Cuzzu +Cvanz +Cvbgn +Cvrkster +Cvrsn +Cw90 +Cwab +Cwazza +Cweavy +Cwer +Cwick +Cwioktopus +Cxffee +Cxld +Cxnnor +CyaCyaCyaCya +Cyal8rnub +Cyan +Cyan Ablaze +Cyasoon +Cybb +Cyber Mind +Cyber n Bug +Cyber172 +CyberJesus +CyberSlave18 +Cybernautron +Cybernike +Cyberpope +Cyborg Musk +CyborgHex +Cybron +Cycling +Cycling Road +Cyclogy +Cyclone2498 +Cycloner5 +Cyclopedia +Cyclops +Cycolon +Cygni +CykPyk +CykaNuggetzz +Cyldan +Cym +Cymatics +Cymbaline +CymricCat +Cyn2k +CynAcolyte +Cyncess +Cynda +Cyndaquiill +Cyndee +Cyndrakial +Cynhi +Cynic +CynicalSilas +Cynocephali +Cynognathus +Cynosure +Cynox +Cynthaen +Cyodot +Cyous +Cyox +Cypersilver +Cypher Blue +Cypress +Cypress H1ll +Cyralx +Cyrax +Cyrax314 +Cyriel +Cyrodiil22 +Cyroenix +Cyruscomrad +Cytain +Cytryn7 +Cyuh +Cyum +Czacha +Czar +Czar I +Czar Trump +Czechmate +Czha +Czivend123 +Czk +D A I J I N +D A L M +D A M 0 +D A M I A N +D A M N L0L +D A N G I T +D A N N Yy +D A T H I T +D B A +D B Z pker +D Blo +D Clawz +D Darkblader +D Derbles +D Dragon124 +D Duberstein +D E C O +D E F Q 0 N +D E F Q O N +D E R P +D E V I N +D F U Q +D I Q +D I R T Y Ko +D J Diddles +D Long +D M T Elves +D O D +D O M M E L +D R 6 K E +D R l Z Z T +D Rack4 +D S A V +D Squarius +D U R K +D Wilson +D Wreck +D a mo +D a r t s +D a rk +D a u t o +D a v i d +D amz +D arking +D arkoz +D as +D ashing +D avey +D axe +D db +D ebol +D ecimate +D eej +D eek +D eep +D eez +D en +D enial +D entist +D i l a n +D i x o n +D i zz y +D iesel +D iizzy +D imi +D imitri +D onda +D onger +D oo l ey +D op e +D utchgr +D-D-A +D00DLES +D00dey9 +D0CTOR +D0GS0NG +D0NE0 +D0NPABLO +D0PESIC +D0any +D0inkleberg +D0lNK +D0llynho +D0n vi0lad0r +D0nte +D1APAM +D1GG00BIITTI +D1P +D1ZZY +D1ngu5555 +D1no +D24L +D2Aina +D2nzo +D2theOnTRUMP +D3 Washup +D33L1N +D3ATHBYPI3 +D3ATHVENG +D3C +D3C0D3D +D3DW8 +D3IVY OSRS +D3VONSHIRE +D3ZZi5 +D3ceptions +D3precated +D3thbyzebra +D3v1lBoy +D3vilmar3 +D3zert +D4H4EK3YSM +D4TE +D4VO +D4n0118 +D4ng3r Suca +D4nkmemel0rd +D4nnyy +D4rels +D4rk +D4rth +D7NNY +D9 +D9R +DA ODB KIDZ +DA0IST +DA3N33RY +DA4N +DAD563884271 +DADDYS IR0N +DAHDB +DARCHANG3L +DARGON +DASH +DAWGPOUND +DArtspret +DBA Paulo +DBKangaroo +DBO90 +DBOL TRICEPS +DBUZZ +DC Flubber +DC-8-51 +DCreek +DD 214 +DD G +DD2I4 +DDAlt +DDSurWrists +DDandy +DDoS Wildy +DDune +DEFENDPOPPNK +DEFlNE +DEM0L +DEM0NIC +DEPRINS +DESPA SIITTO +DESPAlRGE +DESTYLAT +DFez +DG 00 +DGAF +DH Marker +DH btw +DHIBZ +DHSC4EVER +DHally +DHlN +DHoShow +DIDZZ +DIETDRDIET +DINGO SCUM +DIORITIC +DIORITlC +DIRTYags +DISAPRIN +DITMANM0DE +DIVINExNOVA +DIY Ele +DIY Jamie +DIY Salsa +DIY Shane +DIY Steo +DIYIronFeBTW +DIYRevelled +DJ Bop +DJ Cranston +DJ Heiko +DJ Korsakoff +DJ Llama +DJ Pen is +DJEDDIK +DJK Daniel +DJKALLE ANKA +DJKrampz +DJMileyCyrus +DJMuscleBram +DJOFULLIN +DJSeinfeld +DKHo +DKJN +DMM 2 07 +DMM Gp Swap +DMM Ryu +DMT Dad +DMT Satan +DMTDAN +DMTe +DMagnum 10 +DMessengerS +DN Atro +DN20 +DNFL +DNLD +DO0FY +DOGELII +DOITESTEVEN +DON FIJI +DON VALTEE +DONG GOLEM +DONJOHNNNY +DOOMBRlNGER +DOOMSlayer +DOSNE +DP776 +DPRNS +DPS Disciple +DPvM +DPvM Jordan +DQ9 +DR PAAAK +DR VABA +DRAEG0 +DRANG3 +DRD31 +DRFL +DRGNSLAYER85 +DRIEST RNG +DRL0NGD0NG +DRLGspace +DRNKN DWARF +DROPPEDITALL +DRTY +DRUNKIDIOT +DReelest +DRegi +DS Stolen +DSHeavy +DStat +DStroud +DSyndrome +DT5 +DUMB +DUSKBLADEL0L +DV 8 +DV trekpik +DVa +DW Gunthie +DW24 +DWlGHT +DXQIWOL +DXXM +DYao +DZ o_o +Da Bomb 149 +Da Buddah +Da Iron Jedi +Da Man 65 +Da Nils +Da Puppy13 +Da Sniper007 +Da T Virus +Da d dy +Da t +Da then bh +Da1ton +DaBears +DaBoz +DaBurg +DaCatBeam +DaCigarMan +DaCuddy +DaCult +DaDangus +DaDude +DaFatManDan +DaFeesh +DaHumanClown +DaIronBooty +DaIton +DaJaVu +DaLegendary +DaPootz +DaRKi +DaSernet +DaSheepFtClb +DaTr3w +DaVinciss +DaaChronic +Daaak +Daallas +Daan +Daanilio +Daanncorr +Daavos +Dab Thirty +Dab then pvm +Dab0mba +DabANOMICS1 +DabDabDan +DabInMyEye +DabTornado +Dab_nScape +Dabbadank +Dabbe +Dabbers +Dabbie Duck +Dabbin Dolo +DabbinDonut +DabbingBrb +Dabe +Dabe Sucks +Dabei +Dabomb 13 +Daborn92 +Dabos Weenie +DabsWithDan +Dabsmoke +Dabsncats +Dabsndogs +Dabton +Dabvape420 +Dacaedia +Dacc +Dachowski +Dackel +Dackenerino +Dacune +Dad Goals +Dad Sean +DadBurrys +DadGoingMad +DadLeft +DadRanarrWay +DadamoSte +Dadbackward +Dadbackwards +Dadbod4lyfe +Daddaforce +Daddy +Daddy Bundy +Daddy Chaman +Daddy Chubs +Daddy Danger +Daddy Dead +Daddy Drow +Daddy Oreo +Daddy Smit +Daddy Spoon +Daddy Yurdle +Daddy sandro +DaddyDeagz +DaddyDylo +DaddyLemming +DaddyMac +DaddyMars +DaddyNemmy +DaddyPig406 +DaddyTowel +Daddyfied +Daddyplease +DaddysLoad +Daddyspie +DaddyyDong +Daddyz +Daddyz Clean +Dadevil1616 +Dadfield +Dadi415 +Dadorii +Dadosaur +Dads +Dadukez +DadurQa +Dadyankee3 +DaemonGunner +DaemonTool +Daemonmage +Daemonrds +Daenrys +Daep +Daewolo +Daeyalt Ess +Daeye +Daez 95 +Daf Arch +Dafetsch +Dafney +Dafo322 +Daft Punked +DaftDemon +DaftPun +Daftmoul +DafttPunk +Dafuggg +Dafy +Dag DaLooter +Dagannot hs +Dagannuts +Daganoth Rex +Dagathar1 +Dagburn +DaggaNOTKlNG +Dagger93 +Dagggg +Daggou +Daggz +Dagin +DagkingV2 +Dagnel Daddi +Dago +DagobertTT +Dagoth Vemyn +Dagsi27 +Daguar +Dahlareen +Dahls +Dahlson +Dahmonkey +Dahrmata +Dahrr +Dahumbug +Daijoukay +Daiju Spede +Daiktusrenku +Daileee +Dailiana +Daily Grind +DailyDoomer +DailyDosage +DailyPog +DailyScape99 +DailySharts +DailyShelfer +Dailytoker +Dain +Dainius +Dains +Daipers +Dairychuk +DaisOfHavoc +Daiseido +Daiski +DaisukeJigen +DaisyApple +DaivdFW +Daiw +Dajmkryss +Daka +Daka Alt +Dakai +Dakay +Daklozenkrat +Dakotas +Daksu +Dal3y +Dalacks +DalaiLlama +Dalanes +Dale Dobec +Dale G +Dale HC BTW +Dale Winton +Dale1612 +Daleferd +Dalejamesw +Dalek +Dalek Cookie +Daley_Dose +Dali176 +Dalkz +Dalls Beep +Dalmatian +Daloomi +Dalrak +Dalski +Daltficiency +Dalton +Dalton4theft +Dalton_LB +Daltonnn +Dalundo +Dalzii +DamDude +DamSplash +Damage +Damarquis +Damberson +Damen +Dameon xd +Dami +Dami-an +Damiaen +Damian_Xx +Damish +Damlotz +DammitHarry +Damn Evil +Damn God +Damn its Sam +DamnItHarlod +DamnSexy +DamnViton +Damned +DamnedDaniel +Damngoodsoup +Damni t +Damo +Damo is free +Damon +Damp Memes +DampBucket +DampForklift +DampMongot94 +Dampener +Damzos +Dan Bad +Dan Craig +Dan Daoud +Dan Gleesac +Dan H +Dan M +Dan S +Dan xo +Dan-Reijden +Dan120201 +Dan452 +Dan646464 +Dan91 +DanAsker +DanAye +DanBTW +DanChan1101 +DanGreenFan +DanGur27 +DanMaxd +DanMingo +DanO_o +DanOfCumelot +DanPJ +DanRickshaw +DanTheM4N +DanTofoo +Danboy +Dance +Dance for XP +Danced +DancingForGP +DancingRa1n +Danco +Dandrikis +Dandwc88 +DaneDaddy99s +Danea +Danelele +DanernesLys +Danex85 +Dang +Dang It +DangFloopity +Dangelboi +Danger Swign +Danger Zoneh +DangerBear +DangerGlutes +Dangerouz +Dangeruss +Dangerxi +Dangerz0ne15 +DangitBobby +Dani +Dani Cute +Dani D +Dani Dark 0p +Dani007 +Dania +Danieelius +Daniel +Daniel Mcc44 +Daniel OSRS +Daniel12xx +DanielSumtin +Danielbisgod +Daniella +DanielleOfc +Danielmcken1 +Daniels +Danielwat +Daniiieell +Danijenn1211 +Danilin +Danimal +DanisH96 +DanishAdonis +DanishGoat +Danje +Dank +Dank Chef +Dank Exp +Dank Perp +Dank Tigzy +DankDylShpil +DankMagic +DankSavage99 +Dank_Mcnasty +Dankdank96 +Dankdog +Dankdynasty +Dankey +Dankfool +Dankleburgh +Dankstanky +Danktrees +DankumZ +Danky Kwuarm +Danletics +Danleypa +Danlord3222 +Dann +Dannda +Dannebrog +Dannel +Danney +Danngy +Danniel +Dannk +Dannny +Dannum +Danny +Danny Dubs +Danny Dvito +Danny Mate +Danny P +Danny Pudi +Danny m8 +Danny wtf +DannyDeleto6 +DannyK +DannyKjr +DannyPho +Dannygem +Dannytrol +Dannyw +Danog +Danoj +Danol +Danomeva +Danoontje +Danozz +Danratty +Danrow +Danrue +Dans +Dansayeagle +Danski261 +DanteExitium +Danxdoo1 +DanykaNadeau +Danzai +Danzig +Danzoler +Daofather +Daoko X +Dapper +Dapper Hades +Dapper Jr +Dappest +Dappi +DaquanNiguan +Daquantaro +Daquicker +Darbinism +Darc +Darc Sport +Darcy +Darda09 +Daredevil595 +Dareme95 +Daremo +Dareya2 +DarfPlageus +DarfWantWarp +Darimy +Dario +Dario hax +Darion +Dariukas +Dark +Dark X +Dark Alcyte +Dark Aloy +Dark Curtain +Dark Iron69 +Dark Jaxol +Dark Kadabra +Dark Kill L +Dark Knig ht +Dark Kurama +Dark Peter10 +Dark Rabbit +Dark Ranqe +Dark Side +Dark Specter +Dark Stone66 +Dark Tetrad +Dark Totem +Dark Uzi +Dark Veidar +Dark Wegener +Dark Xarpus +Dark kamui +Dark lll +Dark1437 +DarkAether +DarkEater +DarkElf135 +DarkEmerald +DarkGraceful +DarkHoodGIM +DarkKn1ghts +DarkMerliin +DarkNut393 +DarkOwI +DarkReapingX +DarkReign +DarkWizard +DarkXiphles9 +DarkZulu97 +Dark_Auth +Darkang3lpkx +Darkao +Darkarmy40 +Darkbox777 +Darkbright +Darke Hand +Darkemissery +Darken Devil +DarkenRahlrs +Darker +Darkest Kind +Darkest Syde +Darkfanime +Darkflash15 +Darkgutz +Darkhal +Darkine +Darklord4211 +Darknapster +Darkp0wnz +Darkphil007 +Darkpupitar2 +Darkrai +Darkraven368 +Darkscorpio5 +Darkseance +Darksense +Darksim10 +Darkskiller +Darksn0w +Darksnoweb +Darksocks1 +Darkst4ar +Darkstar078 +Darkturbo +Darktyranno +Darkwrath43 +Darkyr +Darlin g +Darling27 +Darma +Darnic +Darquain +Darras +Darren T +Darrens +Darriann +Darse +Darsehole +Dart Slayer +Darth +Darth Kas +Darth Shiroo +Darth Spade +Darth Val +DarthNevidia +DarthSpliffs +DarthWrecker +Darthe +Darthodium +Darthonion90 +Darthrodger +Darthruneis +Darthshea +Darucell +Darush +Daryl +Darz +Darzix +Darzo5 +Das Idle +Das It Maine +DasGoose +DasReich88 +Daschiva +Dascrez +Dasgirl09 +Daspwn +Dasrx RNG +Daszler +Dat Geezer +Dat2eWoord +DatBoiNibbe +DatBoyLoy +DatGuySteve +DatIronNinja +DatNeck +DatPeko +DatYeet +Data +Data Diddler +Data Privacy +DataDruid +Datadyne +Datames +Datcookie34 +Date +Dathx +Datis +Datoxicate +Dats +Datskai +Datting +Dattos +Datuk +DaturaTrip +Daubs +Daud +Daughters +Daunt +Dauntless +DauntlessXav +Dauth Elda +DavSko +Davaflav +Davai +Davantage +Dave +Dave From Au +Dave Hooray +Dave J +Dave Mario +Dave Senpai +Dave The Egg +DaveAckery +DaveDaBeast +DaveDorvis +DaveLister +DaveYognaut +Davebarbaren +Davedication +Davedude +Davej86 +Daveken +Davesty +DaveyB0nes +DaveyWSM +David +David Co +David Duffs +David Ortiz +David R333 +David007 +David2699 +David4755 +DavidKinaMan +DavidPH +Davidisiscoo +Davidopathy +Davis751 +Davlan +Davo +Davord +Davoron +Davros70 +Davshing +Davu +Dawaj Lama +Dawg Dynasty +Dawkins +Dawn +Dawn Destiny +Dawn Era +Dawn Summers +Dawn Wall +DawnEverbane +DawnSwanMon +Dawna +DawnfaIl +Dawson141 +Dawtrix +Daxidol +Daxon +Daxx95 +Daxxzy +Day Dreams +Day Lightz +Day1ofNoFap +Day6 +DayJarVu +DayOff2JOff +DayStar Turk +Daydrifta +Daye Xero +Daykillz +Dayman_GIM +Daymien +Daynnn +Daysi Darcey +Daystar +Daytrip +Dayuf +Dayveeeee +Dayz of Iron +Dayzd1 +Daz3dnBlaz3d +Daze +DazedDave +DazednConfsd +Dazzler95 +Dazzz +Dbeatz +Dbewt +Dbmx +Dboot +Dbricke +Dbz Pride +Dc B L I N D +Dc Hakkarn +Dc IronMan +Dcaravan +Dced +Dced at Corp +Dception +Dcing +Dday6Jun1944 +Ddestroyer56 +Ddos +Dds4theko +Ddsing +Ddsme +De Algerijn +De Baardman +De Eryngy +De Fishy Guy +De Gennaro +De Hoppert +De Jam +De Krikke +De La Trey +De Marco +De Max +De Mechelaar +De Pette 69 +De Redacteur +De Sam Matie +De monic +De stoutsten +De us +De1icioso +DeAndre +DeDawgTubb +DeEgis +DeFatCactus +DeGiano +DeGreen +DeHijskraan +DeIronMan +DeIronedMan +DeKawika +DeLL +DeLooter +DeLouuu +DePope +DeTrixzz +De_lemme10 +DeaTH +Deacey +DeaconDrew +Dead +Dead Baldy +Dead Bozo +Dead Chilli +Dead Easy +Dead HC Here +Dead Her0 +Dead I Guess +Dead Mum +Dead Policaj +Dead Psyc +Dead Sellout +Dead Ticks +Dead XVIII +DeadDogRed +DeadGhost +DeadKelly +DeadNowM9 +DeadPickle +DeadPower +DeadPuto +DeadRealSoon +DeadSanson +DeadSlice +DeadSmog3 +DeadWife +Deadarrow99 +Deadbeater +Deadblinx +Deadened +Deadfallen +Deadlft +Deadlift +Deadliftjr +Deadly +Deadly Pixel +DeadlyAnt +DeadlyBatz +DeadlyDJ +DeadlyDrinkr +DeadlyHit +DeadlyNecros +Deadman AF +Deadness +Deadpaal +Deadrango +Deadwool +DeadxProof +Deaf +Deaf Person +Deaf RScaper +Deafmau5 +Deafs +Deakien +Deakz +Deal or nah +Dealing +Dean +Dean Jac +DeanRs +Deandelouest +Deantotheo +Deaptic +Dear +Dear Deer +Dear no one +Death +Death Devil +Death Eaters +Death Is Fun +Death Loco +Death Qweef +Death Rainer +Death0fyou +DeathByRC +DeathPanda +DeathPen +DeathSurgenc +Deathbyclick +Deathcloude +Deathcore +Deathduspart +Deathfuzz13 +Deathhope666 +Deathism +Deathit55 +Deathmast333 +Deathomen +Deathrattle +DeathsCaII +DeathsCoffer +Deathscyt56 +Deathstarlol +Deatths +Deb0wer +Debauchery +Debb +Debdu +Debil Missed +Debiruss +Deborla +Debug +Debwani +Deca +Decapacitate +Decard Cain +Decarium +Decath +DecayedWrath +Decca +Dece1ve +Deceive +Decent Drugs +Decerate +Dechmann +Decides +Decim +Decim-san +Decimate +Decius Maxim +Deckiez +Deckler +Declare +Declined +Deco Himself +Decolonize +Decomposed +Decon +Decs +Dectron1 +Ded Ronald +Ded Smithy +DedClicks +DedVittu +DedWilson +DedZap +DedZeppelin7 +Deddo92 +Dedfin +Dedge Inside +Dediabl0 +Dedicated +Dedicated XP +Dedmoo +Dedressing +DedsetLegend +Dedville +Dedzone +Dee +DeeLizard +DeeLuxe +DeeZe +Deedeedee630 +Deedlebees +Deeego +DeeezNats +Deejay +Deeku vaan +DeelDoughs +Deemush +Deep +Deep Medi +DeepInUrMum +Deepika P +Deepinuh +Deepnsider +Deerboy7I7 +Deerhunt03 +Deerkl +Deerski +Deerskin18 +Deevos +Deeyja +Deez Mangoes +Deezima +Deeztroyer +Deezy44D +Defaultbomb +Defaulted +Defeat Evil +Defeater +Defektas +Defelorn +Defence42 +Defensief +Deffi +Defib +Define Pain +Deflexus +Defloat +Deflorator +DefoNotKiwi +DefoNotSpoon +Defog +Deformedhell +Defqonlord +Defrosted +Deft +Deftones +Defund +Defunto2 +Defy Limit +Defyinq +Degak +Deganti Upe +Degas +Degen Darra +Degen Ryu +DegenGod +DegenRetard +Degeneraatio +Degenic Neet +Degenomics +Degradedd +Deguns +DeiAx +Deidera +Deifi +Deimoss +Deinsmeins +Deiron Tyson +Deitonus +Deive +Deiviiz +Deivis +Dejagoo +Dekeyser +Dekkens +Deko +Dekul +Dekylex +Del1nquent +Del4no +DelaIron +Delaey +Delay +Delciotto +Deldeen +Dele +Deleted +DeleuzeSucks +Deleven +Delga +Delger +Delhaize +DeliMeats +Delic +Delicoffee +Delimain +Delirah +Deliyria +Delkku2 +Dell +Dell De Dul +DellaRS +Dellamor +Dellies +Delmar +Delmaro +Delonius +Delphan09 +Delskiii +Delsym +Delta +Delta 516 +DeltaCloud +DeltaEpsilon +DeltaPapa +Deltaskull +Deltawye +Delten +Delusional +Delusionnn +Deluthul +Deluvial +Deluxe5 +Delvex +DemSkillsDoe +Demander +Demboo +Demco +Demerlay +Demetre130 +Demi +DemiGodKempo +DemigodI +Demising +Demmegod +Demolidor +Demon +Demon Albarn +Demon Flare +Demon Plate +Demon RS +Demon1793 +DemonWolf1 +Demon_Matrix +Demonaly +Demonas +Demonboys1 +Demoni +Demonic +DemoniclockR +Demonleader8 +Demonslay335 +Demonteats +Demoted +Dempa +Dempeanut +DempseyRoll +Dempsters +Dempsu +Demyze +Den Bever +Den Duivel +Den Illya +Den1z +DenZelouZ +Denaelc +Dench Bee +Denclosure +Denferok +Denfoe +Denggly +Denglish +Denis +Denix6 +Denizenn +Denkil +Denkue +Denmarkian +Dennaro +Denneny +Dennis +DennisWilbur +Dennisfr +Dennispanda1 +Denny +Dennyispro +Denonweff +DenouncedGod +Denoxite +DenseLayer +Denssoni +Densu +DentalMental +Dented +Dentistry +Dently +DenverHockey +Deny +Deny92345 +Denza93 +Deon +Deoo +Deoxy_19 +Deoxys39 +Depdada007 +DependaAF +Depends +Depenenkal +Depletion +Deplox +Deprimes +Deprimir +Depster +DepthStryder +Deputy Mibo +DeputyDwigt +Der Hungrige +Der Panda +DerPunkt31 +Derbados +DerbyDerbs +Derdel +DerekBarnett +DerekEmKay +DerekWins +Derenity +Derick +Derived Hope +Derk Danger +Derkalurka +Derkila +Derkle +Dermijiny +Dern Swan +Derot +Deroy +DerpCanin +DerpDeezy +Derpmoil +Derptimusbro +DerpyClayDog +Derrick +Derrick Rose +DerrickC145 +Derrik +Derrin +Dertay +Des0rg +Desaus +Descendence +Desconectado +Desear +Desert +DesertAmulet +DesertEagle +DesertFlower +Deserve +Desi +Desigium +Desinger +Desinteresse +Desire +Desk +Desley +Desn1q +Desoroth +Desper +Desperados +Despitous +Despot +Dest +Destab +Destinneh +Destiny Goat +Destr0i +DestroyButts +Destructoid +Desuelle +Desuhmate +Det BabyLegs +DetRedWings +Detain +Detects +Detectum +Determind888 +Detonati +Detone +Detriment +Detrimental +DetroitSux +Deugeniet +Deunek +Deur NL +Deurloos +Deus +Deus Esq +Deus leto +Deus lux est +DeusFerox +DeusXQuinoa +Deuxth +Dev Jacob +DevMoney420 +Devanar +Devb0t +Develinside9 +Develique +Devidedby0 +Devika +Devil +Devil Horns +Devil lnside +Devil9394 +DevilOfheavn +Devildog +Devilege +Devilgod +Devilish +Deviljin583 +Devilman +Devils +Devilsbkb0ne +Devilsjoker +DevinTheDude +Devinchi +Devious +Devise +Devizer +Devo +Devon Btw +Devoted I +Devotion +Devoured +Devourkitty +Devry Cain +Devstated +Devv N +Devvy UwU +Dewa +Dewarping +Dewiro +Dewitten420 +Dewk +Dewrunk +Dewsk1 +Dewts +Deww +Dex Territy +Dexby +Dexderp +Dexlan +Dexter +Dexter Lou +Dexterity +Dexxaz +Dexxtrouss +Dexy Fiend +DexyDean +Deykota +Deyou +Deyron +Deysean +Deyvyejones +Dezerthuntar +Dezi-VII +Dezkor2 +Dezmezz +Deztroyer +Deztroyer 0 +Dezzu +Dflow023 +Dfs Sfs +Dfuks +Dfw +Dgalaga +Dgref +DhRecka +Dhae +Dhaegar57 +Dhaeqriyil +Dhaggz +Dhalsim +Dharek +Dharma Van +Dharoc +Dharok +Dharok 0bama +Dharok Derek +DharokHardOn +Dharokbomber +Dharoker +Dharokz +Dhavy +Dhides +DhingusKhan +Dhon +Dhon Do +Dhor +Dhr Leon +Di vau vand +DiaRelent +DiaThresh +Diabalo +DiabeticKid +DiabeticPhuk +Diabetucus +Diablo +Diablo47741 +Diablosis +DiabolicDead +Diade +Diagnosis +Diagonlane +Diah +Diako +Diako Gyan +Dialga +Diam0nd01 +Diamega +Diamond +Diamond D +Diamond Jozu +Diamond2192 +DiamondScott +Diamondback +Diamonds +Diamonds Jr +Diamonds lit +Diamoniakmep +Diampromidi +Dianakins +DianasaurEgg +Diane +Diapeetikko +Diaper Dan +Diaresta +Diariez +Diarrhea +Diarrhea Tom +Diart +DiaryNoob +Dibbo +Dibbu +Dibidos +Dibidus +Dibsis +Dibsis CoMa +DibtheLegend +Dibudabudi +Dibyel +DiccEat +DicedBrotito +Dicer +Dicey ReRoll +Dicio +Dick Jones +DickNBallin +Dickbruiser +Dickeroo +Dicko +Diclo Force +Dicnar +Dicso +DictatorNL +Did You Fart +Did You Try +DidAnalOnce +DidISayWeast +DidNotDieBtw +DidUJustBgs +Didavoo +Diddle Drip +Diddlybopp +Diddmeister +Didi +Didnt +DidntAsk +Didny +Didsome1say +Die hard 66 +DieAntwoord +Dieby +Died4Hides +DiedRank +DiedSierra +Diedrrr027 +Diegoide +Dien0 +Dieno +Diesel +Diesel Bill +DieselPump +Diet Andy +DietSquid +Dietch +Dieu +Diffindo +Diffy +Dig Bick 420 +DigBicker +DigDaniel +DigOlBick +Digestive +Digger +Diggernick32 +Digghass +Diggy +Digi1al +DigiDestined +DigiFlisp +Digifreak045 +Digironimo +Digit28 +Digital +Digital Age +Digital day +DigitalGamer +DigitalKillz +Diglett Dave +Dignace +Dignity +Digtalcarrot +Digweed +Digyeety +Dihl +DiiK +Diiferent +DiiirtyDog +Diisphoria +Dija +Dikk Mabbutt +Dikkaz +Dikke +Dikke Hobbit +Dikke Kei +Dikken +Dikuufd +Dil Pickle +Dilbo +DildoBagguns +Dilexro +Dilfslayer +Dill0n +Dillaz +Dillbert +DilleFlute +Dillhen +Dillon +DillontheFox +Dillusion94 +Dilly +Dillywacka +Dillzpickl +Dilogos +Dilph +Diluzion +Dilvy +Dilx +DimDimz +DimJangle +DimKills +Dimaa +Dimathys +Dime +Dime Daddy +Dime Skate +Dimebag217 +DimitriosMVP +Dimmu +Dimmy +Dimples +Dimwits +DinFulaJavel +Dinamite +Dinari +Dindu +DinduNuffen +Diner +Ding-A-Ling2 +DingDong +DingDongDell +Dingbat Rat +Dinger30 +Dingle Eater +Dingus +Dinh +Dinho1 +Dinieras +DinkeLBerrG1 +Dinkerwoltz +Dinkis +DinkleBrrgh +Dinkleberg +DinoBoy7 +DinoSnore +Dinomite +Dinoparrot91 +Dinorock +Dinosaur +Dinostrong +DioBrandoXx +Dioden +Diogaite +Diogo +Diogun +Dioor +DiorTemplar +DiorTheGreat +Dios +Dios world +Diosdado_12 +Dioxins +Dioxis6 +Dipdadronan +Dipical +Dipli +Dipolio +DippaDave +Dippoldism +Dippy +DippyMcshit +Dipshit Dan +Dipyo +Diq-In-A-Box +DirectDesire +DirectDsLcul +Direwolf +Dirk +Dirk Stryker +DirkDigglr +Dirkieflurky +Dirol +Dirt +Dirt Shark +DirtAss +Dirtbag +Dirtbikerpro +Dirtboy345 +Dirtjogger +Dirty +Dirty Dozen +Dirty Nuts +Dirty Nwah +Dirty Pack +Dirty Tampon +Dirty Wit +Dirty Wookie +DirtyDoc +DirtyGeUsers +DirtyGlock +DirtyKo +DirtyLube +DirtyOldMan +DirtyShire +DirtySouthNz +DirtySpade +DirtyWata +DirtyyIron +Dirun +Disabled +Disaster0 +Disasterolgy +Disastro +Disbeliefs +Disc +Disc Chucker +DiscGG +Disclosing +Disclosure +Disco +Disco Mayhem +Disco PvM +DiscoDarwin +DiscoFever +DiscoLars +DiscoTronix +Discoburger +Discodoris +Disconnecct +Disconootje +Discord +Discordian +Discounted +Discoveredx +Discretions +Disentombed +Disfunctie +Disgusting +Diskmedel +Disloyal +Disneyland +Disodrer +Disorderly +Disperse +Disprivilag +DissTeam +Dissidence +DissyReborn +Distained +Distanc3 +Distard +DistinctEvil +District +Distroyer972 +Disturbed +Ditherman +Ditt +Ditt o +Ditto +Ditty +DitzyGranny +Dive Ball +DiveMedic +Divertus +DividedSky +Dividends +Divin3RS +Divine +Divine Dream +Divine Fenix +Divine Furby +Divine Mass +Divine One +Divine Oodle +Divine Sveta +Divine Zaros +DivineLegend +DivineRhythm +DivineShine +Divinenro +Divines +Divinethug +Divinez +Diving +Divinitii068 +Divoky +Divorce +Divxd +Dixed +Dixie +Dixie Pixies +Dixin Yass +Dixon +Dixon Planks +Dixxy +Dixy Wrecked +Diy Dan +Diz_OG +Dizho +Dizk +Dizstruxshon +Dizza +Dizzleslayer +DizzyDan +DizzyPanda +DizzyRnG +Dizzzzy +Dj Dimu +Dj Jordi +Dj Ju +DjNateP +DjSpicyNuts +DjWalkzz +Djacquays94 +Djagzar +Djahat +Djauw +Djavul +Djbeejay99 +DjenCraw +DjentleSoul +Djl0077 +Djmx1000 +Djoefer +Djozztico +Djscoobsta_X +Djunya +Djurfan +DjustinT +DkPepper +Dkafeine +Dkzz +DlAMONDS +DlBz +DlCKE +DlCTATOR +DlDS +DlE MACHlNE +DlNNER +DlONNE +DlPLO +DlRECT +DlSCONNECTED +DlTTO +DlXON +Dlghorner +DliveMarc +Dlorean +Dm8 +DmVinny +Dmage +Dmante +Dmfs +Dmgp +Dmhc +Dmi11z +Dmitri333 +DmkFight +DmkKilla +Dmoe +Dmt Kitty +Dn Dayander +Dn Havoc +DnB Fanatic +Dnc +Dnv +Do It Best +Do It Myself +Do You Zerk +Do ur Best +DoDArmy +DoHerbRuns +DoKZx +DoMeDirty035 +DoMeHardNan +DoSoQi +DoUEvenTank +DoWerkSonn +Doadles +Doajiggi +Dob Au +Dobar +Dobby Hanzo +DobbyGotPwnd +DobbyTheSock +Doboner +Dobster +Doc Doc +Doc Heart +Doc k i n g +DocDingle +DocGiggles +DocMonocle +DocVamp +DocYouSign +Doc_Hershey +Docere +Docs +Docta +Docta Mantis +Docta dean +Docter Brule +Doctor +Doctor Ace +Doctor Bubca +Doctor Exx +Doctor Fail +Doctor Funk +Doctor Fuzz +Doctor Iron +Doctor Krieg +Doctor Luck +Doctor Oby +Doctor Swag +Doctor WormP +Doctor Wylie +Doctor Zeh +DoctorCoc +DoctorHeiter +DoctorKraft +DoctorNutz +DoctorRex +DoctorSquat +DoctorTsom +DoctuhDrew +Docxm +Doddi +Doddy8D +Dodge +Dodge Feet +Dodger995 +DodgersBRAH +Dodgy +Dodgy Player +Dodgy Todge +Dodjomaster +Dodko +Dodo134 +Dodokipje +Dodol +Dodose +DodusNet +Doefos +Doeidoei +Doep +Doesnt +Doesnt Trade +Doetje +Dofric +Dog Fart Net +Dog Myrnac +Dog The Frog +Dog did Meow +DogDiet +DogFlyRatCow +DogLogNogJog +DogShitter1 +DogSoldier29 +DogTag +Dogan +Dogannn +Dogax +Doge +Doge Caravan +Dogecoin100x +Dogesaurus +Dogessa +Dogestyle +Dogfruit1555 +Doggiezz +Doggoat +Doggshit +Doglinsheran +Doglips +Doglover7004 +DogmanJones +Dogplaceman +Dogpoop +Dogres +Dogs +Dogsh1t Main +Dogshit Rick +Dogslayer420 +Dogsume +Dogtogod +Dogzie +Dohace +Dohdee +Dohenus +Dohero +Dohski +Doin It Raw +DoinGodsWork +Doiran99 +Doiu +Doja Chompy +Doja Shark +Dokarius +Dokdo +Doken +DokeyPickle +DokiToast +Dokter Klok +Doktor Onion +DoktorBarber +Dokuganryu +Dokuhime +Dokusei +Dol +Dol Alt +Dolce +Dolerkyo +Dolf +Dolham +Doll +Doll of Evil +Dolle +Dolly +Dollynho +Dollynho Bro +Dolomite +Dolormight +Dolph +DolphinAnus +DolphinPucci +Dolphinl1ck +Dom R +Dom Wong +DomGaz +DomLaurencio +DomYouAll +Domanater105 +Domantass +Domatic +Domccas +Domeeee +DomiGothMomi +Domiinant +Domika +Domimic +Dominate Jr +Dominaton +Dominator541 +Dominatorrz +Dominikus67 +Dominionmake +DominoTerry +Dominos +Dominus Omni +Domiros +Domixin +Domke25 +Domknit +Dommie 07 +Dommy +DommyDucky +Domo Teddy +Domoralized +Domoszlo +Doms +Domstad Slay +Domtoren +Don Abuja +Don Bob +Don Boki +Don Con +Don DingDong +Don Dotta +Don Huono +Don Matt +Don Moochie +Don Persian +Don Robb +Don Sebitas +Don Serrano +Don callum +DonB0t +DonBroco +DonDennis94 +DonMarcino +DonThinKill5 +DonWonTon420 +Donair +Donair Dude +Donal +Donald +Donald Dumps +DonaldTrump +Donaldfact +DonaledTrump +Donantelo +Donate Here +DonateBond +Donato +Donchz +Donda +Dondd +Donderschok +Done enough +DoneThat +Dong +Dong Chan +Dong em Down +DongActual +DongCowboy +DongEater +Donger Lord +Dongi +Donging +Dongolark +Dongs Ahoy +Dongsalad +Dongu +Dongus +Donkerblauw +Donkere +Donkernick +Donkey Kink +Donkey Squid +DonkeySocks +Donkhu +DonldTrumpet +Donnatello +DonnieAssie +Donnieduke +Dono +DonoWho +Donology +DonovanRS +Donsalt +Dont +Dont Be Pked +Dont Heal +Dont Sir Me +Dont You Shy +Dont do dat +Dont skill +DontBeMad +DontBotNerds +DontDieMase +DontDieSans +DontEatMyDog +DontGetDrops +DontHoldBack +DontJump +DontPanicPlx +DontSassMe1 +DontStarve2 +DontTellFeds +DontTouchIt +DontUseFKeys +DontWarnMe +Dontneedbp +Dontyoudoit1 +Donuhtzz +Donut +Donut181 +Donutman +Donvys +Donwcpot +Doob +Doobe +Doobie Doo +DoobleDecker +Doodle Bob73 +DoodleCraver +DoodleTheGod +Doodled +Doodledash +Doodoolist +Doodslag +Doof +Doofe +Doofensmirtz +Doofy +Doogl3 +Doogyplumm +Dookami +Dookers +Dookie +Doom +Doom Bar +Doom Metal +Doom Raiser7 +DoomDoomDoom +DoomFruit +Doomblade +Doomed +Doomed Necro +DoomiShroomi +Doomkid50 +Doon +Doooooobie +DoorDshGamer +DoorTech +DoorToLight +Doorknob +Dooz 12 +Dopamemes +DopaminAbxsr +Dopamine +Dopamine OD +Dopatopia +Dope +Dope Doc +Dope Plugs +Dope Sweater +Dope btw +DopeAnteater +DopeCalippo +DopeDrop +Dopedrift +Dopeturtle +Dopeules +Dopey Iron +Doppa +Doppleganger +Doppleladler +DopplerDank +DoraDaExplra +DoraSweetass +Dordin +Dore +Dorede +Dorg +DorgonPocket +Dorgoroth +Dorito +Doritomancer +Doriva +Dorkydevil93 +Dorman Jr +Dormant Evil +DormiNdaExp +Dorohedoro +Doronn +Dorp +Dorse +DorseHong +Dorthea +DortyKil +Dorvagten +Dory364 +Dos STI +DosEquis +DosKadenas +Dosia +Dosk +Doss +Dostalgia +Dot Death +Dot Head +Dot_Tea +Dothalican +DottySloth +Douane +Double +Double CupMc +Double Drop +Double Take +Double agent +DoubleBrowns +DoubleDeezus +Doubleb011 +Doubledonk +Doubt +Doubt It +Doubted Pyro +Doug +Doug Salt +Douglasotto2 +Dougoboy +Doujinmoe +Douq +Douyin +Dova_sage +Dovahkiintim +Dovahkyng +Dovitello +Dovydas54 +Dowatnow +Down +Down Vote Me +DowniePatrol +Downland +Downlifter +Download +Downtown +Downworld +Dowzi +Doxus +Doxxme +Doxy +Doye +Doyer1 +Doyers +Dozck +Dozerdayne +Dozerrrr +DpittmanIM +Dqzi +Dr 7 +Dr Atsum +Dr B3rry +Dr Bading +Dr Barty +Dr Butt Love +Dr Caccon +Dr Camembert +Dr Cremaster +Dr Crumpet +Dr DO0M +Dr Edy +Dr Flipflops +Dr Gainz +Dr Geyseks +Dr Glottis +Dr Gotham +Dr Gulak +Dr Harry Nut +Dr Ivar +Dr Jago +Dr Jerry +Dr Kenchi +Dr La Scotte +Dr Lulu +Dr Madv +Dr Mawffle +Dr Melons +Dr Mikey +Dr MonaLaser +Dr Mustacho +Dr Mustard +Dr NFC +Dr Neuron +Dr No Life +Dr Oreo +Dr PFAFF +Dr Phil +Dr Plebeian +Dr Quirke +Dr Rave +Dr Robster +Dr Rum +Dr Shook +Dr Siesta +Dr Slayer +Dr Stamps +Dr Swaggins +Dr T e a r +Dr Tanner +Dr Volts +Dr Will MM +Dr Yosty +Dr Zeby +Dr Zeh +Dr Zimm +Dr obZen +Dr smithing2 +DrAsTiiC +DrBeast +DrBen50 +DrBigSang +DrBlackshell +DrBlumpkinz +DrBuckFitchs +DrButter +DrC0X +DrChezz +DrCrunch13 +DrDRespect +DrDankMan +DrDankRip +DrDemitrius +DrDennisMD +DrDitalini +DrDoddi +DrDruen +DrEfficient +DrFlobe +DrFognog +DrHugecookie +DrJoose +DrKayzed +DrKevinn +DrKiloGram +DrKush69 +DrKushBurner +DrLoomis +DrLuckyacorn +DrMatthie +DrNachtiga +DrOly +DrPeppermmm +DrPhil2019 +DrPhineas +DrPoopstein +DrProfess0r +DrRift +DrRipStudwel +DrSevens +DrSkunkPhD +DrSquanto +DrSwag +DrWodahs +DrWoolyNips +Dr_Olusegun +DraCoNiiaN +Draacaryss +DraakSeviper +Draakmonkey +Drac0claws +Dracarus +Dracaryys +Draccnor +Drache104 +Draciel +Drack3d +Drackon +Draco +DracoGhost +Draconian111 +Dracote +Dracts +Dracula50125 +Draeghem +Drag Puff +DragSyndrome +Dragen +Dragen Ballz +Dragers +DraggSlayaa +Dragnarok +Dragneel +Dragnipurake +Dragnkllr233 +Dragon +Dragon Boots +Dragon Brew +Dragon Gras +Dragon Imp +Dragon Not 6 +Dragon Sword +Dragon Those +Dragon7998 +DragonAxePlx +DragonDrew +DragonKlaas +DragonPrime +DragonSpayer +Dragonbait4 +Dragonboy691 +Dragoncore74 +Dragonfeir +Dragonflew +Dragonheat46 +Dragonkin892 +Dragonkingiq +Dragonlear1 +Dragonluv16 +Dragonmake +DragonoidA2 +Dragonrains +Dragonrune16 +Dragons Iron +Dragonslayaz +Dragonstompy +Dragonstone +Dragonvirse +Dragonz +Dragonz Fury +Dragoon +Dragoon0517 +Dragoonalfa +Dragoonhuntz +Dragoonnoth +Dragoscale03 +Dragq +Dragster5300 +Draind +Drairi +Draiserman +Draithus +Drakanelf +Draken Feest +Drakenwold +Drakesh12 +Draket +Drakhom +Drakken +Draknar +DrakoVamp01 +Drakonid +DrakosWrath +Drakuonis +Dramyre +Dranasty +Dranty +Drap +Drapht +Draugadroid +Drava +Drawbridge72 +Drawde +Drawll +Drax +Drayden +Drayheart +Draynth +Drazar +Drazart5 +Drazhe +Drazzo +Drbeto11 +Dre Skrila +Dread +DreadPandora +Dreadfvl +Dreadnott173 +Dreadnough77 +Dreadnoughtt +Dreadnuts +Dreadzie +Dreagation +Dreak +Dream +Dream Deeply +Dream Delve +Dream Plan +Dream Queen +Dream Realm +Dream Tempo +Dream-layer +DreamJT +Dreamboats +Dreamcatcher +Dreamchasr +Dreamfreeze +Dreamguy +DreamingLily +DreamingNote +DreamisBack +Dreams Real +Dreamscape +Dreamstain +Dreamvil +Dreamy Ku +DreamzRs +Drecy +Dredd +Dreddshott +Drednok +Dreek +Dreepy885 +Dreeww +Dregulle +Drei +Dremarial +Drenthe +Drenz +Drenzek +Drenzi +Dreun +Drew +Drew5 +Drew89 +DrewNG +DrewToshiro +Drewbber +Drewbob24464 +Drewby +Drewcas +Drewfuss32 +DrewsHotMom +Dreww +Drex +DrezaR +Drezilith +Drfannypack +Drgreenthumz +Drie Fristi +Dries D-P +Driesca +Driest +Driewieler +Drift +DriftTap +DriftVolvo +Driftzzilla +Driger +Driger F +Driink +Drijf Hout +Drikett +Drikon +Drill n Fill +Drink +Drink 4 Loko +Drink Empty +Drink Local +DrinkCheap +DrinkPapaMlk +DrinkSlinger +Drinkability +Drinker +Drinkin Pete +Drip +Drip To Hard +Dripping Gut +DrippingSack +Drive Stick +Driver193 +Drivious +Drizzy Drake +DrkMstr89 +Drkfirelord2 +Drlime +Dro0 +Dro268 +Droefto3ter +Droge +Droge Dackel +DrogeBanane +Droid +Dromedario +Drommy +Dromy +Dron Iick +Drone Reed +Drone347 +Droog Meneer +Droom +Droopy +Drop +Drop Acid +Drop Brews +Drop Please +Drop Rates +DropGetter +DropMeUrPet +DropTheFlop +DropTopWizop +Dropko +Dropletics +Drops +DropsWhen +Drosaire +Droski +Drouter +Drri +Drrrrunk +Drswole +DrtyBusDr1vr +Drtyhnddog +Drudenhaus +DrudgeMunkey +Drug +Drug Test +DrugProblems +Drugged Out +Drugonaut +Drugs Hurt +DrugsArBadMK +DrugsHere +Drui +Druknr +Drukzah +Drum +DrumBarrel +Drumaz +Drummaboy276 +Drummadr +Drummerz +Drums +Drums X +Drums of War +DrumsSpace +Drumz +Drunk +Drunk CCTV +Drunk CJ +Drunk Jake +Drunk Mimic +Drunk Pastor +Drunk gaming +Drunk n High +DrunkAssassn +DrunkDriving +DrunkGhillie +Drunken +Drunken Monk +Drunken org +Drunkfam +Drunkiin +Drunkn Fun +Drunknerd +Drunknhiiiii +Drwe +Dry 4 Hilt +Dry Cleaner +Dry Dong +Dry Hard +Dry Hardcore +Dry Soup +Dry Trip +Dry on stuff +Dry so I Cry +Dry x +DryBandit +DryWolf +Dryhump +DryksMuseum +Dryness +Drynx +Dryron Man +Dryskies +Drysol +Dryune999 +Dryya +DshubaMisfit +Dsk 10 +DssHimself +Dstroyed +Dt2m +DtWoofles +Dtjenl +Dton +Du +Du Old Pker +Du lourd +Du5tin 3 +DuTson +DuYorick +Dual +Dualerz +Dualicious +Duaneker +Duarterecife +Duathlon +Dub Season +DubC Brownie +Dubalonius +Dubber +Dubbers15 +Dube +Dubie +DubieDebies +Dubios +Dublestuffed +Dublet +Dubs +Dubs_789 +Dubsake +Dubspeck +DubstepsDead +Dubu +Dubu Dahyun +Dubz4Dayz +Dubzy91 +Duc +Ducid Lream +Duck +Duck Sucker +Duck Tape +DuckEnte +DuckNoSmoke7 +DuckSick +Duckcited +Ducklovesyou +Duckreas +Ducks Quac +Ducks U +DucksFatha +Ducky HVIII +DuckyTears +Duckzi11a +Dudash +Dude +Dude Come On +Dude12677 +Dude9103 +DudeAtHome +DudeItsMikey +DudeWD40 +Dudefish64e +Dudeimblazez +Dudenmi +Dudetastic +Dudification +DuelKing +Dufendr +Duff +Duff Daddy +Duff Groupie +DuffHeavy +Duffmanas +Duffs +Duffy234 +Duffybroh +Dufwha +Duggie +Dugong1338 +Dugsie +Duh Kota +Duhstin +Duhul +DuiBuQiShaBi +Duindorp +Duk Me Hard +Duke Ag +Duke Babylon +Duke Roland +DukeBaird +Dukino +DukkuTzi +Dularian +Dulezburg +Duli +Dullskie +Dulwich +Duly Ignored +Dum n dumr +DumFuknIdiot +Dumb +Dumb Alien +Dumb Ass Dan +Dumb Drunk +DumbDog +DumbMatt +DumbThiccAss +Dumbaneering +Dumbass +Dumbass 69 +Dumbass Tony +Dumbells +Dumber +Dumbfounded +Dumbfuk +Dumbi +Dumbledore +Dumesday80 +Dumfries +Dumle +Dumoo +Dumpert +Dumpsterjed1 +Dumwood +DunJunn +Dunadane +Dunbahn +Dunc95 +Duncan +Dunco +Dundasso +Dundefeated +DunderHonung +DunderLadd +Dundiez +Dundonian +Dundrift +Dundrturken +Dune dain +Dungfung +Dunghead +Dunizz +Dunjins +Dunjun +Dunkbox +Dunked +Dunked on +Dunkies +Dunkle Sonne +DunknDink +Dunkston +Dunlaf +DunneDone709 +Dunnill +Dunwall +Duo Armadyl +Duo Elysian +Duodenum +Duoing +Duoli +DupaMuck +Dupe Holder +Duper +Dupey +Duplicated +Dupy007 +Duqq +DuraDoobs +Duracell +Duracell321 +Duradad +Duradal +Duradels +Duradyl +Durag Pat +Duramax +Durant +Duravillidad +Durex +Durexslayer +Duri +Durial +Durial32won +Durialives +Duriel1 +Duriul321 +Durkburt +Durlz +Durni +Durns Main +Durocher +Durooo +Durtsa +Durtsamang +Durtstar +Durty +DurtyFish +DurtyFish HC +Durukah +Durumfe +Durumoomoo +Durza Spy +Dus1O +Dusansss +Duseballs2 +Dushie +Dusk Summers +Duskel +Dust in +Dusted +Dusters +Dustielle +Dustin Rush +Dustinant5 +Dustinn +Dustins Main +Dusto56 +Dustpan18 +Dustt +Dusturbia +Dusty +Dusty cones +DustyNoods +DustyPope +Dustyin +Dutch +Dutch Diablo +Dutch Dog +Dutch GOdz +Dutch Genius +Dutch Quin +Dutch RvG +Dutch girls2 +DutchEnergy +DutchStuff68 +Dutchbobby +Dutchie +Dutchtin +DutchtinOS +DutchtinsAlt +DutchyCrazy +Duty +Dutzu +Duuni-Pete +Duva +Duvel +Duvelicious +Duvl +Duwua Lipa +Dux Sauce +Duxt +Duztin +Dvaergen +Dvdasa831 +Dven +Dvlkid +Dvn +Dvsk +Dvst +Dw b happy +Dw ight +Dwagos 2 +Dwake +Dwaki +Dwarf +DwarfSailing +Dwarfoox +Dwarfson +Dwarve Mage +Dwaybe +DwerlzCH +Dwibbel +Dwight Sn00t +Dworf +Dxnnis +Dxscoveries +Dxue +Dxukko +Dydapynk +DyePhix +DyinToLive +DykeMenace +Dyl Dough +Dyl Gates +Dyla +Dyla n +Dylan Du Sol +Dylan Iron +DylanCarl +DylanFx +DylanWad +Dylanimal +Dylanm504 +Dylann070 +Dylano +Dylbots +DyldoGreat +Dylectable +Dylian +Dyllann +Dylrex +Dyls +Dylshanwang +Dylson +Dylsy +Dymass +Dymenshun +Dymosh +DynamicDuo +Dynamicdan47 +Dynasty +Dynloris +Dynomite +Dynstyreborn +Dyonutborne +Dyonysos +Dyoung116 +Dypso +Dyrakos +DyreBatt +Dyreshot +Dyrus +Dysae +Dyslexic gg +DyslexicTree +Dyslexual +Dysliexc +Dyspnea +Dystopias +Dysturbed +Dystxpian +Dyth +Dyvv +Dyy +Dyzurah +Dz03 +DzRz +Dzakar +Dzangg +Dzentelmenas +Dzievan +DzintarsOls +Dzoseris +DzsungelTyuk +Dzud +Dzun +E D V +E Fox +E MB +E N I M A +E R A +E S H +E SL +E V 0 L +E Z I O +E hm C uee +E ldest +E lixor +E lvarg +E lves +E mni +E mpathy +E njoy +E nvy +E p i i +E r ic +E th +E thy +E volve +E-Dawg478 +E-Grill +E-Hubble +E-S-T19XX +E1K +E4as +EA888 +EARLYoCUYLER +EBDB +EBIDABLAY +EBZ +ECCIES +ECH0 +EC_Legends +EDATERHG69 +EDGV1L +EDM Erik +EDM Playlist +EDMJo +EF tanq +EFFlClENT +EFILLAICOSON +EFL +EG6808 +EGA +EGIRLSIMPER +EGirl Marcy +EHPause +EHstro +EIGRP +EIessar +EIithi +EJ 207 +EJackUL8 +EL BULLYS +EL GA TO +EL Guuapo +ELCAMI +ELFlikeaBOSS +ELITE +ELJosh +ELUSIVE +ELVD +EMIYA Alter +EMPER0R95 +EMaes32 +EN X +ENAC +ENimmo +EOCscape +EOD20 +EODdv +EPLS +EREXI0N +ERGENEKON +ERJ145XR +ERRIE HERRIE +ERRORMONSTER +ESCEDDIE +ESP Zone +ESPARG0 +ESPORZUL51 +ETE76 +ETHIOPIAN +ETurns +EV6A +EVA ELFlE +EVE0 +EVScape +EWFPLMFRLRLF +EXECUT0RZ +EXTT +EXpoZuR +EZ Tag +EZ Till Dead +EZ-Y +EZBar +EZnvm +EaTZyourOReO +Eac63 +Eadgars Ruse +Eadles +Eagel89 +Eager +Eagle +Eagle Eye +EagleSafari +EaglesWentz +Eairj +Eajk +Eara1 +Earendil +Earl131 +EarlRico +EarlVincent +Earll +Earll Ragnar +EarnNest +Earth rune +Earth1ing +Earthling Em +Earz +EasY FraG +Ease +East +EastEnders +EastSyde +EastWho +Eastlakeclub +Eastment +Easy +Easy Girls +Easy1 +EasyDingMike +EasyFro +EasyJet +EasyNoRoids +EasyRNG +EasyTurbo +EasyWhale +Easycore +Easyskillszs +Eat Crow +Eat God +Eat Hot Chip +Eat Tacos XD +EatBrick Kid +EatMoreGlue +EatNutsGegex +EatSand +EatSleepPlay +EatULive_666 +Eatbananana +Eathan +EatingBigD +Eatpiebro +Eats Pant +EatsPoop +Eatu +Eazie +Eazy +Eazy AF +Eazy Rat +EazyGam3 +Eazy_Peazy16 +Eazymon +Eb Marah +Ebbitten +Eberebus +Ebgame2 +Ebinki +Ebisumaru +Ebola +Ebolapaska +Ebp90 +Ebrahem2004 +Eburr +Ec0 +Ecahs +Eccles Alt +Ecdubs +Echo +Echo GIM +Echo Justice +Echo Slam +Echo4211 +Echo_XVII +Echte Belg +Ecko RS +Eckou +Eclardyne +EclecticDern +Ecnubsirhc +EcoLite +EconPhD +Ecs Nick +Ectuu +Ecxes +Ed Dobalina +Ed Si +Ed Word +EdEddndEddy +Edd Gein +Eddapt +Edde7000 +Eddi e +Eddie GGs +Eddie MLG +Eddie1402 +EddieMercury +EddieTross +EddieVanHalo +Eddoz +Ede n +Edelbae +Edelweise +Eden XD +Edga64 +EdgaRyto +Edgar +EdgarAlnGrow +EdgarKing +Edgarr +Edge +Edge c dr +Edge51 +Edgelord +Edgerunner +Edgevill +Edgeville +Edghill +EdgingGod +Edgy Boss +Edgykid +Edgynald +EdibleChickn +EdibleSnow +Edisx13 +Ediverse +Edje +Edjob +Edmund +Edn +Ednnnx0 +EdoKirurari +Edocsil Domi +Edocsil IRON +EdotheJew +Edoxa +Edpls_o +Edson +Edspresso +Edsy +Eduardo II +Eduardoo II +Eduasia1 +Edunu +Eduzey +Edvin +Edvius GO +Edvyno1 +Edwald0 +Edward Teach +Edward phish +Edwarriorx +Edwin Ownz +Eeeeeeeman +Eeeeera +Eeekpenguin +Eeepen +Eek The Nub +Eeli +EelsUpInside +Eem lekker +EenViezeVent +Eend btw +Eendsaurus +Eernegem +Eeveeeee +EeveyBee +Eexhausted +EfORya +Efendi +EfficientBot +EffinNips +Effril +Efnie +Eform +Eftur +Egg Boy +Egg Olmlet +Egg rolls +EggInTheRain +Egganator1 +Eggs 11 +Eggs N Bacey +EggscapeRoom +Eggspert +Eggssmells +Eggsy +Eggtooth1 +Eggy +EggyChipz +Eggzotic +Eglerz +EgoTeri +Egoistic +Egoran +Egorous +Egotistixal +Eh MapleTree +Ehdjsnd +EhhFK +Ehms +Ehnra +EhpEhbGrind +Ehpatrick +Ehpriori +EhrenSpoon +Ehunter +Ei hekille +Eidolonvool +Eientei +Eigenspace +Eigenvalues +Eight +Eight_10 +Eigma +Eihwaz +EikAyZ +Eikel +Eilfs +Eimp +EinBerlin3r +Einar +Einaras +Eindbaas +EindelijkMax +Eingebildet +Einsteins +Einswarior3 +Einyel +Einzelkampf +Eirik +Eisen +Eisengor +Eitsei +Ejiogbe88 +Ejjj1000 +Ejma +Ejx +Ekali +Ekim +Ekim117 +EkkoThresh +Eklof +Eklofs +Ekonomisti +Ekovo +Ekstra +Eksynet +Ekwendeni +Ekxo +El Arana +El Blame +El Blaze +El Boppo +El Chip +El Ghost +El Guapo +El Panache +El PapiTrump +El Pato lOko +El Patolino +El Pinguino2 +El Podger +El Scouse +El Smurf 370 +El WarLord +El Znorro +El-Fahoum +ElBlancooo91 +ElGatoGris +ElGreg_4 +ElHash +ElJReezy +ElJohnny +ElOso +ElPoyoSenpai +El_Pickle69 +Elaedor +Elano +Elasticy +Elatedscarab +ElationArrow +ElbartoOSRS +Elbowd +Elbows Out +Elbs +Elchapo24 +Eldasero +Elder Coal +Elder Siroj +Elder nerd +ElderMoth +ElderRyu +Eldereon +Elderpliney +Eldest Sense +Eldia +Eldin +Eldonskii +Eldoubleyou +Eldrek +EldridPenny +Eldritch +EldritchMage +Elduz +Eleandil +Elebit +Electr0lysis +Electric +Electric Mud +Electric cat +Electrics +Electrike +Electro Beat +Elektr0nas +Element +Element Sk8 +Elementality +Elementhur +Elementiix +Elemmires +Elemntsk8ter +Elemyra +Elena +Elenaki +Elendaro +Elenion +Elephanten +Elephants +Elephantz +Elephent +Elev +ElevatedLife +ElevatedSoul +Eleven +Elevennn +Elevil +Elevo +Elexuitt +Eley +Elezar +Elf King Leg +Elf u +Elfess +Elfie +Elfinsocks +Elfire626 +ElfsWordFly +Elgifted +Elgingo1 +Elgstant +Eli Ancients +Eli Fe +Eli Junior +Elia135792 +Eliass +Elice +ElichikAyase +Elicit +Elif +Eligos +Elijah Who +Elilia +Eliot +Elipson +Eliptats +Elirond +Eliseuh +Elit +Elitaire Lul +Elitarisme +Elite +Elite HIT +Elite Moscu +Elite Sendi +Elite Slayer +Elite387 +EliteJager +ElitePvmer +EliteScaper +Elite_Quests +Eliteisftw +ElitesEyes +ElitesFinest +Elitist Weeb +Eliwin +Eliwood225 +Elixir +Elizabethboy +ElizeRyd +Eljaaa +Elkanath +Elkias +Ell1eScape +Ellakazam +Elliebus23 +Elliot727 +Ellise29 +Elliterate +Ello +Ello Ron +Ellphie +Elly Dog +ElmSpringsTN +Elmatron +Elmo +Elmo Narca +Elmos Wrld +Elmswood +Elnaphant +Elnuma +Elo Luigi +Elo Solo +EloJimmini +Elocuente +Elodie +Elon M9sk +Elons +Elox7 +Elpis +Elppu +Elqnaattori +Elrebririand +Elric +Elrohiir +ElroyFTW +Elryeth +Elsa +Elshak +Elsheshima +Elshi +Elshire +Elsworth +Eltader2 +Eltry +Eltuu +Elucidation +ElunedsSong +Eluniel +Elusive +Elusive Drop +Elusive818 +ElusiveOne +Eluti +Eluw +Elve +Elve Alt1 +Elve Elve +Elveiq +Elven +Elven Durant +Elven Lamp +Elvenborn +Elverum +Elvey +Elviax +Elvin +Elvis +Elvis Crespo +ElvisArt069 +Elvs +Elvyn Frenzy +Elvz +Elwood +Ely the Man +ElyGoulding +Elyam +Elyaris +Elyas5 +Elyas_Max +Elycal +Elyes +Elyixa +Elynescence +Elyphosani +Elyqs +Elyrion +Elysi +Elysian +Elysian Brew +Elysian OSRS +ElysianError +ElysianOP +ElysianTank +Elysianlove +Elysianz +Elysion +Elysiuhm +ElysiumFalls +Elyte +Elyxr +Elyysian +Elyzarin +Elz +Em il +EmTvLive +EmaBeast OS +EmaRae +Emacity momo +Emad +EmagndiM11 +Emalexa +Emanated +Emanuel +Emasterone +Ember +Ember of Ash +Embereus +Embossis +Emce +Emeowtion +Emerald +Emerald Jack +Emeraldx +Emergency +Emericanpkur +Emerickb93 +Emeritas +EmeritusD +Emhrys +Emiel +Emiel Btw +EmielM +Emielos +Emiit +Emilharen +Emilis +Emilliio +Emilozz +Emilozzz +Eminem Yupp +Emirdagli +Emirdagliii +Emithyst +Emiya Shiro +Emma +Emma Main +Emma Q1 +Emma epsi +Emma1020 +EmmaCn132 +EmmaEmma +EmmaRose +Emma_RC +Emmaes +Emmalitarosa +Emmet1156 +Emmet20 +Emnay +Emnicious +Emnitylol +Emo Bee +Emo King +Emoness +Emoticon +Emoyy +Empathy TKE +Empathys +Emperor +Emperor Elo +Emperor Xau +EmperorBuggy +Empery +Empire +Empire State +Empireglorth +Empirix +Empty +Empty Box +EmptyB +EmptyBox +Emptyhalo +Emptynogin +Empyre +Empyrius882 +Emriat +Emu War +Emumafia +Emus +Emylia +En Jernmand +En ki +En oo vajaa +En99omgangen +EnCue +Enabled +Enabler +Enanthat +Enbrel +EnbyDeal +Encrypted +Encryptiron +Encyclopedie +End Goals +End Grind +End1ess +EndOnDeath +Endanged +Endem1c +EnderMart +Enderofwar +Endgame +Endgameplzz +Endgegner +EndingTime +Endir +Endl3ss +EndlesNights +Endless +Endless Dawn +Endless RNG +Endlingg +Endo +Endor +Endos +Enedal +Enemez +Enemm +Enemyboy +Energie +Energise +Energy +Energy Dave +Enert +Enes +Enfers +Enfes +EnforcerOP +Eng1and +Engage +Engagement +EngelNacht +Engen +Enginaer +Enginarc +Enginear +Engineer Sam +Engineered +Enginerd09 +Engl1sh +Englandwon +Englebassen +Englehr +English +English Sir +English noob +Enhtitled +EnigmaCoder +EnigmaWR +EnigmaZen +Enis Kanter +Enivid +Enjoi +EnjoiAssault +Enjoy +Enjoy It +Enjoy Today +Enjoymydhide +Enjoys +EnjoysQuests +Enk rypted +Enkaidu +Enkeltje +Enkh +Enki +Enkidu260 +EnlargedNads +EnlargedNut +Enmios +Enora Nyx FE +Enoran +Enormous +Enormous Hog +Enos +EnoughGfuel +Enoux +Enphadei +Enraged +Enraged Crow +Enraged Lamp +Enranged +Enrich +Enrico +Enrik +Enroza +Ensanguined +Enshu +Ensnare +Ensomhet +Ent Sapling +Ent1tle +Enterprise +Enthusigasm +Entitled +Entiy +Envello +Envidius +Envied +Envil +Envious +Envvi +Envx +Envx1 +Envy +Envy S +Envy lul +Envyctus +EnvyouS +Envys +Envyy +Enza Denino +Enzed +Enzel +Enziguru +Enzyme +EoMeri +EocBlowsNuts +Eodwyn +Eol Ivan +Eos Adamm +Eos Mark +Eostrix +Eowy +Ep1breren +Epaah +Eperz +EphermalGoat +Ephi +Ephrayim +Epiales +Epic +Epic Nom +Epic Popo77 +Epic Specz +Epic Star +EpicGamer69 +EpicReefer +EpicSalmon +EpicSpasms +EpicToaster9 +EpicTomato +EpicX +Epic_Knight0 +Epicderk +Epicoz +Epicurus4 +Epicvoid +Epicx +Epigraphs +Epiixx +Epikki +Episodic +Epitohm +EpitomeSlay +Epix_x +Epiyon +Epods WifeY +Epoinen9 +Eponas +Eposs +Eppdawg +Eppers +Epping +Epson Eco +Epyll +Eq +Equilibria +Equilities +Equnox +Eqwity +Er0l +Er1kasss +ErBr +Era +EraJorma +Erabeus +Erad +Eradicus +Eragon 1 +Eragondragen +Erase +EraseThat +Erased +Eray +Erbal +ErbearIV +Erbiboar +Erbyss +Erdi +Erebus +Erect Chair +Erect Diglet +Erectus Croc +Eredln +Eren The Nub +Eren Yaegar +Erg129 +EriUmi +Eric +Eric Brad +Eric Dingus +Eric Hansen +Eric RS +Eric V +EricN7 +EricPrydz +EricR95 +EricTheNoob +Erica +Erican Maxos +Ericc +Ericgone13 +Erichilles +Erics Pixels +Ericsurf6 +Eriction +Erie +Erijk +Erik +Erik Ryatal +ErikProbably +Erikaugust +Erikci Jr +Erikito09 +Erikkert +Eriknau +Erikoisjouko +Erikoiskahvi +Eriksen14 +Erikske89 +Erikv28 +Erinus +Eriscord +Erixzo +Erkki +Erkki Pers +Erkkiks +Erlid +Erlin +Erlksson +Erm its me +Ermac +Ermafrodita +Erna +Ernestaiii +Ernesto056 +Ernsour +Ero +Erock2828 +Erocktastic +Erodel +Erodoris +Erony +Eros +Erosei +Erotic Maid +Eroxtroy +Error +Error 510 +Error X Life +Error812 +ErrorSeven +Errric +Errrr +Ersei +Ershayz +Ershayzz +Ersiki +Ertsu +Eruni +Eruptingcat +Erwin +Erwin J +ErzaGames +ErzaScarlet +Es0x Luc1us +EsArTee +EsJayW +EsXP +EsbenViking +Esbuh +Esc anor +Escalation +Escaline +Escanor1994 +EscapeMaIron +EscapeWhere +Escension +Escha +Escnirp +Esconex +Escot +Esd +Ese Burrito +Esham +Esheme Sen +Esimies +Esinaahka +Eskalt +Eskandar +Eskeleto9 +Eskett +Eskett II +Eskib0y +Eskii +Eskild +Eskimeme +Eskimo +EskimoFro +Eskizzibur +Esko79 +Eslamm +Eslihero +Espa +Espada_Vx +Esparvel +Especkt +Espee +Espuky +Espyria +Esquelito +Essencehour +Essex RS +Essylle +Est Bellum +Estafeta1 +Estar +Estebaan +Esteedee +Esteeme +Esteet +Esteffano 3d +EsterKai +Esterbrook +Estetica +EstevamStain +Estiem +Estonia9184 +Estra +Estrogenizer +Estus +Estusin +Esya +Etakenai +Etardoron +EtchaSketcho +Eternal +Eternal Envy +Eternal Max +Eternal NEET +Eternal Orb +Eternal Qt +Eternal Riw +EternalGuide +EternalHeart +EternalPants +EternalSin9 +Eternalfury2 +Eternalgod99 +Eternity +EternityAP +EternityEndz +Ethaan +Ethan +Ethan Hunt +EthanMcSexy +Ethanol +EthansMain +Ethel +Ether +EtherBunny +Etherealist +Ethereous +Ethernet3 +Etherscan +Ethoxide +Ethread +Ethwin +Etikk +Etis +Etkzera +Etna +Etnie0 +Etobicoke +Etrengereid +EttLitetHus +Etuovi +Etyaz +Etymology +Eu_Matheus +Euanx +Eucaryptus +Eucleides +Euclidian +Euclipenguin +Euf +Eugenepickl3 +Euhem +Euhh +Eukaryote +Eukko +Eulers Eagle +Eulogise +Eunbiii +Eunie Xeno +Eunx +Euphael +Eupharu +Euphorion9 +Euphoriotic +Euro +Euro Centric +EuroGarden +Eurovizija +Eusheen +Eusiriito +Euthia +Euxii +Euxy +Eva-O1 +Evadari +Evaiv +EvanWilliams +Evanz40 +Evaptix +Evawe +Evdog +Evelynn UwU +Evemarner +Even2000 +Even3518 +EvenMater +Evenepoel +Evening +Eventyrlig +Ever +Ever so Dark +EverSingular +Everglow +EveronSky +Eversiction +Every Color +Every Word +EverybodyZuk +Evette +Evictus +Evil +Evil Buu +Evil H +Evil Inari +Evil Kenevil +Evil Lizard +Evil Lord +Evil Nishiki +Evil Oak +Evil Twin +Evil Zayne +Evil-Mind69 +Evil3yez +EvilCopycat +EvilDeeds +EvilDegen +EvilFootLong +EvilH4mmy +EvilOwen01 +EvilTriumphs +Evilaz +Evildoer +Evilegod2 +Evilelfy +Evilhammer +Eviljay +Evillized +Evilstar34 +Eviltroll648 +Eviran +Evirane +Evnn +Evo9 +EvoSlacker +EvoSlayz +EvoeHalt +Evoke +Evolooner +Evolution +Evolved +Evra +Evrs +Evrybodypays +Evse +Evuk +Evultion +Evylix +Evytt +Evzmac +Ew Its Mike +Ewan BTW +Ewang +Ewiiyar +Ewmu +Ewos +Ewya +Ex Files +Ex Holy +Ex Port +Ex Sythe +Ex-Slur +Ex3rt +Ex903 +ExHCMangy +ExMachina +ExMaxxed +ExPro +ExPsi +ExQ Bratan +ExSevenTech +ExShiron +Exa OuO +Exaalt +ExamJ +Exambient +ExamineCoins +Examines +Examon +Exanso +Exarch +Exasperation +Exaz +Exbos +Excadrill +Excaria +ExcelIsLife +Excellarate +Excellini +Excinium +Excise +Exclude +Exclusic +Excody0 +ExcuseMyStr +Execrating +Executed +Executes +Exella +Exem +Exercise +Exero +Exflacto +Exhaust +Exhibition +Exhumed +Exi Sisukas +Exia +Exile +Exile Vision +Exile88 +Exile_vChad +Exiled Noobi +Exiled Peon +Exiled Slay +Exileeeee +Exiquio +Exiriam +Exiting +Exmigrant1 +Exminer +Exo25 +Exoden +Exodusty +Exonaut +Exor +Exorcism +Exoristic +Exorzist +Exotic +Exotic Xenon +Exotica +Exotick +Exp Jesus +Exp Nerd +Exp Wasting +Expaaja +Expansa +Expansce +Expanse +Expensive +Experience +Expl0it +Explaindeath +ExplicitPvm +Explodet +Explodium +Exploiter +Explorer +Explorifice +Explosia +Expochan +Export +Expozz +Expressed +Expressen +Exright +Extella +Extended C +Extile +Extinct +ExtinctDecay +Extinguished +Extortionate +Extra +Extra Chance +Extra Droog +Extra Poor +Extra Shadow +ExtraRNG +ExtractorX +Extranjer0 +Extreemkills +Extrem3b0y +Extreme +Extreme JeJe +Extreme Moo +Extreme Pray +ExtremeJokeR +Extremterms +Extrim +Extrovert +Extubation +Exty +Exultia +Exume +Exus +Exus De +Exustron +Exwalker +Exxtinct +Exynyt +Exz0 +Exzacly +Exzactly +Exzakly +Exzian +Ey1 +Eye patch +EyeBDaMan +EyeHaveToPoo +EyeMakeYouQQ +Eyeless +Eyelessjohn +Eyeofdeath3 +Eyeron E +Eyes Inside +EyesLowIndo +EyezClosed +Eyggs +Eylix +Eymox +Eyrfire +Eyup xD +Ez Klaplong +Ez4Peru +Ez4u2nv +Ez4u2say +EzBot +EzCashin +EzSlayEzLife +EzUnReal +Ezarc HCIM +Ezdrae +Ezero Br +Ezey +Ezfart +Ezia +Ezra +Ezup +Ezwa +Ezxkiel +Ezzardx300 +Ezzi +Ezzuna +F 3 4 R +F 0 N Z Y +F 3 R R U M +F A C E +F A N TT I +F E L I CYA +F For Flash +F I X E D +F L A T +F M L +F R A T +F Ribeiro +F SONY +F T P +F You Bro +F athlete +F e e b s +F l a n Cat +F l u f fy +F l ux +F loofy +F reeze +F u z Z e +F ury +F-16 +F-ck Bleed +F-ck Irons +F00DCOMA +F00F +F0O +F0REIN +F0ZI +F0cus Me +F0rtune +F0sta +F0xBr34d +F1 Mercedes +F104 +F19 +F1REWIND +F1nalHour +F1rst +F1skemann +F1tn3ssWorld +F20z +F23A +F2L +F2P Waifu 07 +F34r My B0w +F34rcr4ds +F3ARCE +F3LINA +F3lo +F4DE +F4TB0Y +F4ust +F4xi +F7VD3 +F80Scott +F8n +F8tz +F9 +FA DY +FA Joel +FA1Z +FAILED ZEUS +FALLGIRL1029 +FASHl0NSCAPE +FASTBLAST I +FATHER +FATHER RANCH +FAlRWEATHER +FBD +FBGM 101 +FBGMi +FC Groningen +FC Liverpool +FD3S_RX7 +FE AltScape +FE Cerise +FE Endeavor +FE Mazoku +FE Smore +FE wretch +FE80 Seal +FEJMBE +FER00 +FER0C1OUS +FERTILE DONG +FEstlkerpeng +FFA +FFA Everyday +FFASplit +FFIE go brr +FFS Sam +FFV +FF_GhiLLi +FFelidae +FGHTIN +FHV +FIDADDY +FIFG Phat +FILLME +FIRE 0F +FIRESlTE +FISHY au +FIV3 +FIying +FJ +FK Corp +FK TURAEL +FK1 +FKGlory +FKN RAPTOR +FKRA +FL jit +FL0CK +FL3XPL3K +FLAPPYLIPZ +FLC L +FLOR1DA +FLYGOD +FLYING +FLgoob +FLoKii +FM DOOM +FMGbrien +FMLshes17 +FMarshalBill +FN2187 +FNA +FNEkkGKGKWGK +FO-LAZY +FOES +FOLEM +FONKY +FONNlX +FOSTEEEEZY +FOUO +FOUR GATSU +FOV90slider +FOXBRAH +FP Engineer +FR1T +FRAQSTAR +FREEBABA +FREED0M 1776 +FRIENDSHRIMP +FROM ICELAND +FROO00OO0ZEN +FROSTYFOO +FROXBURG +FSK Gaz +FSW 2JZGTE +FTI +FULGRlM +FUTRHNDRX +FUTillIFU +FVChallenger +FW HYPZ +FX Teddy +FXF_Tails +FYXON +Fa k er +FaBeSCa +FaNNtastix +FaZe +Faabio +Faalk +Faardo +Faarihn +Faathos +Fabario +FabiScape +Fabiann +Fabidjann +Fabiiano +Fabioso +Fabled +Fabled Fox +Fabreezy +Fabretzio +Fabsitz +Fabulence +Face +Face Seat +Face9 +FaceHook +FaceTheFacts +FacedBased +Facehuntter +FacelessBoyd +Facilis +Facing +Fack Russia +Factual +FadaPDF +Fade +Fade Lightly +Fade zz +Faded Crook +Faded Focus +Faded Lungz +Faded Past +FadedFace +Faderfouras +Fadfats +Fadge7 +Fading +Faeanaro +Faebat +Faeles +Faerindel +Faested +Faf +FahQ +Fahim +Fahrbot +Fai1ure +Fail Be Dont +Fail Friday +Fail Stacks +FailFish +FailedNoob +FailedZerk +Failing +Failocity +FailsauceFTW +Faint +Faint Dallas +Fair +Fair Folk +Fair Luck +Fairburn +Fairex +FairiesBane +FairlyDecent +Fairr +Fairr Enough +Fairwolf139I +FairyFeind +FairyVeiler +Faith xd +Faiu +Fakdo +Fake +Fake Chad +Fake Dylan +Fake ID +Fake Levi +Fake Pobble +Fake Suffer +Fake Will +FakeBallots +FakeGirl +FakeNews_CNN +FakeNudez +Fakent +Fakeppa +Fakez07 +Fakezgen +Fakn Oats +Faknius +Faku +Fal +Fal7 +Falabar247 +Faladalore +Faladas +Faladoor +Falador +Falador Sq +FaladorabIe +Faladorks +Faladussy +Falcon +Falconf1 +Falconr +Falconz420 +Faleis +Falestine +Falkenberg +Falkuntpunch +FallOfSolace +Fallacy i +Falladis +Falldyl +Fallen +Fallen Dark +Fallen Hopes +Fallen Noble +FallenBlur +FallenGods +FallenOutlaw +FallenSlayer +Fallenchamps +Fallendude55 +FallingDown +Falll +FallnPancake +FallnSpartan +Fallon +Fallout +Falloutah +Falls +Falls Apart +Falls Road +FallyFiddler +Fals +FalscherHase +False +False 9 +False Boon +False Divine +False News +FalseGod +Falsemorels +Falubo +Fam +Fam Chi Boy +FamIso +Famcloth +Fame is +Famexx1337 +Famfrit +Familia +Familie +Family Crest +Famished Fe +FamishedNine +Famjam +Famoose +FamousBowl +FamousBowls +FamousPixels +Famuel +Fan +Fanatic Est +Fanatiker +Fanawr +Fancys +Fandri +Fanfiction +Fang Dude +FangJo +Fangsie +FannyPaca +Fantasieloos +Fantastik +Fantikerz +Fantomine +Fantrix +Fany Pack +Fanzi +Fappel +Fapperd +Fapple Bees +Fapricorn +Fapworthy +Far Alone +FarAke +FarFarOut +FarNear +Farages Army +Faragi +Farah +Faramir +Faran +Farao +Faraolorddd +Farcry25 +Fareham +Farelinho +Farenru +Farewell Bud +Farfire +Farid Lord +Faridi +Farigno +Farkle +Farkwar +Farlz +Farm +Farm Strong +Farm11m +Farm3r +FarmHub +FarmRun Clay +Farmance +Farmay7 +Farmelot +Farmenheimer +Farmer +Farmer Blake +Farmer Crab +Farmer Dannn +Farmer Jayy +Farmer Johnx +Farmer McGee +Farmer Santa +Farmer Wull +Farmer Zach +Farmer Zratz +Farmers +Farmertree +Farmin +Farming +Farming Arma +Farming Moe +Farmingfoxx +Farmingtool +Faroeallstar +Faron +Faror +Farpoint09 +Farqin +Farrier +Farron08 +Farseer +Farseer Hat +Farsight2 +Farssi +Fart Gunner +Fart Shartly +Fart Weed +FartInMyGob +FartSymphony +Farthinder +FartinLKing +FartinLuther +Farting cat +FartingCow +Farts2Wet +Farty Ass +Farukoo +FasTLT +Fascia +FashionBTW +FashionPig +Fashy +Fast +Fast AF +Fastenal +Fasterman +Fastly +Fastmagepk1 +Fastmaniac +Fat Bawlsack +Fat Boobs +Fat Cat +Fat Clouds +Fat Fur +Fat Goombah +Fat Jonny +Fat Leb +Fat Maniac +Fat Mat +Fat Moron +Fat Nymph +Fat Rackz +Fat Ralph +Fat Salesman +Fat Swaggy +Fat Thin +Fat Waddle +Fat Wirgin +Fat Wrath +FatBIunt +FatBurgerKid +FatClock +FatGreasyGuy +FatITguy +FatKidBrett +FatKidHougie +FatMonkey +FatSlutKing +Fatafeat +Fatal +Fatal Cazual +Fatal Psycho +FatalReign +FatalXfire +FatalisRS +Fatalsystem +Fataltorment +FatboislimOS +Fatboy6 +Fatcav2 +Fatceps +Fatdogs11 +Fate Gu +Fate Z +Fateq +FatesWarning +Fatez +Fathead +Father +Father Of 3 +Father Of M0 +Father Tacos +Fathey +Fatmat +Fatrekt +Fatso +Fatstinkysak +Fatterhead +Fatty Combat +Fatty Park +Fatty-Kent +Fatty380 +FattyIsntFat +FattySupreme +FattyTerps +Fattybanger +Fattymcdugal +Faultty +Fausto +FautleferQC +Fave +Favelador +Favion +Faw OCE +Fawka516 +Fawn1460 +Fawz +Faxon +Fayl +Fayumi +Fayv +FazTazTic +FazeQ +FazeSkilling +Fazebook +Fazed Imp +Fazist +Fcape +Fcbfan1994 +Fctillidie +Fe AND17 +Fe Adex +Fe Alma +Fe Anakin +Fe Bastok +Fe Carter +Fe Clay8 +Fe Cremator +Fe Dahje +Fe Dentyste +Fe Dopamine +Fe Gangsta +Fe Grom +Fe Gson +Fe Hellpuppy +Fe Hucks +Fe KabooM +Fe Kiteman +Fe Kyle Fe +Fe Liquid +Fe Logix +Fe Louis +Fe MGTOW +Fe MagicMan +Fe Monkey +Fe Mulks +Fe Nail +Fe Nini +Fe Nocturne +Fe Nylost +Fe Oakdice +Fe Papi +Fe Patrick +Fe Pvm Tiger +Fe Pyles XV +Fe Qlimax +Fe Republic +Fe Rex +Fe Sav +Fe Setting +Fe Skilleye +Fe Slammed +Fe Sten +Fe Tentacles +Fe Thijssie +Fe Tomie +Fe UIM +Fe Viraxic +Fe Werty +Fe X AE A-Xi +Fe Xems +Fe Zachpnnc +Fe Zelta +Fe anor +Fe ared +Fe depressed +Fe elsBadMan +Fe il +Fe lonies +Fe lungs +Fe lyne +Fe r a t +Fe rgy +Fe ta +Fe-ranator +Fe0xi +Fe20 +Fe26 +FeBriZley +FeCapedSloth +FeCrab +FeDestroyed +FeDyl +FeFiFoFum +FeFireTruck +FeFlo +FeFox +FeIII +FeJonnisjoen +FeKyle +FeMale Chris +FeManlett +FeMattsheets +FeMoist +FeMudcheck +FeNote +FeOx +FePash +FePinkviini +FeReelix +FeShane +FeSolaris +FeSynical +FeTaeliah +FeUIMIronBTW +Fe_Schrute69 +Fe_StarLord +Fe_Symphony +FeaR +Feaaar +FeagMeister +Fear +Fear Fun +FearKev +FearMyTM26 +FearOfChange +FearSamurai +FearTheBear +FearThyDoom +FearTurkey +Fearengineer +Feargasm +FearlessFudu +Fearmaker1 +Fearrod +FearzebuJr +Feasted +Feather +Feather Bug +Feathereli +Febelz +Febreezio +FecesFyrHose +Fedad +Feded +Federal +Federated +Fedji +Fedo +Fedooool +Fedt +Feebee +Feebz +Feed Forward +FeedMePlants +Feedback +Feedle +Feek 1 +Feel Ya +FeelMyBirdie +Feelin +Feelin Fine +Feelin It +FeelinHappy +Feelmygame +Feelosophy +Feels +Feels Lonely +FeelsDuBis +Feelsbadkapp +FeelslronMan +FeelzBradMan +Feen +Feet Watcher +FeetFunGoose +FeetPic +Fefe3 +FefilleLaDur +Fegicaly +Fegoob +Feint +Feisty +Feit +Feitn +Fel +FelNeck +Felamar +Feldip +Felgenhauer +Feli-Marie +Feliaff +Felinaed +Feline Feast +Felix2 +Felixa +Felixigor6 +Feller Crus +Feller Magic +Fellow +Fellow Fool +Fellowships +Felmyst +Felon +Felonies +FeloniousHam +Felony Ruler +Felted +Female Henry +Fembo y +Femboi +FemboyFloppa +Fementedspaq +Femister +Femke +Femke Bol +Femkekos +Femstiq +Fencig5 +Fencingduck +Fencko +Fender +Fender Axes +Fender Twin +Fendoral +Fene77 +Fenerbahce +Feniks366 +Fenix Downs +Fenix Kiros +Fenkat +Fennikel +Fenny RS +Fenomeno11 +Fenothiazine +FenrilasIM +Fenrirs Fall +Fens +Fenshy +Fenske +Fented +Fentenal +Fenternal +Fenyxgreen +Fenzo +Fenzy +Fequites +Feral Wiki +FeralFiddler +Feralblood +Feraligatr44 +Feraliigatr +Feratzu +Ferbzy +FerdaWoox +Ferduh +Fereekelor +Ferlide +Fermeon +Fernando-Frv +Fernie +Ferny +Fero217 +Ferocious J +Ferocious97 +Feroos +Ferousity +Ferpderp +Ferrarezi +Ferrari +Ferrari Enzo +FerrariScape +Ferrat +Ferrdie +Ferreklop +FerretFoSho +Ferrex +Ferrggette +FerricAndre +Ferring +Ferrinheight +Ferro +FerroPlanty +Ferrothan +Ferrothorn +Ferrous +Ferrous Frog +Ferrous Hugs +FerrousBoii +FerrousWheel +FerrousWolfe +Ferrowing +Ferrum +Ferrum-56 +FerrumPawn +Fersapian +Ferus +Ferus Ferrum +Fervor +Ferynys +Fesan +Fesenko +Festis +Festiva +Fesu +FetaCheese +Fetetchie +Fettisdagen +Fetus +Feudal +Feunk +Fewest +Fewideahide +Feydx +Feyenoord36 +Feylon +Ffilteg +FfsImAfk +FgtBob +Fhil +Fhk Trudeau +Fhpure1 +Fibeer +Fiberlight +Fibix +Ficc +Ficomon +FiddlesLeaf +Fidds93 +Fiddy Ate +Fiddy Bag +FiddyDuddy +FiddySweens +Fidelity +Fiege +Fielacius +Fielde +FiendinLo +FiendsDream +Fierce some +Fiero +Fiets +Fiets opa +Fietsen +Fiff +Fifflaren +Fifth +Fifth Herald +Fifty +Fifty 5O +Fifty Cent +FiftyFive +FiftyForty +FiftyStones +FigaroTheCat +Figes +Fight +Fight 04 +Fight For Jk +FightMiIk +Fighta +FighterSE +Figless Duck +Figmentx +Fignootters +Figpig +FigsNotPigs +Figure +Figwit +Fiiderino +Fiiggy +Filed +FiletOFlesh +FilipTelford +Filippia +Fillifjonken +FillyFilly12 +Fillzu +Filmmaker +Filo Legolas +Filofteia +Filoksenia +Filson-zzZ +Filth0 +Filthy +Filthy Bird +Filthy Clam +Filthy Pesnt +Filthy Santa +Filthy Weeb +Filthy istik +Filthy4Iron +FilthyDane +FilthyDingus +FilthyOreo +FilthyPixels +Filthy_Stew +Filz +FimiWolf +Fin Vader +Fin219 +FinPunisher +Final +Final Redux +Final playz +FinalBossUIM +Finalbang +Finalbrk +FinalityB +Finally +Finaltank +Finch +Fincher +Find +Find mucking +FindTheTeemo +Findawg56 +Finding Dory +FindingDory +Finding_Mary +Fineillspoon +Finem Mundo +Finesse +Finessing +Finex +FingerBang +Fingerdfilly +Fingered +Fingerlegs +FinickySquid +Finish +Finish Flash +FinishedLog +Finishzuelan +Finklestein +FinkyFink +Finlan +Finland +Finlanderi +Finlanders +Finlays +Finlunch +Finn1309 +FinnelCake +Finnica +Finnish +Finnkie +Finral +Finrufa +Finsho +Finsta +Fintiaani +Finutty +Fiola34 +Fiora +Fipimuesi +Fir3bird85 +Firat +Firben +Fire +Fire 745 +Fire 961 +Fire Captain +Fire Chiller +Fire Fiesta +Fire Fist +Fire Galley +Fire Kaped +Fire Kittie +Fire Tune +Fire10910 +FireAF +FireAnRescue +FireGiant +FireKornez +FireOnRs +FireReid +FireTruckBoy +FireWolf28r +Firebelly +Firebuggy +Firebwans +Firecan1314 +Firedevil +Firedrake658 +Firehawk746 +Fireheart470 +Firein12 +Firejax +Firekirbyeli +Fireknight0 +Fireman +Fireman Sam +Firemanzz +Firemutt +Firenova +Fireoman +Fireskill +Firesmash +Firestarone +FireyDragons +Firko +Firnik +First +First Bozz +First Up +FirstBathTub +FirstBlood 1 +FirstIron +FirstRS +First_Viking +Firulay18 +Fish +Fish Cow Dog +Fish Keeper +Fish Nibba +FishFingerz +FishGoBlub +Fishcake +FishesBmine +Fishey +Fishie +Fishling +Fishoii +Fishstickz +Fishsword389 +Fishvaulter +FishyBrines +Fisicas +Fiskhue +Fisna +Fist +FistMeTrump +Fister +Fit Jr +FitAid +Fitdis +Fitis +Fitsit +Fitty Tyson +FittyBuck +Fitzy Smalls +Fiurio +Five +Five Demands +FiveManSplit +FivePaws +FivePointOh +Fivee Skinn +Fiveskin +FixationRS +Fixed +FixedCost +FixedMain +FixedWing +Fixions +Fizbin +Fizg0d +Fizz Khalifa +Fizzed +Fizzle +Fizzy Glizzy +FizzyGuzzler +Fjala +Fjala r +Fjalee +Fjollan +Fjolle Mate +Fjomp +Fk RS L +Fk W Da Woo +FkingEzeKial +Fkking +Fklostmybnk +Fkluzac +FknDeece +FknDreaming +Fkuru +Fl y +FlLTHYYYYYY +FlNARKY +FlTTY +FlTZ +Flabaghast +Flaboogles +Flaccid +Flaccid RNG +Flaccid Semi +FlaccidWhip +Flacid +Flackyo +Fladra +Flagaria +Flagrance +Flagrant 2 +Flagz +Flaherdog +FlailTheKing +FlailingGoat +Flair Viper +Flakelar +Flakey +Flakeydude +Flakkas +Flakto +Flamaha +Flame Lurker +Flame0fUdun +Flame29 +FlameSoother +Flamed +Flamel +Flamepistol +Flames4 Ever +FlamingPee +Flamingfox +Flamingguy7 +Flaminold +Flaminrofls +Flammbam +Flanelli +Flap +Flap Slap +FlapJackals +Flapple +Flapsian +Flare +Flare Grylls +Flareblade +Flareon +Flarez +Flarp +Flash +Flash Voyage +Flash3200 +FlashYellow +Flashbane +Flashbang +Flashcards +Flaskepost +Flat +Flat Eric +FlatAssPlank +FlatEarth361 +Flatback +Flatlandah +Flatorbrush +Flaunt +Flava +Flavaaaaa +Flavie +Flavour Trip +FlavouredDav +Flavur +Flaw +Flawd +Flawed +Flawed Bliss +Flawless xD +Flawnn +Flawzin +Flax Pickerr +Flaze +Fleaa +Fled 6ymcric +Fleeson +Flemingo +Flemino +Fleruas +Flesh Forest +Fleshgod +Fleshpound +Fletch2 +Fletched0 +Fletcher +Fletcher 06 +Fleton +Fletz +Fleurescent +Flex +Flex Wayne +Flex1bel +Flex1bility +FlexCity +FlexSeal +Flexatronic +Fli pper +FliPancakes +Flick +FlickMyTick +Flicker 06 +FlidFlop +Fliga +Flight +FlikAwrist +Flikker +Flikker Kind +Flimmyflan +Flimpy +Flimsywhale +Flimzy +Flinch +FlingDragon +Flint +Flint RS +Flint Water +Flintstoned +FlipDaddy +Flipdam +Flipje +Flipman24 +Flippa +Flippa Monk +Flippar +Flippers +Flippin +Flipsen07 +Flipzzzup +Flirz +Flit Wick +Flix +Flixy +Flizz xd +Flllllllllll +Float +Floater eyes +Floatzelo +Floballer +Flock43 +Floeter +Floki loki +Flomple +Flonza +Floody +FloofyTurtle +FloofyWaffle +Flooga +Floogan33 +Floopyboople +FloorTwenty +Floot +FlopLord +Flopez +Floppy +Floppy Boaby +FloppyDongle +Florian +Florian_1988 +Florida +Floth +Flover +Flow +Flow it +FlowMafiaaa +FlowState +Flowah +Flowen0ne +Flower +Flowerm00se +Flowiey +FlownbyFire +Flowtown +Floww-Grown +Flowwar +Flowzyy +Floxin +Floy +Floyx +Fludds +Fluenz +FluffPandaSr +Fluffafluff +Fluffalo +FlufflePluff +Fluffy +Fluffy chair +FluffyTater +Fluffypony44 +Fluga +Flugel25 +Flugenhorn1 +Fluid +Fluid Voyage +Fluke Jr +Fluminense +Flunc +Flunt Capz +Fluoroform +Fluorophore +Flupbaster +Flurius +Flushiz +FluteBand +Flutlicht +Fluxee +Fluxery +Fluxion +Fluxx V2 +Flvd +Fly an High +Fly by N7ght +Fly in +Fly-TheW +FlyLo +FlyPap3rr +FlySunyQuest +Flyboyray +Flydol +FlydonWayno +Flyeeee +Flyer +Flyer TMT +Flyer W Iron +Flyern +Flyguy13 +Flyhll +Flying +Flying Pingu +Flying Swede +FlyingBobcat +FlyingIrish +Flymi +Flymzy +Flynny +Flynsquirrel +Flynt +Flyonwings +Flyvende +Flyvende Ged +Flyy +Fml IronMan +Fml Its Adam +Fml Its Carl +FnHit +Fnatic +Fo Ring +FoRbeZiiLLa +Foam Corner +FoamDemon1 +FoamShrimp +Foamshire +Fobu +Fockwolf1 +Focus +Focus73 +FocusOnGoals +Focusor +Foen +Foesum +Foggy1991 +Fogol +Fogpun +Fogworth +Fohmie +FoiledSoftly +Fojin +Fokjefe +Folayyy +Foleshill +Folesy +Folfox +Folieo +Folk +Folk169 +Folktale +FollieRS +Followed +Follower +Folwifuswalo +Folxi +Fomble +Fomid +Fondle +FondleMyIron +Fong +Fonnis +FonsJ +Foo I I +Food +Food For Me +FoodEmperor +FoodStampGod +Foodfoodfood +Foodie +Foofickle +FookOffNerd +Fool +Fool Senpai +FoolFighters +Foolery +Foolingling +FoolishHeart +Fools +Fools Errand +Fools Switch +FoolsErrand +Foomp +Foooman +Foose +Foosyy +Foot +Foot Ball242 +Foot Magnet +FootLocker +Footaphiliac +FootlongMike +Fooz +For +For Karamja +For My Block +ForDaScratch +ForKrimpt +ForNostalgi +ForRusssia +ForWeAreMany +Forbe +ForbiddenCry +Forbids +Force +ForceZero +Forcekid +Ford +Ford Racing +Forearm +ForeignBoris +Foreigner +Foreknown +Forerunner40 +Forescimitar +Forest93 +Foresteris +Foreva +Forever Wild +ForeverAlone +ForeverClone +ForeverLost +Foreverett +ForgetThePet +Forgetmenot +Forgetpluto +Forgettios +Forgive +Forgived +ForgottedPin +Forgotten +ForgottenRNG +Forkbomb +Forkers +Forkmitt +Forks Out +Forma +Formal +FormalPotato +Formaldhyde +Former Nub +FormerDivine +FormerSeaman +FormuIa 1 +Fornuis +Forresten +Forsaken +Forsakens +Forsworn66 +Fort +Fort Chronos +Forteh +Fortified +Fortify +Fortimuss +Fortis Lupus +Fortjent +FortniteRox +Fortran95 +Fortress +Fortunes +Forty +Forza +Forza Derby +ForzaGTx +Forzam +Fosh +Fossa69 +Fossil Rock +Fossul +FosterXP +Fostret +Fosz +Foton +Fotty +Foumy6 +Found Prawn +Found3Groots +FoundABaby +Four +Four One 6 +FourB +FourZone3 +Fourlifee +Fourloco +Fournlock +FourthChance +FourthPower +Fowke +Fox Enjoyer +Fox Two +Fox Zebra +Fox243 +FoxStevenson +FoxTherapy +FoxVex +Foxall +Foxe +Foxerx1 +Foxes +Foxfiend +Foxfire +FoxfireStyle +Foxi +Foxing +Foxtrot +Foxx OG +Foxxwild +Foxy +Foxy Rebel +Foxy SuzyQ +FoxyBaphomet +FoxySquid +FoxzHound +Fozbert64 +Fozie +FpsMichael +FpsWheelerrx +Fpsallday +Fr anci5 +Fr ankie +Fr0 +Fr0zEn111 +Fr1ckingH3ck +Fr1xioN +Fr3Pa1est1n4 +FraJoLaaa +Fraagile +Fraazzy +Frab +Frac +Fractals Son +Fractuality +Fraggiux +Fraggle +FragmentedX +Fragmentizer +Frags +Frail +Framed +FramedJunior +Frames Wolfe +Framingham +Franche420 +Francine1225 +Francis0wns +FranciscoJ32 +Franco +Franf10 +Frank +Frank Donner +Frank Is Dog +Frank Lin +Frank White +Frank-sama +Frank836 +FrankMadeME +FrankTTank +Frankers +FrankieFlow +FrankiesAlt +Frankinspank +Franklin1O1 +FrankyFish32 +FrankyLeGros +FrankyyTanky +Frantiks +Franwan +Frappacholo +Fraqqer +Fraser +Fraser840 +Fraspex +Frassboss +Frate +Fratto +Fratty Flows +Fraud Thurgo +Fraught +Frauwz +Fravvomaxx +Frayhalla +Frazer +Frazia +Frazoo +Frazze +Frazzlewagg +Frazzt +Frchtzcker +Fre d +Freaak +Freak +Freako07 +Freako09 +Freaks +Freakxx +Freaky Peet +FreakyWajt +Fred +Fred J Frost +Fred Solo +FredMaxedALT +Fredagsgroda +Fredanbetty +Freddi +Freddiep +Freddy CEO +Freddy ownz +Fredericton +Frederizz +Fredla +Fredleif +Fredo +Fredric +Fredriks +Freds Breads +Free +Free Dumb +Free Minded +Free O9 +Free lootkey +FreeFreeze +FreeFryBread +FreeHongK0ng +FreeKoolaid +FreeTeli2Lum +FreeTheRealD +Freebooterv +Freeczs BTC +Freedom +Freedom06 +FreedomJust +FreedomUP +Freee +Freehky +Freek 1 +FreekALeak +Freekkittens +Freelo +Freeman +Freepop +Freerangee +Freesoul +Freest +Freestylin +Freeway +Freeze +Freeze M E +Freezes +Fregion +Frei +Frekitohh +Freky +FrenchBuoy +Frendi +Frenek +Frenkurt +Frenmiir +Frenzy +Frenzy4 +FreonPays +Fresaaaa +Fresco +Fresh +Fresh Cheese +Fresh Pesto +FreshPotsRS +Freshly +Freshske +Frette +Freud +Frevlin +Frewdy +Freya +Freyas BTW +Frez +FriarNation +Fricas +FriccKip +Frickin +Frickn Playa +FridayDa13th +FridayMojito +Fridelis +Fridfoolium +Fried +Fried Erik +FriedRicePls +Friede +Friend +FriendlyJo +Frietjecurry +Frieza +Frieza Saga +Friezerik +Friggn +Friggy +Friibag +Friisby +Fris +Frisdrank Jr +Frisky Lime +FriskyBiznaz +FriskyJews +FriskyPainal +Fritszon +Frittered +Fritz +Fritz94 +Frix +Frkn +Frnds +FrobroSwagin +FrochioRS +Frodo +Frodo Bagger +FrodoBagGims +FrodoBogues +FrodoRS +Frodoinc1 +Froemelke +Froemeltchhh +Froez66 +Frofuzz +Frog +Frog Blog +FrogBoySlim +Frogfish12 +Froggiefish +Froggit +FroggyBro +Frogmann +Frogone9 +Frogsforjp +Frogtelllow +Frogtoken +Frogwork +Frohobo +Froloox +From +From Beyond +From Florida +From Lebanon +From Nz +FromNewWorld +FromSoftware +Front +FrontBottoms +FrontierEdge +Froobing +Frooby +Froomey +Froot Loop +Frootata +Froppy Tsuyu +Fropul +Frosht42 +Frost +Frost JTS +Frost Mages +Frost_PvM +Frostbiter +FrostedBow +Frostmourne +Frostserpent +Frosty +Frosty E +Frosty Gay +Frosty6570 +Frosty751 +FrostyPea43 +FrostySurge +Frostyfuz +Frostyyyman +Frote +Frotzr +Frovz +Froya +Froyotech +Froz09 +Frozah +Froze +Frozen +Frozen Crown +Frozen Rain +FrozenKing +FrozenMosin +Frozencarrot +Frozenn Dusk +Frozty Feet +Frrrozn +Fru Katt +Frufoo +Frugal +Frugtmanden +Fruh +Fruit Crepes +Fruit Dryer +Fruit Munch +Fruit1824 +Fruit1846 +Fruitbooting +Fruitje +Fruitloop8 +Frunk +FrunktheHunk +Fruta +Frvnk +Frxnk White +Frxnklin +Fry B +Frysta +Fsaze +FtheFrench73 +FuAiluue +FuNrikoz +FuRiouSs +Fubar3d +Fubini +Fubuki +Fubuking +FucDPS +FucNorfKorea +FucaDuc +Fuchsiger +Fudeath36 +Fudg3 +Fudge +Fudgie +Fuel +Fuel Ex +Fuertote_17 +Fuetakishi +Fug +Fug sakes +FugDisFugDat +Fugedit +FuggleQuest +FuggnIronBtw +Fuglemanden +Fuhni +Fuhrerengel +Fujimator +Fujk +FukYeaChina +Fukahi +Fukinnnn +Fukn Lit Btw +Fuktflekken +FulMomentum +Fula +FulgBTW +Fuliss +Full +Full 3A +Full AD Vlad +Full Boost +Full Moot +Full Tilt +Full of Wo0d +FullGraceful +FullSendGoat +FullTimeNerd +FullTryHard +FullerACL +Fully +Fully Mobile +Fullysick +Fulsh +Fumblebag +Fumblers +Fumbles12 +Fumin +FumingMe +Fun Guy mhm +Fun Sucker +Fun1nFunera1 +FunHotBox +FunWithFire +FunctioningC +Fund +Fundo +FuneRune +Funeral +Fungi +Funk +Funk Head +Funk Mastah +FunkBondMule +Funkafiend +FunkiPorcini +Funkiboy2 +FunkiiMonkii +FunkleRoy +Funkr +Funkshun +Funkworks +Funky +FunkyBoy4444 +FunkyDiddler +FunkySlut +Funky_Hunk +FunnelCaker +Funni +Funni Memmer +Funny +Funny-King03 +FunnyAndEpic +Funobu +Funpeople5 +Funrun123456 +Funzip +Fuorra +FuqAgility +FurMissile +Furbs +Furi Potion +Furious +FuriousPower +Furiri +Furo +Furox +Furry +Furry Wall +FurryDemon +Furrykins +FursonaHaver +FurtleTurtle +Furty +Furu +Fury +Fury DnT +Fury Lord +FuryJunky +FuryL0rd +Furyian +Fuse +Fuse is HARD +Fuseton +Fusiiion +Fusion Aurum +FusionGT2 +FussyParter +FutchDuck +Futex +Futss +Future +Future Tense +FutureKaiden +Futureruler9 +Futures +Futures Main +Fuuwah +Fuxley +Fuze +Fuzz Man +FuzzManPeach +Fuzzums4 +Fuzzy +Fuzzy Sox +Fuzzy jaw95 +Fuzzy1918 +FuzzyDonkey +FuzzyFudgey +FuzzyMWV +Fuzzy_NooT +Fuzzybear65 +Fuzzyblaa56 +Fuzzykitty +Fuzzzy +FvS Love +Fweafwe +Fxked +Fxob +Fxrgus +Fxrret +Fy six +Fy12e +Fyitz +Fylberg +Fylize +Fym +Fyr +Fyr Tornado +Fyresam +Fyri +Fyrinlight +Fyron +Fyrox +Fyszz +Fyzio +Fziaa +G +G 0 A T +G A F F E R +G Alfansos +G Ape +G B S +G Check +G Fruit +G GAMER GIRL +G I M Danny +G Iron Adam +G L E N +G L H F +G M B +G Man9822 +G Mauls +G O O D +G O O S E Y +G R E E N +G R I L L O +G Terminator +G X F C +G Zus +G a r t y +G a t t s u +G ante +G dot C +G e n g a r +G eeb +G i j s +G i l b o +G iG +G imme +G iooo +G l R L +G laze +G no Z +G o G G u +G o h o +G o th i X +G oldd +G oldeen +G oofy +G ozz +G rafix +G ronimo27 +G root +G shi +G u a m s +G unitt +G-F-M +G-IronKuv +G-Thug Nasty +G-knowww +G-rivs +G0AT JUICE +G0ATWRANGLER +G0D Richard +G0DLY +G0LD3N +G0LDC0AST +G0LDEN +G0LDENB0Y +G0LDIE +G0NGSHOW +G0OEY +G0TH ANGEL +G0TTY +G0blineer +G0dr3kt +G0dsnotdead +G0ing +G0ld +G0lden +G0rillaJesus +G1C +G1adiador +G1edrelis +G1izzyGob1in +G1m Luna +G3RM4N +G3ZZ4 +G4M3OV3R +G4RG0YLE +G4UAFS +G4YLORD +G4de +G59 Awol +G6E Turbo +G6Wizard +G80 +G99s +GAAANNNGGG +GABBAGE +GAGGED N +GALO9A +GAMMAGARD +GAMxJAKE +GANONd0rf +GAOKNMxzHR +GARDlNER +GATECRASH +GATTl +GB Amarok +GBJackieWang +GCMidlane +GDG +GE IS WACK +GE to FE +GE0RG3WKUSH +GEARLE55 +GEEZ0 +GERANUS +GERRIEE +GEtItFrAnK +GFHL +GFe Aang +GFmanbearpig +GG Joe +GG McCloud +GG Sofie +GG Wped +GG6HJA9KSDHJ +GGGGGGGGanta +GGGskywalker +GGW Limit +GGW Thanos +GGf1cation +GGtoHH +GH05T DUDE +GH95 +GHEEESE +GHETT0JESUS +GI GN +GI Lewis +GI Lucky +GI Madras +GI Mohib +GIANT HENO +GIANT ITIOLE +GIBBO96 +GIGAGUMPH +GIM 0dawg +GIM 2nd +GIM Albin +GIM Aperture +GIM BTWW +GIM Ballak +GIM Barkless +GIM Baylis +GIM Bunzz +GIM C J +GIM CgIsEasy +GIM Composer +GIM Conkers +GIM Cris +GIM DareDev +GIM Derek +GIM Dionysus +GIM Dormant +GIM FatLion +GIM Fearzzy +GIM Ganther +GIM Glalie +GIM Globi +GIM Hatred +GIM Hola +GIM LWE +GIM Lasse_ju +GIM Lazyguy +GIM Lxxs +GIM Lyon +GIM M0FFY +GIM Madac +GIM Magneto +GIM Malphite +GIM Martas +GIM Maudi +GIM Mcstro +GIM Me STD +GIM Mecknon +GIM Mirasei +GIM Moith +GIM NewPorts +GIM OatBloke +GIM Obvious +GIM Or715 +GIM Philrat +GIM Player02 +GIM Qtpie +GIM RWT +GIM RagePope +GIM Raheem +GIM Rakfaan +GIM Ring +GIM Schaa +GIM Schnei +GIM Sense +GIM Snax +GIM Stinks +GIM Stompy +GIM Stoney P +GIM Stu +GIM TUT +GIM Terix +GIM Tman +GIM Tobi +GIM Toe Pic +GIM Ved +GIM Viklok +GIM Wife +GIM Zork +GIM atomic +GIM bad ass +GIM brutal +GIM kerma +GIM poy249 +GIM sabinsky +GIM xDist +GIM-Topsu +GIMAerospace +GIMButcha +GIMFunder +GIMME CLAW +GIMP Crystal +GIMP DlCC +GIMP Jonny +GIMP Suns +GIMP Toast +GIMP Will +GIMP Zuzu +GIMPlayer69 +GIMRavenKing +GIMTruck-Kun +GIM_NoRun +GIM_Snowwolf +GIM_tybraun +GIMcardellio +GIMonster +GIMp Brian +GIMpope +GIMxH2 +GIRTH CHECK +GIronPPVibes +GL GETTIN IN +GL on Purple +GL78 +GLG Sophie +GLUS +GLWeAllDie +GM Matt +GMEMan8000 +GMKirby +GNULinux +GOAT GOD 420 +GODSOMBRA SL +GOGETA +GOLOVOLOMKEE +GOOD +GOODGAMEGGXD +GOP DUMB +GOZERGAST +GPA +GPWASTER +GR0OOT +GR1NCH +GRAB-A-LEAF +GRAN1T3 +GRAND +GRAPHISTED +GREIV0US +GREIVUOS +GRIMSTAIN +GRINGOLAO +GRUMPY +GRUMPY BSTRD +GRUMPY PAPAW +GRYGRY +GRiMZ +GRiMZ 420 +GRlM +GRlM REEFER +GS Concerta +GSAileen +GSW Shane +GSwolls +GT350 +GTA SA +GTFOIMGAMIN +GTOD +GTRKingZilla +GUBIDUBII +GUCCI SENPAI +GUCCl +GUJ0 +GUNMAN683 +GURRD +GUUMBY +GVSU +GYDtown +GZA +GZX +Ga l +Ga7ba +Gaara +Gaara Sand +Gaarden +Gaarise +Gaarlokiin +Gab al Ghul +Gabagoo l +Gabber +Gabber NaTaN +Gabberboy15 +Gabble +Gabe +Gabe020 +Gaberoks +Gabesz +Gabo +Gabrahanth +Gabriel61198 +Gabris +GabyabyxD +Gacha +Gaddgedlar +Gadrak +Gadwall +Gaerolth +GaethjeKO +Gaga +Gaga Iron +Gage S +Gageks +Gagne +Gahbo +Gain +Gain exp +Gainful Grey +Gains alot +Gainz Godz +Gainz Nerd +GainzForHire +GainzWorld +Gainzvill +Gainzville +GaiusTavi +Gaiy +GalGadotsBF +Gala G +Galamx +Galandorf1 +Galar +Galava +Galaxia +Galaxiancam +Galaxies +Galaxy +Galbazeek1 +Galderr +Galdysa +Galgenbrok +GalickGunner +Galilee +Gallaxy +Galleta +Gallium +Gallowbell +Galon Garuda +Galon1 +Galow +Galton +Galvatron +Galwic +Galyam +Galzuk +Gam +Gamaiiron +Gambinahuora +Gambino +Gambit +Gambit Ghoul +Gamblerz +Gamboy46 +Game +Game Clown +Game Name +Game Of Olms +GameBot2000 +GameOvaries3 +GameStop +Gameboto4 +Gameboyjr +Gameboylight +Gamelia7 +Gamer +Gamer Log +Gamer Worded +Gamer4Life +Gamercutie +Gamerplaya7 +Gamerr +Games Rigged +Gameshow +Gamesman +Gaming +GamingLover +GamingVapor +Gamir Von +Gammel Mand +Gamorrah +Ganandalf +GandaIfNoir +Gandalf +Gandalf staf +Gandalf3602 +GandalfBalle +Gandhi +Gandolf +Gandolpeeni +Gandon12840 +Gandulff +Gane +Gang +Gang Goblin +Gangbarang +Gangnrad +Gangris +Gangry +Gangsta +Ganj +GanjaGhandhi +GanjaRhino +Ganjoefarner +Gankicus +Gankster +Ganna Bogdan +Gannicus +Gannicusproo +Gannnon +Ganooch +Gansa0 +Ganta +Gantee +Ganthorains +Gantre +Ganzaxuz +Ganze +Gap Tester +Gaping +GaratholX7 +Garbage +Garbage Life +GarbageEater +Garbagexd +Garbar6 +Garboh +Garbug +Gardenia +Gardening +Garder1968 +Garena +Garfinator +Gargano +Gargaspoon +Gargath286 +Gargathon +Gargleon +Gargoyle79 +Garlic +Garnat +Garnet Gust +Garp +Garrb3ar +Garrett +Garretttt +Garrothis +Garthoon +Garvis +Gary +Gary Ghee +Gary Giggles +Gary Guldske +Gary Linkov +Gary Wang +GaryDabs +GarySmokeOak +Garyjayjay +Garysson +Gasconade x +Gash Pasher +GashBndicoot +Gashtag +Gassy +Gassy Cat +GassyFlaps +Gastje888 +Gastronaught +Gate +Gateofdoom +Gath +Gato +GatoNaranja +Gator +Gator Bob Jr +Gator Papi +Gatorboiz +Gatorian176 +Gatorslyr +GatrsNTaters +Gau Cho +Gauntlet +Gaur Gura +Gauss +Gautstafer +Gauvin +Gavbin +Gavi +Gavii +Gavin Dance +Gavita +Gavrot +Gavussy +Gavy +Gawd Bodi +Gawk5000 +Gawkes +Gawkss +Gawt +Gawz +Gay 4 Guthix +Gay Bear +Gay Bear Cub +Gay Farm +Gay Fieri +Gay Framed +Gay Holly +Gay Impling +Gay Liam +Gay Male69 +Gay Snake +Gay Squire +Gay Vermin +Gay Wimp +Gay450Bucks +Gay4Ketchup +GayWalrus69 +Gayblade +GaylsHaram +Gayme +Gayron +Gaz +GazGoon +Gazaman11 +Gazan +Gazd +Gazed +Gazed Soul +Gazelle2211 +Gazru +Gaztok +Gazza +Gbax-Style +Gdey56 +Ge0rgeburton +GeChallengeM +GeTLeFt1 +Gear 5th +Gear Carried +Gear Fear +Gear Sekando +Geard +Gearfried +GearheadSTL +GebwellB +Geck-o +GeckoDad +Gedmuush +GeeHasMews +GeeStreet +Geeb +Geebs +Geebster +Geef Bier +Geegles +Geeker +Geeknip +Geeman125 +Geen +GeenBankMan +Geera +Geerin +GeertWillows +Geestig +Geeving +Geewd +Gefilus666 +GeggaMoya +Gehrman +GeilTijgerke +GeilePaddo +Geitekaas +Gekido +GekkaJohn +Gekke +Gekke Farmer +Gekke Nelis +Gekke Pablo +Gekkesmurf +Gekoh +Gekolian +Geks +GelZmog +Gelawynn +Gelderlander +Gelezis +Gelijk +Geliquideerd +Gellaitry +Geller Bing +Gelly +Gelmar +Gem +GeminitusII +Gemlingur +Gemsbok +Gen Kokopuff +Gen4 UU +GenCoupeGang +GenFormat +GenGraardor +Genabackis +Genann +Genaron +Gene Shorts +GeneBelcher +GeneDenim +GeneKapp +GeneVieve_SL +General +General Aldo +General Bigi +General Iroh +General NL +GeneralJosh +GeneralLudd +GeneralMcRib +GeneralMo +GeneralMoist +GeneralNASTY +GeneralPlay +GeneralStore +Generall +Generall_xx +Generalton +Generol55 +Genesee +Genesis G80 +Genetiics +Genetiz +Genga r +Gengahr +Gengerbred +Geni +Genie Magick +Genie Talls +GenitalsHead +Genix +Genjitatsumi +Genk +Gennie +Gennu +Geno +Geno RS +Geno2566 +GenoJuice +Genocidal +Genovan +Genres +Gensha +Gentileza +Gentle +Gentle Death +Gentle Gypsy +Gentleman J +Gentlemanfox +Genty +Genuine +GenuineDude +Genus +Geo Fe +Geo Geo +GeoDuuud +Geoculus +Geodark +Geof Sux 666 +Geoff_Failed +Geoffry +Geography +Geoguess +Geoide +Geologistic +Geomatic +Geonde +Geordie +George +George 36th +George F M +George Vv +GeorgeJx93 +GeorgeVork +Georgey +Georgezs +Georgies +Georgopol +Geoso +Geotechnicki +Geovanna +GerAmi +Gera1d +Gerald +Geralt Nivea +Gerb3 +Gerberos +Gerbs +Gerbz +GerdyofRivia +Gergery +Gerjan +GerksShirts +Germaan +GermanGuyRS +Germanic +Germaphobic +Germimo +Gernoazi +Gero +Geroko +Gerr Hurka +Gerrido +Gerrmz +Gerroes4GIM +Gerry Bud +Gershboon +Gert +GertrudeSimp +GertrudesAss +Gery07 +Gesaldo +Gese +Geskar +Geso +Gesoz +Gestetner +Get A Life B +Get Back Son +Get Bread +Get Exp +Get Fukt Pal +Get Pho +Get Syked +Get0nMyHorse +GetABeerInYa +GetATapWater +GetAclick +GetDatXp +GetMeOut +GetMeOutHere +GetOnMyLvl +GetOverlt +GetPets12 +GetSkipped +GetThatUpYaa +GetTogether +GetUrWild0n +GetWreckdSon +Getdolphined +Getfck3dup +Getlow777 +Getplayed +Getsu +GettinTanked +GeudensK +Geuld +Gew +Gewoon +Gezang +Gf g +Gf4tiuser +GfRsIGotAGf +Gfi +Gh3t0 T4nk3r +Ghafir +Ghaipol +Ghandizy +Ghandy +Gharron +Ghckkrchkrer +Ghda +Gheed +Ghentiana +Gherkins +Ghetto +Ghhjgwsr +Ghidorah +Ghillie Suit +Ghilly +Ghoosted +Ghorraka +Ghosnik +Ghost +Ghost 311 +Ghost Ahoy +Ghost Fe +Ghost XP +GhostAralein +GhostHouse +GhostOrchids +GhostTank +GhostXD +Ghostas +Ghosteeen +Ghostfice +Ghostflips +Ghostiami1 +Ghostly Taco +GhostlyFetus +Ghostlyowns +Ghostninja +Ghostsu +Ghostwish492 +Ghosty +Ghoul Intent +Ghoul Zeta +Ghraz +Ghruntsarokk +Ght179 +Ghurrix +Ghuuneiboi +Ghxul +Gi Lew +Gi bbo +Giallo +Giant +Giant Ego +Giant Gochu +Giant Killer +Giant Peenos +Giant Plums +Giant Trunks +Giant spider +Giant235 +GiantConker +GiantShafty +Giantesss +Giaveri +Gib bread +GibMePets +Gibbed +Gibberish +Gibboh +Gibbon +Gibbon girl +Gibby +Gibby0712 +Gibbzzy +Gibsky +Gibsmeister +Gibson +Giddy Cowboy +Giddy Yup +Gidejong +Gidionn +Gidle Soyeon +Giebu +Gielinor +GielinorGage +GielinorGoat +Gielinord +Gielinored +Giena +Gier +Gierige +Giffaro +Gifgas +GigaBinary +GigaChad FSW +Gigabit +Gigantic Nut +Gigantic Owl +Giganttio +Gigashit +Giggel Boy +Giggety +GiggleFailer +GiggySmalls +Gigi +Gigime +Gigs x0rz +Giiblo +Giiirtz +Giitzy +Gijoe184 +Gijs +Gijsbart +Gilan +Gilbert +Gildart_91 +Gilded +Gilded Gucci +Gilded Robes +GildeddGuppy +Gilenoth +Gilesy_93 +GilgaGaming +Gilindur +Giljom +Gillan +Gillbert44 +Gille +Gilles +Gillisuit +GillyChop +Gillyjj +Gilnash +Gils +Gilthresa +Gim Balboa +Gim Mayhem +Gim Reaper x +Gim Rickard +Gim Sahara +Gim Synicals +Gim ckn +GimJonel +Gimaralas +Gimbli102 +Gimlocke +Gimme +Gimme Pixels +GimmeDatWAP +Gimmie 500k +Gimp Charona +Gimp George +Gimp Rachau +Gimp Sage +Gimperfect +Gimpgas +Gimptan +Gin N pizza +Gin Theory +GinValid +Gina Linetti +Ginekologs +GingaFe +Gingaaaaa +Ginger +Ginger Elvis +Ginger KG +GingerUnit49 +GingerZ94 +Ginger_Men +Gingerbeefe +Gingr +Gingr Snaps +Gingyge +Ginjaah +Ginko Sora +Ginny +Ginobeatsss +Ginyuu +Gioarcher69 +Giorgi +Gios Ladder +Giovanniam +Giovano +Gippeo +Gipson +Giraaa +GiraffeLord +Giraffeneck +Girl +Girl10116 +GirlGamer420 +GirlLoveeee +Girls +Girls Add Me +Girlygurl420 +Giroza +GirrthBrooks +Girsu +Girth +GirthBeast +GirthMatters +Girthy Bunny +GirthyBaboon +GirthySack +Giskardr +Gist +Gistermorgen +Git Ducked +Git Gudr +Gity +Giuuntas +Give +Give Advice +Give Er +Give Me Kith +Give Purple +Give Purples +GiveMeMaul +GiveMutagen +Given +Given Bow +Given Power +Givera0 +Giville +Giving +Givox +Gixerikan +Gizmoed +Gizmoo247 +Gizzy-71 +Gj nice +Gjerloew +Gjonunaki +Gktr +Gl Bob +Gl Im Dandy +Gl Im Tom +Gl0ver +GlLDARTS +GlM Sam +GlMKingCole +GlMP Blue +GlMP Purpp +GlNGER +GlRLS +GlTHUB +GlUwUten +Glaceon Girl +Glacial +Glacial Fog +GlacieredTig +GladePlugIns +GladeSONPT +Gladeandy +Gladiator12 +Gladiator4x4 +Gladpootje +Glads +Glaeser +Glaive Rush +Glance +GlasMelk +Glasabarn +Glashute +Glass talons +GlassIsrael +Glassblow Me +Glassface +Glava +Glavas +Glazmeister +Glazyy +Glcnn +Glcnn II +Glcsw +Gleassi +Gleddified +Gleep +Gleesoman123 +Glejak +Glen +Glen Cook +Glen Kenobi +Glen OSRS +Glenbobis +Glennis25 +Glennitals +Glennyboy +Glennzii +GleuberBTW +Gleythar +Glicky +GlideWho +Glierieman +GlitCH1221 +Glitchfather +Glitchxd +Glitterix +Glo-Tank +Glob Master +Globalled +Globby +Gloc +Glock +Glock 48 +GlockHoliday +Glockford +Glocktopuss +Glocs +Glod +Gloei +Gloei Lampje +Gloom +Gloop +Glopyz +Glorfsaus +Glories +Glorious +Glorpy Glorp +Glossay +Glou +Glough +Gloves +Glow +Glowing Dawn +Glowing Ray +Gloyer +GlucGluc9000 +Glue +Glue Scroll +GlueInhaler +Gluehbirne +Gluest1ck +Gluhh +Glukoosi +Gluons +Glut +Gluteeni +Gluten ei +Gluteous +GluteyIM +Gluurbuur +Gluurder +Glyn +Glyo +Glys +Gmackie1 +Gmic +Gnaes +GnakNim +Gnarkotics +Gnarled +Gnarles +Gnarly Nacho +Gnarlysurfer +Gnarmato +Gnarnold +Gnarwhal +Gnashit +GngBng +Gnge +Gnight +Gniles +Gnoblin +Gnome +Gnome Ass +Gnome nz +GnomeBustas +GnomeChompii +GnomeFN +GnomeScarf +Gnome_child1 +Gnomeball Me +Gnomedalf +Gnomeopathy +Gnomeplay +Gnomeputone +Gnomerex +Gnomeruno +Gnomes +GnomesDid911 +Gnomonkey +Gnomuim +Gnon +Gnoob +Gnorc +Gnos +Gnosticz +Gnotyep +Go Already +Go Die +Go Do One M8 +Go FF +Go Outdoors +Go Outside +Go Rogue +Go Thanos +Go ask Wiki +Go2HornyJail +Go4Stonks +GoBearsUA +GoBiiii +GoDhAsCoMe2u +GoDrinkWater +GoGGu +GoIsland +GoPlayOutsid +GoSlow +GoToBedKids +Goads +Goal2Max +Goalkeeper54 +Goals +Goat +Goat Toes +Goat512 +GoatAteMySon +GoatOfWar +GoatStank +Goatbigboy +Goaticorn +Goatman +Goatmelk +Goatrilla +Goats +Goatsky +Gobbie +Gobiasinds +Goblin +GoblinBreath +GoblinLevel1 +Goblinborn +Goblinchips +GoblinxSlaya +Goby358 +Gochancee1 +God 126 +God Aye +God Bjorn +God Flax +God Forgave +God Like PvM +God Of Chips +God Of Hatrd +God Of Lamps +God Of W13 +God Pandora +God Ranger90 +God Tier +God of Walls +GodDmntNappa +GodEmpsTrump +GodHalfMercy +GodKingJT +GodLovesG4ys +GodM +GodOfCats +GodOfTorment +GodSaidGrind +GodSaved +GodSlayer422 +GodSoge +GodTierAcct +GodTormentor +Godaa +Godcody +Godd Is Good +Goddaz +GoddessAmaya +GoddessHylia +Godenzonen +Godeso +Godezzo +Godfather TR +Godfather9 4 +Godis +Godkip +Godleh +Godlike Nico +GodlikeOne +Godly +GodlyLeecher +GodlyThug +GodofAhri +Godofore +Godofyou2 +Godric777 +Godrics +Gods +Gods Madness +Gods Plans +Gods Savage +Gods Taint +Gods Word +GodsBlackSon +GodsSniper +GodsSyndrome +GodsZombies +Godsent +GodsentHero +Godspade +Godss Angel +Godstrong +Godswordl +Godte +Godumas +Godvermomme +Godwar +Godwise +GodzFear +Godzilla +Godzilla1282 +Goed +Goed Gedaan +Goed stinke +Goedaardig +Goedgemutst +Goeie Sannie +Goeman +Goes +Goggoli +Gogo +Gogo Gorilla +Gogojuice +Gogoud +GogurtYogurt +Gohan +Gohanski +Gohler +Goiij +Goilin +Goin +Goin Slayin +Going HCIm +GoingBald130 +GoingBonkers +Goinvokeman +Gojam +Goji Berries +Gok Wan k +Gokillanoob +Goku +Goku 420 +Goku Nazz +Goku3ss3 +Gokuu +Gol +Gol D Stocks +Gold +Gold Avocado +Gold Devill +Gold Golem +Gold Lynx +Gold M40A3 +Gold N Mole +Gold Ox +Gold Ruler +Gold Scrap +Gold-Ileana +GoldTracerR1 +Goldclaw30 +Golden +Golden Acorn +Golden Dunes +Golden Eyes +Golden Power +Golden2Aim +GoldenArm647 +GoldenGoose +GoldenMinion +Goldendev +Goldendrgn +GoldfarmCOX +Goldie47 +GoldieOne +Goldiekk +Goldkimono +Goldless +Goldmagic +Goldmagic 1 +Goldminer727 +Golds +Golduck +Goldy Mox +Golem +GolemDuoGIM +Golemantium +Golembaby +Golf +Golf Socks +Golfcarts +Golfje92 +Golfkarton +Gollito +GolloSam +Gomardo +Gomham +Gomsugo +Gomut +Gon +GonDaba +GonFeeshin +Gonah +Gonapappa +Gondort +Gone +Gone9237 +GoneClear +GoneFarming +GoneInDry +GonjaMon +GonnaSleep +Gont +Gontr +Gonyor +Gonzalo +Gonzra +Goo Cat +GooMoonRyong +Gooball +Gooberz +GoobledeGoop +Goobtacular +Good +Good Bull +Good Creb +Good Cuxt +Good Darts +Good Duck +Good Ironman +Good Natured +Good Pho You +Good Potato +Good Voodoo +Good lol +GoodFight +GoodGuyJosh +GoodOlBussy +GoodSkinCare +GoodTalk BRO +GoodVibes +Gooda4 +Gooday2uall +Goodbye +Goodbye game +Goodcents +Gooddeerend +Gooder Album +GooderB0aty +GoodlyKi56 +Goodole +Goodpizza +Goodriver +Goodwin +Gooey Bace +Goofy +Goofy Kitten +GoofyLlama +Goofzillers +Googagoogago +Googie +Googii +Google +Google Plus +Google THC +Googleisme +Googs +Gool164 +Goomy +Goon Galore +Goon Rangoon +GoonRNG +Gooner +Gooneshy +Gooney +Goooby +Gooochy +GooodO1dDays +Goopbandit +GoopityGlorp +Goose +Goose Field +Goose World +GooseAlmyti +Goosebottle +Goosecaboos +Goosely +Gooshus +Goostafus +Goothan +Gooziky +Goph +Gopherpaws +Gophurr +Gopuppy +GorGorDon16 +Goragtong +Gorak +Gorastaman +Gorathe +Gorazdus +Gord +Gordi +Gords +Gore +GoreTexZ +Gorehogthot +Gorg +Gorge002 +Gorgeous +Gorgeous Vin +Gorgeous War +Gorgonsolo +Gorgoth +Gorila911 +GorillaChad +GorillaHaze +GorillaMon3Y +Gorillr +Goriox +GorkOfGuthix +GorogSmash +Goromi +Gorons Ruby +Gorpie +GorskiGG +Gortron +Gory Figment +Gorzie +Goshiki +Gossip +Gosustyle +Got Mad Nugz +Got my DD214 +GotABigDoing +GotItAll99 +GotTheTool +GotchuXL +Goteborg +Gotemburgo +Gotham Steel +Gothic Mommy +GothicHippy +Gothicking70 +Gotta +Gotta B Dope +GottaSlay +Gottaburn +Gougar +Gountor5 +Gourd +GourdPicker +Gourmandise +Gourmet +Goy Boyy +Goy Oy Vey +Gozi +Gozpot +Gp On Me +Gr OO7 +Gr0tti +Gr33n +Gr3at Noob +Gr4naat +Gr4p3 +Gr4y W0lf +Gr8Legacy +Graaf Mol +Graardad +Graarp +Graav +Grab +GrabAColdOne +GrabbaLeaff +GrabsPeePee +GraciousHeeb +Grade I +Graenmeti +Grafie +Grafvs +Graham47 +Grain +GrainUhSalt +Grainfedbeef +Grainter +Grainwave +Grainys +Grakron +Grallham +Gram othy +Gram0fDabs +Gramalio +Grambo +Grammar +Grammar Naxi +GrampaDreami +GramsaySan +Gran +Gran t +Granbyboys69 +Grand +Grand Magpie +Grand Tree +Grand mb +GrandErected +GrandSlash +GrandVince +GrandWizard +Grander LTU +Grandikid +GrandmasterT +Grandmasters +Grandpa +Grandpa H +Grandwarlike +Graniitti +Granite God1 +Grannolegs +Grannt +Granny Tiddy +Grant +Grant LLKL +Granto +Grantos1993 +Grants2004 +Grape +Graphics +Grappleshot +Graros +Grasp +Grass Nugs +Grasshoppper +Grassman-420 +Grast1z +GratefulFunk +Gratefulfunk +Gratis +Gratitheode +Graudalin +GraveDiqqer +Gravecan +Graveless +Gravenor +Graves +Gravew0rm +Gravitrons +GravityPulse +GravyTugboat +Grawgar +Gray +Gray Goo +Gray Icon +Gray Nine +Gray Owl +Gray Sails +Gray Wolf31 +GrayXOF +Graybanns +Grayden +Graymarrow +Grayola +Grays Peak +Grayv +Grazalay +Grazia +Grazing +Grazing Goat +Grazium +Grazuz +Grazy Killah +Grazzak +GrcRevisited +GreFunky +Greally +GreasierNerd +Greasy +Greasy Nerds +GreasyGoose +GreasyKnucks +Great +Great Catto +Great Dain +Great Sneeze +GreatBritain +GreatFambino +GreatGinGin7 +GreatNorth +Greater Rev +Greaterbeing +Greaterwang +Greatgranpa +Greatwhite62 +Gredhkj +GreedyFox +GreedyG4me +Greek +Greek Bust +Green +Green Floyd +Green Gh0st +Green Guru42 +Green HoHo +Green Molly +Green O +Green Theory +Green noob +Green0ktober +GreenBstard +GreenClue +GreenCortex +GreenMonstah +Green_Matcha +Greenbeens1 +Greenboy638 +Greendor +Greene Daeye +Greenikulas +Greenmusiq +Greenwell +Greenwolf666 +Greg +Greg Bcknghm +Greg M +Greg NM +Greg Why +GregLAD +Greggery +Gregley +Gregobeast69 +Gregor itos +GregorJesk +Gregornaut +Gregory +Gregoryxo +Gregreg +Gregsdabomb +Gregy165 +Greh +Greig +Greil +Grej +Gremlin +Gremoir +GremorysPawn +Grena +Grenadev +Grenenjah +Grenthyl +Gressaker +Grewal +Grey Beards +GreyCheddar +GreyStation2 +Greyballes +Greybird +Greyhound00 +Greyhounds +Greyhunter +Greytness +Grider +Griefstonks +Grieve +Grieve r +Grieve4Nieve +Grievedd +GrifSpice +Griff Please +Griff6GG +Griffey +Griffeydor +Griffimano +Griffin +Griffin 900 +Griffinerr +Griffoo +Grifo +Grifwin +Grihm +Grilby +Grill Bears +GrilledNem +Grim +Grim Lahey +Grim Reapr +Grim1O +GrimR +GrimRequiem +Grimalkinn +Grimby +Grimescene +Grimey17 +Grimfeather +Grimhimblem +Grimm +Grimm Malice +Grimmauld +Grimmij0w +Grimmjaww +GrimmjowCero +Grimmlie +Grimms Baane +Grimnitro +Grimple +Grimreaper22 +Grimsomebody +Grimwar +Grimwold2 +Grimy +Grimy Elf +Grimy Ghetto +Grimy Guamay +Grimy H +Grimy Lord +Grimy Oppie +GrimyBuchu +GrimyIndica +GrimyPussy +GrimyRanarrs +GrimyTorstol +Grimz Reapin +Grimzyy +Grinchy +Grind +Grind 4 Max +Grind 4 Pets +Grind Time +Grind4Life2k +GrindAndGame +GrindFaster +Grindcorr +Grinder +GrinderTo99s +Grindin +Grindinator +Grindius +Grindlwald +Gringotts +GrinoReigns +Gripzakje +Gris Moor +GrittyTacos +Griz mobile +Grizmatik +Grizzley +Grizzly +Grizzly Rock +GrizzlyCares +GrmblGrombl +GrnBstrdO_o +Grobar20 +Grobaz +Grod15 +Groen Hertje +Groene +Groesbeek +Groet +Grog Dog +Grog Mobster +Grogget +Groleo +Gromada +GrommrUK +Gromp Love +Gronk +Gronky +Gronky Mutt +GroogeN +Groot Lol +GrootPool +GropeJelly +Gros +Gross +Grosyte +Grot I +Grotegelds +Grotkop +Grotty +Grottyzilla +Ground Hawk +GroundGolem +GroundRanarr +Group Int +Group Pig +GroupAaronMn +GroupSexyMan +Groupie Hugs +GroupieSheep +GroupyCoopy +Groves +Grow Culture +Grow a Set +Grown +Grown ups 2 +Grrh +Grrim +Grrr17 +Grrrrrrr +Grubbfoot +GrubbyNative +Grubumas +Grucci +Gruglio +Grum +Grummmy +Grumpy +Grumpy Bear +Grumpy Dane +Grumpy Rock +GrumpyBean +GrumpyFire +GrumpySkelly +Grumtuque +Grunderzz +Gruntlife +Grupopo +Grwl +Gryff1n +Gryygeri +Grze100 +Gschlez +Gsef +Gsuz +Gtacoolz +GtheSquid +Gtotgt +Gtr Zilla +GuBoki +Guadanha +Guak +Guaka +Guala +Guam +Guam Autism +Guam Extract +Guam Leaf +GuamFarm +Guapify +Guar +GuardMaze +Guardhakan +Guardiaaan +Guardian726 +Guardy +Guason +Guataca +Gubrew +Gucci +Gucci Print +Gucci Sheets +Gucci Skrrt +Gucci0 +GucciBalboa +GucciChris +GucciDang +GucciDragon +GucciMedHelm +Guccifi +GucciiFlops +Guckle +Gudfad3rn +Gudge +Gudginator +Gudmen +Gudomligt +Gudown +Guelph +Guernicaa +Guess I Did +Guest738 +Gufix +Gugaru +Guidebook +Guidefox +Guido Bwana +Guildboss +Guile +Guilles123 +Guillotine +Guilou3 +Guimmy +GuineaHorn +Guizompaz +Gukkiman +GulTraktor +Gulf +Gulmek +Gulpar +Gulpin +Gulsaft +Gum +GumGum B +GumGum Fruit +Gumat0s +GumbleChunky +Gumbygerkin +Gumbygrump +Gumbygusher +Gumbypriest +Gumiibear +Gummi +Gummibier +Gummy +GummyTushie +Gumpie123 +Gumri +Gun +Gunalations +Gunci +GundarV +Gundrace +Gundrak +Gune +Gunfire +Gunite +Gunjamini +Gunman +Gunn a +Gunna +Gunnar +Gunnawr +Gunner556 +Gunnolvur +Gunny +GunnyGuest +Guns +Guns Up +Guns n Rozes +GunsN +GunsN Roses +Gunshow36 +Gunsmith95 +GunsonGurner +Gunta Guy +Gunter +Gunteria +GuntherNese +Gunthie +Guntilius +Guntown +Gunvald1 +Gunwil +Gunzyx +Gupto3 +Gura +GuraChan +Gurahka +Gurchh +Guren +Gurenz +Guri77 +Gurilovich +Gurke +Gurkes +Gurnie +GurningPills +Gurnsy +Gurog +Gurp +Gurp Gork +Guru Pathik +GuruOz3 +Gus is Maxed +GusMagnel +Gushing Thot +Gusmamba +Gustav +Gusten +Gustice +Gustie1 +Gusty x +GuteArbeiter +Gutenberg +Gutenberger +Guthiccz +Guthix +Guthix Boss +Guthix San +GuthixIsBae +GuthixVapes +Gutti +Guuds +Guus geIuk +Guusman +Guwaap +Guwapp +Guwgle +Guy Shishioh +Guy Williams +Guy in hat +GuyBillNye +GuyDude +GuyHarvey +GuyInReaLife +GuyOnaBear +GuyOverThere +GuyintheChat +Guyringo +Guzas +Guzman Loer +Guzzle +Gvjordan +Gvzy +Gwaas +Gwas +Gwas BE +GwasMaster +Gwasha +Gwasing +Gwaztec +Gwd +Gweav +Gween Dwagon +Gweeve +Gwellz +Gwenchanaa +GwigMate +Gwimer +Gwinter225 +Gws 2 +Gwu +Gwublin +Gwyn +Gwynrwyn +Gxhost +Gyanzin +Gyga +Gym Beam +Gym Is Home +Gym then GYG +Gymming +Gymp +Gynn +GypsyAvenger +GypsyTears +Gyrati0n +Gyro +Gyroman +Gyrotta +Gytisr9 +Gyts +Gyym +Gz Parsec +GzBs +H 0 U N D +H 2R +H A D O +H A I D E S +H A M M E H +H A R L S +H A T +H A X 3 D +H D M P +H E A L E R +H E J S A N +H O L M E +H Q Killer +H S 7 +H U L K K +H U N A J A +H a t y +H a w n y +H abs +H alo +H ch +H e c t o r +H i n e s +H l E U +H obbs +H owl +H rekDoer +H uff +H-tsi +H0B0 +H0DEX +H0LINESS +H0NA +H0PES +H0RSEFIGHTER +H0RY +H0j +H0j00 +H0lyPorkyPig +H0me +H0nestyBe +H0wy +H1GH +H1gh +H1gs +H2 Ninja +H20magic +H22a +H2GivesUTheD +H2HO +H2Okt +H2R +H3AV3N1Y +H3NNESSEY +H3adBurner +H3ll +H3llg0g +H3nti3 +H3rbMaXD +H3rbs +H3rioon +H3xxar +H4RD P V M +H4RD PVM +H4wk0n +H501 +H61 +H8 +H8rry +HA RD +HACHE +HADYYY +HAHA CODY +HAMMY P0TTER +HANDLEwCARE +HAOKIMALONE +HARVEY +HARYWERNASDA +HASA +HAUS DOSAN +HAWGCRANKD +HAXERFUGGv2 +HBPandox +HBTFD +HBTurpin +HC DVS +HC Diego +HC H R A D +HC HALLEN +HC J P +HC Lone +HC Nitsy +HC PogChamp +HC Tehl0rd +HCByTheWay +HCIM +HCIM Freak +HCIM Telmo +HCJynkky +HCTHB +HCaturbate +HCgenes +HClM +HCmunchies +HCquitter +HCsndr +HDGamerLewis +HDarcticus +HEAD TURNER +HEADLlNES +HEAVYWElGHT +HEAVYWORK +HEJNUS +HEL1O +HELPPOLOTO +HELl0S +HEMSKl +HEMULIN LADA +HER0X +HEREforPETS +HERYWERNASDA +HEWlTT +HEXISZ7N510Q +HElMDALLR +HElSENBERG +HFH141 +HGCduke +HGHZ +HHans +HI IM XP +HI lM SATAN +HICK +HIHIHl +HIKI VALUU +HIM thespaz +HINEaKIN +HKD +HL8ight +HM-O3 +HM01Urself +HM01Yourself +HM02YouFools +HM05 +HM05 Flash +HMFIC +HMR9 +HMS Bass +HMTickle +HMWRCKR +HO NK +HOB0MAN +HODL DEEZ +HOKIE +HOKIE II +HOLDUP +HOMIE_SNKE +HOOD +HOOLlGANS +HQ140 +HR palvelut +HRVRD +HRZ Dennys +HReversti +HT Hero King +HTKBeast +HTTP +HUGE +HULKSMASH +HULL CI TY +HUMANATSIGHT +HUMPING +HUUTIS +HVSG73373535 +HWFG Jordan +HYDROPWN1C +HYPEHYPEHYPE +HYPERTAIKURI +HYPOXD +Ha Tsjoe +Ha Yea +Ha rrison +Ha ss +Ha1fWayCrook +HaClintondix +HaKooro +HaMwise +HaNamer +Haaaa +Haaaydeez +Haar-Xil-MES +Haarde Knud +Haardest +Haarvey +Haavard +Habaneros +Habbitatt +Habib +HabsWin2021 +Hachune +Hacien +Hacis Zone +Hack McGraw +Hackdash +Hacked +Hacked Here +HackermanJS +Hackett116 +Hackie +Hacklang +Hacky +Had Enough +Had2hurt +HaddlingOS +Hadeees +Hadei +Haderlumpen +Hades +Hades m8 +Hadezzz +Hadhod46 +Hadies205 +Hads MC +Hadyen +Haelendur +Haell +Haemogobl1n +Haertyew +Hafco +Hafcos +Hafdis +Haffamilleon +Haffie +Hagaar +Hagedis +Hagenau +Hagenees +HaggisChaser +HagridGone +Haha +Haha noob +HahaBonk +HahaYes +Hahaha +Hahalord888 +HahnSuperDry +Hahru +HaiDiLao +HaiHai +HaiIZaros +Haiaf +Haiden +Haidynn +Haighy +Hail to Pitt +HailYeah +Hailie Jade +Haio +Hair +HairNotFound +Hairy +Hairy Batman +Hairy Dery +Hairy Hobbit +Hairy Hooker +HairyCave +HairyGirls76 +HairyLatino +HairysJungle +Hairyteddybe +Haissi20 +Haiten +Haitze +Haizet +Hajduk +Hajj12 +Hajkiii +HakGwai +Hakafissken +Hakala +HakanTheMad +Hakaniemi +Hakattu +Hakeem +Hakkie +Hakkua +Hakozuka +HakunaWHO +Hakuryuu +Hakwai +Hal Jordan +Halaal +Halal 1 +Halal Burger +HalalSnakbar +Halaladdin +Halbrand3791 +Halcony +Halcyon Myth +Haldir +Haldir140 +Haldun +Hale +Hale End +Half +Half Volley +Half a Cig +Half a Worm +HalfAb0rted +HalfHawaiian +Halfdanger +Halfway +HalfwayOkay +Haliax +Halibelle +Halipatsuife +Hall +Hall of Fame +Halla +Halla-Aho +Hallako +Halleloja +Haller +Hallo Knul +Halloman71 +Hallonkram +Hallowed +Halls104 +Hallucianter +Hallucin8d +Hallufauz +Halluusio +Halo +HaloMisfit +Haloboy +Haloking176 +Haloman6666 +Haloo +Halseys +Halsly +Haltrek +Halujo +HaluunKeksin +Halve +Ham Dip +Ham Turkey +Ham r +HamHawk +Hamada +Hamaken +Hamataka +Hambam55 +Hamburgor +Hambzy +Hamdulilah +Hamed +Hamel +Hamii +Hamis +Hamlee +Hamm +HammZ +Hammer +Hammer Man +Hammer4422 +Hammer4442 +HammerTime29 +HammerTine +Hammered +Hammertime +Hammond +HamnerTime +HamoodyShimy +Hamp +Hampton Bays +Hampus +Hamrocks +Hamsterslayr +Hamstr +Hamudiy +Hana the Mad +Hanashee +Hand Puppet +HandTuggy +Hande +Handecapped +Handex +Handicap +HandleofJD +Handley +Handphone +Hands +Hands Hurt +Handsome +Handsome Rob +Haneet +HanekawaSimp +Hanfkeks +Hang +Hang em high +HangChowCrow +Hangin +Hangin Nuts +Hanhen +Hani +Hanikala +Hank Jackson +Hank T Tank +Hank343 +HankTheTank2 +Hankanini +Hankk1 +HankoAJ +Hankzilla +Hannah +Hannh +Hannibal GIM +Hanno +Hannu +Hannu Poika +Hannu Soolo +Hannys Main +Hanoi +Hanoi Rocks +Hanoob btw +Hans Glans +Hansen +Hansern +Hansiil +Hansonville +Hansy +Hantarded +Hanwi +Hanzino +HaochengZ +Haole +Haphazzardz +Hapoton +Happ1RS +Happier +Happiikhat +Happy +Happy Beluga +Happy Dappy +Happy Feet +Happy Josh +Happy Kitty +Happy Light +Happy Meal +Happy Prayer +Happy Tj +Happy exSlut +Happy2DaCore +Happy420 +HappyMeds +HappyPandaXD +HappyScape +Happydud01 +Happyfrog12 +Happyguy +Happypurpday +Happytoy +HapuApu +Hapukurk +HarKieren +HarO Reborn +Hara YEP +HaraHachiBu +Haraket +Harambe +Harambro +Harash +Harassment +Harbix +Harbor 2567 +Hard +Hard Chance +Hard Clue +Hard Filmur1 +Hard Kinta +Hard TeK +HardFormed +HardHatJeffy +HardMannetje +HardRAZ3R +HardRazer +Hardc0reBruh +Hardcome +Hardcrux +Harde Pik +HardeSnikkel +HardenedRS +Harder +Hardeschijf +Hardie +Harding +Hardlesas +Hardman +Hardon hank +Hardstyle IM +Hardwaring +Hardwell420 +Hare Danger +Harem +Harem Isekai +Harja +Hark +Harka +Harken +Harken21 +Harlekin +Harlem +Harley Nz +Harleyrox +Harlie +Harlot +Harm +Harmala +Harmentje +Harming +HarmlessTwig +Harmon Angel +Harmoniiumm +Harmonized +Harmony +Harmonyy +Harmr +Harms +Harms Whey +HarpoonMyAss +Harraggen +Harresvela +Harri +Harri Hylje +Harriganrace +Harris0n +Harrithon +Harrods Fish +Harrris +Harry +Harry Bucket +Harry Dirty +Harry Hendo +HarryPoppa +HarryTheGOD +HarryTheWhte +Harryalt +Harryguy23 +Harryindacut +Harses +Harsh Times +Harshhashh +HartIess +Hartlepool +Hartree +Hartreni +Haruka +Haruka Meh +Harus Ranger +Harutikk +Haruto +Haruuki +Harvahammas +Harvardista +Harveytec +HaryLongWood +Has2BeSHiFtY +Has547 +HasOneLegacy +Hasballa +Hasbullah +Hasek +Hash +Hash Browns +Hash House +Hash One M8 +Hash katchum +Hash1 +Hash1Aussie +HashHund +HashIsLife +HashTagYou +Hashh +Hashiiirama +Hashimm +Hashlife +HashtagGOALS +Hashtagz +Hasloa +Hass +Hassall +Hassis +Hassoni +Hastings +Hasty Power +Hat i +Hat tis +HatchetOG +Hatchkat17 +Hatchling +Hathrow +HatiFnattt +HatoradeJack +Hats +Hatsune +Hatsune Miko +Hatsy +Hatte +Hattibagen +Hattnn +Hattuviilari +Haubjerg +Hauki0nFive +Hauki0nIron +Hauki0nNoob +Hauki0nUlti +Haunleff +Hauntedfury +Haunter12123 +Hauntya +HausHausHaus +HautaNorsu +Hautboi +HavU +Havac +Havard +Havawk +Have +Have Sabr +HaveAGood1 +Havendare +Havenmeester +Havi k +Havidex +Havoc Grasp +HavocRavage +HavocThomas +Havok +Havottaja +Havzzter +Haw +Haw4iiankush +Hawaii +Hawaii Ice +HawaiiMadez +Hawaiian +Hawasser +Hawes +Hawk +Hawk Driver +Hawkear +Hawkes +Hawkeye87 +Hawkit +HawkofLight +HawksMama +Hawkwound +Hawkzrael +Hawler12 +Hawolt +HaxY +Haxd +Haxident +Haxixero +Haxn +Haxnoiz +Haxoonie +HayHay +Hayabusa +Hayaku +Hayasaca +Hayasaka +Hayboo +Hayden3 +Haydenl451 +Haydenss +Haydern +Haydor +Hayesy +Hayfield +Hayirlisi +HayleyQuinn +Haylz +Haynex +Haz-zy +Haz2 +HazDownz +Hazade +Hazardless +Hazardouss +Hazards +Haze +HazeCloud99 +HazeMePls +HazePGN +Hazed +Hazeley +Hazezor +Hazla +Hazsle +Haztraz +Hazy Sparrow +HazyHerb +HazyHour +HazzFive +Hc OffWhite +Hc Oh Wait +Hc Toleranss +HcFlex004 v4 +HcGon +HcHoopla +HcimTironade +Hcimdiot +Hckie +He Adventure +He Pinky +He Who Iron +He nry +He11zdone +HeSmokesBud +Head +HeadBear +HeadHuunter +HeadOverseer +Headache +Headenforcer +Headgaskets +Headleya +Headliners +Headlines +Headlines v2 +Headshotting +Headwipe +Healers +Healty +Heard +Heard Chef +Hearne +Heart Please +Hearted +Hearten +Heartlesdude +Heartlock +Heartquake +Hearts +Heartsful +Heartskate +Heartttt +Hearty +Heat +HeatSeekr187 +Heated +Heathen +Heathenry +Heather x3 +Heatmyser +HeatproofIM +Heav7n +HeavenIyGard +Heavener +HeavenlyBlue +Heavens +Heavens Feel +HeavensDao +HeavensStorm +Heavensdown +Heavy +HeavyBowGun +Heb0 +Hecec +Heck +HeckIron +HeckinWoofer +HeckingFish +HecklerNKoch +Heckstrm +Hecote +Hectic Mic +HecticGinger +HecticHerb +HecticKebab +Hectoplasma +Hedge +Hedralx +Heebie +Heedbo +Heee +Heel +Heeling +Hefboom +HeftyFlan +HegXDXD +Hege +Hegelund +Hegert +Hegesy +HehtoLerssi +Hei Kneuter +Heifetz +Heightenings +HeikkiPentti +Heil +Heil Pierce +Heil Vegeta +Heilios +Heill Ragnar +Heinamies +Heineken +Heinekentje +Heinered +Heinzzel +Heir +HeirHead +Heisbergh +HeisenBergW +Heisenber9 +Heist Music +Hej hej +HejBrink +Hekaton +Hekdik +Hekla +Heko +HektikBadger +Helbur +Heldip +HelemaalMooi +Helesta +Helium +Hell ETC +Hell Kitt3n +Hell ffa +HellAngel +HellBlood +Hella +Hella Tonk +Hellabad +Hellafly +Hellagaybtw +Hellandnz +Helldog946 +Hellhaunted +HellianV +Hellinferno4 +Hellixx64 +Helllblazer +Hellmo +Hello +Hello Bel +Hello Friend +Hello6 +HelloBot9000 +HelloDottie +Hellodummy +Hellrain962 +Hellrazorr +Hells 10hp +Hells Chance +Hells Godz +Hells Puppet +Hells doggy +HellsRavage2 +Hellwater +Hellz +Helm +Helmoid +Help +Help Autism +Help I Gay +Help my +HelpImStupid +HelpLahh +HelpTheNoobs +Helpful +Helpless Ale +Helson Ryse +Helta9 +Helx +Hema roids +Heme2 +HemeSupreme +Hemiptera +Hemmii +Hemmur +HemoGlobe +Hemp +Hemp product +Hempopotamus +Hempwick +Hems +Hen Ac Araf +HenaQ +Henbane0 +Hendo Au +Henee +Henehh +Henfami +Hengecobdig +Hengggga +HenkDeTanker +HenkdePlank +Henkka Btw +Henkka242 +Henkkawaa +Henkkiiieee +Henkleebruce +Henko420GB +Henktius +Henlo +Henners +Hennesssssy +Henni +Henniejj +Hennssey +Henri380 +Henry Fe +Henry XV +Henry14 +Hens +Hensel +Henslord +Hensta +Hentai Daddy +HentaiMaiden +HentaiMusic +Henu OG +Henzone58 +Heolis +HephaestusRS +Her Gay +HerAddiction +Herb +Herb Deen +Herb Lab +Herb Quest +Herb box +Herbacist +Herbaderb +HerbalKing +HerbalTeabag +Herbalicious +Herbby +Herbilicious +Herblore +Herbmania +Herbmatic +Herbogus +HerbsnSpicer +HerculesLoyd +Herculooo +HereFor_Beer +HereSomeDank +HeresALlama +HeresySlayer +Herk +Herkko +Herkko32 +Herkku +Herkules +Herky +Herm10ne +Hermanni +Hermaus M +Herminator0 +Hermit +Hermit Jack +Hermitian +Hermot palaa +Hero +Hero Extreme +Hero Kid +Hero vs Hero +HeroDan +HeroGenos +HeroToby +Heroed +Heroic +Heroic Hope +HeroicDesire +Heroicjesus +Heron Bird +Herp +Herpa +HerpaGnome +HerpesNo +Herpesbek +Herpito +Herr Gaucho +Herr Luc +Herra +Herra Beavis +HerraBonsai +Herrits +Herrmann3 +Hesienberg +Hesitation +Hesmander +Hespori +Hespori KC +HesporisSeed +Hespus +Hess +Hesson +Het Heden +Hetdorp +Hetebeir +Hetehaan +Hetimos +Hets Capture +Hetumo +Hetzer +Heuha +Heur +Heuro +Heuvel +Heuvel Reus +Hevenlys +Hever +Hevi +Hevi Luumu +Heving +Hewy +Hex Is Maxed +HexMage +Hexadecimal +Hexagon Heat +Hexalogy +Hexedited +Hexenblut666 +Hexenkonig +Hexication +Hexos +Hexphase +Hextale +Hextra0rdnry +Hexun +Hexxjan +Hey B +Hey Bob +Hey Cheems +Hey Im Dylan +Hey J +Hey Jase +Hey Jay +Hey Mills +Hey Ubba +HeyBeautiful +HeyBigDaddy +HeyDaddy +HeyFonte +HeyHowsLife +HeyItsLachy +HeyLuffy +HeyThatsLife +Hey_Duck +Heymakerz +Heyman +Heywaddup +HeyyDivine +Hezbullah +Hezr +HgH2 +Hhmm45 +Hhmora +Hi Cookie +Hi Im Ant +Hi Im Duncan +Hi Im Emil +Hi Im Frak +Hi Im Ken +Hi Im Pei +Hi Im Stevo +Hi Im Vitao +Hi ImMrRight +Hi Lvl Ideas +Hi Opal +Hi Ren +Hi Suka xD +Hi Tyler +Hi im Gin +Hi im Savage +Hi im Shar +Hi im Yellow +Hi lm Paul +Hi lm Sk8 +HiDyvvnBDP +HiGHFLYER +HiHowAreYa +HiImIronRick +HiImNicole +HiLumbridge +HiNebb +Hiarii +Hibbetts +Hiben75 +Hibernal +Hick +Hickery +Hicu +Hidaki +Hidden +Hidden Power +Hidden one1 +Hiddenn +Hiddinkiwi +Hiddy +Hide Ink 207 +Hide Ya Kids +Hidekia +Hideo +Hideopenend +Hider +HidesHerEyes +Hidi +Hidole555 +Hidro +Hieroglyfic +Hifter13 +Higgens +High +High Content +High Halpert +High Hustler +High Knight +High On Cake +High Ronnie +High Score +High Snorse +High Up Here +High as Zuk +High lm hi +HighAsF Bruh +HighBacon +HighMeatloaf +HighNoobJhin +HighOnPlants +HighProbably +Highbury +Highcaalibex +Higher Force +Highestarchy +Highfish +Highjacurmum +Highland +Highly Faded +Highmountain +HighonCash +Highs +Highscaping +Hightierian +Highway2Hell +Higlen +Higu +HihoMenono +HiiddeN +HiipFiire +Hiisgreat +Hiit Man +Hiiz +Hijack778 +Hijsbergh +Hiker +Hikiukko +Hikizato +Hikmet +Hilarious +Hilda Garde +Hildr +Hilge +Hilipilli +Hilk +Hillhouse +Hillpker +Hillram +HilltopHick +Hillzy +Hilo +Himala +Himaster +Himtheguy +Himy +Hina Suguta +Hincarpie +Hinchers +Hindi +Hindle +Hinny +Hinss +Hintai +Hiopeer +Hip Fe Hop +HipSlippers +Hiphop +Hiphopdude0 +Hipiguy48 +Hipnodiskd4 +Hippeis +HippieLexy +Hippies +HippoBlunts +Hiqhlife +Hirae2 +Hiria1 +Hiroble +Hiroticus +Hiroyuki Isa +His Faithful +HisHungness +HisLordship +Hisano +Hisblore +Hislordship +HisokaX4 +Hispeeed +Hissi-Timo +Hit U +Hit By Car +Hit Points +Hit The Guam +HitMyVape +HitOnRun +HitOrange +HitTheVape +Hitagi +Hitch350 +Hitchens +HitherDither +Hitman Style +Hitme8 +Hitmonchans +Hits +Hits Like +Hitsumaru +Hittimestari +Hitz +Hiva +Hiya +Hiyouri +HjaIIe +Hjaldr +HlKEN +HlMBO +Hladomor +Hlata +Hldz +Hlep +Hlnub +Hm +Hmg Hawj Str +Hmm Fr Bruh +HmmKoekjes +Hmmer +Hmmingbird +Hmmk +Hmmm +HntrBTW +Ho Chi Meme +Ho LiFuk +HoButter +HoFkee +HoLeShite +HoarderMan +Hob Ralford +Hobbi +Hobbit +Hobby Jogger +Hobex +Hobgoblinas +Hobgoblins +Hobgrot +Hobie +Hobo +Hobodude67 +Hock Baws +Hockney +Hocky +Hocpuck +Hocus POTUS +HodamOS +Hodeman +Hodge5 +Hodgetwin +Hodort +Hodvik +Hoffmanator +Hoffmanbmx +Hoffsworth +Hofus +Hog +HogPacker70 +Hogboar +Hogboy +Hoggormen +Hognag +Hogo +Hogsen +Hogskoleprov +Hoheti +Hohhenheim +Hohhoijjaaaa +Hoi An +Hoilam +Hoix +Hokage +Hokage Jason +Hokage Sama +HokageRS +Hokiako +Hokie +Hokiee +Hokies +HolaBurrito +Holbox +Hold +Hold My Gun +Hold3nMc +HoldMyShrimp +HoldenBallz +Hole +HoleNewName +Holenes +Holidayz +Holiest +Holiidayyy +Holisti +Hollar +Hollington24 +Hollow +Hollowed One +Hollsyy +HoloTheDrunk +HololiveOS +Holoubek +Holsey3126 +Holt +Holtsen +Holunder +Holy +Holy Cheetos +Holy Druid +Holy Jandals +Holy Moses +Holy Plan +Holy Rock91 +Holy Scrotum +HolyChrist +HolyColt +HolyDugong +HolyElixir +HolyEntity +HolyGhost +HolyHerb +HolyIronmoly +HolyMould +HolySaints +HolySkittles +Holycaw +Holyfuk +Holyhonza +Holykana +Holyshmokez +Holyzuk +Hom3r +Homage48 +Hombelkei +Home +Home Boy +Home Office +Home Page +Home Plug +Home Run26 +Homealot +Homebad +Homefront +Homegrowe +Homelander +Homeless +Homeowner +Homepage +Homer +Homer LT 0_o +Homestead +Homicide +Homie +Homies556 +Homingstats +Homlepung +HommeDeFer +Hompski +Hon +Honaz +Honchcrow +Honda Coupes +HondaXJ20 +Honden +Hondo Ohnaka +Hondsvot +Honest +HonestThomas +Honestben +Honestidade +Honeytrippin +Honeyyyy +HonkMyClussy +Honket +HonkeyKong +Honkitonki1 +Honko +Honkys +Honler +Honor +Honourable +Honq +Honra +Honru +Hoo Lee Fook +Hooba +Hoobloob +HoochFighter +Hood +Hood Rat +HoodBrothers +Hoodaloo +Hooded +HoodedDeath +Hooder +Hoodieninja +Hoodless +Hoodlum_94 +Hoodrat +Hoodstar XD +HoofHarted +Hoogbegaafd +Hook +Hook N Arrow +Hookah +Hookin4GP +Hookr +Hooleys +Hooofer +Hoooka +HooorrraaaH +Hoop Snake +HoopaLoopz +Hoopdie +Hoopre +Hoopti +Hoorus +Hooryu +Hootenanny +Hooyaah +Hoozio +Hop Loser +HopNowNoob +Hope +Hope4TheBest +HopeSmolDicc +Hopeless +Hopelite22 +Hopeu98 +Hopian +Hoppa +Hopper727 +Hoppip +Hoppipolla +Hops World +Hoptilicus +Horatio +Horatioat +Horcrux +Hord +Hordalad +Hordaland +Hordelli +Horey +Horizons +Horizons End +Horme +HornDawgx +Horned +Horns +Horny4Herbs +Horny4Hunlef +Horozu +Horppi +Horrific Rat +Horriser +Horros +Horrow jr +Horse +Horse Tock +Horselord +Horshock +Horsley park +Horstel +Horus Hyla +Horus1701 +HoshizoraRin +Hospitaliano +Hoss +Host Proctix +HostileBoss +HostileCloud +HostileEx +Hostiles +Hot Ass +Hot Box +Hot Boxing +Hot Chesters +Hot Choco +Hot Chook +Hot Dog 1995 +Hot Dog Guy +Hot Girl +Hot Glacier +Hot Gril +Hot Hemp +Hot Shop +Hot Since 82 +Hot Stepdadi +Hot nurse +HotAsianCuti +HotCocoa +HotCuppaT +HotDoggWater +HotManCurry +HotMaxCurry +HotPud +HotSaus123 +HotSnow +Hot_Farmer99 +Hotadelchic +Hotandhorny +Hotbox +Hotchelli +Hotdog +Hotdog Timmy +Hotdog655 +HotdogGravy +Hotdogit101 +Hotdogwhat +Hotel +Hotkeys +Hotline Juan +Hotot +Hotputhy +Hotrod-Matt +Hots +Hotsbo +Hotse +Hotsgonwild +Hotshotz61 +Hotslol +Hotwheeler +Houdinski +Houndstooth +Houowvwvv +Hourlies +HoursAndy +Hous +House +House748 +HouseSniffer +Houseman45 +Housewife +Houston713 +Houstoned +Houstonnnn +Hovis +Hovland +Hovmeizter +How do I win +How to quit +How2Boss +How2username +HowAboutNeup +HowDoDisWork +HowHardd +HowIing +HowIsDis +HowLee +HowSway +Howde +Howland +Howler Head +Howlini +Hows +Howsey +Howson +HoySmallFry +Hoya Markus +Hoyaa +Hoyah +Hoyiron +Hoyryjyra +Hoyyehh +Hp x Hp +Hr Banan4 +Hr CarlSmart +Hr KalZ +Hr Pagulane +HrMystik +Hra Amiraali +HraMajuri +Hraerekkrr +Hrafnagud +Hrag +Hrathix +Hrry +Hrungiir +HshBrwnClwn +Hsilver +Hska +HsrFresh +Htine +HuZ Ryan +Huaraaturpaa +Huard +Hub3r +Hubbbzzzz +Hubbz216 +Hubeeb +Hubie +Hubiera +Hubli +Huby K +Huck +HuckUsAHandy +Huckn +Huddo +Hudsy +Huebs +Huevote +HueycoatI +Huffers +Hug A Mudkip +Hug my cat +Hugakitty +Huge +Huge Coom +Huge Mudkip +HugeCcret +HugeCox +HugeMike +HugeSimp +HugeSquanch +HugeXpWaste +Hugh +Hugh Jannob +Hugh Jas +Hugh Jazzhol +HughAreMyron +HughJastle +Hughes Luck +Hugo +Hugo Baws +Hugo C +Hugodzilla +Hugos +Hugoslavic +Hugotec +HugsTibbers +Hugsi +Hugsqtface +Huhi +Huhm0ng +Huhmble +Huhu +Huidskleur +Huiliuiliu +Huilu +Huinca +Hukka +Hulagu +Huler +Hulk +HulkSmaash +Hullcity25 +Hulll +Hulluke +Hulluurpo +Hulvatonta +Hulyx +Human +Human Knight +Human Reject +HumanMalware +HumanSl0th +HumanToxin +Humanist +Humanityy +Humanoid Rat +Humb +Humb RS +Humbabe +Humberto +Humble +Humble Finn +Humble Husk +Humble Otter +Humble RNG +Humble lp +HumbleCanoe +HumbleCrab +HumbleFarmer +HumblePlayer +Humblee +Humblegods +Humbleherb +Humblenobody +Humbles +Humboy +Humgrump +Humid +Humiliation +Humji +Hummbinger +Hummerspeck +HumperT +Humpletics +Humu +Hunajamurune +Hundjagare +Hundred +Hung Opossum +Hung Pikachu +Hung Zebra +HungLow30 +HungSolo45 +Hungarry208 +HungerRee +Hungry +Hungry as fk +HungrySponge +HuniePop +Hunkadoris +Hunks +Hunlef +Hunnets +Hunni Bunny +Hunpy +Hunt Mike +Huntarr +Huntdragimps +Hunter +Hunter10139 +Hunter4056 +HunterPandav +HunterXosrs +Hunters Main +Hunterz +Huntin Specs +Huntindawg +Huntindawg2 +Hunting +HuntingGirls +HuntingPets +Huntinrox +Huntinthotts +Huntiritox +HuntnCoFTB +Huntsin +Hunyadi +Huolon +Hupipelaaja +Huppis +HuppuKostaja +Hups +Huqin +Hurlae +Hurleee +Hurley +Hurley24 +Hurlock +Hurri +Hurrisun +Hurs 1 +Hurtigmads +HurtsDonut +Huscarl +HuseG00SE +Huseyin31 +Hush Pup +Husker +HuskerFool +Huskieeeee +Huskvarna +Huskyskills +Hussar1683 +Husse1n +Husseinn +Hustensaft +Hustlez +Huswan +Hutchens +HutchoAU +Hutros +Huts +Hutula +HuugeCok +Huugo35 +Huule +Huumepoliisl +Huupee +Huutiset +Huutoripuli +Huviksee +Huxley King +Huxtap +Huxtin +Huzeyfe +HvH +Hvale +Hvale Kongen +Hvorfor +Hwael +HwbrangerUIM +Hwzrs +Hxc Ironfail +Hxcmackin +Hxpeful +Hxrm +Hxrsey +Hy a +Hy3RoGeN +Hy3RoGeN x +HyAcey +HyDrooo +Hybernated +Hybrid +Hybrid Hurtz +Hybrid Mech +HybridSanta +HydG +Hydi +Hydr0nate +Hydr0p0nic +Hydra +Hydra Ikkle +Hydra Spoon +Hydra_Lerna +Hydraletics +Hydras Daddy +Hydration +Hydraxon +Hydrerion +Hydro-Quebec +HydroBlast +HydroC +HydroGasMask +Hydrocarbons +Hydroe +Hydrofiner +HydrosFather +Hyemi +Hyfens +HyggeDansker +Hyi +Hykd +HylianLink +HylianLombax +Hylkon +Hymy +Hyosin +Hyough +HypaDunkTv +HypaZestay +HypeLad +Hyper +Hyper 212 +Hyper Threat +Hyper autist +Hypercam +Hypercoaster +Hyperdeath20 +Hypermole +Hypersomnia +Hypertroll +Hypertrophic +Hyperversity +Hyphen +Hyphen-ated +Hyphenated +HyphyRS +Hypn0se +Hypocriet +Hyprocrisy +Hysteric4l +Hytrogod +Hyttynen +Hyula +Hyun +Hyxbe +Hyze +Hyzers +I M +I Skilz I +I ADK I +I AM DROID +I Am Arun +I Am Calysto +I Am Cicu +I Am Dave +I Am Eugene +I Am Malenia +I Am Mathew +I Am Mizzou +I Am Times +I Am Vexed +I Am Vono +I Am Xyience +I Am Yesac +I B Z +I Barak I +I Be Vibing +I Be Yankin +I BenJammin +I Bryce I +I Buy Bulks +I Buy You +I Call BS +I Cant Veng +I Chance I +I Chaz I +I Chop Life +I DanWise I +I Daniella I +I Decimate +I Descend +I Dizz I +I Dont Gnome +I Dont Know +I Dont Weld +I Drink T +I Drive Jeep +I Duck Hunt +I ELITE I +I ET BBIES +I Emu I +I Enjoy Butt +I Faheem I +I Farm On Rs +I Flick Bean +I Gem I +I Genesis l +I Go Noob +I Gribben I +I Grind it +I H8 GAGEX +I Haros I +I Have Quit +I Heal DHers +I Herb Store +I Hunt Pets +I Hustle Man +I I ODIN I I +I JANGLER I +I Judgee Yu +I Ko U Lol 1 +I L0ve Lolis +I LOTR I +I LV PEACH X +I Lezima I +I Liam I +I Liamz6 I +I Like Cake +I Like JoJo +I Lov3 Pho +I Love DILFS +I Love Kinja +I Love Kylie +I Love Muff +I Love You +I Luci +I Luhhya +I Luv tSwift +I M A P nuss +I M Ket +I M S N Y +I M The Weed +I Maxed OSRS +I May Be +I MoF +I Mograine I +I N D I A N +I Need 1M +I Need Succ +I Need aBeer +I Novato I +I Nz I +I OX +I Owning +I P0 +I P0KY I +I Parry I +I Peter I +I Pk In Monk +I Plank Lots +I Play Aegis +I Pod335 +I Pri +I Q T +I R N B R U +I R O N 99 +I RC +I ReAPeR I +I Roll Need +I Ron Man +I Ruin Holes +I Run East 2 +I Sharted +I Smiteyou I +I Smoke Irit +I Specs I +I Spied +I Strangles +I Taka Hujit +I Teller I +I Tricky I +I Tuscan I +I Valknir +I Vape Lube +I Viral +I Want 60FPS +I Would Rage +I Xl I I Xl +I Yogurt +I Yoshitsune +I am Anyone +I am Bryce +I am DB o +I am Elk +I am Future +I am Glynny +I am J M E +I am Jedi +I am Niels +I am Nyheim +I am Olive +I am Ry +I am SHODAN +I am Saitama +I am Shiny +I am Shogun +I am Simon +I am Soloing +I am Twiggy +I am a wreck +I am aRusher +I am drunk +I am groot B +I ate +I bad Guy +I desire God +I do be Iron +I eat peach +I h8 farming +I have egg73 +I have poon +I have rng +I ll fail +I love me +I love yew +I m Dave +I m Kenpachi +I m an Angel +I matchjad I +I mpling +I n b 4 +I ndy +I nspire +I rvin +I sak +I smell zaza +I so pale +I squared R +I t I s +I tbag cows +I used to Rc +I van +I vinrox +I w4ste xp +I wana dew u +I want wings +I-IEEBO +I-Iulk +I00OOOOOO00I +I2P +I2m +I2ocky +I2ossiiii +I3ET +I3WANA +I3ooth +I3ow Hunter +I3ox +I3rucex +I3ubbles +I3ulow +I7I +I7iablo +IA +IAM HARDWELL +IAMBillNye +IAMDouble_C +IAlwaysBurn +IAmArcade +IAmArchangel +IAmBabyYoda +IAmBinx +IAmEcliptic +IAmFaptastic +IAmFrampt +IAmJacbo +IAmRichard +IAmSlimShady +IAmStyle +IAmUnbound +IAmWaffles +IAreTazz +IB4I +IBB Baskani +IBIoodRose +IBaIance +IBangBBWs +IBardak +IBloodwing +IBuyGF5GP +IBuyPowers +IBuyShungite +IC 3 +IC XC NI KA +ICE GIANTT +ICNK +ICantFit +ICauseRage +ICrazyCamelI +ID theft +IDEPOCIEBIE +IDSilver +IDark +IDiabloI +IDustie +IEATEDYU +IFALL3NI +IFIFIFFIFIF +IFIFIFIFFIFI +IFIFIFlFIFIF +IFRC +IFRS +IFRS 9 +IFartOnBaby +IFernedYou +IFistBonk +IFoundABaby +IG0R II +IGN0RANCE +IGoogledIt +IHQueenI +IHasHips +IHaveAWifey +IHaveChicken +IHaveToQuit +IHobbitI +IHopFromNo1 +IHuntKoalas +II Fabi II +II Gots Piie +II Mossy II +II TurMz +II0III +II0v0II +IICyRaNoKII +III SLAYR +III jin III +IIIBCIII +IIIGavinIII +IIIel0n +IIIusionist +IIKOO +IIPAC +IIPrincesaII +II_Blanx_II +IIamaman +IIflemishII +IIlIIAS +IIlIIoIIlII +IIllIll +IIlllllIIlIl +IIndy +IIrisviel +IIsaac +IIx Link xII +IJzer Bal +IJzermeneer +IK Pegasi +IKotol +ILL M1ND +ILLUMINATIS +ILOVEUBRAT +ILVI +ILike +ILikeKorone +ILizzy +ILostMySock +ILostMyTalk +ILoveAstolfo +ILoveSeaFood +ILoveYasmin +IM Adept +IM BLUE DA +IM Bazlish +IM Big N8 +IM Bjakke +IM Bolle Ui +IM Butchh +IM CSI +IM Cares +IM Chaudoin +IM Corita +IM Dahak +IM Damy +IM Dislectyc +IM Dodgypig +IM Donactro +IM Drone +IM Dutch Dog +IM EL Clawo +IM Envy +IM Erlandu +IM GERRALD95 +IM Gekko +IM Gokhan +IM Guilty +IM HEEM +IM Hail +IM Harnas +IM Hulkeen +IM Infested +IM Jap1 +IM Jenskee +IM Kat +IM Knol +IM Krona +IM M U R P H +IM M0A +IM Maccy +IM MajorRat +IM Maninja +IM Musa +IM Noddy +IM Ong Gia +IM PVM BRADY +IM PapaBless +IM Peach Man +IM Pepekage +IM Perp +IM Phubz +IM RICO_1 +IM Rampage +IM Reiner +IM Rome +IM Ruinscape +IM ST0NED +IM Sebaa +IM Soad +IM Spooned +IM Super AFK +IM Tank OG +IM ThiccSucc +IM Tipz +IM Toon +IM Walnut +IM Witt +IM Zoot +IM a pansy +IM blazeit +IM sanderve +IM spen +IMAEATURASSS +IMAFKNNONCE2 +IMGOKU1 +IMHankey +IMHky +IMJeffG +IMMezzo +IMNagrom +IMPERlO +IMPlayerjohn +IMSOULSHADOW +IMSausjegeit +IMSkrt +IMWaldorf +IM_Queeffing +IMa Planker +IMakeUBegKid +IMevil yoshi +IMissNieve +IMnotQ +IMoIVoxide +IMsmits +IN A FERRARI +IN PRISON RN +INCEL839273 +INCreate +INDICA +INFERNALMAX +INTERMEDlATE +INYOURTS +INeedABump +IOHBOY +IOnSpacezI +IP6 +IPkdYourBank +IPlayForPeso +IPlayHigh +IPonderosa +IProGuthix +IPumpkin +IPunchKids +IQUICA +IR Hardcore +IR0N +IR0N BOND +IR0NMAN +IR4Q +IRL Femboy +IRON +IRON BYRNS +IRON DlOXlDE +IRON NOT HOT +IRONMAN ADO +IReallyLikeU +IRework +IRidePipe +IRoldy +IRowForUCD +ISAPOOPS +ISO PEE +ISOMAN12 +ISQQC +ISTRA +IScottGame +ISjorsI +ISmokeABit +ISoLaTIIon +ISquirk +ISuperStarI +ITIB +ITIISERY +ITIOMME +ITIace +ITIaddy +ITIagicka +ITIagicks +ITIajestic +ITIallen +ITIasKilleR +ITIassacre +ITIatty +ITIerica +ITIiko +ITIoj +ITIoosh +ITIr +ITSPYRO +ITV X +IThe Beatles +ITrimGlories +ITurtlekunI +IUR +IUntradeable +IV Luke +IV skin +IVI V G +IVICMXCIII +IVIE0W +IVIacaroni +IVIaybe +IVIeesa +IVIeredith +IVIesprit +IVIetallica +IVIidget +IVIooN +IVIowlzy +IVIugginz +IVIush +IVIxtthew +IVOXYGEN +IW Lytheria +IW4M +IWGP +I_Eat_Ass04 +I_Inity +I_Noodz_I +I_make_noise +Iacto +Iaculch +Iaffan +Iafs +IaintHiding +Iam Bald +IamAjewBoy +IamBowser +IamBruun +IamCheesin +IamCrazyBoy +IamDuru +IamErect +IamGossip +IamNSFW +IamNotHodor +IamRichPutin +IamSneak +IamThaLiquor +IamXerxes +Iambadhaha +Iamcruxer +Iamearth +Iaminsanemax +Iammooted +Iammtpjr +Iamstepbro +Iamthestars +IamthyPope +Ian Beale +Ian Rush +IanT +Ianalan +Ianbird +Ianeke +Ianeke4 +Ianyaboii +Ianz +Iax 2000 +Ibanezx88 +Ibanezx99 +Ibans Fe nix +IbansPheonix +Ibarbo +Ibb +Iberis +Ibexleave +Iblushh +Ibn +Ibrahimovic +Ibugppl Jr +Ibunaaru +Ibuprofen800 +IcEyCuDa +Icanfixthat +Icarius Fell +IcarusRS +Icaruz +Icculus1 +Ice 9112 +Ice Barrage +Ice Caves +Ice Gengar +Ice King +Ice clap +Ice giants +Ice in Vodka +Ice5566 +IceBarraging +IceCreamDog +IceDesert +IceFoxZero +IceH +IceIceChooky +IceNineKiIIs +IcePrisonMe +IceSparro +Iceb +Icebeam +Iceburghomie +Iced 0ut +IcedOutDrip +IcedScrabble +Icedeadmage +Icee +Icefirezz +Icehound +Iceid +Icejawa +Iceland +Iceleag +Iceliang530 +Icelight +Icemonkeyz +Icen +Icesoze +Icespeller +Icetaylor +Icey +Icey Lunaris +Icey M +Iceyou90 +Ichi +Ichi6an +IchikaNagano +Iciclez +Ico n +IconPara +Iconiic +Iconoclasmic +Icookpeople +Icoz +IctCat +Icy Duck +Icy Tires +IcyFear +IcyTowerr +Icyene +Icyene Hero +Icyenicblood +Icyflowers +Icyx +Id Tele Too +Id Yak It +Idaho +IdahoTaters +IdcGoAway +Idea +Ideaal +Ideekay +Idepredad0rI +Ididit33 +Idk Why PvM +Idle GE +Idle Melvor +IdleWhale +Idlibi +Idna Supafly +Idol Namib +Idont +Idontlikejad +Idopk1 +Iecysoda +Ienjoisk8ing +Iern +If I Succeed +Iffi +Iffyz +Igge +Iggy Ontario +Igloocold +Igmere +Ignace +Ignent +IgnisDraco22 +IgnobleSolid +Igor Krutoy +Igor Mang +IgorBogdanof +Igorr +Igot99failin +Igris +Iguaani +Ih8myRNG +Ihan +Ihana +Ihme +Ihnigmakage +IiIy +IidaEmilia +Iilqtforeva +Iimel +IisRaDiO +Iisalmi +Iivomon +Ijoinedthis +Ijusheadshot +Ijzer tekort +Ik Geef Bon +IkBenWeg +Ikastovizski +IkeJEI +Ikhela +Ikillu247 +IkkeVincent +Ikkle +Ikkle Hydra +Ikkle v Pain +IkkleHorvick +Il +Il MrBorn lI +IlIBooieIlI +IlIIIIlIIIlI +IlIIlIllIlII +IlINard0IlI +IlRisklIlIlI +Ileeze +Ilija +Ill Ko You +Ill Effect +Illbeyourcat +Illegal Char +Illest Logic +IllestEver +Illinoisan +Illithid69 +Illlenium +Illumee +Illuminatorr +IlluminumRS +Illusionist +Illusivezz +Illustration +Illuzory +Illwil +Illyrian +Illyrian TSX +Ilmer +Ilotalo +Ilovethewar +IlpOG +Ilsaldur +Iltasanomat +Iluredyou +Ilusm +Iluvahrim +Iluvitar Eru +IlyrianBlood +Im 85 Slayr +Im A Saint +Im Am Die +Im Ami +Im Anabolic +Im Annoyed +Im Artur +Im Ash +Im Asking +Im Aspergers +Im BackUp +Im Baguette +Im Barlow +Im Behemoth +Im Benough +Im Blastoise +Im Bo Licht +Im Brills +Im Burnz +Im CG +Im Chal +Im Christian +Im Courage +Im Dino +Im Dr Afk +Im Easy Exp +Im Elyk +Im Excalibur +Im Fabulous +Im Fever +Im Finnish +Im From Jax +Im Gainz +Im Gippin +Im Gutfor +Im Hawkward +Im Hersh +Im Huck +Im Hunta +Im Hussain +Im Iron +Im Iron WTF +Im Jags +Im Jokers +Im Jovian +Im Just Ken +Im Krazy +Im Kyle Btw +Im Legacy XD +Im Los t +Im Luis +Im McGriddle +Im Missle +Im Moist 4 U +Im Moore +Im Mr Josh +Im Nate +Im Nathan x +Im Newschool +Im Nice +Im Not Okayy +Im Not lron +Im Nzmitch +Im Off Chops +Im On A Yak +Im On Point +Im Only +Im Orc +Im Outt +Im Pogi +Im Qwerty +Im Ron BTW +Im Rus +Im Savage +Im Scoob +Im Secor +Im Shambles +Im Single AF +Im Smexy +Im Snake A +Im So Vayne +Im Songs +Im Spirit +Im Stig +Im Symb +Im Tainted +Im Tame +Im Temppay +Im Terrible5 +Im TheBeast +Im Tibbz +Im Travis +Im Triz +Im Tyl3rr +Im Whey +Im Ya Papa +Im Your Babe +Im Your Dad +Im Yui +Im Zac +Im Ze 0wner +Im alex btw +Im just Cody +Im not FBI +Im relapsing +Im tall af +Im wokeup +Im-Crowess +Im2good4u2nv +Im45defence +Im4everlucky +ImALilPigBoy +ImASthhnake +ImAdam +ImAl0ne +ImAn Ironman +ImBaldFromRS +ImBobbyrayj +ImBoredOfRS +ImCharky +ImChuckBass +ImClueless +ImCravenTim +ImDaPlugLLC +ImDaved +ImDaviie +ImDirtyyyDan +ImDoctaWhom +ImEmilyy +ImEric +ImFinnish +ImFlizz +ImGodd +ImGodly +ImHavingFun +ImHellaHigh +ImHighASFSry +ImHisBae +ImIncredible +ImInfested +ImIntense +ImJames +ImJebbe +ImJinxed +ImJordon +ImJustLonely +ImJustRaging +ImKnotSimple +ImLarge +ImLeeuwarden +ImLikeRlyBad +ImLukesGIM +ImMAdBro +ImMajesticAf +ImMaxy +ImMilky +ImNewbie +ImNoobK +ImNooblit +ImNotAfriend +ImNotHumble +ImNotLost +ImNotThien +ImPaul +ImPaulAlt +ImQuorra +ImRyboy +ImSane +ImShreksDad +ImSixteen +ImSnoop +ImSoGodlyy +ImSoVulgar +ImStormmm +ImTaegan +ImTayla +ImTinyRiick +ImTipsy +ImToFrosty +ImTooGucci +ImTwisted +ImVanilla +ImWargasm +ImWilbur +ImYourDadBTW +ImZe +ImZorp +Im_Stone126 +Ima Guy +Ima Lil High +Ima Maleman +Ima lron man +ImaCraftHor +ImaMainbtw +Imack +Imafore +Images +Imaginable +Imagine +Imakuni0 +Imalooter +Iman103 +Imangry20 +Imanity +Imanubnoob +Imar Pussay +Imasecretspy +Imasin +Imawizardm8 +Imazamox +Imblim +Imblim Area +Imbrochavel +Imbue +Imbued Haert +Imbuing +Imbune +ImeshuggahI +Imgrazy +Imhellgracio +Imidril +ImiteBurDADY +Imitus +Imm Mad Bro +Imma +ImmaSkill +Immaturity +Immediate W +Immense +Immer +Immerseus +Immiscible +Immortal +Immortal91 +ImmortalK12 +ImmortanMike +Immxnse +Immys +Imnotahuman +ImoChase +Imoinu +Imotay +ImpactPewPew +Impale Her +Impared +Impeccable +Impedance +Impede +Imperdoavel +Imperfecto +Imperfekt +ImperialQc +Impietyy +Impish +Impish Ace +Impishhh +Imposter Jon +Impriznd +Improv +Improved +Impulsive Au +Impurest678 +Imql +Imre +Imsain +Imsokwtie +Imstratss +ImtheAnimal +ImtheCARRYv2 +Imthick +Imtoob +Imuhbeast +Imuripieru +Imus +ImxricK +In Game Life +In Menu Andy +In My Shadow +In Recovery +In Seconds +In2cept +InCyson +InDaCouch666 +InDespair +InFemous +InGameLies +InTawlerable +InThe90s +InTolu +InTransition +InXanee +InYaShower +Inaaya +Inactive Acc +Inar +Inavi Jones +Inbow +Inbred +Incapacitory +Incendia Vir +Inch95 +Incin3rat3 X +Inco-san +Incoherent +Incomes +IncomingBeef +IncomingGank +IncredblDino +Incumbency +Indain +IndawrCrwdad +Indcsn +Indecisive +IndecisiveO +Indemise +IndexNull +Indian +Indian Chad +IndianCat +IndianaJones +Indicates +Indicator +IndieGarri +Indigo640 +Indivi2you +Indoktrinera +IndominusAsh +Indoor Scape +IndoorsOnly +Indoorsman +Indrado +Indrias1 +Indy Ju +Inecstatic +Inedibles +IneedPVM +Ineff icient +Inefishient +IneptEwok +InfIuenced +Infaam +InfallibleX2 +InfamousAB +InfamousEvil +InfamousMain +Infantiel +Infase +Infectus +InferiorRNG +InfernOwl +Infernadev +Infernal +InfernalChef +InfernalLuke +InfernalPRO +Infernax +Inferneo +Inferno +InfernoTism +Infernowerno +Infero +Infesmati +Infin1te +Infinate +Infininth +InfinitiGX +InfinityMan +Infirme +Inflnite +Influx +Info +Info Kiosk +Infobese +Infor +Infora Treat +Ingeb +Ingenious G +Ingeniously +Inglane +Ingleburn +Inhaled +Inhinyero +InhumanBTW +Inimene1020 +Inimputable +InitialTT +Iniys +Inkedsaint +Inko +Inksane95 +Inkwes +Inner +Inner Brian +Inner Peace +InnerBliss +Innvision +Inori xdd +Inosuke xo +Inqku +Inri +Insafi +Insane +Insane Iron +InsaneBobbie +InsaneFruit +InsaneIee +InsanePerson +Insaneglutes +Insanewolfy +Insaniack +InsanityNix +Insanityx +Insanityzz +Insatiate +Inse +Insectkoala +InsertGold +Insluiper +Insomnia +Insomnist +Insomnity +Inspection +Insta +Insta Spec +Instabox +Instagrem +Instail +Instinct +Instro +Instruct +Insucc +Insulter +Insulting +Insulting MF +Insurgence +Insurgent +Int0mieli +Integration +Intel6 +IntelManiac +Intellectual +Intendi +IntenseRage +Intensifyyy +Intentional +Intercept0r +Interchange +Intermk +Internal +Internal Max +Interracial +Interronator +Intherial +Intier +Intimate +Intimidant +Into +IntoInfinite +Intoner +Intresant +Intresenting +Ints +Intubator +Intuition +Inubashiri +Inukal +Inuouk +Inur +InvTagsBad +Inva +Invalar +Invercargill +Inversives +Invert +InvertedDuck +Inveterate +Invierno +Invisa +Invisa Scav +Invisa-Veng +Invisioners +Invokers +Involk +Invoryy +Inwu +Inxo +Io Jah Pul +IoB Sylarke +Iock +Ion Benny +Ion870 +IonCannon +Ionia +Iono +Iou689 +Iowa146 +IowaCJ +Ioyal +Ioyins +IpeeInTheSea +Ipod5412 +IpotYouDrop +Ippe +Ipswich +Ipswich FC +Ir JWWillem +Ir Phys +Ir0n +Ir0n Bot +Ir0n b00k +Ir0nMammoth +Ir0nMish +Ir0nPuma +Ir0nRagnarok +IrDA +Iralimir +Irha +Irid +Irie +IrieLuDa +Irinichina +Iris Elea +Iris_1904 +Irish +Irithe +Irl Baller +Irmak +Irobar +Iroff SGDaht +Iroflman +Iroh Bison +Iroha +Iroic +Irom Typo +Iron +Iron 0lm +Iron 2DWaifu +Iron 2b +Iron 3 Hit +Iron ABC +Iron Achael +Iron Aeolian +Iron Alabama +Iron Alee +Iron Aloha +Iron Aloodum +Iron Alpha +Iron Anaerob +Iron Anno +Iron Anonymo +Iron Antzz +Iron Areolas +Iron Arnoud +Iron Arzka +Iron Assface +Iron Ayen +Iron Azshara +Iron B O D Y +Iron B0yx +Iron BDN +Iron BLK +Iron Bart +Iron Baskan +Iron Bawlsak +Iron Bawsss +Iron Beabs +Iron Beeto +Iron Besu +Iron Bezem +Iron Bibi2u +Iron Biddys +Iron Bloke +Iron Bogmac +Iron Book +Iron Boomz +Iron Booxia +Iron Borrrby +Iron Brevik +Iron Brinnie +Iron BryconC +Iron Buchu +Iron Buckc +Iron Bucket +Iron Bumko +Iron Burrata +Iron Buuh +Iron Byld +Iron Caddy +Iron Calquat +Iron Carly +Iron Carmine +Iron Carna +Iron Cerv +Iron Cevol +Iron Chaw +Iron Chemic +Iron Chkn +Iron Cholby +Iron Chombre +Iron Chrisss +Iron Coby +Iron Coin +Iron Coronao +Iron D Luffy +Iron D Natsu +Iron D Zeref +Iron DJG +Iron DSC +Iron DVS +Iron Daniel +Iron Deku +Iron Denal +Iron Deroq +Iron Destr0i +Iron Dipshit +Iron Dixi +Iron Domi +Iron Dumontx +Iron Dylnn +Iron E +Iron E s s +Iron E z +Iron Eagah +Iron Elyon +Iron Equity +Iron Excal +Iron Exed +Iron FFrenzy +Iron Fe +Iron Ferro +Iron Filthy +Iron Fioxxu +Iron Fire 75 +Iron Floor +Iron Forgy +Iron Franchi +Iron Frodo +Iron Fuhrers +Iron G Zeus +Iron G0liath +Iron Gaan +Iron Gamerz +Iron Gayness +Iron Ghosgar +Iron Ginto +Iron Gios +Iron Go +Iron Godley +Iron Godly +Iron Golem +Iron Goth GF +Iron Greg +Iron Grind20 +Iron Griss +Iron Haze +Iron Hoiy +Iron Holub +Iron Hookkan +Iron Hossi +Iron Hroth +Iron Hugge +Iron Husky +Iron Hydros +Iron Hyger +Iron IPvMI +Iron Insaneo +Iron Jakob +Iron Jal-Nib +Iron Jeref +Iron Jeroen +Iron JimmyJ +Iron Jizzman +Iron Jss +Iron K3 +Iron Kalde +Iron Kaleef +Iron Kapkeik +Iron Karjala +Iron Katniss +Iron Kayn +Iron Keagan +Iron Kess +Iron Kiwii +Iron Kngs +Iron Knipp +Iron Kodie +Iron Koopsy +Iron Kornie +Iron Krijn +Iron Krikke +Iron Laplace +Iron Laxor +Iron Layfe +Iron Letski +Iron Liber +Iron Lose +Iron Lungsta +Iron MTUT +Iron Mamma +Iron Mammal +Iron Mapes +Iron Marie26 +Iron Marlon +Iron Martin +Iron Masori +Iron Masuli +Iron Matt +Iron Matt NZ +Iron Matty W +Iron Matuba +Iron Maxvoid +Iron Mellem +Iron Meydon +Iron Miguel +Iron Mikebor +Iron Milan +Iron Mimal +Iron Miro +Iron Moardus +Iron Mossyy +Iron Munted +Iron Mystip +Iron Nap +Iron Nellz +Iron Nick +Iron Nimmi +Iron Nobody +Iron Noe +Iron Nuclide +Iron Nuuby +Iron O Brien +Iron Oak +Iron Oboi +Iron Ohboy +Iron Ohgodno +Iron Ohzone +Iron Opto +Iron Ores +Iron Pandis +Iron Parkour +Iron Patches +Iron Peg +Iron Pge +Iron Phe +Iron Plague +Iron Pothead +Iron Praxis +Iron Pwn +Iron Pwnstar +Iron RNGsus +Iron Rakey +Iron Randall +Iron Randyy +Iron Reedzy +Iron Rekkr +Iron Request +Iron Rikyu +Iron Rind +Iron Roach +Iron Robsham +Iron Roof +Iron Rushy +Iron Rybread +Iron Ryuuga +Iron S t i g +Iron SSJ +Iron Sagga +Iron Samiria +Iron Santus +Iron Scolew +Iron Scran +Iron Seagz +Iron Seha +Iron Shaikh +Iron Shavers +Iron Sheik +Iron Shnapi +Iron Siem +Iron Sioux +Iron Skoptsy +Iron Skroten +Iron Skydive +Iron Slash +Iron Slaya83 +Iron Sloth 2 +Iron Smoke94 +Iron Snypah +Iron Sparco +Iron Splat +Iron Stannrs +Iron SteveB +Iron Stomp +Iron Stronq +Iron Stw +Iron Sullo +Iron Susu +Iron Svampe +Iron Swaffle +Iron Swag +Iron Takumi +Iron Tango +Iron Tanzim +Iron Tbar +Iron Terboo +Iron Teun +Iron Thi3ves +Iron Tiffers +Iron Tigr +Iron Tigran +Iron Tinman +Iron TomT0m +Iron Tonkin +Iron Tonski +Iron Tonymaa +Iron Torfi +Iron Toxxic +Iron Trashua +Iron Trixx +Iron Tudder +Iron Tutnin +Iron Tweeker +Iron Tyrans +Iron Tyrant +Iron UIM +Iron Uakti +Iron Unam +Iron Varuna +Iron Vatti +Iron Venema +Iron Vexzed +Iron VickD +Iron W1nk +Iron Weather +Iron Wespula +Iron Wii +Iron WindJr +Iron Woofy +Iron Wu5 +Iron XIIIV +Iron Xellana +Iron Xire +Iron YEE +Iron Yangus +Iron Z4ppie +Iron Zephyx +Iron Zeraph +Iron Zerg +Iron Zilong +Iron Zinoto +Iron Zoha +Iron Zol +Iron Zrysen +Iron Zul Mox +Iron anrowi +Iron d0gz +Iron da ddy +Iron dols +Iron dry +Iron feens +Iron flynn +Iron instead +Iron kitcat +Iron l2asta +Iron ona Mac +Iron pappal +Iron werty +Iron whiff +Iron wiper +Iron x wolf +Iron xyN +Iron-Ximena +Iron10203 +Iron2Pickaxe +Iron619 +IronAgentP +IronAjandre1 +IronAkleiss +IronAlblad +IronAlufolie +IronAngst +IronAnnaMay +IronApples +IronAsbe +IronAssHole +IronAussieM8 +IronAxe +IronBadAtPvm +IronBankFull +IronBeanz +IronBeerad +IronBiGuyBtw +IronBistchul +IronBobbyjoe +IronBoink +IronBosse +IronBound +IronBrad +IronBrand21 +IronBrick +IronBruBrah +IronBuriedNU +IronBurnsRed +IronC1aws +IronCagedRat +IronCemile +IronChillii +IronChirpOTK +IronChompers +IronChrisKin +IronClarkey +IronCoX +IronComedy +IronCooter +IronCozza +IronCraiger +IronDab 710 +IronDakotas +IronDandaman +IronDavid +IronDeadBoy +IronDefiant +IronDeredas +IronDethaele +IronDodo420 +IronDog777 +IronDong +IronDravekD +IronDringus +IronDtrex +IronDubble +IronDubzy +IronDudde +IronDunceCap +IronDurrrrr +IronEagles +IronEkakerta +IronEso +IronEtch +IronFefe +IronFigment +IronForFunnn +IronForged99 +IronForyn +IronFrenzey +IronFrogMan +IronFungi +IronGalihand +IronGatr44 +IronGear CEO +IronGez +IronGodsword +IronGoliathX +IronGoneNorm +IronGow +IronGuh +IronHammy +IronHasta +IronHomer +IronIDKFA +IronInsano +IronIogibear +IronIsNoJoke +IronJValor +IronJakeT +IronJames +IronJamesG +IronJarod +IronJeffZ +IronJenga +IronJezz +IronJoint +IronJosehiha +IronJosephxo +IronJuji +IronKaboom +IronKaiser +IronKapp +IronKayodee +IronKest +IronKingdoms +IronKukk +IronKyloman +IronLadBtw +IronLadel +IronLaffin +IronLankzey +IronLazure +IronLegend +IronLegocy +IronLepaus +IronLifting +IronLionMAIN +IronLucas +IronLuckPlz +IronMadePure +IronMagick +IronMainOx +IronMan +IronManBow +IronManJar +IronManSux +IronMango +IronMarius +IronMarty +IronMason +IronMathwin +IronMatty +IronMayne +IronMetknot +IronMikado +IronMinion +IronMitchKun +IronMollusk +IronMountain +IronMugz +IronMushy +IronNWord +IronNachos +IronNantt1 +IronNateDogg +IronNazguls +IronNexuss +IronNeya +IronNibletz +IronNihilm +IronNinja13 +IronNord +IronOceanMan +IronOdum +IronOldBoy +IronOnPatch +IronOrca +IronOreAgate +IronOsiriss +IronOxideMan +IronOxidizer +IronPangtar +IronParis +IronPeteMan +IronPills +IronPrice +IronPrickles +IronProf +IronPumitaz +IronQben +IronQli +IronQueen +IronRait +IronRassi +IronReese +IronRobbo +IronRogueMan +IronSabo +IronSantaMan +IronSchmieds +IronShadow5 +IronSikruz +IronSkaro +IronSly +IronSmurfff +IronSparrow +IronSpiderZ +IronSpitfire +IronSplats +IronSpoNeD +IronSpoony +IronSpray +IronSquidly +IronSteve-O +IronStronky +IronSurf +IronSylar +IronSystolic +IronTarnum +IronTasseron +IronTau +IronTedBundi +IronTeste +IronTestedRB +IronTimTim +IronToff +IronTulio +IronTyson +IronUnkilled +IronVegtable +IronVib3s +IronVikinng +IronVikzo +IronVinda +IronViolette +IronW3LEGEND +IronWafflee +IronWallnut +IronWantsRNG +IronWayneker +IronWidovv +IronWush +IronYoerik +IronYugo +IronZettrox +IronZong +Iron_ProDabs +Iron_Slippy +Iron_Sukulo +Ironarcanic +Ironatica +Ironator +Ironblood7 +Ironboba9993 +Ironbobsaget +Ironborn +Ironborn PVM +Ironbutcher +Ironclad Sac +Ironed +IronedSwift +IronendJr +Ironeyy +Ironflox +Ironfur +Irongrazvis +Irongusty +Ironiam Vir +Ironic +Ironic Force +Ironic Kill +Ironic Name +IronicBenson +IronicSwag93 +IronicViking +Ironicer +Ironiical +Ironija +Ironik 20 +IroningB0red +IroningSucks +IronishSana +Ironkaka +Ironmacman +Ironmale +Ironman +Ironman Daff +Ironman Jase +Ironman Jowe +Ironman Wit +Ironman idk +IronmanFookz +IronmanHutch +Ironmanerno +Ironmeme +Ironmeme Cx +Ironmeme Lol +Ironmies +Ironmimmi +Ironmorriz23 +Ironn +Ironn Yoshii +Ironnesses +Ironpasta1 +Ironqa +Ironred33 +Ironriwer +Irons suck +Ironshore +Ironsoul2 +Ironstone +Irontownhero +Ironwind747 +Ironwinter +Ironwork4eva +IronxElite +Irony +Irony Nib +Ironylion +Ironyx +Ironzi +Ironzilla +Irrelevant +Irrumated +Iru +Irulon +Irxn +Irxnized +Is E_wen +Is Idle +Is Slikker +Is a bich +Is this you +IsAlexOk +IsButters +IsChazCool +IsDomIsGood +IsYaBoyDoive +Isaac +Isaki Magari +Isbjorn +Isganytojas +Ishigo1992 +IshmaelDonny +Ishrandom +Ishzn +IsidoroM +Iskemia +Iskolar +Iskon +Iskra +Islaal +Islami +Islefalls +Isleview +IsmackfaceI +Ismelitooo +Ismo54 +IsoG +IsoKitty +IsoP +Isoga +Isoleucine +Isootoonik +Isoptox +Isosami +IsraVM +Israels +IssaEly +IssaStiffler +Issard +Ist M +Istanbulite +Istasher +Istaxit +Isvig +It Slaps +It is Rex +ItBeJacK +ItBurns +ItIsWedsDude +ItPol +ItWasntMe007 +Itaky +Ital +Italian +Italian roxx +ItalianAJ +Itaochi +Itchweedy +Itcoto +Iteyx +Ithero +Ithlinee +Itik +Itinkinou +Its Absol +Its Almog +Its Arj +Its B0B +Its Brother +Its Canadian +Its Conrad +Its Da J00z +Its Dally +Its Dyl +Its Hash +Its Jon btw +Its Jst Skin +Its Kaylee +Its Libo +Its Me Dave +Its Me Q +Its Me Suns +Its Misha +Its Nipo +Its Peter +Its Rigged +Its Sebas +Its Sense +Its Seth +Its Smooth +Its Teddy +Its Wolfie +Its Yama +Its Zammy +Its a Shame +Its claw +Its me Josh +Its me eden +Its rob +ItsAboutTime +ItsAirdog +ItsAllOgreM8 +ItsAnobrain +ItsBarcus +ItsBigNasty +ItsBlitzyy +ItsBrtnyBch +ItsBru +ItsClout +ItsDende +ItsDynasty +ItsFinn +ItsFlooo +ItsHoggle +ItsHosef +ItsInThePast +ItsKenshi +ItsLitttFam +ItsMarc +ItsMeBlaze +ItsMeDog +ItsMev +ItsMrSir2u +ItsNiels +ItsOleGreg +ItsOwenM8 +ItsRainor +ItsSirTech +ItsSkells +ItsSyn1k +ItsTaylen +ItsTerpsWrld +ItsUnruly +ItsWeinstein +ItsWicked +Its_A45c +Its_Fonte +ItsaTommyGun +Itse rauta +Itsemurha +Itsmeborrid +ItsoktoGIM +Itsssjustice +Itsy Bitsy +Itupakointi +Itx +ItxJustin +Itz Haydn1 +Itz Hickton +Itz Kodiak +Itz Nate +Itz Scrubz +ItzAtlass +ItzElise +ItzJroc +ItzKat +ItzLogikal +ItzMrNick +Itzla +Itzvenom +Itzzz B +Iuc +Iuckk +Iulz +Iussy +Iustrous +Iuxio +IvIegaDan +IvIr Wize +Ivain +Ivaink +Ivalice XIV +Ivan Knjklj +IvanEOD +IvanMullet +Ivanckonia +Ivanka +Ivansaccount +IvelJet +Iveljetorox +Ivoos +Ivory Tower +Ivryk +Iwanbro +IxHunt3rxI +IxVenom +Ixala +IxonnoxI +Ixyc +Iz0p +Izaa +Izac +Izanani +Izbec +Izhmash +Izi Claps +Izone_Kev +Izuria +Izvorul +Izzy +IzzyBigBoy +Izzyboy300 +J 0 S H Y +J 0 S H l +J 4 6 +J 4 K E +J 6 +J A B S +J A I D A N +J A M A L +J A N K I +J A U N U S +J A W D +J Breezi +J C Trousers +J D +J D Ballew +J Dahmer +J E E V E 5 +J E T +J F +J Fred Run +J I M M +J I MM Y +J Kole +J Kribzz +J L A +J MF B +J Neat +J O E G +J O L T I K +J O T A +J O3Y +J R O C +J R V +J Rat Cow +J S 2 M +J S Z M +J Saints +J Suave +J U S T A S +J U Z +J a c k a l +J a c k son +J a c k y +J a mie +J a n i +J ackal +J al +J ameper +J anii +J appie +J asnah +J ason +J asyra +J ayson +J bellfortt +J bird shady +J e sse +J eff +J effy +J ensen +J esse +J essica +J imme +J imy +J imz +J ipr +J lMM Y +J o b e +J o e +J o ey +J o f +J o s h y +J oep +J ohannes +J ointz +J oke R +J or G +J oshh +J oshhh +J osie +J u wu +J ung +J unko +J utch +J uun +J uwu +J x B +J yy +J-2tha-R-O-C +J-Man 93 +J-Turn +J-Yeezy +J001_jf1 +J0DYY +J0E +J0E REAL +J0EEY +J0NE +J0UF +J0YBOY LUFFY +J0YRYDE +J0dz +J0hnnyQ +J0ng +J0ngeBV +J0ppy +J0rdanDv +J0rdo117 +J0se +J0se Dtown +J0se Dtuwnn +J0seph +J0shh +J1MB0H +J1NBE +J1ub +J2TR +J2caine45 +J2ck +J328 +J3Ciron +J3JU +J3S5E +J3rkkuHD +J41AL +J45e0wns +J4QS +J4S +J4gga +J4my +J95 +JAABASNABBA +JACK3DJOHNNY +JACKYOUNG93 +JAG0705 +JAI MA KALI +JAMA Open +JAUH0JENGI +JAVON 9-INCH +JAYJ51 +JAYR0CKBABY +JAlDYN +JB 2K +JB87 +JBGard +JBrody +JBuck057 +JBux +JC-1989 +JCS07 +JCole +JCon +JCutler +JD MD +JD4 +JDBass +JDEP +JDFlaSh +JDJM +JDez +JDlion +JDredd66 +JDuck +JE B +JEEZE +JENNY +JENNY DEATH +JERN SVIN TO +JETSNBEERS +JF Kennedy +JFB +JFCK +JFK gone AFK +JFKautopilot +JFL +JField +JFrog +JFryGuy +JGIRONTG +JGIV +JGlen97 +JH3305 +JH91xx +JHINitalia +JIGGYWIGGY +JIIVEE94 +JJ-M +JJ23 +JJAAKKO +JJBW +JJPowers +JJROCKETS +JJRicky +JJS BBQ +JJSM_Dulker +JJchris66 +JJoe +JJumalwelho +JK Rowling +JKMi +JKTimbo +JKUR ON 40S +JKeM +JKingJ777 +JKrollin +JKuyaa +JLG +JLowe +JLsone +JMI NG +JMTaipei +JMack +JMiddd +JOBBO +JOCKO00O0O0O +JOE EROTIC +JOKER 709 +JON3ZYY94 +JORlCK +JORlS +JP Kotsnek +JP17 +JPB at Large +JPI +JPS Daytona +JPant1ess +JPantless +JPatness +JPence +JPountney +JPudz +JR05E +JR0D +JRBeast +JRC Crypto +JROGU +JRxs +JS Xpress +JSL34 +JSLatvala +JSPACER +JS_Terminal +JSco +JShep23 +JSilvester08 +JSlice94 +JSplash +JStepho +JT5 +JTAG +JTCS +JTI ain +JTIAIC +JTM33 +JTscape +JUGIB +JUIBE +JUICEWRLD9 9 +JULlAN +JUST +JUST A HlPPO +JUST Nikk +JUSTICE +JWRLD +JXJ +JZB +JZX1O0 +Ja k ey +Ja m e s +Ja mes A +Ja se +Ja sn +JaBouris +JaDig +JaStraater +Ja_Fireking +Jaaaakkoooo +Jaac +JaackGP +Jaager Jack +Jaagmu +Jaahee +Jaakako +Jaalva +Jaamm +Jaant0 +Jaapievecht +Jaay G +JaayC +JabHook +JabbaU +JabbasHut +Jabbaw0cky +Jaber +Jabesol +Jabiborinoni +JablezGIM +Jablooze +Jabo b +Jabopanda +Jabroni +Jabroniii +Jabrs +Jabuz +Jac o b +Jacckk +Jace C +Jacerhapsody +Jacey +Jacinto +Jack +Jack Dyer +Jack Htoo +Jack Hughes +Jack Mac +Jack Maz +Jack Par-O +Jack Reipan +Jack1 +Jack12Broke +JackBadasson +JackBass4 +JackBlade +JackDanielsH +JackHammr +JackKnight +JackKvorkian +JackMayte +JackOscar +JackRod +Jack_Herer9 +Jacka +JackandCoke +Jackass +Jackass Sean +Jackazzz1 +Jackblaze +Jackbtw +Jacke +Jacked +Jackie +Jackingten +Jackisbanana +JacknHookers +Jacko Bei +JackoPogU +Jackoo +Jackos +Jackoz +Jacks +Jacks0n +Jackson +Jackspyrow +Jackyboiii +Jacob +JacobGhosty +JacobIsTaken +JacobT789 +Jacobb +Jacobieus +Jacobro +Jacobs +Jacobwins1 +Jacupy +Jacy59 +Jad slides +JadMaister +Jada +Jadakiss +Jadavius +Jaddok +Jaddy Chill +Jade +JadedRapture +Jadeine +JadenM +Jads +JadsVag +Jaecob +JaegerBoom +Jaeson +Jafacakeman +Jafanto +JafarTooHigh +Jaffa Jake +Jaffar +Jaffywaffy +Jafsx +Jagdpanther +JagerBombski +JagerIron +Jagermeister +Jagged +Jaggen +Jaghatai K +Jagoodiii +Jah toch +JahIthBer +Jahaerhys +Jahaok +Jaharred +Jahbby +JahgexPlzzz +Jahmay +Jahmerica +Jahngles +JaiSiaRamJai +Jaiden184 +Jailbreak455 +Jaime 427 +Jaimeebear +Jak Maximus +JakMetalHead +Jaka On Can +Jake +Jake C +Jake D Snake +Jake Muzzin +Jake OC +Jake Scapes +Jake Solo +JakeState68 +JakeSteFarm +Jakedajackal +Jakee +Jakeeyx +Jakermeister +JakesGHerps +JakesSolo +Jakesonville +JaketheSnake +Jakey +Jakey C +Jakeyosaurus +Jakeyz +Jaknop +Jakrem +Jakrojan +Jakuli226 +Jal-Nib-Jmal +JalNib +Jalduii +Jaleesa +Jales +Jalim Rabei +Jalite +Jaljif +Jalla +Jalo +Jaloenow +Jalordom +Jalou +Jalzas +Jam Flex +JamBandDad +Jamaikietis +JamalBobaman +Jamango +Jamania64 +Jamar +Jamaul Jr +Jambaica +Jamblaster +Jambreak +Jamburano +Jamchu +Jameo +James +James 6000x +James Comey +James Kakadu +James Kelp +James Poncho +James PvE +James Rolfe +James c +James osrs +James1087 +James2709 +James9 +James945848 +James9520 +JamesBondss +JamesCUFC +JamesDaWizar +JamesHaliday +JamesJ2019 +JamesLango +JamesMaynard +JamesNI +JamesPratt94 +JamesShotGG +James_22 +Jamesay +Jamesbombom +Jamesrb1 +Jamess +Jamesy +JamiBear +Jamiboy +Jamie +Jamie Tacos +Jamie W +JamieJams +JamieOliver +JamieXV +Jamilan +Jaminnnn +Jamixa +Jamjac +Jamlicking +Jammie +Jammmy +Jammoose +Jammy Dogger +Jammy Scone +Jamn +Jamosbondos +Jamppa +Jampy +Jampyre +Jamuli +Jamurazi +Jamwa +Jamyroo531 +Jamzylockz +Jamzz +Jan +Jan Griffith +Jan en Karel +Jan100000 +JanHenkD +JanVanLeiden +JanXtian +Jananas3 +Janar +Jancentp +Jandaer +Jandhob +Jandie5 +Jane +Janer +Janes +Janes Bond +Jango Style2 +Jango fet310 +Jangsta23 +Janice +Janikowski +Janissary90 +Jank +Jankk +Jankko +Janksky +JannaMain73 +Jannanas +Janne +JannpajII +JanoPotato +Jansky +Jansz101 +Jante +Jantex +JantheBear +Jaooa +Japanese +Japhur +Japiohh +Japles1 +Japoolie +Jappieee +Jappieness +Jappo +Jaqen +Jaqquu +Jar Of Pets +Jar Uh Dirt +Jar of Pukes +Jar of Swamp +Jar ofc um +Jar3y +JarOfCookies +JarOfH0les +JarOfSmORC +Jarab +Jare d +JareZki +Jared1234 +Jareds134 +JarlCantBank +JarlEarlKing +JarlVaarg +Jarnemelk +Jarnie Dimon +JarnoMirma +Jarnte +Jarra +Jarre +Jarredn +Jarreelll +Jarskie +Jarsse +Jaru +Jarvis +Jarx +Jas Melody +Jasberg +Jaseel +Jasey +Jasey Rae +Jashin +Jasinador +Jaskanpaska +Jason +Jason In Max +Jason73 +JasonJ +JasonLRG +JasonRises +JasonSkillz +JasonT20015 +JasonVorheez +Jasonn +Jasonnn +Jasperw90 +Jaspi +Jasthew +JasuzChrist +Jasyre +Jauneri +Jaunius +Jav +Jave +Javert +Javier Pwns +Javve +Javvymuis +Jaw +Jawaloso +Jawgasm +Jawmac +Jawniz +Jawntista +Jawor +Jaws +Jaws 2 75 +Jawshy +Jax Evasion +Jax Teller +JaximusIV +Jaxy22 +Jay Ayy Why +Jay Baby +Jay Exotic +Jay Hughes +Jay M +Jay RZ +Jay Show +Jay Sparks69 +Jay United +Jay b1zzle +Jay kell +Jay024 +Jay357 +JayDaddy313 +JayEngineer +JayFlow +JayJee +JayKay Okay +JayLunar +JayManzarek +JayMaster +JayMe x +JayMuthaFknC +JayPortal +JayRu7 +JayTheBurnt +JayTheRunner +Jaybiz +Jayden +Jayders +Jaydey +Jaydia +Jaydo x +Jaydonn +Jaydos +Jayeden +Jayhawk225 +Jayhawkers +Jayi +JayjayNeo01 +Jayksie +Jayman +Jaymeh Lee +Jaymo123 +Jaymyson +JaysATank +Jayshuunn +Jayspoks +Jayster +Jaytea +Jayteaf +Jaytee1262 +Jaywub +Jayy +Jayy Slays +Jayy x +Jayzar +Jaz Coleman +Jazo +Jazpurs +Jazz +JazzFlap +JazzMaster09 +Jazzeh +Jazzjr89 +Jazzly +Jazzy +JazzyFlips +Jb Godranger +Jba123 +Jbevzzz +Jblieves88 +Jbob72 +Jbt +Jbvff +Jc_TheCops +Jcb4646 +Jcdelavici +Jchn +Jcmalone23 +Jcolts20 +Jcourt1 +Jdaws +Jdidy +Jdoggy2018 +Jdp3 +Je nny +Je pppe +JeBoyHiddema +JeIlo +JeIly Man +JeJoat +JeK0 +Jean +Jean belette +Jean man +Jeangaboudle +Jeankeh +Jeari +Jeavoni +Jebaited825 +Jebiii +Jebrim +Jebroid +Jebroni +Jecht Shot +Jecob +JedMosley +Jedah +JedaiKnight +Jedi +Jedi Drue +Jeebiez +Jeebz +Jeefro +Jeek +Jeemis +Jeep +Jeesuhs +Jeet +Jeeve +Jeez +Jeez Christ +Jef fy +JefFamous +Jeff +Jeff Aero +Jeff C +Jeff pls go +Jeff says +Jeff the Cat +JeffEHPstein +JeffG +JeffMusk +JeffWiki +Jeffermus +Jeffica +Jeffie381 +Jeffmyster5 +Jeffre +Jeffrey Z +JeffreyFNV +Jeffreypoe +Jeffro +Jeffy +Jeffy xD +JeffyTheDahm +Jeffzuaos +JefriEpstin +Jefry +Jeft +Jefy +Jeggesen +Jeguelson +Jehdin +Jehobo +Jehtty +Jeikeorb +Jeimi +JeisBtw +Jejex +Jekd +Jekquesting +Jelbishi +Jelbringer +Jelen +Jelenner +Jelior +Jella +Jelle +Jelle Bouma +Jellie40 +Jellisme_99 +Jellitots +Jellough +Jelluh +Jelly +Jelly Bears +Jelly Booty +Jelly Dub +Jelly Sucks +JellyBeanRs +JellyGenix +Jellydonuts +Jellyfishes +Jelziin +Jelzini +Jemades +Jemelope +Jemile +Jen na +Jen0va +JenaTulwarts +Jenessa +JenfoxxSub +Jenicek +Jeniuss +Jenkiins +Jenla +Jenna Taylia +JennaHeather +Jennacydal +JenniTolls +Jennie +Jennn +Jenny +JennyElina +Jensen641 +JensenRS +Jenskee +Jenten +Jeometri +Jepp89 +Jeppe +Jeppeonkurre +Jeppie +Jepppe +Jepppu +Jepuzeka +Jepz +JerBearGrizz +JerBearOmfg +Jerak +Jerayou +Jerbelle +Jerbil +Jerec +Jereh24 +Jeremiahlewi +Jeremy +Jeremy 2007 +Jeremy Ray +Jergs +Jeri +Jerm +Jermothy +Jerms Pro +Jern Jan +Jern Tarzan +Jerne +Jernladden +Jernlund +Jernpung +Jero +Jeroen 31 +Jerom21 +Jerrbear69 +Jerre26 +Jerrin +Jerrwie +Jerry +Jerry Alan +Jerry Maine +JerryChinger +JerryMina +Jerryy +Jers +Jers Knot +Jersh +Jershawerr +Jersion +Jertz +Jeru +Jerunox +Jerusalenm +Jerziii +Jerzy +Jes2x +Jeseeka +Jesh g +Jesh-mar +JeshusChrist +Jesiah +Jesk +Jesliq +Jesper Bratt +Jesper135 +Jesperyo +Jess +Jesse +Jesse Top +Jesseq +Jessica +Jessie +Jessie Jones +Jesspresso +Jessy +JessyTrip +JessycaOSRS +Jester Head +Jesterbubba +Jesus +Jesus I love +Jesus MPhys +Jesus Saved +JesusComing +JesusRedeems +Jet Jaguar8D +Jet3010 +JetFlame +Jeththe +Jetlag +Jetma +Jetridder11 +Jetski +Jetsmoke +Jettiesimp +Jettrider +Jeugd +Jev21 +Jevel +JewFroBro +Jewbaaca +Jewbakah +Jewbang +JewishRob +Jewy +Jexlad +Jexlo +Jeyos +Jeyzuz +Jezeus +Jezkoz +Jezuux +JezzaripHD +Jezzie +Jezzx +Jf-n03 +Jfleeze +Jfrith +Jfuzzy +Jglove +Jgus88 +Jgy1889 +Jhackal +Jhb +Jhebs +Jhny +Jhonlovin +Jhoocy +Jhoocy Moot +JhormanCovid +JhosS +Jhow +Ji bs +Ji m m +Jia Lissa +Jian +Jiara +Jibajaba +Jibberflexed +Jibbllyy +JibinSui +Jibneh +JibrilMaster +Jiffee +Jig Bugs +Jiga Chad +Jiggalagg +JiggerJoe +Jiggity +Jigglyboy +Jigglywoo +Jiggypufff +Jignite +Jigoogly +Jih +Jihe +Jihne +JiiU +Jiiko +Jiim Lahey +Jiiraiiya +JikdarShark +Jikkurr +Jiklim +Jill Hyde +Jille Man +Jim +Jim Sauce +Jim Shorts +Jim0k +Jim2k1 +Jim38iron +JimAdler +JimTheGing +Jimb0bMaster +JimballSlice +Jimbeamtndew +Jimbi +Jimbly +Jimbo Sween +JimboJamzAF +JimboQuan +JimboSlice21 +Jimbob3005 +Jimbogun +Jimboi +Jimbub +JimcakeKong +Jimdawgy +Jimi +Jiminuatron +Jiminy49 +Jimm +JimmahDean +Jimmerik +Jimmi +Jimmi Lipper +Jimmmm +Jimmy +Jimmy Jumper +Jimmy Plays +Jimmy Scimmy +Jimmy Wooo +Jimmy1408 +Jimmy3rdBase +JimmyBullard +JimmyBuns +JimmyCarter +JimmyGrimble +JimmyStubble +JimmyValmer7 +Jimmybe +Jimmygk +Jimmylovecox +Jimmynyge +Jimmyo +Jimosine +Jimpertje +Jimpiix +Jims Goon +Jims Ironing +Jimsterjim +Jimver +Jin Oh +Jin R n G +JinDoritos +JinJ0 nJuice +Jinb +JingleBiloba +Jingy +Jinimy +Jinjaman +Jinkers +Jinko +Jinkys +JinnyChatBot +Jinpa +Jinsinny +Jinte +Jinxed Jake +Jinzo Doku +Jinzo Jinzo +JioGetsMoney +Jion +Jions Alt +Jipser +Jipske +Jiqonix +Jiqura +Jiraiya +Jiraiyeah +Jirakh +Jiren +Jirka +Jirou Kyouka +Jisska +Jitaxia +Jithra +JiveChompy +Jixoxx +Jixr +Jixx0x +Jiyool +Jizt +Jj Dynomite +Jj Jerk2 +Jjar127 +Jjjjjj210 +Jjozzie +Jk Esq +Jkdogg +Jkhby +Jkl Kalja +Jkolrur +Jkrexx +Jku45 +Jl-SOO +JlGA +JlLLY +JlMMB0 +JlZZB0SS +Jlarge +Jlova +Jmagelssen +Jman021 +Jmar +Jmaster402 +Jmbryn +Jmca +Jmca Savage +Jmen +Jmies +Jmjake +Jmonelite +Jmudford44 +Jmz +Jnas +JnrSeneca +Jnsthenx +Jnup +Jnwp +Jo Pain +Jo de Coeckh +Jo h 2 +Jo iron +Jo rd an +Jo shua +Jo we +Jo0l +Jo3 H +Jo3p +Jo5p +Jo6p +Jo711 +JoE ShMoee +JoEiSaFiShEr +JoJi +JoJo +JoJo Skriver +JoJo79 +JoJoJoUrBoat +JoKerRtheGOD +JoMoe +JoRouss +JoWie +JoXuh +Joacco +Joao +Joao EV +Joao Paulo +Jobac +Jobann +Jobard93 +Jobber +Jobbes +Jobbits +JobbySkelper +Jobbydrinker +Jobbyqq +Jobless +Jockward +Jocqui +Jodenzaad +JodioJoestar +Jodon +Joe 7 +Joe Kronic +Joe Lol +Joe Mangina +Joe Mclaren +Joe Muggs +Joe Potato +Joe Schwa +Joe TheBeard +Joe56543 +Joe56780 +JoeBidens Bf +JoeEldenring +JoeFoe +JoeGas +JoeInglesGod +JoeJunk +JoeMothers +JoeStudd +JoeTheGod +JoeWoody +Joebie +Joebobinator +Joecuster +Joedaschmoe +Joee P +Joeholding +Joekle +Joel +Joel 9444 +Joel In Pain +Joel Lobster +JoelBtw +Joelemz +Joell +Joenage +Joenly +Joered40 +Joeri +Joes +Joeshmo +Joestar +Joey +Joey Diaz +Joey Mobile +Joey RS +Joey069 +JoeyDabs +JoeyGatto +JoeyP +JoeySlays +Joey_1993 +Joeyboy +JoeyboySucks +Joeychh +Joeydarebel +Joeyer5 +Joeyfernando +Joeyjoe600 +Jofa +Joferr +Joffa +JoffreyLupul +Joggaplanten +Johan +Johan Cruyff +Johanbtw +JohannesN +JohannesRRL +Joherk +John +John Bilos +John C +John Cena +John China +John D4rk +John Ironman +John Mayer +John McCain +John Mugwump +John Muir +John Paul +John Penn +John Sal +JohnChaptr15 +JohnDaBoss +JohnGilespie +JohnNoyes +JohnRambo43 +JohnWLennon +JohnWick39 +John_Wick007 +Johnathan +Johnbovi +JohndemenBTW +Johnletics +Johnmcdodger +Johnny +Johnny Chinn +Johnny Dinh +Johnny Lyu +JohnnyBeanz +JohnnyChimpo +JohnnyHart +JohnnyLoco +JohnnyMellow +JohnnyQuest +JohnnySXC +Johnnypants +Johnnys +Johno381982 +JohnoMate +Johns +Johns bad ma +Johnsons +Johnsters4 +Johny +Johny Aus +JohnyLocoo +Johnyy +Johuab +Johzyn +Joizz +Jojis +Jojj +Jojkan +Jojo Rabbit +Jojora +Jojy +Jok +Jokar +Joke +Joke xD +Jokelanopein +Joker +JokerzDice +Jokinq +Jokkepappa +JokuHeppu +JokuVaan +Jokurul +Jole +JolliJolli +Jollyfarms +Jolonerz +Jolteon +Jolting +Joltism +Jomba +Jombsy +Jomer +Jommann +Jomoba +Jomppaa +Jomppei +Jon +Jon Eusebius +Jon Meades +Jon Snow +Jon ny +Jon10 +JonHDgamer +JonMarston +JonOn +JonVV +Jonadwyn +Jonahams808 +Jonahcart +Jonanism +Jonas +Jonas9115 +JonasLietuva +Jonas_Butte +Jonasbroh +Jonassau +Jonatan Jo +JonathanRoid +Jonaz +Jonbaron +Jonboy +Joncc +Jondog +JoneNikula +JoneZii +Jonesing +Jonessy +JonesyBadger +Jonetsa +Jonezey3 +Jongo +Joni +Jonibo +Jonie D +JonisBaisus +JonisSniegas +Jonjo12knees +Jonko +Jonko lover +Jonn +Jonnay +Jonne r +Jonnems +Jonnisan +Jonnisjoen +Jonno1789 +Jonny +JonnyBiggles +JonnyBoii +JonnyL2020 +JonnyLots +JonnyM +Jonnybak +Jonnybowler8 +Jonnysniper +Jonsamma +Jonsed +Jontzzz +Jonxsy +Jony +Jonzza +Joo Potato +JooOvenPizza +Jooe +JoojoThePk8r +JoonSoo +Joonas +Joonayoyo +Jooni +Joontah +Jooogijuuu +Jooohnny +Joop Mgoon +Joopaul +Joose3 +Jooshica +Joosst +Joostvd17 +Jooxan +Jophatmama +Joptvajiumat +Jor dinh +Jor dy +JorVa Osj +Jord +Jord 0_o +Jord Croft +Jord idk +Jord xD +Jord y +Jord z +JordHarris +Jord_96 +Jordan 1 +Jordan 7218 +Jordan KY +Jordan030592 +Jordan07 +Jordan1063 +Jordaneee +Jordanite +Jordans +Jordany5b +Jordavitch +Jorden +JordenFCB +Jordinee +Jordnn +Jordo Am +JordyM +JordyMcSheep +Jordynn +Jordysteen +Jordz_King +Jore +Jorenator +Jorgeme +Jorgos +Joricki +JorkinMyWorm +Jorkkelis +Jorlund +Jornaleiro +JoroEdde +Jorsne +Jorster +Jorttis +Jorzki +Jos Bezos +Jos de Mutn +Josavi +JoseLargeD +JosefStaIin +Joseluis1 +Joselyn Leo +Josen +Joseph +Joseph Sam2 +Josh +Josh 2277 +Josh Jones +Josh Tsutola +Josh x +Josh013 +Josh2Godly +JoshD +JoshDagainz +JoshGymnast +JoshMarksman +JoshYewAhh +Joshalog +Joshan +Joshery +Joshh +Joshhhh +Joshii +Joshimitzu +Joshism +Joshjoshin +Joshmaster31 +Joshpaul +Joshua +Joshuaaaah +JoshyCii +Josiah Higha +Josiahs +Josoust +Joss +Josse +Jostavo +Josti O_o +Jostle +Josue +Josukes +Josylvio +Jota_420 +Jote +Jothha +Jotjemenotje +Jotq +Jottini +Jotunheimar +Jotwe +Joueur4376 +Joulaha +Jovial +Jovilius +JovyGaming +Jowah +Jowalll +JowatBTW +Jowel +Jowitt +JoyOfSatan +Joycey1997 +Joynzz +Joystick +Joyun II +Joz6 +Jozi Blue +Jozu +Jpan1 +Jpellican +Jpq +Jqwss +Jr Metro +Jr Muffin +Jr Stigel +Jr2k13 +Jrabbat +Jrby +Jrdn +Jreppks +Jrey +Jroanirr +Jrodjok +Jrogo +JsJays +JsN4 +Jsag +Jsi7111 +Jsnn +Jsony +Jspot +Jsq +Jstnn +Jstrife9 +Jthrust +Jtownironman +Ju mala +JuGgLe BuG +JuJuzzz +Juan Dangle +JuanTalon +Juandissimo +Juaneria +Juanreliable +Jubaah +Jubarte +JubbaTheHut +Jubilations +Jubita +Jublian +Jubster +Jubtus +Jubu +Jubz +Judah +Judas wept +Judddy +Jude +Judge +JudgeDredd +Judgewalker +Judie +Judies +Judlmin +JudoChop +Juduel +Judus +Judybats +Juedons +Juezz90 +Juffo +Jug001 +JugMilk +Juga JR +Jugalator +Juganog +Jugernought +Juggalo09R +Juggerthot +Jugimaster +JuhQ +Juheniqus +Juhhu +Juhiiis +Juhis +Juhls +Juho +Juhve94 +JuiBoi +Juib +Juice +Juice W RL D +Juice WRLD +JuiceRock +JuiceUSA +Juiceb0x44 +Juiceful +Juicewayne +Juicieee +Juicing +Juicy +Juicy BIG +Juicy Jorma +Juicy Lil D +Juicy Pair +Juicy XPs +JuicyBigNut +JuicyJesusFE +JuicyJocelyn +JuicyJones +JuicyLap +JuicyTear +JuicyTigr +JuicyWetNut +Juicy_Newfie +JuiicyAF +Juikki +Juint +Juipp_Iron +Juisy +Juk e +JukeLess +Jukebot +Juked +JukeduM +Juko +Juktes +Jul es +Jules +Julesbak +Julia +JuliaFlorida +JulieFromHR +Julieekins +Julien +Julio Cesar +JuliusHotdog +Julley +Julma +JulmaJoe +Julmarsson +Julpa +Jumal +Jumanji +Jumbalia420 +Jumbo +Jumbo Joe +Jumpcut +JumpingBean +Juncker +June +June bug +Junexo +JungJulius +Jungkook +Jungle +Jungle Georg +Jungle Jepa +Jungle Jim +Jungle Wreck +Jungle175 +JungleKitty +JunglinTunes +Juniortank25 +Junk168 +Junmai +Junsimu +Juntti463 +Juo +Juoda +Juoppis +JuostenKustu +Jup1Ko1r4 +Juppi +Juqqernaut +Juranja +Jurassix +Jurble +Juri +Juri M +Jurikka +Jurisdiction +Jurky +Jurmalainen +Jurrie +Jurtaani +JuryRigging +JusAmain101 +JusCauz +JusDoMe +JusPourVous +Jusfat +JussJoshinYa +Jussi +Just +Just Alright +Just Alt F4 +Just BeingMe +Just Bones +Just Bryce +Just Champ3 +Just Creepin +Just Dank +Just De-Iron +Just Jacob +Just Keith +Just Kurt +Just Logan +Just Malone +Just Milton +Just Mitch +Just Neptune +Just Reacher +Just Treason +Just a Dilf +Just a main +Just aFacade +Just for Fun +Just1n Sane +Just3lis444 +JustAAPotato +JustADowny +JustAFroggy +JustBob +JustChillins +JustDevon +JustDrew +JustFollow +JustGoInDry +JustIan +JustJS +JustJake +JustKidStuff +JustLucky +JustNewbin +JustPeachy +JustPertti +JustRenne +JustRoW +JustSarge +JustSinful +JustTaxLand +JustTheFool +JustTheTip +JustToast +JustTrynaMax +JustVibeWMe +JustVinny +Justa Wake +JustaStar +Justass +Justice v1 +JusticeSven +Justicemoose +Justiciaro +Justified +Justin +Justin NT +JustinBieber +JustinFromVA +Justinkai +Justinolk +Justins007 +Justlfied +Justnexuss +Justo80 +Justorr +Justryin +Justyfi +Justyn +Jusus +Jutendouji +Jutku +Jutkunmetku +Jutter +Jutti +Jutty Ruckus +JuuNinJi +Juugmasta +Juul +Juulxodia +Juun Solo +Juuna +Juunaz2chips +Juustis +Juuzo +Juvi +Juvian +Juzzy +Jvzy +Jwad +Jwcsg +Jwd +Jwett +Jwu +JxJxV +JxcelD +Jxck +Jxcx +Jxdidiah +Jxdooo +Jxhnn +Jxke +Jxmeson +Jxnas +Jxni +Jxstxn +Jxxst +JxyStorm +Jy +Jybais +Jyeronese +Jygers +Jyhlln +Jyhy +Jype +Jyppedi1992 +Jysk +Jyura +Jyy +Jyypy +JyzzBrah +Jz +Jzbeta +K 1 L L A +K 1 P +K AMI +K B D autism +K E K E B +K E L A +K E T CHUM +K E V 0_O +K Hades +K K Boef +K NW +K O L L I +K O M P I S +K OOOOOOOOOO +K P N +K P Sweet +K Smalls +K W +K W A L A +K Y Y +K a l e w i +K a z a +K aarel +K ayyla +K eller +K elvin +K en +K etaminer +K ev +K iNG IRON +K idd +K ilo +K im +K l 9 +K l N G S +K nauss +K nut +K o j o +K o o s a +K ohen +K orruptt +K ree +K rs +K t r n e +K una +K ushi +K uz +K voth e +K y u m a +K yogre +K-Diddy +K-epan +K-market +K0 +K0 4 +K00LBR33ZE +K0F +K0L0S +K0NING +K0USE +K0bus +K0edinator +K0ju Balius +K0lbi +K0ndemned +K0rky +K0rnuit +K0tleciokas +K0veras +K0zor +K19 +K1ERZ +K1LLY +K1ddl3 +K1ller5169 +K1ng +K1ngo +K1ngshredder +K1r1t0123 +K2 Jung +K32 +K38 +K3KSE +K3U S2 +K3azkoks +K3fka +K3kt +K3mi +K3nn3d +K44K +K4IF20 +K8iee +K99 2 +K9Father +K9lenny +K9rk +KA97 +KABBABEAST +KAKAGUATE0 +KAKERANDELIN +KAL-JML +KAMlX +KAT alyzt +KB1988 +KBARAKAT +KBX0 +KC Chiefz +KC M0 +KC8 +KCRB +KChiefn +KDOG1419 +KDOT_OSRS +KDark22 +KDrizzy +KEEPOUNDING +KEEPTHATSHIT +KEEZY10 +KEIF +KEKDUBYA +KEKLERO +KENTUCKYBLUE +KEllis +KFBal +KFC CAMDEN +KFC EMPL0YEE +KFC OG +KFCatz +KFChompy +KGBK +KGCine +KGP +KGee +KGoldy +KHADER +KIIIIIIIIIIH +KILLER COMBO +KILO +KIMB0 +KING +KING GAYWAD +KING VILO +KING332 +KINGNERON +KINGstayMAX +KINGxGIZZARD +KINNTO +KIPPER +KIVI 420 +KIWI Stu +KIitor IS +KJ 2 +KJ6 +KJLS +KKayK +KKela +KKona +KKona USA +KKrazyAl +KKronas +KKurtiz +KL93 +KLB +KLS +KM 30 +KMW +KN0G +KNIKERSNIFFA +KO CANE +KOK enjoyer +KOKAOKAA +KONMAI +KOS OVO +KOlRA +KQSS +KR Zangetsu +KR0VALI +KRN +KRON1C 420 +KRYMK +KRYPTONlAN +KRlT +KRonHusker +KS04rs1 +KSP +KSaucee +KT Ferrie +KT Tape +KU51 +KUAY +KUAYx +KURD1STAN +KVM8 +KVRPT +KXNG Razing +KXNGVEGETA +K_sak +Ka0s50 +Ka92 +KaChiuSa +KaIOKENRAGE +KaMi +KaMi_RnG +KaTFeniX +Kaan +Kaan Frog +Kaarel55555 +Kaaris95 +Kaarv +Kaasbaap +Kaasboom +Kaasmantel +Kaaswater +Kaaz Channel +Kabatlor +Kachhow +Kacinova +Kacy +Kacyy +KadHead +Kadabara +Kadan +Kadarlu +Kadett Opel +Kadeyr1 +Kadocc +KaeBtw +Kaelin +Kaempen +Kaepls +Kaer +Kaesar +KafHaYaAinSa +Kafaei +Kaffah +Kafficko +Kage Boshi +Kahdoom +Kahis +Kahlx +Kahto +Kahuna +Kahur111 +Kahvikuppi +Kahvimaa +Kahvo +Kahwoozy +Kai ri +KaiHos19 +KaiXin +Kaibaman +Kaif +Kaihn +Kaiirl +Kaila +Kails +Kaimanll3kav +Kaimorten +Kainahuulio +Kaine +Kaioken x420 +KaiokenRyan +Kaion +Kaiser +KaiserBruno +KaiserRS +Kaister +Kaitaia +KaitoSun +Kaiven +Kaizen Reign +Kaizen Soji +KaizennxX +Kaizloh +Kaizooka +Kajbanan +Kajgils Far +Kakariiiiick +Kakarrot +Kake +Kaker +Kakerandeli +Kaki317 +Kakoji +Kakor +Kaksitoista +Kaku +Kaku bakudan +Kakua +Kakuri +Kal9000 +Kalakoi +Kalas +Kalash556 +Kalashnikova +Kalavothe +Kalb +Kale +Kale Henk +Kale vader +KaleKikker92 +KaleRS +Kaley Cuoco +KaleyFan +Kalezki +Kalfite +Kali Maaaa +Kali Roses +Kaliaa +Kalico Cat +Kalideos +Kalihi +Kalikow +Kalima +Kalis +Kaliumoxide +Kallateral +Kalle +Kalle Anka +Kalleee +Kalmaars +Kaloex +KalopsiaSix +Kaloua +Kaltsu +Kalu1337 +Kalub +Kalvaaja +Kalveo +Kalystas +Kam +Kam Lok Lam +Kamal63 +Kamchi +Kamelinpiaru +Kamelovsky +Kamelze +Kamen +Kami_no_majo +Kamiel +Kamii Dad +Kamijou +Kamikazi +Kamino +Kamino Kage +Kammorie +Kamp +Kampest +Kamphuijs +Kanagawa +Kanao +Kanapius +Kanapizza +Kanbu +Kandarin +Kandeeh +Kandid GG +Kandonesys +KandrakarsNX +Kane +Kane 7687 +Kaneelkameel +KanekiKun +Kaneohe +Kangru +Kangst3r +Kani +Kaninka +Kanned +KannonBalker +Kannski +Kansas +Kansas Bill +Kansas State +Kanseim +Kansi +Kansloos +Kant +Kantinejuf +Kantoo +Kantrimees +Kanttis +Kanuk +Kanye +Kanyeetzy +Kanzeigan +Kaolo +Kaolo Spoon +KaozerMauser +Kapaa +Kapakala +KapeVing +Kaphu +Kapiling +Kapitalisti +Kapitein +Kapiten +Kapkeik +Kapkkha +Kaporkchop +Kapot +Kapot Slecht +Kappa 73 +Kappa monkaS +Kappa xD +KappaZilla +Kappala +Kappalism +Kapsaluun +Kapsones +KaptainPurp +Kaptainkilla +Kaptains +KapteinK +Kapten +Kaptn skev +KarQ +Karaboudjan +Karaf +Karagoz +Karamjob +Karans +KarateKon +KarazySS4 +Karc +KareemPie1 +Kareir +Karekano +Karen +KarenMaskin +Karethaeis +Kargas +Karhu48 +Karhuboiii +Karhulohi81 +Kari +KariJuice +Karies +KariimsPik +KarilSummer +Karils +Karim4lol +Karkanii +Karkotaseet +Karkov +Karl +Karl The SUV +Karl1s +KarlS282 +Karlee +Karliah +Karlit +Karlology +KarlosBro +Karlteine +Karma +KarmaRush +Karmaa +Karmadyl +Karmafox +Karmah +Karmas +KarnMother1 +Karnivore +Karnyx +Karolik +Karolus6 +KarpyCarpe +Karrak7 +KarsanHAM +Karsk kopp +Karskeinmies +Karso +Karsta Anne +Kartelrand +Kartoesh +Kartoma +Karukas0 +Karumba +Karumi +Karuu +KarvaBanaani +Karvajarru +KarvaneMees +Karvatatti +Karwos +Kasane +Kasdeya x +Kasei +Kaseii 1 +Kasejas +Kasen +Kaser +Kashak +Kasihan Gua +Kasoku Tesla +Kasp +Kasperjus +Kasprzak1 +Kaspuhh +Kasraa +Kass Glimmer +Kassipotku +Kassu +Kassu C +Kasuel +Kasugano +Kasvikko +Kat1nr +KatBeatitude +Katagon +Kataphatic +Kate +Kate Bush +KateTiffany +Katenkos +Katetuotto +Katfishh +Katiensam +Katikene +Katikene0 +Katinas +Katiopeia +Katlink5 +KatnissGray +Katraenia +Katrielle +Katski +Katsuo666 +Katt 90 +KattNiP +Kattarui +Kattnakken5 +Kattnis +Katze btw +Katzes +Kauhee Hiki +Kaukeneris +Kauldron +Kaunas +Kaunas_Rulz +Kaunopihlaja +Kautschuk +Kavz +KawaBonga +Kawactus +Kawaii +Kawaiimachin +Kawaiisaki +Kawakuboku +Kawkaw +Kawked +Kawtik +Kay D +KayJ +KayWhyPee +Kayazy +Kayback +Kaybizzle +Kayden +Kayden Boy +Kayen +Kayla +Kayla Swift +Kaylidascope +Kaylizz +Kaylon +Kayluh +Kayns Main +KayranFootly +Kayso +Kaytok +KayyPlz +Kayzielol +Kayzo +Kazatan1245 +Kazave +Kazaz +Kazcade95 +Kazching +Kaze8HerOut +Kazify +Kazuma Moon +Kazunni +Kazuuhiro +Kc Collector +Kcnny +Kdash +Kdaw +Kdens +Kdragons +Ke bajo +Ke era +Ke nt +KeB4NG +KeRah +Keabler +KeanuCat +Keasbey +Kebab +Kebab Ari +Kebab Store +KebabGuy93 +KebabWrap +Kebabov iron +Kebbabhallal +Kebbby +Kebbe +Kebintotero +Kebs +Kecok +Kedakaki +Kedirav +Keebler +Keef Supreme +Keef_Man +Keegi100 +Keekar +Keekers +Keel +Keela +Keelay +Keenar +Keep Le Fe +KeepCup +KeepDistance +KeepItWicKeD +Keeper1OS +KeepitStoney +Keepo +KeepoKeisari +KeepoNoIron +Keepomaster +Kees +KeesCanadees +Keeslp09 +Keetgracht +Keevon Man +Keff +Kegaz +Kegern +Kegs +Kegse +Keh O Brien +Kehaline1 +Kehno +Keiala +Keidy9 +Keifay +Keikoh +Keinas18 +Keiran +Keiran Perch +Keironn +Keisari +Keisarinna +Keister Egg +Keit +KeithMcChief +Keithii +Keittokuppi +Keizer +Kekaha +KekeLovesMe +Kekkonen +Kekkonen69 +Keksiviikko +Kel Darsam +Kela +Kela maksaa +Kela-Olli +Kelagang +Kelb +Kelbikers +Keldran +Kelen +Kelerak +Kelgone +Kelh +Kellarivelho +Keller +Kells o_o +Kelly +Kellycollin2 +Kelohonka +Keloo +Kelps +Kelso523 +Kelso561 +Keltik +KeltonThaGod +Keltuzazz +Kelu +Kelvin2GWW +Kelvino +Kelwus3 +KempBush +KempDaShrimp +Kempisch +Kempset +Kempy x +Ken +Ken Bolka +Ken Griffey +Ken Kill U +Ken RS +Ken Ten +Ken141 +KenBone +KenKaniffCT +KenPerm +Kendal x +Kendal68 +Kendlang1 +Kendrick3691 +Kenery +Kenesu +Kenfernal +Kenleyy +Kenleyy_TM +Kenmaster +Kenn +Kenn y +Kenna +Kenndu +Kennedy +Kenny +Kenny Deez +Kenny121 +Kenny6397 +KennyKSD +KennyS +KennyWhopper +Kennyollie +Kennypower5 +Kennyyyyyyy +Kenozh +Kenpo +Kensan-7 +Kenshiro +Kent +KentWasTaken +Kentacus +Kentarokins +Kentish Hops +Kentucky +Kenwood +KenyanChild +Kenyann +Kenze +Keonii +Keox +Kep +Kephan +Keplunk +Keppi +Keppi Einari +Kepra +Kepuck +KerZam +Keraliix +Keratin +Kerbeth +KerfDaddy +Keri +Keric +Kerk +Kerkerino +Kermajorma +Kermit +KermitTheRob +Kernalpotato +Kernautist +Keromasev +Kerrr +Kertar +Kerzara +Kes Sittus +Kesc +Kesekui +Kesohs +Ket +Ket Baggie +Ket Schep +Ket Uh Mean +KetaKnallt +KetaYours +Ketabar +Ketanator +Ketch +Ketho +Ketnet +Ketonall +Ketsah +Kettaz +Kettu +Kettyman +Ketwards +Keudel +Keunic +Kev The Tonk +Kevain69 +Kevali +Kevb0t +Kevbro9 +Kevichan +Kevin +Kevin Booker +Kevin Framed +Kevin Nguyen +Kevin5-0 +KevinDurant +KevinLawrune +KevinOSeven +KevinTes +KevinTheGOAT +Kevinspostal +Kevinw20 +KevlarX +KevolutionX +Kevsin2 +Kevsin3 +Kevslays +Kevstrong +Kevthebos +Kevva +Kevve +Kevzy +Kewl +Kewlaidman +Kewnsauce +Kewwl +Kexkaka +Key Concept +KeyNoir +Keyashes +Keydiss +Keyfob +Keylock +Keylord +Keyney +Keyoh +Keyori +Keyose +Keywork +Keyzz +Kez0 +Keza132 +Kezmaya +Keztra +KezzerQ +Kezzerina +Kgb Spy +Kgsnipe +Kha Zx +Khaant +Khabib +Khader +Khajgold +Khal +Khal Bow +Khaled +Khaleeeesi +Khaleesi1113 +Khalesar +Khalisee +Khamoshi +Khan of Iron +KhanhDung +Khans Wrath +Khanzed +Khao +Kharium94 +Kharjo +Kharn +Kharos +Kharzan +KhatrickZain +Khayri Demon +Khazad +Khazad Dum +Khazanedar +Khazu +Khealim +Khest +Khint +Khirean +Khiru +Khleb +KhooNBust +Khoosh +Khoppa +Khornebull +Khovansky +Khride +Khrollo +Khryptik +Khrysus +Khufu +Khune +Khunt Flapz +Ki Adi Fundi +Ki Arts +Ki Stu GSK +KiD BeeR +KiIIa4realz +KiLn +KiSMET6 +Kia Jon +Kiarama +Kibb +Kibeleza +Kibisai +Kibito Kai +Kibra +Kick +KickarseCale +Kickback Dw +Kickbums +Kicker +Kickrolls +Kid Inferno +Kid K O N G +KidClutch17 +KidLeaderKTY +KidSativa +Kidalien +Kidchilly100 +Kidd +Kidlizard +KidneyBean +Kids +Kids Bong +Kidtrilogy +Kidur +Kie +Kiedis +Kieftron +Kiek um goan +Kieken +Kiekkoilija +Kiera +Kiero +Kierzo +Kiewit +Kifooo +Kifsa +KiiDSKOLiO +Kiinja +Kiinnostaa +Kiirii +Kiisu +Kiivi +Kiiwityty +Kiizoru +Kijucatm +Kikikissa +Kikiniki2 +Kikkel +Kikkertje +Kikyo101 +Kil U +KilIerDaddy +Kilamanjaro +Kilbot0 +Kiliann +Kill +Kill Crazy10 +Kill Credit +Kill the GE +KillConfirmd +KillSwitch26 +Killa +Killa Cam +Killa Kamali +Killa213 +KillaSilence +Killab0rtion +Killabrew +Killadelphia +Killadeuce +Killamemsta +Killaowns +Killatonicus +Killed +Killed Elmo +Killed145 +Killekalekoe +Killemall +Killer +Killer Jr +Killer Kurce +Killer7502 +Killer81093 +Killer9823 +KillerFlix +KillerSlee +KillerVibes +Killerank202 +Killercaster +Killerdog HC +Killerdustyn +Killerkotti +Killermatt +Killeroh +Killers455 +Killertribes +Killgor138 +Killi +KillianRS +Killing +KillinxLivin +Killjoy4fun +Killjoyer2 +Killmankind +Killme5551 +Killmelol +Killnloot2 +Killoah +Killsw1tched +Killswitch83 +Killua +KilluaSam +Killzone +Kilminater +Kilo Meter +Kilodoreo +Kilograms +KiluaZoldyk +Kim +Kim Chungha +Kim Trails +KimKallstrom +Kima +Kima Ronso +Kimano +Kimbr0 +Kimbu +Kimex +Kimi Hendrix +Kimoja +Kimosabii +KimtonLe +Kina +Kinaesthetic +Kinboat +Kind +Kinda +Kinda Blue +Kinda Sinful +KindaDerpy +Kindaddy +Kindom +Kindoou +Kindozsodln +Kineettinen +Kinetic +King +King 0f Gout +King Ankle +King Aussie +King AvonIV +King Blob +King Boned +King Bud +King Bugs +King Chev +King Dong +King Dongo +King Edolus +King Elf +King Elon +King Emurxer +King Flipsta +King Frodon +King Green 2 +King H0d0r +King Ian +King Junkie +King Kabanos +King Kenneth +King Lexius +King Mariin +King Milky +King Nino 1 +King No Fear +King Noc +King Paf +King Rabbit +King Rayman +King Redeem +King Rico +King Runs +King Ruonis +King Seb +King Seneca +King Size V +King Slime +King Snowman +King Spudz +King Swine +King Tsar +King Westor +King XRPL +King Zaros +King davey +King of Imps +King of PvM +King0fHelll +King0fSkane +King1631 +KingAcorn85 +KingAwowogay +KingBOO +KingBailey +KingBoo +KingBuliwyf +KingClark +KingCudii +KingCurtis11 +KingDarkVII +KingDweebus +KingEider +KingFlugal +KingGoblin09 +KingGrekus +KingGunshow +KingHawk O_o +KingInYellow +KingJacula +KingJelore +KingJoey +KingKahuna +KingKlick373 +KingKlye +KingKongKoen +KingKong_Qc +KingLeonidas +KingMikeyD +KingMongo +KingMonk +KingMook +KingNate1 +KingNathanx +KingOfIron +KingOfQuests +KingParcival +KingPatVII +KingPlAnchor +KingPractice +KingRobStark +KingRustyVII +KingSandCrab +KingScribles +KingSizeD1CK +KingSoge +KingSpirel +KingStyle +KingTheGreat +KingTsjubbie +KingValencio +KingYoshi +KingZac +KingZerka +King_Kerran +Kingaroo +Kingben +Kingbuddy40 +Kingdom Rush +KingdomBlade +Kingeri +Kingg +Kinggg +Kingism +Kingjake18 +Kingmonkey23 +Kingofhearts +Kingpfx2 +Kingpin +Kingpin Xp +Kingpk3r +Kingrobster7 +Kingruler456 +Kings67 +KingsBluue +KingsGrace +Kingspadex42 +Kingsta +Kingsthor +KingstoAces +KingstonWall +Kingsty +Kingz Haki +KingzWorld +Kinjello +Kink +KinkerScaper +Kinkers +Kinky +Kinky Kenny +Kinky Scr +Kinkybuns +Kinkytoast +Kinkyy +Kinno +Kinobles +Kinokird +KinokoZoku +Kinp +Kinsaic +Kintoki300 +Kiopley2 +Kiox +Kipee Anneli +Kiplup +Kipnuggets +Kippenbro +Kipsel +Kiptandori +Kiqz +Kiraci +Kiraga +Kiraly +Kirara +Kirbi Smart +Kirbngo +Kirbsey +Kirby +Kirby7670 +Kirchberg +Kire1n +Kiree +Kiriel +Kirimah +Kirito +Kirk4 +Kirk97 +Kirkburton1 +KirkyBeast +Kirne +Kirrion +Kirry +Kirstin +Kirthor +Kirumibe +Kiruzonu +Kirx125 +Kirz +Kisa +Kiseki +Kisizel +Kisle +Kiso Valley +Kiss +Kiss Kiss +KissMeHomies +KissOfFire +KissOfFury +Kissahomie69 +Kissanpentu +Kissmyase111 +Kist +Kit Fistoo +Kit10Kat +Kita +Kitashan +Kite Solo +Kiteman +Kitfox IV +Kitsch +KitsiKitty +Kitsune +Kitsune Kami +Kitsune Ness +Kitsunemimi +Kitten +Kittenz +Kitties +Kittle Bits +Kittoh +Kitty +Kitty Perry +Kitty v2 +KittyMeow83 +Kittymouse 1 +Kittys Newb +Kiusatus +Kivespulla +Kivick +Kiwa +Kiweh +Kiwi +Kiwi Icons +Kiwi Stona +KiwiIskadda +KiwiMacJ +KiwiSteve +KiwiTheBot +Kiwiana +Kiwidude +Kiwiskurt +Kiwwion +Kiyak +Kiyoko +KizJ +Kizminsky +Kizone +Kizz mo +Kizza +Kj Kai +KjellEllen +Kjellberg94 +Kjomo +Kjottfifaan +Kkobe +Kkobugi +Kkokkom +Kkoppa +Kl2AZY +Kl3RAN +KlDDO +KlLL +KlLL 4 BONES +KlMI +KlMpossible +KlND +KlNG +KlNG MlKE +KlNGY +Klaar +Klaarkomer +Klaasie +Klacky +Klanezy +Klanks +Klankss +Klapzak +Klarence +Klariany +Klarna +Klaskdeng +Klassic +Klassified +Klatscher +KlausLittle +Klaussie +Klavan +Klavelon +KlazBooy +Kleatus +Klebold +Kleened +Kleiades +Kleine bolle +Klementtii +KlemmDawg17 +Klemonhaze +Klengie +Kleo +Klepdiezle03 +Klepp +Kleptic +Kletz +KlewKlew +KliKlack +Kliewer +Kliffa +Klik gebit +Klikke +Klingons +Klippzz +Klo0 +Kloefklapper +Klogin +Klonzyon +Kloofiool +Kloorijoodik +Kloot-Zuk +Kloover +KloreCore +Klotho +KlovneKrabbe +Klowdstr1fe +Klub Dubx +Kluftritter +Klumpy +Klumsie +Klunchkey +KlungePlunge +Klunkii +KlutzyKay +Kluuntje +Klvtz +Klyd +Kmac +KmartWorker +Kmd +Kmie +Kmk_Yawgmoth +Kmorken +Kmtfwtm +KnD xP +Knaap +Knabbelbaars +Knabbernossi +Knacker +Knakenstein +Knaksaucage +Knallbarsk +KnarfeRS +Knastaris +Knastee +Knaught +Kndd +Knead +Kneeeled +Knewby8 +KngBlkDrogon +Knickers +KnicksNati0n +Knife +KnifeStory +Kniffes +Knight +Knight Crip +Knight Drake +Knight Jo +Knight Mors +Knight of 3 +Knight50 +Knight522 +Knight5247 +KnightKettle +KnightMike +KnightO +Knightcrawle +Knightenator +Knightlock +Knightmare +KnightmareNL +Knightrainy +Knightromite +Kniili +Knikkerbal +Knivezii +Knob End +Knobin Hood +Knod with Me +Knoo +Knospi +KnowMadss +KnowPurpose +Knowing +Knowledge +Known +KnowsNoFear +Knoxville333 +Knuckle +Knuckles +Knulle +Knummi +Knurrbauch +KnusCaboose +Knusseprulle +Knut Knut +Knwn +Ko Addiction +Ko D Ur Dead +Ko0tje +KoBe +KoH Zoro +KoPvM +Koa +Koak +Koala +KoalaBear819 +KoalaBwala +KoalaHeist +Koalarobe +Kob Bryant +Kob3oshii +Kobakat +Kobayashi89 +Kobe +Kobenna +Kobi btw +Kobold +Kobushi +Kochelas +KochiiBear +Kocjancic +Kocyte +Kodai +Kodak +Kodax +Kodeth +Kodfunk +Kodie +Kodipar +Kodo +Kody IRL +Kodywithac +Koekebakker +Koekenpan +Koekienator +Koelkast1 +Koelkast3120 +Koelogg +Koemi +Koenfu +Koeppy +Koerdistan +Koff +Kofferbak +Koffie +Koffie Shop +KoffieBoer +Koffiekan +Kofnx +Koga09 +Kogarah +Koge +Kognito +Kogsin +Koh Me Lo +Kohda +Kohrosian +Koii Diva +Koka +Koki +KokiriSword +Kokki +Kokkue +Kokkugoburin +Koko10tkd +Kokoftu +Kokou +Kolade123 +Kolariah +Kolarino +Kolbot +Kold Pizza69 +Koldbetrayal +Koldz +Kolicee +Kolmay +Kolmiojuuri +Kolodinsky +Kolomit +Kolton +Komai +Komarov26 +Komijn +KomisarzFlak +Kommunist +Komog +Kompact +Kompania +KomradeScape +Komugi +KonDaTV +KonKai +Kona +KonaTheCake +KonaTheGent +Konami +KonarMilkies +Koncept +Kong +Kongen3609 +Kongherodes +Kongklunk +Kongmoakim +Kongon Musta +Kongz +Konigs Tiger +Konigsblau +Koningnoob +Konjakkia +Konkelbearet +Konkuuu +Konnie +Konnor Ray +Konny +KonosubaAqua +Konroy11 +Konstiq +Kont Crumbs +KonteNeuker +Kontentti +Kontoret +Kontrafakt +Konu +Kony +Kony4ever +KonyRomo +Konya Slayer +Koo +Koob +Kooben +Kooch50 +Koochie +Koogs +Kooiker +KookieDough +Kooky Kal +Kool Aid76 +Kool Hwhip +Kool Iron +KoolKriegs +Kooleey +Koollpop +Kooloo Limpa +Koomar +Koomorang +KoontzyJr +Kooopa +Koopa +Koopa Kash +Koopatrol +Koopley +Koops +Koothi Jr +Kop0nen +Kopet +Kopites +Kopn Alt +Kopoes +Koppa Olutta +Kopra_0nu +Kopzilla0 +KoqPuuser +Korado +Korail +Koral64 +Korangarr +Korasko +Korazi +Korbet +KorbolJestem +Korby_K +Korea +KoreaBread +Korean +Korean Neet +Korelivia +Korihoko +Korisas +Korkesh101 +Kormulus +Korneel +Kornettos +Korok +Korpokkur +Korravalvur +Korsair +Korsan +Kortti +KosChiquiss +Kosaki +KosarevSpawn +KosenRS +Kosey +Kosha Engler +Kosken Kovin +Kosmckid +Kosmo +Kosra +Kosst +Kossukissa +Kostaja123 +Kosteezer +Kotaki95 +Kothfan2 +Kothfan3 +Kothu +Kotimaista +Kotkatapult +Kotoe +Kotov +Kottis +Kotze +Koucii +Kouen +Kouhais +Kouldi +Koulupummi +Kourend +Kourk +Kov0s +Kova Kova +Kovacs +Kovacs Bela +Kovaley +Kovalux +KovidKai +Kovit +Kow +Kowawa +Koxu +Koy +Koy5 +Koyix +Kozileks +Kozmic +Kozojebec +Kozyshack +Kpiy +Kprs +KpyosX +Kq +Kr0jm +Kr149 +Kr1sten +Krab +KrabbiePatty +KrackScape +Kradoth +Kraff +Kraft Slave +Kraftra +Krafty +Kragjay +Kragwa +Krahhling +KrakaJ +Kraken +Kraken Beerz +KrakenSnacks +Krakenarse +Krakenmom +Krakkars +Kralik +Kralovna +Krammetje +Krana +Kranky Kraut +Kranox +Kransie +KrapNSchitz +Krapinschitz +Krappa +Kraq +Krasznahorka +Kratic +Kratje +Kratos +Kratos-Arepa +Kraujukaz +Kravcik +Krawall +Kray +Kraytoast +Krayz818 +Kraz3d +Krazed Zen +Krazezor +Krazy +Krazy Kramer +KrazyKillah3 +Kream +Kream PIE +KreampieKing +Kreams +Kree +KreeM_Pies4U +Krel +Kreme Krispy +Krepe +Kreshink +Kreupel hond +Kribo +KriegFleisch +Krigare +Krigersej +Krigsgaldr +Krikkos +Krile +Krillin +Krillin It +Kriltar +KrimenReborn +Krios +Kriptog +Kris 2 +Kris Kross +Kris Tis +Kris Toffer +KrispCowMilk +KrispyCow +KrispyJello +Krispz +Kriss42 +Krisse +Krisstian +Krisstof +Kristina +Kristo1337 +Kristoh +Kristops +KristySlays +Kristya +Kriszx +Krith +Kritters +Krizalid +Krizee +Krllykins +Kro +Kroeg +Kroekoek +Kroer1 +Krogan +Krohmos +Kroketten +Krombop Mike +Kromuh +Kron0 +KronScape +KroniKStyL +Kronic +KronicPlague +Kronic_gtt7 +Kronjuvel +Kronoryx +Kronstedt123 +Krontio +Kropium +Kross +Krownax +KrthisIrnhrt +Kruber +KruimeIkoek +Kruisboog +Kruizar +Kruncha +Krusch Qc +Krusk09 +Krustorb +KruttGutten +Kruuxt +Krvavec +Krw +Kryder +Kryderman95 +Kryl +Kryllz +Kryoge777 +Krypsiss +Kryptanite +Kryptic +Krypto Pup +Krypz +Krystalbead +Krystalized +Krystie +Krytl0rd +Kryxon +KryyptCeepR +Kscott +Ksed +Ksteg +Ktran4 +Ku +Kuaalo +Kuanta +Kubanna +Kubfu +Kubiak +Kuchera +Kudos +Kudra Shade +Kudsk +Kudt +Kuemper +Kufke +Kuger +Kugi +Kuha +Kuhis +Kuhki +Kuhnlicious +Kuhvon +KuhwazyyPVM +Kuhz +KuidaoreTaro +Kuistikopone +Kuittis +Kuji Otoya +Kukii +Kukko +Kuksukka +Kulak +Kuler +Kuli +Kullilutku +Kullirausku +Kumara Fries +Kumduh +Kumeku +Kumetis +KumikoOkada +Kummars +Kummens +Kumoga +Kumonyru +Kunakana +Kunaphela +Kundalini888 +Kung +Kung Aguero +KungFuKennyy +KungFuhr3r +KungFury01 +Kungfuu000 +Kungler +Kungzaki +Kunie +Kunkku289 +Kunkulu +Kunsel +KunukGL +Kuola +Kuollu Homer +Kupla +Kuppi +KurSiens +Kuran +Kurasaki21 +Kurask +Kuratus +Kurayamii +Kurdishtan +Kurfue +Kurgan +Kurib0hh +Kurim +Kurios +Kurko +Kuro +Kuro6757 +KuroKama +Kurohige-Jm +Kuroma +Kuroshin4 +Kursdragon +Kurt Cocaine +Kurt1sdbr +KurtMaxed +Kurtan +Kurtismo789 +Kurtiz +Kurtowogei +Kuru +Kurumin +Kurums +Kurune +Kurza +Kurzgesagt +Kurzi +Kurzol +KusOnRNG +Kusai +Kush +Kush 999 +Kush Grey +Kush Nerd +KushWizdom +KushalaDaora +Kushanada +KushedKnight +Kushies +Kushioned +Kushkhalifa +Kushmooms +Kushtyyy +Kusiaks +Kusimuna +Kusimuna JR +Kusle +KusmarPavola +Kuso Saiko +Kut Jack +KutInternet +Kutasy +Kuthay +Kutirons +Kutkip +Kutori +Kutunawa +KuuDuu +Kuudere +Kuulus +Kuuw +Kuvakei +Kuwolski +Kuxx +Kuykendoll +Kuzh +Kuzi +KuzzzTruckin +Kvacky +Kvamsdal +Kvaoathe +Kvzy +Kwadraat +Kwakske +Kwambam +Kwan +KwanDynasty3 +Kwani +Kwarkark +Kwastaken +Kweem +Kwei +Kwep +Kwieppie +Kwintal +Kwondeo +Kwong +Kwongo +KwuarmFarm +KxKxW +KxNoTTz +KyIll +KyPolar +KyWi +Kyaandere +Kyafa +Kyberpaavi +Kye187 +Kyeb +KyeeG +Kyelee +Kyersago +Kygehn +Kygesm +Kyhlen +Kylanater +Kyle +Kyle 8990 +Kyle Esq +Kyle G +Kyle Kmac +Kyle VA +KyleFammm +KyleGrounded +Kyledog829 +Kyler +Kyler Moss +Kyles Cute +Kyles GIM +Kylesteven +Kylewwashere +Kylex +Kylianvb +Kylliel +Kyloman +Kymeister +Kynodontas +KyotoSadness +Kyouan +Kyouko +Kyouma +Kyouna +Kyouran +Kyphrus +Kyps +Kyr0s +KyraXIV +Kyrakishuun +Kyrdaar +Kyrie +Kyrist +KyroThanatos +Kyroba +Kyronius +Kys Ironmen +Kyski +Kytkinpommi +KyuubiKurama +Kywt +Kyykin +Kzyl +L 0 S T Y +L 3 G 4 C Y +L 67 +L A R A M S +L Ben +L CBO +L D A +L E G E N D +L E G O +L E L O +L E P I +L F C +L FC +L Hus +L I N U X +L I V M +L OAFS +L S Q +L U I G +L U U K E +L X R D S +L achie +L aika +L aka +L ama +L ang +L apras +L atias +L aw Rune +L aze +L e an +L eafErikson +L egs +L ek +L emaster +L ev +L i m a a +L iamm +L iar +L ilo +L inox +L ions +L o w g +L ockdown +L ofty +L osi +L paradoxum +L u m i +L u mi +L u x +L ucas +L unatic +L00000 +L00M +L00OL0OO00OL +L00T SNIPER +L00tacr1s +L00termember +L0G0 +L0GI +L0L +L0L0LL0L00LL +L0RA +L0RD +L0RDGAINS +L0ST S0UL +L0Z +L0kur +L0rd +L0rd Arthur +L0rdMullett +L0st +L0vecraft +L0ves2Splooj +L109 +L115Squirtle +L1L GN0ME +L1ghtweaver +L1l bits +L1ncoln +L1ndman +L2 +L2Crash +L2D3 +L2Loki +L2love +L2mmutaja +L2sit +L2tankbandos +L2tob +L337 GodHand +L3RKON +L3V3L +L3apOfFa1th +L3gg0 +L3mur +L3prec0n +L3sius +L3tMeBreath +L4D2 Enjoyer +L4rry +L4st +L522 +L64 +L86A2 +L8CP +L8ers +L8rT8r +LADFS +LAMAFAO +LAMARJACKS0N +LASBE +LAUFY +LAZY88 +LB9 +LBS M +LBaccer +LC33 +LCpl +LE0 MESSI +LE54SON +LEARNINGTHIS +LEGOSl +LEN0 +LENZ +LET ME COOK +LEWlS +LF Content +LFG 69 +LFGrills +LG 8anter +LGBTQLMNOP +LIL BLESSED +LIL PRINCE +LILKHALAMARI +LIMEWORLD +LIQUICITY +LITEIT +LITHITS +LJ 8 +LJAP +LJPalmer +LKIT +LL Trigger +LLAMA_ears93 +LLIRSHSLSIEi +LLY Duramax +LLeffe +LLich +LLol +LMAO LOL KEK +LMAOImDying +LMFAO IRL +LMFAOIRL +LMNOP3 +LMParrot +LN41 +LOADED_AR +LOGAN109 +LOGlC +LOH3 +LOL BMW +LOL MAD +LOOP1456 +LOOSECOOCHlE +LOSTinGAMES +LOUlSlANA +LOWIQXD +LP Smokie +LRG +LRGD +LRichyy +LS1 +LS3D +LSD-25 +LSDDS +LSDe +LSDeezNutttz +LSDonny +LSDreamy +LSxD +LTUD3stroy3r +LTapperz +LUBRICAT0R +LUKA DONClC +LUR3ME +LURED BY ROT +LUTlN +LVN iZN0 +LWE +LXFY +LYAM femboy +La Benezra +La Bollita +La Brebis +La Croix +La Fiesta031 +La Frontera +La Moo +La Porta +La Sopa +La7itude +LaCroisssant +LaFroob +LaLegende +LaMachCaron +LaMarii +LaPichula +LaRS 07 +LaYdlN +Laaban +Laadvermogen +Laady +Laagvliet +Laaki +Labas Utak +LabbatBlue +LabbattSplat +Labbis +Labor +Labstev +Labundo +LacDeaths +LacedKoolAid +Lacedonian +Laceinyoface +Lachosocko +LachysMain +LacinorI +Lack +Lacking +Lacking IQ +Lacoline +Lacraio +Lacrymosa +Lactosite +LacusClyne +Lad J +Ladbrook +Laderstall +Ladme +Ladrian +Lads +Lady +Lady Calais1 +Lady Chompa +Lady Devil +Lady Porky +Lady Storms +Lady2022 +LadyBuck +LadyGagaTbh +LadyJan +LadyJan BTW +LadyJessicaL +LadyMidn1ght +LadyOfCyprus +LadyOfMagick +LadyPidge +LadySaurus94 +LadyStarlite +LadyStorm83 +LadyVamperic +Ladydoll +Laedzter +Laeretes +Laethia2 +Laetor +Laf +Laffam +Laffy +Laffy Taffy +Lafondaa +Laftonn +Lag out +LagArtist +LageLanden +Lagerhaus +Lageri +Lagg +Laggbeer +Laggro +Laggy Brain +Laggy Clicks +Laglet +Lago +Lagodzacy +Lagomancer +Lagoon +Lagrange +Lagscape +Lagu +Lagwagon +Lah Di Dah +Laharl +Lahn +Laid +Laid bare +Laika Wolf +LaiskaJake +Laiskiainen4 +Laitoin +Laitti +Laitue +Lajer +Lajfi +Lake +Lake Show +Lake Valor +LakeMonYew +Laker +Lakeshire +Lakka +Lakonic +Laksa +Laku +Lakuni +Lakupiippu +Lala +Lalochazia +Lalundi +Lam lul +Lam_12 +Lama +Lamanent +Lamb1237 +Lambretta62 +Lambs +Lambzilla +Lame +LamePuttE10 +Lamented +Lamfear +Lamh +Lamie +Lamiia +Lammen +Lammy +Lamns +Lamp +Lamp Burner +Lamp master +Lampepit +Lampyy +Lampzki +Lamshnarf +LanJiaoDuaKi +Lana +LanaLuna +LanceDaPantz +Lanco +Lancy +Land +Lander +Landeskoging +Landlord +Landofzoa +Landucey19 +Landyll +Laneeta +Lanell Latta +Lanesstee +Lang Chang +LangeNieWies +Langeboy +Langecries +Langner +Langosman +Langscape +Langtu102 +Langutan +Langzzy +Lanier +LankFrampard +LankaKekw +Lanky +Lanky Josh +Lankyfeed +Lann +Lanny Pan +Lanoue +Lanpzki +Lanrico +LantadymeRey +Lantern Snow +Lanx +Lanzlol +Laogai +Laopac +Laowens43920 +Lap0tai +Lape +Laphloredos +Lapsa +Lapsapp +Lapsivesi +Lapua +Lapuz +Lapy +LaquishaBaby +Lar0i +Laraelias +Larcadum +Larcenex +Lard Jaysus +Lare +Lare240 +Larecia +Larecio +Larenz Tate +Large +Large Chompy +Large D +Large Npc +Large Tasty +Large Toads +LargeExpLamp +LargeGrandma +LargeZock +Largelad2 +Largeprune +Larie +Larissa +LarksTongues +Larkypoo +Larotux +Larrey +Larry +Larry 0G +LarryB +LarryIsHere +Larrys +Larrys btw +Larryz +Lars Ohly +Larser +Larsinosrs +Larsjns +Larso +Lartsi +Laruka +LasBoi +Lascooby +LaserLad +LaserSchlong +Laserati +Lashi +Lasjstts +Laska +Laska Siara +Laski +Laskii +Lasne +LasoliLeiffi +LassT +Last +Last Bison +Last King +Last N1te +Last Stages +Last Texan +LastAttempt +LastBoss +LastHours +LastMark +LastRecalI +LastTexan +LastWookiee +Lastinis +Lastkaiii +Latanoprost +Late +LateKnight +LateOwl +Lateksiuljas +Latelaturi +Latero123 +Latias +Latins +Latissimus +Latitude +Latompachy +Laturaivo +Lau396 +LauQT +Laudine +Laufeyson965 +LaughTale XD +Laughed +Laukage +Laukie +Laukki1 +Laundry +Laundry Room +LaupieLaupie +Laur +Laur ex core +Laura +Laura J +Laura uwu +Laurat J +Lauren +Laurentina +Lautanen +Lauw +LauweEgberts +Lav x +Lava +Lava Buster +Lava rune +LavaFountain +LavaKitty +Lavadude42 +Lavafrost +Lavagirl420 +Lavak +Lavak Bob +Lavanis +Lavasat +LavendrGoons +Lavigne +Lavina26 +Lavios +Laviuthen +Lavvv +LawOfBirds +Lawesy +Lawfox +Lawhrer +LawlAsYouDie +Lawlie +Lawliet +Lawlimon +Lawlygagging +Lawn +LawnChair48 +Lawncat +Lawnmower73 +Lawre nce +Lawsilk +Lawson +Lawyer JD +LawyerGirl24 +Lax_315 +Laxar +Laxx +Lay +LayDead +Layden +Laydwnandr0t +Laydyn +Layes +Layes X +Layezy +Laylaa +Lays +Layzi +Laz GIM +Laz Lo Mein +Laz2510 +Laza Ferro +Lazer +LazerVizion +LazerWork +Lazgo +Laziest +Lazikiel +LazloDaLlama +Lazy +Lazy Fare +Lazy Jazz +Lazy Lump +Lazy Matt +Lazy Mauler +Lazy Moo +Lazy Shell +Lazy Soul +Lazy Stona +Lazy XP +LazyB0y +LazyBoneZone +LazyDevon +LazyFarmer +LazyOwner +LazyThom +LazyTurtleRS +Lazydrink +Lazyie_KiD +Lazysmokes +LazyyySloth +Lblacc +Lbuzz +Lck +Lda237 +Lder +Lds +Le Bibu +Le Biff +Le Big Sad +Le Catptain +Le Doda +Le Foole +Le Gio +Le H0NK +Le Jeffeh +Le Peanut +Le Petit BH +Le Pogo +Le Reject +Le Stu +Le Sus +Le Tom +Le von +Le4f +LeAUD +LeB0ng James +LeBlownGames +LeBoobie +LeBrianJames +LeDamos +LeDerpski +LeIronJims +LeKinguin +LeLuuk +LeMontBlanc +LeMoonMan +LeMoopey +LeNnEeX +LePeach +LeVarrock +Lead +Leader9922 +Leaderless +Leadfeathers +Leadley +Leads Dead +Leaf +Leaf 7 +Leaf Parker +Leaf998 +LeafStoneDab +Leafffy +Leafpool +Leafyshade +Leaga +League Brain +Leak +LeakedDMs +Leaks +Lean +LeanFavaBean +Leanlce44 +LearnCatMeow +Learningosrs +Learti +Lease0fLife +Leather Top +LeatherJan +LeatherRat +Leatherr +Leaux Key +Leavepigrun +Leb Crotch +Leb Man +Lebanesee +Lebennn +Lebor +Lebowski2033 +Lebrons +Lebusoft +Lebzima +LeccaJr +Leckie12 +Leclerc 2024 +Lectaminol +Lectosh +Lectrix +Led2000 +LedXia +Ledgendairy +Ledning +Ledu +Lee +Lee Ratt +LeeFelix +LeeGavGav +LeeHen +LeeV_V +Leecherboy +Leechy2399 +LeedsUnited +Leegotalo +Leeleebug210 +Leemer +Leemi +Leemo +Leer0y +Leerjet +Leeroyy +Leers OSRS +Leeshore +LeesusChrist +Leet +Leet Blues +Leet Bug +Leetroopa +Leeuwarden +Leevar +Leezy +Lefonzeee +Left gf 4 Xp +Left inPeace +LeftFistt +LeftHerFor07 +LeftHerForRs +LeftTwix +Leftist +Leftwich22 +Lefty +Lefty-x +LeftyWarrior +Leftytexan +Leg Day 99 +Legacy-Blade +LegacyOfErik +LegalCounsel +Legalism +Legally +Legally Dumb +LegallyAfk +Lege +Legend +Legend 0007 +LegendHarold +LegendKingz +LegendOfShao +LegendSuz +LegendaryDTM +LegendaryFoe +LegendaryLVP +LegendaryMe +LegendaryRS +LegendarySte +LegendaryZ0 +Legenddiary +Legenddreams +Legendelek +Legendish +Legends Epic +Legendsam7 +Legened248 +Legggggooooo +Leggo +Leggy +Leggz +Legikt +Legio +Legion2410 +Legionals +Legislatore +Legit +Legit Ape +LegitGarbage +LegitSamuel +Legitidrown +Lego Brick +Lego Fisher +Lego Mania X +LegoMyBob +Legolas +Legolas I +Legolic +Legoliker999 +Legosas11 +Legosaur +Leguminati +Leha +Lehawek +Lehmo +Lehnert +Lehoir +Leid +Leider +Leidmavo +Leif +LeifBestLord +Leiff +Leigh +Leilin +Leimstiift +Leion +Leist1nas +Leistus +Leito +Leitwolf +Leivermorale +Leivonnaiset +Leiza +Lejj BTW +Lejoon +Leka xo +Lekira97 +LekkerMoeder +Lekkeri +Lekray +Leky +LelSickMeme +Lelalt +Lelbow +Leldorin +Leldra +Lell +Lelott +LelouchV +Lelysia +Lemako +Lemillion141 +Lemiy +Lemke +Lemmelleni +Lemmy +LemmyThePerv +Lemon +Lemon5000123 +Lemon9000000 +LemonTart +Lemonade max +Lemonguin +Lemonmooffin +Lemonowo +Lemonrider +Lemony Earl +Lemonz +Lemosgomes +Lemphys +Lempsu +Lemurcow +Lemuria88 +Lemursnore +Lendtable +Lenegis +Lenel Devel +Lengzz +Leni Epiza +Lenience3 +Lenify +Lenlami +Lenn375 +Lennie +Lenning +Lenny Euler +LennyPro +Lenovel +Lenreys +Lenses +Lentiano1 +Lentil +LenvisCZE +Lenya +Leo Gagner +Leo Messi +Leo The Fish +Leo12_1993 +Leo2 +Leo96 +Leodero +Leoma +Leonatwo +Leonbozz +LeonidasIV +LeonidasThor +LeonidasXCIV +Leonl +Leontje +Leorio +Lepek38 +Lepkilla +Lepra +Leprechau +Leprincias +Lerch +Lernaean +LeroyDanknz +Leroyvdk +Lerzbot +LesGetIt +Lesbean +Lesen +Leshrac +LesleySnipez +Less +LessIsMore +Lessar +Lesser Gods +Lessking +Lestamsakul +Lestersaurus +Lesva +Let Us Dream +LetBrettBang +LetJimCook +Lethal +Lethal Blade +LethalClick +LethalMortal +Lethally +Letharil +Lethwei +Letits now +LetrahL +Lets +Lets Blaze +Lets Boss +Lets Glide +Lets Plop OK +Lets Ride +Lets See +Lets Toke +Lets Ziggy +Lets pep +LetsGetSmity +LetsGetem +LetsRouQ +LetsgoDaddy +Letsjjj +Letspoint +Lettersloth +LettuceLegs +LettuceLime +LettuceNut +Lettuce_8 +Lettulainen +Leturpentinr +Letz +Leukaremmi +LeukemiaLord +Levante Frog +Level +Level Denel +Levelations +Leveldegree +Levi +Levi Squad +Levi lmao +Leviate +Levibeelevi +Leviud +Levven +Levyiah +Lew Sanus +Lew sid +Lewd Queen +LewdTouchMe +Lewdberrypie +Lewey +Lewf +Lewfu +Lewhh +Lewir +Lewis +LewisMcLaren +Lewis_y +Lewism22 +Lewison +Lewiss +Lewithetui +Lewu +Lewwiis +LexaSteel +Lexatrax +Lexay +Lexdegekte +Lexer +Lexington73 +Lexkai +Lexxi +Lexy +Leyon +Leyr +Leysim +Leyton +Leyzen +Lezio7 +Lezley +Lfts +Lhk +Li am +LiI Tii Lii +LiT Clutch +LiT on Dabs +LiTxEXODlAx +Liam McPoyl +Liam1994 +Liam6780 +LiamLate +LiamLollypop +Liamas +Liberate +Liberaxa +Liberty +Liberty Cap +Libolik +Libracorn +Librain +LichKiing +LichOneeChan +Licharus +Licht +LichterLo +Lichtert +Licitness +Lick +Lick My Wyrm +Lick Time +LickAhrim +LickMcFicks +Lickeris +Lickilicky +Lickumss +LidawgMcChad +Lidless +Lidlman +Lie +Lie4it +Liebzer +Lies of S +Liet Katsu +Lietuviskass +Lietuvisz4 +Lieve +Lieven +Lif3 +Lifal +Life +Life Road +LifeInsAgent +LifeIsBaked +LifeIsRockie +Lifeform +Lifehunt +Lifeisnow13 +Lifeliners +Lifelulz +Lifes +Lifes12Rules +Lifesteal +Lifestyle +Lifewaste +Lifezajoke +Lifticus +Lifting Fe +Liggen +Lighning +Light +Light Ace +Light Shell +Light age II +Light1324 +LightAura +LightB0ne +LightRigger +Lightarrg255 +Lightaxo +Lighten +LightenUp +Lighter +Lighterfalz +Lightfister +Lightg0d +Lighthead45 +Lightlord440 +Lightning MF +Lightningess +Lightqt +Lightstoria +Lightww +Ligma Balzaq +LigmaMufin +Ligt +Lihatanko +Lihtnenolife +Lihtsurelik +Lihu +Liiga-Ari +LiikeAGlove +Liite +Liitokissa +Lijk +Lik me knie +LikMijnRaid +Lika C +Likalatopus +Likark +Like +Like Saint +LikeABrother +LikeAGloveee +LikeCinnamon +LikeToetally +Liketocombat +Liko +Likrot +Lil Callisto +Lil Dickyy +Lil Donut +Lil Dor +Lil Doss +Lil Eso +Lil Fika +Lil Garbo +Lil Hogg +Lil Knight +Lil Koda +Lil Lilyxo +Lil Lotus +Lil MCM4A1 +Lil Moe +Lil NllLO22 +Lil Rat Mann +Lil Roli +Lil Shay +Lil Stoma +Lil Tragic +Lil Weeezy +Lil Woowoo +Lil Yeeter +Lil Yungen +Lil Zeusy +Lil Ziik +Lil Zimp +Lil parasite +LilBirb +LilBlueMew +LilBobbi +LilFaulk +LilGBigThing +LilGay btw +LilHorny +LilMissSlays +LilNubbins +LilPeepBoi +LilSeany +LilSquidgy +LilSteamBoat +LilStonks +LilSuzieVert +LilUziBlyat +LilWitness +LilYungChitn +Lila +Lilac Devil +Lilangrydude +Lilbobsters +Lilchris +Lildirt +Lildischarge +Liles +Lilhotshotv2 +Lilinss +Lilith +Lillia n +Lillie +Lillyz +Lilmoose99 +Lilnenedemon +Lilqtforeva +Lilsauce72 +Lilsutts +Lily +Lily Mayy +Lilyalatea +LilyaxD +Lilypily0 +Lilysaurs +Limb +Lime Light +Lime Season +Limed +Limeguy21 +Limewire +Limit Form +Limited Room +Limiwinkz +Limiy +Limmert +Limmy +Limo +Limp +Limp Lime +Limpsioo +Limpwurt +Limyt +Linalool +LincolnButt +Lind say +Linda +Linda Lou +Lindegaard +Lindewyn +Lindsey +Linearr +LinedFury +Linelis99 +Linen +Linen Cry +Linerz +Linewa +Liney +Lingwood +Linh +Linhson +Link +Link Adam +Link Click +Link Noises +Link Tribute +LinkKing +LinkTheIron +LinkedList +Linkedln +Linkin Boy33 +Linkinaz +Linkmoon +Linkseratten +Linkv21 +Linnara +Linsey +Linsunt +Lintell-lad5 +LinusEkedahl +Linxis +Lion +Lion Gin +Lion-021 +Lion0fZion +Lionbatdog +Lioncheart +Lionclaw +Lionelliee +Lionheart +Lionheart Xl +Lionhrt +Lionyxia +Lioui +LipShits +Lipalow +Lipperr +Lippy Jimmy +Liqu +Liquar +Liquicity46 +Liquid +Liquid Apple +Liquid CSGO +Liquid GZA +Liquid Mire +Liquid Nexus +Liquid Reign +Liquid8 +LiquidRmt +LiquidTheory +LiquidTrails +Liquidat0r +Liquidated +LiquidatorRS +Liquidwood0 +Liquified +Liquir +LiquorGrain +Liqwid +Liridon +Lirrix +Lishenna +Lisica +Lisle +Liso +Lissino +Lissoms +Listeffect +Listen2me +ListenMorty +Listerine_TC +Listics +Listifyy +Lisuna +Lit Dawg +Lit Guy +Litas +LiteForge +Litefooted +Litelii +Litem +Liten +LiteralCow +Literic +Lites Evil +Litey +Liteyr +Lithassa +Lithuano +Littens +LittieTover +LittjeterRS +Little +Little Allie +Little Flirt +Little Jaxon +Little Knob +Little Sloth +Little Snor +Little Ticks +Little Twig +Little meow +LittleGhosty +LittleIron +LittleNudger +LittleTrev8 +LittleWillis +LittleZorro +Littlebluefe +Littleblueju +Littlechirru +Littlefarms1 +Littlefire01 +Littleguyz +Littletickle +Litto +LittyNoCap +Litvintroll +Lium +Liuo +Liutkemenas +Livahpewl +Livand +Live +Live Jaked +Live Moose +Live2Win +Live4thefigh +LiveItRight +LiveLoveAsap +LiveYourLife +Livedasniper +Livepan +Liverpewle +Livey +LividPharm +Living +Living Life +Living Lust +Livingenemy +Liviu230 +Livvii +LivyLo +Liwyn +Liyum +Lizard Siege +Lizily +Lizinginis +Ljb +Ljudmila +Ljuu +Lkarch +Lkky +Lkn +Lkoi +Lkue +LlHAPIIRAKKA +LlLY ALLEN +LlLYUFFIE88 +LlMEWlRE +LlNT +LlON +LlSA ANN FAN +LlTEWORK +LlTT +Ll_lK3 +Lla234 +Llama +Llama BTW +Llama Pharm +LlamaDawg +LlamaMcfenis +Lleucu Ann +Llirik +Lloydyy +Lluuk1 +Llychlynwr +Lmao +Lmaz +Lmfao +Lmlxlk +Lmmortai 07 +Lmsjfjksdnhb +Lmurs +Lncln +Lng +Lo Kii +Lo My God +Lo cation +Lo07er +Lo0pyy +LoGiiKBah +LoPintos +LoadMySkeng +Loaded +Loadizzle +Loadstar +LoafOCelery +Loathed Kmd +Loathing +Lobb Dad +Lobby +Lobby Two +Lobo Blanco +Lobo Sonora +LoboStark1 +Lobot96 +Lobotomizer +Lobstars +Lobster12 +Lobstero +Local +Local FEmale +Local Idiot +LocalHero7 +LocalJoint +Locale +Lochi +LockDownLife +Lockdown v2 +Locko +Lockpicks +Lockski +Locksnap +Lockssley +LocoDoritos +LocoHamsterz +Locococonut +Locothegenie +Locrian +Locton +Loda +Lodarion +Loders +Lodestar +Lodestones +Lodgehunter +Lodiedoo +Loebas +Loeffen +Loez +LofaBred +Lofi +Log62 +LogHog8 +LogHunterKaz +Logan +Logan2x +Loganator34 +LogansPrayer +Logavano +LogiTekton +Logia +LogicTerror +Logical God +Login +Logitech +Logitekton +Logless +Logos13 +LogsKnog +Lohan +Lohkey +Lohruken +Lohwi +Loikoi +Loikoi Lee +LoisGriffin1 +LokieDokie +Lokolow +Lokos +Lokrand +Lokur +Lol Ur Dead +Lol466 +Loladactylll +Loldg +Lolek +Loli Cox +Loli Neko +Loli Pantsuu +Loli-Remain +LoliChan +LoliElie +LoliStrangla +Lolicons +Loligagging +Lolipoparty +Lolitsleeroy +Lolmanever +Lolmc +Lolopipop +Lolwierdo +Lolwuts +LomLy +Lombachs +Lombardi +Lomborghini +Lome +Lomobuu +Lompardo +Lon3y +Lonan +Lonan Arikos +Lone +Lone Gym Rat +Lone Lee Axi +Lone Pop +Lone Requiem +Lone runkero +LoneCorp +LoneMage +LoneStarWit +Loneful +Lonehenge922 +Lonely +Lonely Eevee +Lonely Neo +Lonely Norms +Lonely Ride +Lonely Salty +Lonely Slave +Lonely Table +Lonely Tugs +LonelyLight +LonelyOnT0p +LonelyRS +LonelyTugs +Lonelyy +LonerSushi +LonesomeSoep +Lonewolf117 +Long +Long 4skin +Long Demon +Long Ol Dong +LongBoneee +LongRodGod +LongSnapper +Longbow +Longest Head +Longie +Longjohnz +Longmeatlog +Longnech +Longo Doggo +Longstaf +Longsword950 +Longview +Longwave +LongySlongy +Lonjick +Lonksu +Lonz +Loo p +LoofiePoofie +Loofoo +Loogs +Loogy +Look +Look out bro +Looked +Lookin +Lookingman +Lookn4Puzzy +Lookout +Lookup +Loon +Loon Master +Loonetick jr +Looney278 +Loongstickyy +Loonlette +Loony +Loony RS +LoonyLunar +Loonykilla +Loonyluke5 +Looolo +LoopGoon +LoopSwoop +Loophole336 +LoopieFish +Loopy586 +Loose +LooseAnos +LooseLesley +LoosebuLdge +Loosh +Loot Chemist +Loot Party +Lootcifer +Looted +Lootedyou2 +Lootorz +Lootrich +Lootsharing +Lootsi +Lootski +Loox +Lopmkinjubhy +Loppy Killer +Loquwsea321 +Lord +Lord Amonite +Lord Bees +Lord Buud +Lord Bv +Lord Caldlow +Lord Conte +Lord Cryer +Lord Cypher +Lord Devil +Lord Doofy +Lord Elfen3 +Lord Extropy +Lord Grefven +Lord Grim +Lord Grofyth +Lord Guam +Lord Hents +Lord Jebbe +Lord Joona2 +Lord Jostyh +Lord Keithus +Lord Kratos +Lord Loss +Lord M0RG0TH +Lord Mantra +Lord Masonic +Lord Mjosh +Lord Of Cows +Lord Pengu1n +Lord Pillow +Lord Richie +Lord Runes +Lord Shayne +Lord Tarkus +Lord Valzin +Lord Vioarr +Lord Vishnu +Lord Xeth +Lord Yaksha +Lord Zq +Lord iFlex +Lord kuro +Lord polak +LordArtonius +LordAusticus +LordBaphomet +LordCoffee2k +LordCorreia +LordDanko +LordDaxel +LordEpic69 +LordFarquxd +LordFoxy +LordGuthanPK +LordJRazE +LordJuba +LordLambo91 +LordMullett +LordNorden +LordOfHarems +LordOfOtakus +LordPh1L +LordPolgoth +LordQuinker +LordScoobert +LordShrubber +LordSloppy +LordThyas +LordUSA +LordYawgmoth +LordZahard +Lordalbert0 +Lorddraconal +Lorde +Lordjoeman +Lordkaes +Lordstails +Lordtwinky +Lordy Flame +Lordy608 +Lordza +Loredon +Lorehold +Loreland +Lorencia +Lorenz +Lorenzoh sr +Lorenzokazoo +Lorithean +Lorkaa +Lorki +LorqueldIM +Lorre46 +Lorry +LortJob +Lorttomies99 +Lorvikatari +Lorwic +LosAngeles +Lose +Losel +LoserKid +Loshambo +LosinAllHope +Losing +Losing Fat +LosingXP +Loss1525 +Lost +Lost Angel +Lost Baby +Lost Baggage +Lost Logan +Lost My Baby +Lost My Sock +Lost Oliver +Lost On You +Lost Roomba +Lost Snail +Lost Tadpole +Lost Weed +LostBank +LostBankKey +LostChad +LostCloss +LostDude28 +LostHalls +LostJelyFish +LostMoon +LostOcean +LostOnThePCT +LostSauce +LostStatus +LostVorki +LostandFound +Lostdog03 +LostlSoul +Lostpetrock +Lostplzhelp +Lostrelic93 +Losty99 +Lot of Beans +Lothariou +Lotilyx +Lotion +Lots of Eggs +Lotsa Regret +LotsaOSRS +LottaPotAgo +Lotto +Lotu15 +Lotus bless +LotusKid +Lotwik +Lou Le Dur +Lou Red Wood +Lou Sputho1e +Lou Surr +LouBug +LouSass +Louezzi +Loug +Lougle +LouiVui +Louie Bags +LouieMurphy +Louiec3 +Louiseyy +Lounckie +Loupak +Lousy Drunk +LouvicDank +Louzy +Lov ed +Love +Love Caley +Love M Poker +Love Roman +Love Taylor +Love Yourz +Love me +LoveMyAnzaa +LoveThat +Loveable +Lovelili +Lovely +Lovely Clawz +Lovely Cola +Lovepoot +Loverboy +Loveskillin +Lovexdragon +Lovey +Loveyan823 +Low Alched +Low Chief +LowBaller +LowKeyPickle +LowLifes +LowPines +LowPower +LowRunEnergy +Lowanse +Lowballz +Lowercase +Lowery +Lowfield19 +LowkeyBallin +Lowlander +Lowlife121 +Lowlux +Lowner +Lowrey73 +Lowstar1 +Lowtempterps +Lowy +LoxoJ +Loxtos +Loyal2pvm +Loyalcaptain +Loyd Nichols +Loze +Lpfan +Lrauq +Lrian +Lric Eotter +Lron +Lronic +Ls4 +LsummerC +Lsv +Lt Burgers +Lt Golpar II +Lt Mantas +Lt Purekarys +Lt-Iron-Lt6 +LtCastiel +LtJan +LtRemigijus +Lt_Torch +Ltfreggin +Ltk Iron +Ltman42 +Ltmf +Ltufighterlt +Lu Diabla +Lu be +Lu0nto +LuauKing +Lub +Lub3edUp +Lubbz +Lubed +LubinLen +Lubos +Lubosek +Luc4rio +LucSynthesis +Luca +Lucaemar +LucarioLVL X +Lucas +Lucas Solo +Lucas1192 +Lucasmelo11 +Luccaa +Lucho +Luchtloper +Luciah +Lucid +Lucid Cynic +Lucid Dream +Lucid Josh +Lucid Meme +Lucid Truths +LucidFeels +LucidPie +Lucidcr +Lucidfever +LucidityX +Lucie SkyDia +Lucifenrir +Lucifer v2 +Lucifer06 +Lucifer4Real +Lucifer_link +Luciifer +Lucil +Lucina +Lucipur +Lucivert +Luck +Luck Lost +Luck Voltla +LuckRunsAlt +Luckario +Luckd0ut +Luckeh +Lucker +LuckieStein +Luckless +Luckpvm +Luckscaper +Lucky +Lucky Arian +Lucky B Boss +Lucky Bambam +Lucky Baws +Lucky Cash +Lucky Chance +Lucky Clover +Lucky Clown +Lucky Duck +Lucky Greg +Lucky Kev +Lucky Link +Lucky Lombax +Lucky Lukey +Lucky Mofo +Lucky Rabbit +Lucky Sofa +Lucky Yoru +Lucky skrue +Lucky when +LuckyAce +LuckyDog +LuckyDog x +LuckyEmerald +LuckyKroketa +LuckyLackey +LuckyMatch +LuckyNrSeven +LuckyVic +Luckybamboo1 +Luckynuts +Luckyxx +LucoUK +Lucyfer22 +Luczzs +Lud a +Luda-Dan +Luderan +Ludo +Ludo Sand3rs +Ludomo +Lueis +Lueke +LuffyAce +LuffyDMonkey +Lufidius +Lufue +Lug RS +Lugal Ki En +LugiaWaifu +Luglys +Lugs +Luider +Luigihbk +Luis +Luis Anico +Luis Antonio +Luis Dk +LuisFarm +Luis_Vzla +Luka +LukaBrasi +Lukas +LukasFlux +Lukaz +Luke +Luke S +Luke3 +LukeOS +Lukeee +LukefonFabre +Lukeh +Lukeicth +Lukesfish +LuketheDM +Lukey294 +LukeyUK +Lukezz +LukiOne +Lukiekuipie +Lukio W +Lukiss +Lukoo911 +Lukse +Lukytisz +Lulani 13 +Lulla +Lullie +LuluTheCat +Luluca +Lulucifer +Lumber Yak +LumberStevo +Lumbidge +Lumbo +Lumby +LumbyCalled +LumbyCastle +Lumbys Waits +Lumiaris +Lumifrost +Lumimies +Luminatti +Lumm1475 +Lummer +Lumo +LumpiaFan69 +Lumpqua +LumpsMcgooey +Luna +Luna Koneko +Luna Lucero +Luna Mexi +Lunacy +Lunaec +Lunamarie +Lunar +Lunar Haze +Lunar Lotus +Lunar Tear +Lunar Tones +Lunar Ursa +LunarDemon99 +LunarEquinox +LunarSC2 +LunarTheCat +LunarTigerr +Lunarann +Lunarcrow614 +Lunardini +Lunarism +Lunarmoat638 +Lunate +Lunati +Lunaticmo1 +Lunatric +Lunaverse +Lunch +LunchboxLLC +Lunchtime007 +Lund +LundXCV +Lundh +Luneasa +LuneyTunez +LungTied +Luni +Luniaxis +Lunie +Lunier +Lunis +Lunizzzz +Lunytic +Luonteri +Luonto +Lupah +Luper +Lupi +Lupo +Lupuloid +Lure2G +Lurjus +LurkinTurd +Luru +Lush Vibes +Lusitropy +Luskidoo +Lussen1 +Lustwaffle +Lusu +LusyTheGoat +Lutha +Luthien +Luthien T2 +Luthors +Luthstorm +Lutinrouge +Luucy +Luud +Luukie +Luuloterve +Luuseri +Luuuseri +Luuuuna +Luuwana +Luv2spuj +Luver Focker +Luvholic +Luviii +Luwucy +Lux Please +Lux211 +Lux7thSaga +Luxatio +Luxeo +Luxilie +Luxire +Luxoul +Luxumine +Luxury +Luya +Luzu +Lv ranger +Lv 5 Psyduck +Lv Camo +Lv100 +Lv100 Raichu +Lv5 Treecko +LvI3stak3 +Lv_1_Mew +Lvcretivs +Lvl 1 +Lvl 3 Nub20 +Lvl 99 Goon +Lvl100cheese +Lvl30Ditto +Lvl99 +Lvl99Docking +LvlUpUrself +Lvls Up +Lvqquvs +Lwy +Lx1I +Lxbe +Lxfleur +Lxnes +Lycix +Lycoe +Lycstoned +Lyct +LydeZGrod +Lyderis +Lydia +Lydia Kenney +Lydmix +Lyfe Tyme +Lyin +Lyin Eyes +Lyke625 +Lyks +Lymaks +Lymez +LynX ZrLeX +Lyna +Lynamet +Lynching Leo +Lyngo +Lyni +Lynics +Lynx +Lynx Jitan +Lynx Tiger +Lynx Titan +LynxTitan +Lynxes +Lynxy +LyraLyraLyra +Lyrad002 +Lyrich +Lyricidal +Lyrilusc +Lyron +Lysandra +Lysdexic4986 +Lyse +Lysmann +Lyyli PL +Lyzu +Lzin +Lzs +M A G 3 +M 1 KE +M 3 3 P +M 4 T R I X +M 8 A 1 +M A D O X +M A D Storm +M A T E J +M A X O U T +M A X PAYNE +M B Z +M E H I S +M E L D O +M E T R O +M E X I +M I K B A R +M I T H O X +M I U +M I Z Z O U +M INDGAME +M Itty +M K J +M O B I L 3 +M O C 0 +M O C H +M O ID O K +M R NaCl +M Super Buu +M T C +M U D K l P +M X G P +M a V 3 Rick +M a d Shrumn +M a k a i +M age +M aikel +M ak0 +M ammoth +M ana +M ankDemes +M anu +M aples +M arcel +M arquim +M artin +M ask +M athis +M axou +M azzz +M c +M elz +M enzy +M ga +M gh +M i t c h y +M i y a +M ikasa +M ike +M imik +M int +M itchel +M ittens +M l Q Q +M merz poL9 +M o C e +M o r t e n +M oist +M onkfish +M orytania +M the Maxed +M ugger +M ulas +M urphy 2 +M usashi +M-theory +M00CHIE +M00SE M00SE +M01 +M0IST +M0IST B0X +M0LE +M0NALISA +M0NEYM1TCH3 +M0NST3R1PP3R +M0ON +M0ONCAKES +M0R TEN +M0RG0TH +M0RGE +M0SS3Y +M0ST D0PE +M0hannad +M0ist +M0ist Midget +M0ney Swag +M0nk3y DLufy +M0nke y +M0nkey15 +M0nsterTuk +M0obs +M0resheth +M0rningstr +M0use +M11CK +M11ka +M1911A1 +M1GU +M1NG3_GOO +M1TTLE +M1ch +M1gos +M1ke50 +M1ksu +M1nd Master +M1ntberry C +M1ss Di0r +M1stak3nly +M26 +M3 L +M30W +M30z +M3GAD0UCH3 +M3L10DA5 +M3MEL0RXD +M3MoRY +M3X1CO +M3XICO +M3ch4nics +M3ll3 +M3lllll +M3lviin +M3ntal +M3rking +M3ry +M3t4l1n1S +M40A +M4D399 +M4g3 +M4g4z +M4gnus666 +M4k3d0 +M4tte +M4xt0R +M5 +M52 +M523 +M6 Mill +M6N +M7J +M7TT +M855A1 +M8NoFreebies +M8TT +MA N E +MAAAAK +MAAGES +MACKOGNEUR +MADLADz +MADRNGJACK +MAESTR0FRESH +MAFKINCHAMP +MAGA +MAGA1292011 +MAGE2W1N +MAGETOW +MAJ0NEZAS +MANNNERHACK +MANSlKKA +MANT4S +MARCOPOLO +MARLB0RO +MARMlTAO +MAS0N +MASKED +MASSGAINER32 +MASTER DREAM +MASTER J0KER +MATUTVlTTUUN +MAURERA79 +MAUROPICOTTO +MAX3D +MAXABILITY +MAXED PINOY +MAXXEDDADDY +MAX_HER0X +MAXlME +MAlNEVENT +MAlNTENANCE +MC Cheep +MC catheter +MCBURNOUT +MCHammered +MCKenny91 +MCSIZZLE +MCmattt +MD7 +MD96 +MDE Presents +MDPS +MDaher +MDucks +MEAT G0D +MEAT HEAD36 +MEGATRON +MEK4KK4KK4KK +MELAN00MA +MELT +METM0NKEY +METR0lD +METS0 +MEV4NS +MF DC +MF MORTEN +MF SofaKing +MF TEE +MFE +MFKU +MFLI +MFSTEVE +MG5 +MGFS +MGKRevs +MGM WAY +MGreengrass +MH Therapist +MHA C +MHBC +MHS +MIDAs +MILFmauler +MILSHAKE +MINH +MISOGl +MISSYGAMlNG +MIST +MITCHY +MIX0R +MJ23 +MJKaboose2 +MJT +MK-HARDSTYLE +MK6R +MKAM +MLB +MLTEEZY +MLaidman +MMMahogany +MMORPGenius +MMTera +MMitchh +MMtheMachine +MOABDADDY +MOMHUNTER666 +MON5TER +MOODSWlNGS +MOOSEM3AT +MOTM +MP17 +MP9 +MPB +MR JOHN WlCK +MR LETHAL2u +MR REET +MR TMR +MR UDZ +MR556A1 +MRButter +MRC Tugboat +MRGAMEZ +MRHD +MRLARGE +MRM +MRPlZZAPRIZE +MRWHlTE +MR_MAITO +MSPaint64 +MSceneFF +MSpacePotato +MStarkz +MTBMB +MTPETE +MTV CRlBS +MTXP +MUISSS911 +MULHERndaEXP +MUMM0 +MURMELl +MUSK +MUSK0KA +MUSUMUMM +MUZAMMIL +MV Flow +MV Welshy +MVIII +MVKirby +MVP HERO +MVP Mahomes +MVRDA +MVTIASD +MWwarzone +MY L U N A +MYRSKYVIITTA +MYTHICROYXLE +M_Sariol +Ma Band +Ma Dood +Ma Titi +Ma t t h e w +Ma5onx +Ma7e +MaCoMb +MaHeelsHurt +MaJeShTic +MaQtPie +MaX662 +MaXam00se +MaXeDSani +MaXx0wnage +Maacc +Maake88 +Maanman +Maasegyr +Maax2 +Maaxiking +Maazako +Mabbbs +Mabbs +Mabel +MableLake +Maboe +Mac Diver +Mac Donald +Mac Garfield +MacDuff +MacFredrik +MacFredrique +MacMillers +MacMoblins +MacRae +MacSandwich +MacTheRipper +Maca +MacaFazoL +Macabre +Macaron +Macaroni 73 +Macaronni5 +MaccaM +Maccaroni +Macduffe +Mace Windu +Macedo +Mach Sigma +MachV2 +Machado +Machfredy +Machine Girl +MachoTimo +Machtig +Machtige +Machtigeman +Machtigemeid +Machto +Mack +Mack x +MackD +Mackadactyl +Mackadee +Mackdizzle99 +Mackeo +Mackerel Sky +Mackerels +MackhNL +MacksEntropy +MacksIsland +Maclairin123 +Maclas +Macoinho +Macre demia +MacreedyLove +Macromage1 +Mad Dog Eris +Mad Flavour +Mad Krampus +Mad Max 20 +Mad Papper +Mad Suss +Mad Vlad +Mad Watson +Mad X +Mad arrows12 +Mad as heck +MadBoy20 +MadBruh +MadCanadian +MadChemist8 +MadD0g11 +MadD0gL4d69 +MadDogged +MadJeffs +MadKingMikey +MadMaxMan +MadPubes +MadSnowman23 +MadaRook +Madaddam +Madam305 +Madarah +Madd177 +MaddAntelope +MaddMann5 +Maddape +Madddiieee +Madden +Maddie Baddy +Maddogjr +Maddux +Maddy +Made of Sand +Made4Slaying +MadeInAfrica +MadeYouClick +MadeinTYO +Madeiraa +Madeleine +Madeweine +Madhu +Madlaina +Madmaxie +Madness Max +Madodee +Madona +Madra +Madrock01 +MadsG +Madsenn +Madsermad +Madshatter71 +Madskillz756 +Madslasher30 +Madslax2 +Madsosaur +Madula +Madvantage +MadxMonsta +Mady +Madysen +Madza +Madzilla +Maeda +Maegera +Maela +MaerlinTaz +Maertynas +Maester +Maester Trea +Maestro +Maestro Heil +Maestro1 +Mafia-BP +MafiaMan +MafiosiDad +Mafooma +Mag1c +Mag1cJohnny +Mag1c_W33d +Maga Kahn +Magalator +Magani C +Magawie +Magc +Mage +Mage Eh +Mage Kume +Mage N Skil +Mage7master7 +MageFish +MageHax +MagePriece +Mager +Magerold +Magers +Mages350 +Magestus +Magethirst +Magezi +Magggorical +Magginator +Maggot +MagiTurtle +Magic +Magic Bonus +Magic Clicks +Magic Mackee +Magic Moose +Magic Rino +Magic Tree +Magic Wand +Magic fTail +MagicAppel +MagicMemorys +MagicPanda91 +MagicSchoBus +MagicSilver +Magic_Elmo1 +Magical +MagicalRuby +Magican +Magicarp +Magicbox +Magicdefence +Magicken +Magicx +Magija +Magik +Magik773 +Magikilo +Magiok +Magisteerial +Maglet +Magma +Magnaboy +Magnati +Magnautism +Magnesium +Magnesium J +MagnesiumIV +Magneticism +Magnetite +Magni99 +Magnifice +Magnilo +Magnis +Magnu +Magnus Gram +Magnusungam +Mago +Magsd1 +Maguneru +Maguro +Magus +MagusChum +Magyk +Magzem +Mah Jae +Mah Jong +MahSeed +Mahalusa +Mahanimal +Mahe +Mahkelroy +Mahler +Mahmoud +Mahogany +Mahomes +Mahonoken +Mahtitykki +Mahzius +Mahzka +Mai kel +Maiba +Maide +Maidenheir +Maignansdead +Maikel J +Maikhol +MailTime +Mailor +Main +Main 3s +Main Cactus +Main Ginger +Main J0urney +Main Mynt +Main Natey +Main Pando +Main Path +Main Product +Main Twiddle +Main Wario +MainCharlie +MainCoach +MainCringe +MainDong +MainForever +MainHamendex +MainHolm +MainJ +MainMan_Mads +MainNudley +MainPurp +MainSt +MainStand +MainStreamx +MainWabbit +Maind +Maindeer +MaineDeno +Mainline +Mainly +Mainly Pure +Mainly Ricky +Mains +Mainslet +Mainuru +Mainz +Mainz Gainz3 +Mair +Mair017 +Maisa +Maisa Torppa +Maisteri +MaitoRimpula +Maix +Maizon +Maizpilao01 +MajMischief +MajQ +Majakanvahti +Majcew +Majcew 2 +Majehjk +Majer4 +Majin Buuwu +Majinbooo +Majinjon +Majki +Majokko +Majooty +Major +Major Damien +Major Gains +MajorEar +MajorMammoth +MajorObesity +MajorOwnz +MajorSnizz +Majora +MajoraMasked +Majoras WRLD +Majzako7 +Maka +Maka2201 +Makagago +Makaule +Makaveli +Makaveli I +Makaveli II +Makaveli l +Make +Make A Pile +Make Carrion +MakeItStack +MakeMeKing +MakeNotes +Makeboy +Makeeesful +Maken +Maken Gainz +MakenMakkara +Makenna +Makhachev +Maki +Makilake +MakinExcuses +Makiverem +Makk +Makke +Makkeii +Makker Benja +Makker Trane +Makkiavelli +Mako Nox +Makoea +Maks Cape +Maksimit +Maksoinvelat +Maksuamet +Maksui +Maksukka +Makzd +MalaLechita +Malachai +Maladec +Maladiec +Malagah +Malbec +Malboulgea +Malcz +Malding +Male +Maleurous +Malfoy +Malhavic +Mali RS +MalibuMan96 +Malibuux +Malignant00 +Malik +Malinerix +Malitiae +Malkav +Mall +Mall Gang +MallbuRo +Malleus +Malli +Mallieero69 +Malloc +Mallomar +Malmi +Malmot +Malomalo +Maloo +Malqy +Malse +Malt +Maltapkiller +Malteadita +Malter +Malterz +Malucoftw +Malurian283 +Malvian +Malvidus +Malvoliuus +Malware +Mamachii +Mamas Meat +Mamba +Mambaaaaaa +MambasWRLD +Mambo No5 +Mamboita +Mammad +Mamoul +Mamupatja +Man Asian +Man Bag +Man Killa77 +Man Kip +Man Raccoon +Man Throater +Man gos +Man-Yak +ManBearPiggy +ManGoBzzzt +ManOfGold +ManUnited +ManVanWelec +ManWT +ManWoox +Manaburna +Manafont +Manakiel +ManakuraJP +Manantti123 +Manantti321 +Manardog +Manawatu +Manby +Mancandy +Manchest +Mancino +Mancunion92 +Mand1ng0 +Mandelbrot +ManderSala +MandoCheese +Mandor1 +Mandred +Mandulorian +Mane +Manegaming +Maneirinho +Manelzera +Maneter56 +Manevolent +Manfa +MangJoe +MangeMeister +Mangle +Mangled +Manglican +Mango +Mango Monkey +Mango Rat +Mango Season +Mango10 +Mango1997 +Mangobnana +Mangostangos +Manhoos +Manhunt +ManiacBison +ManicNode +ManicRS +Maniek +Manila +Maniwani +Manju +Manke +Mankitten +Manlanter +Manletti +Manly +Mannekeuh +Manni Penny +Mannie +Mannix270 +Mannjpip +Mannnekala +Mannowrath +Manny21 +Manokin +Manor +Manorvic +MansaMusa +Manser2300 +Mansup5 +Manswarm +Manswers +Manta +Manta Wray2 +Mantarayo +MantasA +Mantaslocoo +Mantelio8 +ManteliseXe +Manthe +MantorokDIA +Mantoshka +Manttt +Manuelh3 +Manumatti +Manx_Scaper +Many +Many Walrus +Manyi +Manyvids +ManzGotViewz +Manzo +Maose +Maozn +Mapanza1 +Maple +Maple Jay +MaplePoutine +MapleRoyals +MapledOaf +Maplejuana +Mapletech +Mapne +Mappl1n +Mappzz +Mar0e +Mar782 +Mara +Maracruz +Maradonaa +Marassa +Marathonius +Maraud +Marblez +Marc +Marc NL +Marc Paul +Marc Spac +MarcVinicius +Marchmello +Marchuk +Marcia Ress +Marcikarp +Marcilicious +Marcius 7 +Marco225 +Marco7k +Marcoli64 +Marcoo +Marcooow +Marcos Vibe +Marcski +Marcussius +Mardiie +Marducas +Mardy O G +Mardzz +Mare +Marenki +Maret +Marg3 +Margana +Marganer +Margiella +Margins +Margodx +Margon +Margonite Xu +Marguana +Marheim +Mari +Marianas +Mariano 1 +Mariasonic +Marib +Marijuano +Marikadere +Marines +Marinez +Mario Bros +Mario Goatse +MarioKartDD +MarioTennis +Marioh +MarioisKewl +Marioman +Marioneta +MariosPeach +Maritime +Maritozzo +Marjapuuro +Marjatta +Mark Pledger +Mark Swenson +Mark-777 +Mark-Zuk +Mark0vDeath +Mark12387 +Mark1ta +Mark5Barki +MarkBuns +MarkJongejan +Markald87 +Marke +Markerr +MarkhamON +Markie994 +Markipedia +Markku +Marklyft +MarkoOSRS +Markop100 +Markovia64 +Marks Main +Marks Phone +Marks lron +Markus +Markus Stier +Marky428 +Marlbrozo +Marleth +Marleyy +Marlin1993 +Marlon0817 +MarlonisGod +Marlooo +Marlopped +Marluxia Pwn +Marmita99 +Marmp +Marms +Marmy +Marn3y +Marni +Maro202 +MaroO +Maroj +Marokkaan +Marokkaantje +Maroko111 +Maroon5 +Marpollo +MarquiseDmnd +MarrCuzz +Marrcy +Marreldil +Marrer +Married +Marrio +Marrius +Marro75 +Marsal +Marsalkka +Marsel +Marsg +Marsgl +Marsh Marrow +Marsha +Marshal +Marshall1 +Marshmont +Marshyy +MarskiLark +Marsmash +Marsovec +Marstead +Marswatt +Mart0103 +Marten +Marten x +MarthProMonk +Martial +MartianLynch +Martiba +Martiiian +Martijn +Martika +Martin +Martin 2007 +MartinGameTV +Martindeq +Martinjsh +Martinkyle20 +Martins +Martinside +Martip +MartnShkreli +Marty +Marty150 +MartyG +MartynMage +Martyr Main +Maruna +Marv +Marvelli +Marvick +Marvins Dad +Marwan +Marwin +MarxRoux +MarxTheMyth +Mary j4n3 +Maryj +Maryland +Marylandd +Marzcorw +Marzeo +Marzhy +Masaca +Masacre599 +Masade +Masago +Masakado +Masandalf +Maschok +Masconomet +MaseLitt +Maserati +Mash +MashedOP +Mashimarq +Mashiwo +Masin +Masiron +Maskedpump +Maskin +Masochisttwo +Mason OSRS +MasonJarr +Masonatorr +Masonitte +Masons Dong +Masoo +MasquedMan +Masryy +Massa +Massacre Fc +MassageMan97 +Massif +Massimo130 +Massinissa7 +Massive +Massive Noob +MassiveJonas +Masss +Massterduel +Mast3rOogway +MastaHeff +Master +Master Bakes +Master Bogs +Master Byro +Master Garni +Master Jos +Master M V +Master Riven +Master Skizz +Master Vates +MasterB1994 +MasterBarter +MasterBlazee +MasterDragxn +MasterGrogu +MasterKiefff +MasterMake +MasterMasa2 +MasterNeigh +MasterOzzy +MasterPanda +MasterPookie +MasterRooshi +MasterSlayrr +MasterThresh +MasterX +Masteragota +Masterbihno +Mastercat +Masterdemon4 +Masterflick +Masteri +MasteriMori +Masterkindem +Masterrgod +Mastervile +Mastirida +Masturbeerke +Masurda +Masuro +Masylvain +Mat 1 +Mat Jacko +Mat Share +Mat thew11 +Matchbox 20 +Mate +Matematikk +Materium +Mateusz1210 +Math +Math Is Fun +Math ematic +MathVibes +Mathcore +Mathematics +Matheor +Mathers +Mathers1996 +Mathew +Mathias +Mathias Nemo +Mathisse +Mathmic +Matholemeu +Mathrotus +Matieus +Matix +Matkijanarhi +Matmo +Mato Seihei +MatoPotato +Matoaca +Matrak +Matreex +Matrix +Matrixpachi +Matruusi2 +Mats +Matsu +Matsuri +Matsyir +Matt +Matt 162 +Matt Bman +Matt CFK +Matt Cat +Matt GIM +Matt K +Matt Lad +Matt Mo +Matt Slay +Matt Smash +Matt V +Matt Wy +Matt1494 +MattLeedz +MattMattBro +MattNDew +MattRanger +MattRoux +MattSeal7 +MattStyle +MattWallet +Mattaclysmic +Mattakuda +Mattam66 +Mattaroo +Mattec +Matteos1 +MatterOfTime +Matternot +Mattex +Mattheus17 +Matthew +MatthewDK +MatthewRS +Matthewwww +Matthidan +Matthis +Mattias +Mattice +Mattie osrs +Mattie43 +Mattj +Mattniss +Matto +Mattor +Mattorel +Mattrate +Matts +Matts RNG +Mattsbro +Matttbob +Matttt +Mattty +Mattus50 +Mattx1 +Matty +Matty A +Matty Gibbs +Matty Ic3 +Matty467 +MattyChasee +MattyLight91 +MattyNW +Mattych +Mattyflight +Mattys +Mattyz6 +Matu btw +Matuba +Mature +Matwo +Matygoyo +Matz +Maub1 +Maucca +Mauddibb +Maui +MauiBeach +MauiMallard +Mauidude +Maukas +Maukka +MaukuMaija +Maul 0n Top +Mauler4500 +Mauler_rocks +Maumau013 +Mauna +Mauno +Mauricio555 +Maury +Mauvayy +Mauvier +Mavdagin +Mavel +Maven +Maver +Maveric +Maverrick +MavicAir +Maviie +Mawch +Maween +Mawie +Mawlocke +Mawn +Mawsen +Max 4 Mikey +Max Ape +Max Attacken +Max BD +Max Blacks +Max Botter +Max Cape +Max Deiron +Max Eff +Max Entropy +Max Gadget +Max Gav +Max Here4Pet +Max House +Max Karma +Max Klett +Max Methi +Max NoLyfer +Max O7 +Max Obi +Max Pkr +Max Puffs +Max Re3oo +Max Relax +Max Scape +Max Snek +Max Temper +Max The Hero +Max Tilting +Max Tonks +Max Vandal +Max Weezy +Max Wotif +Max XP +Max Zack +Max Zeus +Max btw +Max cape 420 +Max hits +Max killz6 +Max plus +Max uwu +MaxAchoo +MaxAnarchy +MaxBTW +MaxBadAss +MaxBear +MaxHare +MaxHaus +MaxHomieJose +MaxIgnorance +MaxIrl +MaxKhalifa +MaxMainJake +MaxMuffin +MaxNeander +MaxSAVAGERY +MaxTix +MaxTurbo +Maxchar +Maxd +Maxe2968 +Maxeado +Maxed +Maxed Beans +Maxed Code +Maxed Egirl +Maxed Emm +Maxed Eric +Maxed Groot +Maxed Hippo +Maxed II3en +Maxed Jeff +Maxed Kiraly +Maxed Loser +Maxed M0bile +Maxed MVP +Maxed Masak +Maxed Newfie +Maxed POH +Maxed Phells +Maxed Rat +Maxed Rob +Maxed Scaper +Maxed Spyike +Maxed Total +Maxed Twice +Maxed Velho +Maxed Whip +Maxed Zeb +Maxed Zuk +Maxed osrs +Maxed when +MaxedActuary +MaxedBruh +MaxedBurnout +MaxedButPoor +MaxedFrog +MaxedIn2074 +MaxedInDa6ix +MaxedMain +MaxedMax751 +MaxedMike +MaxedMobile +MaxedNbored +MaxedPleb +MaxedRepel +MaxedYP +Maxedlegacy +Maxedtoasty +Maxedwell +Maxell +Maxerder +Maxiboy4a9 +Maxidy +Maxime5100 +Maximonster +Maximum +Maximum Tier +Maximumist +MaximusAM +Maxinator87 +Maxing zzz +MaxingMyMain +MaxingSucked +Maxingthis +Maxiorek1200 +Maxisbaws +Maxisen +Maxitaxi777 +Maxiu +Maxjuhhhh19 +Maxkenzi +Maxmemix +Maxnominus +Maxo +MaxoBlasto +Maxoou +Maxpappy +Maxpro +Maxst +Maxstalker67 +Maxstatz +MaxtanosXD +Maxwall +Maxx +Maxx y +Maxxed Alt +Maxxed Dusty +Maxxed Trash +MaxxedNoob +Maxzet +MayanFuror +Mayate +Maybe CIA +Maybe Idiot +Maybe Jeff +Maybe Shady +MaybeMason +MaybeMitch +Maybemnam +Maybez +Maybizzle +Maybon +Maydole +Mayerdynn +Mayhaps +Mayhem +Mayhem Maker +MayhemMakers +Mayl +Maylive +Mayo +MayoForFunds +Mayonaz +Mayor +Mayor Jiwana +Maytona +Mayuri +Mayushii +Mayvex +Mayweather +Maz0n1k +Maza +Mazala +Mazande +Mazariner +Mazauu +Mazda168 +Mazdan +Mazdaspeeed3 +Mazdraith +Maze +Maze of Iron +Mazel613 +Mazersyy +Mazhar +Mazlol +Mazmarazor +Mazoni +Mazpls +Mazta +Mazuma +Mazz y +Mazzacre +Mbox +Mbyoo +Mc Dragans +Mc Florry +Mc Red +McAlakazam +McAsssBlast +McBurn +McCheddabomb +McChimkenGOD +McChubbin +McCllin +McConaughey +McCreJ +McCringle +McCune +McDanky42O +McDizzle15 +McDongles +McDoodle_21 +McDouble +McFantasy +McFizzleDady +McFly93 +McFozzar +McGooser +McGorm +McGregor60gs +McGruff +McHammock +McIllu +McIronLeech +McKennon +McKerma +McLOVlN +McLaeNz +McLeaNz +McLemore +McLovin707 +McLowry +McMeekin +McMillan +McNeal +McNoob10 +McNoodle +McNorm +McNugget +McP0P0 +McQuaker +McQueensy +McRibs +McRibs Back +McRip +McSchloogan +McShrubbery +McSomf +McSplitter +McStarley +McSuperNoob +McTaskupillu +McThomzie +McVittties +McWeaksauce +Mcards +Mcbelsito +Mcberra +Mcdally +Mcgingerpony +Mcgregorini +Mckelvie +Mckinconn +Mclaren88 +Mcneill +Mcpatrice12 +Mcpielover +Mcturdson +Mcwaffle1 +Mcy +Mderg +Mdub Suhh +Mdzvwz +Me Acoustic +Me Ca +Me Dead +Me No Brains +Me Woody +Me and Jr +Me lvin +Me phisto +Me3lem +MeBigPoppa +MeBlast +MeMillionthD +MeThudZ +MeTwo +MeadowFall +Meadows +MeagerSkills +Meals +Mean +Mean Crusher +Mean Street +Meano +MeanrangerFE +Meap +Mearm +Mears +Measles +Meat +Meat Rat +Meat Shank +Meats +Meatspot +MeatyLoaf +Meauner +Mebo +Mech +MechantBozzo +Mechaodin +Mechelen +Mechvengance +Mecidon +Mecone +Mectofion +Meddler +Meddlr +Medi Mobile +Medi i +Medi ocre +Medical Herb +Medicate +Medicides +Medicinal +Medicore +Medievh +MediocreMatt +MediocreRye +MediocreTime +Medispensary +Meditations +Medium Cloo +Medler +Medoletics +Medon +Medorable +Medusa228 +MedwayDragon +MeechIsCute +Meechy Dark +Meeeseek +Meelays +MeenBeans +MeepBeepMeep +Meeran +Meerca +Meerkz +Mees126 +MeesKees +MeetMyMeat +Meetti +Meew +Meewerp +Mefaustofele +Mefco +Meftah +Mefy +Meg 3 +Mega +Mega Butt +Mega Farce +Mega Kyle +Mega Mort +Mega konn +MegaAmpharos +MegaDoris +MegaDrive +MegaMustarn +MegaNaziHatr +Megabyte6 +Megadwarf47 +Megalo +Megalodont +Megamanyo +Megamind +Megamind Jr +Megans +Megaronii +Megastoffe +Megatortle +Megatrax +Megis +Megnificent +Megpan +Megumin +Megustio +Meh Noob +Mehrunes +Mehts +Mehuelin +Mehuo +MeideC94_BB +Meido +Mein lron +Meinkul +Meiousei +Meister Sho +Meiyo +Mek +Mekaanik +Meklo +Meksa +Mel Meow +Mel Yakutia +Mel btw +Melanderr +Melanoma +Melayna +Melc0n +Melchuzz +Melcoor +Meldianx +Meldynoir +Melee +Melee_Range +Meleny +Meleven +Melhoop +Meliodas420 +Meliodin +Melisma +Melk +Melkin +Melktietje +Melkzuurtje +Mellakka +Melleruds +Melling +Mello Gello +Mello Yello +Mellodynamic +Mellow Jingy +Mellow Tones +Mellow6 +MellowSoul +MellowTokes +Melly +Melly YNW +Melo +Melodicolt +Meloenschijf +Melongrab +Melotoninn +Melpan +MeltedCash +Meltman +Meltok +Meltryllis +Melvin dew +MelvinTheOK +MemberBerry +Memberlist +Meme +Meme Loord +MemeDoge111 +MemeVendor +Memedalorian +Memem3 +Memeologist +Memeshake +Memmor +Memory +MemoryCard +MemoryWorm +Memphis lol +MemryLoss +Mena +Menap +Menaza +Mend +Mendicant +Mendieton +Mendokusai +Mendota +Meneer +Meneer Nijn +Menesus +Menetoeihin +Menial Luck +Mennie +Menrey +Mensphysique +Mental Coach +Mental4Metal +MentalAbacus +Mentally Moo +Mentalmissy +Mentoes +Menyu +Menza +Menzola +Meoooow +Meow Ghost +Meow Im Hawk +Meow Softly +MeowKiki +Meowed +Meowgi +Meowler +Meowmagic +Meowrijuana +Meowskeys +Meowtheduck +Meowzer7 +Mepiff +Mepn +Mepthadr0ne +Mer Train +Merami fan +Meramon +Meraxus +Merbz +Merc-Raa +Merc_Lobo +Mercedes F1 +Mercenary V +Merces +Merch +MerchantUrch +MerciTwingo +Merciulago +Mercphobia +Mercules +Mercury Owl +Mercury15 +Mercy +Mercy Osrs +MercyfulFate +Mercys +Merderr +Mergician +Meric +Meridians +Meris +Merisalu +Merisorax +Merkdalat +Merke +Merked Ko +Merksick +Merlin +Merlin Otter +MerlinMonroe +MerlinPT +Merloc21 +Merlucius +Merlvin +Merricat +Merry +MerryTuesday +Mersunperse +Merten +Mertguy2p0 +Mertiin +Mertjaars +Mervyn +Meryam +Meryath +Meryl +MesH3aL +Mesa +Meshi510 +Meshkot +Mesin +Mesmeriize +Meso cyclone +Meson +Messaa +Messersmitti +Messi +Messias +Messorium +Mestari +Mestaristick +Mester B +MesterAbekat +MestreGlados +Met Promise +MetDoobie +Meta +Meta Mammoth +Meta l +MetaCTF +MetabolicPro +Metadragon +Metafisico3 +Metagel +Metal +Metal Booty +Metal Little +Metal Shad0w +MetalGear +MetalMaiden3 +Metalest +Metaling +Metallic Neb +Metallifog +MetallikDeth +Metallproz +Metalproz +Metamorphic +Metamorphs +Metamushroom +Metaphwoar +Metaurus +Metaxia +Metbol +Meteora +Meteoriitti +Meth Teeth +Methal +Methodical +Methusal +Methylanara +Metix +Metoprolol +Metropolia +Metsavaras +Metselaar +Metsiq +Metters +Metukka +Metzifer +Metzz +Meulendijks4 +Meune +Meuosh +Meur +Meuyou +Mevvz +MewIlicious +MewPulse +Mewby +Mewli +Mewllicious +Mewrad +Mewtwo +MewtwoKing +Mewww +Mex Arkantos +Mex_N_Flex +Mexicanchild +MexiePie +Mexlet123 +Mextex +Meykaa +Meymer +Mez-qt +Mezane +Mezecs +Mezenburn +Mezeroth +Meziriti +Mezmereye +Mezomel +Mezy +Mezzalarry +Mezzito +Mf Fe +Mfey +Mfin Taylor +MfknNewports +MgZz +Mglegolas +Mgn +Mhh +Mi Hoy Minoy +Mi1os +Mi3pelst3in +MiAdidas +MiIIenia +MiIIers +MiQuu +MiTDro +Mia Kalphite +Miacon +Miami 305 +Miami Cane +Miami Rebels +Miasm +Miawnation +Mibs +Micaso +Miccolo3 +MiceMan +Micecream +Micella +Mich +Mich Bz +Mich49 +Michael +Michael4655 +Michael67676 +MichaelB +MichaelScarn +MichaelScott +MichaelXCVI +Michaelinos +Michairon +Michal +Michanderma +Michano1992 +Michaud +Michel647 +Michelau +Michelle jnr +Michiel +Michiel_96 +Michinaki +Michism +Michlenn +Michxa +Michy Man +MickZagger +Mickael +MickeyJoe +Mickeyr4nge +Mickul +Mickyy +Micosa +Micro +Micro Cosmic +Micro Nerd +MicroButt420 +MicroShrooms +Microdot +Microgolf +Microman0000 +Micromelo1 +Microo +Micropyle +Microsoft22 +Mictie +Micxyz +Mid Fade +Mid Pack +MidValley +Midareru +Midas224 +Midday +Middelkerke +Midget +Midget Bones +Midget Rave +MidniteGreen +Midori +Midori Enju +Midside +Midway16 +Midweeks +Midwife Dan +Miega +Miegalius +Miekka +Mier +Mierdapier +Mies +Mies Lapsi +Mig Wizard +Migalos +Miggles +Mighty +Mighty King +Mighty MP1 +Mighty Milk +Mighty Oak +MightyDolt +MightyNemo +MightyOrange +MightyPieBoy +MightySlappe +Mightyfrosty +Migjiris +Migou +Migrainelife +Migraines +MiguelDyson +Miguu +Migy +Migzee +Mihu o_o +Miiammi +Miig +Miiiild +Miika +MiikeyG +Miillls +Miiori +MiissMandii +Miitt +Mij +Mijae +Mijniebelle +Mijuzo +Mik +MikTheKing +Mika Kuwait +Mika x +MikaDMM +Mikael +Mikasana +MikazuAugus +Mike +Mike DIY +Mike Davis +Mike Hochuli +Mike Hunt +Mike Mike +Mike Unit +Mike Xp +Mike-NL +Mike1 +Mike745638 +MikeChang +MikeConleyJR +MikeDangr +MikeDitka +MikeHasMoobs +MikeM +MikeMontana +MikePunts +Mike_Oxmaul +Mikebaker417 +Mikeey +Mikeje13 +MikelCz +Mikemyers31 +Mikerockshhh +Mikeroscape +Mikeroscope +Mikes1995 +Mikethafarm +Mikey +Mikey B +Mikey Bai +Mikey Hey +Mikey Milk +Mikey x +Mikey1plate +Mikey47745 +MikeyBigDick +MikeyPat +Mikeygirl94 +Mikeyscape +MikeyyG +Mikezalwinnu +Mikezilla +Mikezzup +Miki4 +Mikilly +Mikki +Mikkon +Mikouich +Mikrobangine +MiksuBTW +Miksuuu +MikuNakanoxx +Miky852 +Mikzel +Mil Z +Mil ky +Mila +Milagre +Milaz +MildRussia +Mile Stoner +Mileage +MilesQPR +Miley Cyrush +Milfcocktail +Milfguardian +Milhous +Mili +Milico +Milieu +Milieudienst +Milimoowolf +Miljoona +Milk +Milk Energy +Milk Expert +Milk Sausage +Milk my milk +MilkDaughter +MilkMan227C +MilkOhh +MilkToast +Milked Cox +Milkki +Milkless +Milkmate +Milkn Tiddys +Milkopia +Milkraze +Milky +MilkyGalaxy +Mill Reef +Mill385 +Millbrook92 +Milleks +Miller 40 +MillerLatte +Millerlite40 +Millerlite95 +Millermore +MilliMillzy +Millie +Millionsppl +Millkk +Milllf +MillsMCR +Millsbay +MillzyRS +Milo +Milo Iced +Milo Monster +Milol +Milpe +Milsurp +Miltank +Milton +Mim3r +Mimahh +Mime Tan +Mimi20 +MimiKe +Mimic +Mimori +Min Botter +Min XD +Minalinsky +Minar +Minazuki +Mincene +Mind +Mind C Crew +Mind F-ed +Mind of me +MindBender84 +MindYoStep +Minde +Minde0777 +Mindf4ck7 +Mindforce +MindfulGnome +Mindgrnd +Mindhead +Mindlet +Mindreaver +Minds Hunter +Mindys +Mine is frai +Miner00 +MinerMvp +Mineraal +Minerii +Minerock +Minerock Man +Minesweeperx +Mineta +Miney +Minfri +Minga Minga +Mingdee +MingeKing +Mingerd +MinhteaFresh +Mini +Mini Aurelia +Mini Biceps +Mini Chocobo +Mini Elba +Mini Hazy +Mini Jaack +Mini K +Mini M +Mini Misty +Mini Van +Mini Xander +Mini o +MiniBuilt +MiniBundy04 +MiniCoat +MiniDrew +MiniDuckling +MiniNinjo +MiniSoMini +MiniStew +MiniToast +Minibini +Minidefiant +Miniglass +Miniguez +Minijazz +Minimaps +Minimizing +Minimum +Mining +Mining Runes +Minioz1 +MinipeTh +Minirio +Miniscus +Minish Gal +Minisnacks +Miniuzy +Minix +Mink +MinkMiller +Minkyeung +Minnesoooota +Minnick +Minnie +Minski +Minslee +Minstrel RS +Mint +Mint1s +MintEastwood +MintSoldier +MintWestwood +Mintaras +Minton +Mintvolcano +Minty Elder +Minty Rogue +Minty28 +MintyBeaver +MintyBreath +MintyFreshFe +Minty_Duos +Mintyyyy +Minu Kamp +MinusMinitia +Minyons +Minzy130 +Mio Magic +Mioceen +Mipu +Miqdad +Miqote +Miquuw +Miracle +Miracle Grip +Miracle Sun +MiracleToy +Miraculous +MiramiS +Miran a +Mirana +Mirari +Mire +Mirek +Mirepoix +Miriage +Mirin_Gloots +Mirith +Mirize +Mirk +Mirkat +Mirkoi +Mirkys +MiroSemberac +Miroh +Miroki +Mirthless +Miruki +Mirxcle +MisClickPro +MisLilToe +Misaka 10032 +Misakipillow +Misano +Misantrofia +Miscellaneum +Mischief +Miscrint +Miscy +Misdeal +MisfitGrinds +Mish +Mishie x +Mishigamaa +Mishkkal +Misimo +Miskil +Misks +MiskySam +Mislabeled +Miso Horney +Miss +Miss Amanda +Miss Amped +Miss Beth +Miss Clover +Miss Inform +Miss Judging +Miss Kipatzu +Miss Kitty +Miss Nothing +Miss Piggy +Miss Tinaa +MissArcane +MissMockingJ +MissMystique +MissRosie +MissTowlie +MissTwistedx +Missandrist +MissclickGG +Missel0 +Missen +MissinTicks +Missing +MissingRNG +Mission +Missu +Missus +Missvmk +Missy +Missy Cee +Mista +Mista 1337 +Mista Wright +MistaPhelps +MistaWubz +Mistagainz +Mister +Mister Chill +Mister Ex +Mister Gone +Mister Jar +Mister KJ +Mister Texas +Mister Tiger +Mister Xanny +MisterBass +MisterBensy +MisterBidoof +MisterCobb +MisterGurn +MisterJager +MisterPatego +MisterStats +MisterTrump +MisterWhale +MisteruDongu +Misterwieb1 +Mistheos +Misticwok +Mistify +Mistik Soda +Mistio +Misto-Flies +Mistr Morale +MistrGiggity +Mistral +Mistre Apple +Mistres Pres +Misty +Misty12 +Misty7632 +Misuryu +Mitabi +Mitch +Mitch Gate +Mitch Izle +Mitch Peters +Mitch W +MitchHardo +MitchRap +Mitchggee +Mitchman987 +Mitchs 2nd +Mitchys Iron +Mith +Mith Man214 +Mith Scimmy +MitherHobo +Mithoon +Mithrality +Mithralking8 +Mithrane +Mithter T +Mito +Mitologas +Mitqh +Mittag +MittensRS +Mittum +Mitus +Mituse +Mitver +Mitzchy +Miuted +Miuw +Mivo50 +Miwi +MixBro +MixKit +MixTapeFiya +Mixes +Mixieg +Mixtape +Mixun +Mixxush +Miyags +Miyui +Mizis +Mizo +Mizro +Mizty +Mizuno Akane +Mizusawa +Mizz Horror +MizzFrizz +Mizzzura +Mjay +Mjoll1990 +Mjurk +Mk20 +Mk60 +MkLeo +Mkiller120 +MknlC +MlCOOL +MlDGARD +MlKE +MlKEL +MlLFnCOOKIE +MlLLlSECOND +MlLO999 +MlXOR +MlZORE +Mlao +Mlddel1 +Mlopes +Mmgmike24 +Mmichel +Mmkbro +Mmm Food +Mmm Mushroom +Mmm Xp +MmmBathSalts +MmmButter +Mmmmm Bacon +Mmorpg +Mmu +Mmurder825 +Mmv +Mnemic +Mnir +MnkyDLufy +Mnmnnmnm +Mnts +Mo Fo Sho +Mo Hit +Mo slays +MoFo Boss +MoIon Iabe +MoMoYaP1972 +MoPhobia +Moathog63 +MoaxD +Mob Partyhat +Mob Punch +Mob Up +MobILe_Own3R +Moba All Day +MobbDeep +MobbyWang +Moberger +Mobiel +Mobile +Mobile Data +Mobile Maxin +Mobile Rng +Mobile Skiff +MobilePlayin +MobileSkeng +MobileXPOnly +Mobilekraan +Mobilist +Mobiusyellow +Mobo +Mobs +MobyWoby +Mobz +Moca Pet +Moccamuna +Moccies +Moccona +Mochasins +Mochi Donuts +Mochyy +Moe Amien +Moe Is Back +Moe You Up +MoeCipher +MoeTx +Moeberg +MoedZhafa +Moedameyer +Moefugganutz +Moepog +Moer +Moes +Moestieee +MoetIkLopen +Mofaer45 +MoffelRS +Mofleminator +Mofo Lt +Mofo Shadow +MofoMo92 +Mofoe +Mog Time xD +Mogcow +Moggok +Mogtime +Moh +Mohahm +Mohamedss +Mohanad +Mohannah +Moheed +Mohh +Mohib +Mohlo +Mohnday +Mohphy +Moiqol +Moist +Moist Dreamz +Moist Holy +Moist Maori +Moist3allsac +MoistButh0le +MoistMaker +MoistPainal +MoistWreck +Moistium +Mojimot0 +Mojito +Mojo Fiki +Mojojojo171 +Moju +Moju GG +Mojurico +Mojzis +Mok101 +Moka +Mokemok +Mokkasiini +Mokke-senpai +Mokkis +Moksa +Moksu +Moku +Mokum +Mokum Syl +Mola +Molag x Bal +Molars +Moldy Nuts +MoldyChips +Mole +Mole Slides +Mole1 +MoleMan-II +Molemountain +Moles Rule +Molinas +Molkkipo +Molle +Mollem +Mollium +MolllyPop +Molloyo +Mollt +MollyLlama +Molokotorby +Molotoffer +Moltea +Molten +Molten B +Moltenclawz +Moltres X +Mom Hunter +Mom Madness +MomICantPaus +Moments +MomentsApart +MommaCuz +Mommy +MommyMish +Mommys Hand +Momoh flip +Moms +MomsLasagna +Moms_Spagett +Mon key +Mon3yy +Mona +Monarchis +Monarchy +Monday +Monde +MonehBabeh +Money +Money BTW +Money Bagz +Money Grabs +Money Mann10 +Money tyven +MoneyMalone +Moneyman +Moneyman 199 +Mongke +Mongrel Hick +Mongstaman +Moniez +Monika Liu +Moniosaaja +Monitor +Monk +Monk Fists +MonkFishking +Monka +Monka Blunts +MonkaFront +MonkaGrizz +MonkaSFish +MonkaZter +Monkadile +Monke +Monkees80 +Monkey +Monkey D C +Monkey News +Monkey Pox +MonkeyDGazoo +MonkeyHeadAF +Monkeyannie +Monkeyboy991 +Monkeydodo45 +Monkeyhug +Monkeys Ass +Monkeysick +Monkie +Monkphish +Monksmen +Monkster +MonnerMads +Monnivalas +Monnual +Monny +Mono +Mono Y Mono +Monopoly +Monopoly Mvp +Monotone 07 +MonrealkaAfk +Monroejo +Monsemand92 +Monsilly +Monsta +Monstaarr +Monster Hog +Monster Tits +Monster333 +MonsterKush +MonsterTrain +Monsterofpk +Monstrius +Monstrocity +Monsutaa +Montagne +Montak +Montanaro +Monterey +MonthOldMilk +Monty +Monty Jr +Monumental +Monuu +Monxanvrooo +MooGoo +Mooch +Moocow910 +Moodeer +Moodoo +Mooffa +MoofinnMan +Moogly +Moohcake +Mooi +Mooie +Mooing +Mooing Cow +Moojin +Mookinater +Mooksy +Moon +Moon688 +Moon7I8 +MoonCard +MoonDunes +MoonStaIlion +MoonWolf +MoonYagami +Mooncrafting +Mooner +Moongazing +Moonish +Moonish Ale +Moonjock +Moonlightcb +MoonlitNika +Moonly +Moonman392 +Moonr0cks +Moonshadow18 +MooonCakeee +Mooony +Moopy +Mooqie +Moordaap3 +MooreNoyce +Moorleey +Moortgat +Moose +Moose Land +Moose713 +MooseEatBear +Moosecup +Moosefangs +Mooseheads +Mooserini +Moosewizza +Mooseyt +Moosy +Moot +Moowi +Mooyee +Mopdussy +Mopeds +Mopedstian +Moppeharry +Moppy +Moq puW +Mor Ul Neck +Moral +Morales +Morally +Moray +Morbid +MorbinThyme +Morch +MordLacaroni +Mordacai +Mordenumero2 +Morder-Biest +MordinSolus +Mordy +More +More AFK +More Chillli +More Coala +MoreThermite +Moredots92 +Morelos +Morfeusz +Morgan Donor +Morgan69 +MorganAtkins +MorganaTits +Morghuan +Morghulish +Morgo +Morgoth Man +Morgue +Morguhh12 +Mori Memento +Morijo +Moriquendi +Moritz +Morkius +Morkret +Morkula37 +Morland +Morlun +Morlyx +MormonFTP21 +Morniingstar +Moronavirus +Morot +Morph1ng +Morpheus Aus +Morphing +Morphogene +Morpice +MorqSukhaari +Morqan +MorrisTheCat +Morsey +Morski +Mort +Mort Eater +Mort Rigo +Mortal +Mortal Coil +Mortalize +MortarMan +MortemPlaga +Mortituros +Mortle2 +MortonRamsey +Mortonnizer +MortresxD s1 +MorttMoryt +Morue +Morvas +Morytania +Mosade +Mosaq +Mosbol +Moscosung +Moseley +Mosess +MoshPitJosh2 +Mosio +Mosiph +Moska +Mosmo +MossadKiller +Mosse +Mossels +Mossgiant +Mossy +Mossy Taint +Most +MostDreaded +Mostly Godly +Mostoes +Mosychuk +Moteha +MothQueen +Moth_29 +Mothafuqueur +MotherFigure +Mothless +Motikeli +Motion1010 +MotivaSean +Motivated +Motmans +Motochorro +Motor +Motse +Mottis +Mottly +Mottookaa +Motx +Motyas +Motzimoo +Moubu +Mougi +Moukie +Moul +Mouldied +Mouldy Lamp +Mouley +Mount +Mountain +Mountan Drew +Mourn +Mourners +Mournhold +Mous +Mousecream +Mousekeys +Mouselifter +Mouseman298 +Mousenn +Mousie23 +Mouteo +Mouthful Pip +Move +Move Over +Move Ziggy +Move2791 +Movember +Moviestar +Moving +Moving20 +Mow on mate +Mowgli13 +Mowk +Mowt +Mox +Moxy Senpai +Moyaha5 +Moyd +Moyis +Moysey +MozDef +Mptrj +Mq4 +Mr 0wnage +Mr 223 +Mr 7o7o +Mr 9ine +Mr A +Mr Airborne +Mr Alba +Mr Alex +Mr Ashh +Mr Ayye +Mr Bagel +Mr Baggy +Mr Barakas +Mr Bazzi +Mr Beefman +Mr Beekman +Mr Believe +Mr Biceps +Mr Bijpakken +Mr Bond +Mr Boogley +Mr Brunoo +Mr Burton x +Mr C0KE +Mr CHM +Mr Chonky +Mr Chopz +Mr Comrade +Mr Costy +Mr Count Up +Mr Cryin +Mr Dan Solo +Mr Darzelis +Mr Deivis LT +Mr DirtyDan +Mr Dong322 +Mr Dreamcast +Mr Dry +Mr Dudeicus +Mr Dumbiller +Mr Durian +Mr Dylesxic +Mr Easyscape +Mr Egret +Mr Elmar +Mr Elysian +Mr EsKei +Mr Fathead +Mr Father +Mr Foe +Mr Freezie3 +Mr Fridge +Mr Funguses +Mr Geese +Mr General +Mr Gentil +Mr Ghillie +Mr Ghizar +Mr GnW +Mr GodLuck +Mr Hanki6 +Mr Hassan Fe +Mr Hollowx +Mr Hrodbert +Mr Hulbert +Mr Infinity +Mr Iron Bar +Mr Iron Gray +Mr Iron Owl +Mr Iron Poo +Mr IronAss +Mr Jacko +Mr Jam10 +Mr Jam1O +Mr Jasperr +Mr Johbi +Mr Jonh L +Mr Jordy +Mr Joshing +Mr Jot +Mr Kaasmof +Mr Kato +Mr Keyss +Mr KingCobra +Mr Kirbo +Mr Kiwi Bird +Mr Kman +Mr Kodai +Mr Kokkok +Mr Krabbsss +Mr L0af +Mr Laser +Mr Laz +Mr Leeee +Mr Looch +Mr Loser +Mr Lysol +Mr Mackie +Mr Manual +Mr Martel +Mr McCune +Mr Mentos +Mr Mikers +Mr Missiles +Mr Miyagy +Mr Moncler +Mr Mordacai +Mr MrX +Mr Nagoh +Mr Nasty Kev +Mr Nate +Mr Nebs Main +Mr Neckless +Mr No Rift +Mr No Sleep +Mr NoMates +Mr Nonya +Mr Ohio +Mr Oizo +Mr OldSchool +Mr Osc ar +Mr Ozzy +Mr Palm +Mr Pandaz +Mr Pastorius +Mr Peggers +Mr Phelipe +Mr Pita +Mr Platypus +Mr Pondman +Mr Poup +Mr Pretzels +Mr Questerr +Mr RaWaR +Mr Rebirth +Mr Rich T +Mr Robert +Mr Romm +Mr Ryker B +Mr S N S +Mr SZX +Mr Sasquatch +Mr Shaman +Mr Siege +Mr Sighco +Mr Slabs +Mr Slaw20 +Mr Spark +Mr Splitter +Mr Squicky +Mr Stan Man +Mr Syvan +Mr T C +Mr Takoya +Mr Tbh +Mr Teej +Mr Thornbery +Mr Troll +Mr Trump +Mr Untainted +Mr Vaidys +Mr Vanhanen +Mr Veegs +Mr Wieler +Mr Wild x +Mr Woods +Mr World 420 +Mr Woz +Mr Wumbo +Mr Xray +Mr XuRu +Mr Yozef +Mr Yum +Mr Yzi +Mr Zevosh +Mr Zio +Mr ensayne +Mr noli Fe +Mr rubler +Mr spikey +Mr stony +Mr2ndPlace +Mr44 +MrAlcotester +MrAmazing +MrAmbaal +MrAngelxz2 +MrAngerfist +MrAnkan +MrAwesomeNL +MrB1u3 +MrBananaJoe +MrBeadyEyes +MrBeastly +MrBeerNTits +MrBic +MrBigLoads +MrBigPecs +MrBigWheels +MrBingly +MrBlueScreen +MrBooBlocca +MrBorreby +MrBouncyButt +MrBraa +MrBry +MrBryne +MrBucko +MrCammilleri +MrCandleWax +MrCharmeleon +MrCian +MrCivilian +MrCoolSkills +MrCoook +MrCoopahh +MrCowey +MrDTails +MrDairyHeir +MrDaive +MrDarkBlue +MrDarkSide76 +MrDarling +MrDashwood +MrDeadInside +MrDevice +MrDevour +MrDoake +MrDoofes +MrDraconite +MrDumbaldore +MrEasty +MrEdgaras +MrEmerica +MrEnd +MrEwan +MrExterm +MrFANG +MrFancyboots +MrFarrell +MrFlizz +MrFluffy97 +MrFreakyFrog +MrFrizzesh +MrFro +MrFrogRS +MrFuack +MrGaalis +MrGainz +MrGanksta +MrGatorGnash +MrGeeeeeee +MrGibbletts +MrGixxer +MrGodBrand +MrGoodbye +MrGraveLord +MrGrind +MrGurbz +MrGurn +MrGustuv +MrHatN Clogs +MrHeftyBag +MrHobokian +MrHummus +MrHypeK0 +MrIWontMax +MrIronChef +MrJTheIron +MrJad +MrJargon +MrJermu +MrJoestar +MrJohnnyx +MrJonMan +MrKadir007 +MrKerrie +MrKevinR +MrKoalas +MrKyle +MrLaffy +MrMag +MrManny +MrMatchett +MrMaxLvl99 +MrMayhem +MrMeeseek420 +MrMeeseexs +MrMell0w +MrMime +MrMonkeyJock +MrMonopoly +MrMonsterrr +MrMooCows +MrMose911 +MrNL +MrNaf1 +MrNatee +MrNeverWrong +MrNice98 +MrNieksas +MrNikeKush +MrNoBank +MrNoFgiven +MrNoFilter +MrNoLove +MrNook +MrNorwayOS +MrObliverate +MrOceanic +MrOctapus +MrOngh +MrOriginal25 +MrPK74 +MrPaip +MrPapaJoe +MrPezcu +MrPige0nz +MrPiggles +MrPlasters +MrPoopiehead +MrPork +MrPotionz +MrPowers +MrPutterLite +MrQuaker +MrQuick1 +MrRaidUrGirl +MrRakoon +MrRangingElf +MrRawDog +MrRiceBucket +MrRidder +MrRight4U +MrRobinHood6 +MrRoboto +MrRocco +MrRodgersHD +MrRojo31 +MrRumarak +MrRuneDrag +MrRyo +MrSanta94 +MrScape2Much +MrSensimilla +MrShneeeebly +MrShoarma +MrSimQn +MrSirOne +MrSkydive +MrSlongerton +MrSmiiLey +MrSmikkel +MrSocorelis +MrSolo +MrSteelYoRNG +MrStickyBudz +MrSucellus +MrSuibhne +MrSupo +MrSusans +MrSwift00 +MrTanglez +MrTibberfitz +MrTickMaster +MrToad +MrTobyG +MrTooSerious +MrTough rs +MrTrashclikz +MrTryHard69 +MrTurds +MrVillanelle +MrVitable +MrWallnutt +MrWeageZ0311 +MrWest +MrWhetFartz +MrWobble420 +MrWorldwidee +MrYachie +MrZandra +Mr_B1ff +Mr_Hairless +Mr_Kadir007 +Mr_Kapoo +Mr_Manchello +Mr_Ostroum +Mr_Schmeckle +Mr_Scoff +Mrawrs +Mrbadwrench +Mrbaird +Mrbd +Mrburnsss +Mrcoconut22 +Mrdeemoney +Mrevil1 +Mrfuntime517 +Mrfuzzy +Mrglex +Mrhood +Mrjellyfish +Mrjli +Mrloonetick +Mrm0rm0r +Mrmagoo0 +Mrmanguy +Mrn1ceguy89 +Mrpokoz +Mrpoopyface1 +Mrs Budie +Mrs Pure Cut +MrsFabler +MrsJonesUFT +MrsMushrooms +MrsPurpTurt +MrsSocorelis +Mrslipkn0t +Mrwaffleses +Ms Goblin +Ms K +Ms Lizziard +Ms Trap +Ms Zik +MsAnderzen +MsArachnea +MsBoothanqq +MsFreakyFrog +MsGroves +MsSev +MsethOWarq p +Mssp +Mstr Postman +Mt Eben +Mt Olympus +Mthrfckrmike +Mthw +Mtn Dew Dew +MtnDewford +MtnGoat +Mtp69 +Mtra +Mtv Cribs 07 +Muad_Dib +Muahahaha45 +Muahhahaa +Muahuahuahua +Muas +MuasBtw +Muay Mat +Muaythai +Muc Gib +MuchBetta +MuchGpWaste +Muchly +MuchosAssias +Muchy +Muckball +Muco +Mud Cricket +Mud Temple +Mud9 +MudCatBigDog +Mudda Focha +Muddas Main +Muddy patch +Mudguard +Mudkins +Mudkip +Mudmur +Mueezy +MuerteBella +Mues +Mufasa +Mufasa IXI +MufffinKing +Mufficer +MuffinActual +Muffinkyutie +Muffins +Muffinyatta +Mufz +Mugarooni +Mugen +Mugge +Muggerman3 +Muggled +Muggles +Muggtjuven +Mugrub +Mugy +Mugzy +Muhaji +Muhamed +Muhfn +Muhkea +Mui Gokuu +Muilpeer +Muki +Mukkaram7861 +Mukkey +Muktheduck +MulasRevenge +Mulberry Mtn +Muleleaveox +Mulky +Mulle-mek +Mullet Mafia +Mullishus +Mullvaden +Mully +MullyMammoth +Multi +Multiloquent +MultipleRats +Multiplying +Multitalent +Multiway +Multizeta +Multrix +Mulugga +Mum3nRider +MumBanker +Mumble +Mumbles +MumblinSloth +Mummzy +Mumriken +Mums +Mumspaghetti +Munansurvain +Munchise +Munder +Mundt +Mungles +Mungoe +Mungu +Munia15 +Munich +Munire +Munk +Munkea +Munkefar +Munkinut +Munky Munk +MunkyBizness +MunkyKnuckle +Munn +Munnchicles +Munqqi4862 +Munqqii +Munshae +Muparadzi +Muphat +Muppz +Murasa +Murbez +Murda Turk +Murder +Murdered +Murderings +Murdimius +Murdock +Murdur +Murgambit +Muri +Murilokooo +Murimekko +MurkWahlberg +MurlokMurlok +Murogrim +MurphRS +Murphys +Murphys Lag +Murpman +Murray +Murray 1991 +Murre +Murrloc +Murrrum +Murt15 +Murtti +Murzum +MuscleNation +Musftw +Mushmom +Mushroom +Mushroom Mtn +Mushrooms1 +Mushtime +MushuPorkPls +Musi c +Music +Musica +MusicalMurdR +MusicalStory +MusiclRevivl +Musicpunk +Muskets +Muskintine +Muskogee +Musky Whale +Muslimi +Musschoot +Mussy +Must +Must Slay +MustBeGanja +MustKillBill +Musta +Mustachio +Mustamae +MustangYak1 +Mustangs +Mustard +MustardXD17 +Mustasurma +Mustekala +MusterShelby +Musto Task +Musty Ropes +Musty Sailor +MustyToofer +Musuwu +Mut3dHasselt +MutaNep +Mutants +Mutapets +Mutated +Mute Pker +Muteself +Mutilated +Mutsurini +Mutt a dile +Muttadale +Muttadiddle +Muttadude +Muttallica +Muugz +Muumipappa +Muunchyy +Muurxi +Muushuu +Muutz +Muws +Muy Booty +Muzbo +Muzi +Muziek Smurf +Muzket +Muzz +Muzzle +Mv P +MvP ov RnG +Mvk +Mvko +Mvp Scrub +Mvvs +Mw2 +MxMay +MxSloot +Mxb36 +Mxffin +Mxr +Mxteorites +Mxtta +My Damie +My Dark Hell +My Dark Soul +My Death Bed +My Demons +My Dont We +My Dumb Iron +My Faith +My Fantasy +My GF isMILF +My Gentiles +My God +My Iron Man +My Ironmain +My Ki +My Kill +My Kingz +My Limp GIMP +My Main Game +My Maine +My Mate Elm +My Name Vyga +My Pet Mocha +My Rng Ass +My Sana +My Secrets +My Ticks Now +My Ult +My pp stink +MyAssLucky +MyCatKillsMe +MyCtyNeedsMe +MyDuck +MyElyNow +MyFitPal +MyHandyMan +MyIiu +MyLastGo +MyLoveFaith +MyMercy +MyNAm3BubBA +MyNameIs +MyNameIsCole +MyNameIsKent +MyNameIsTina +MyNameIsTrev +MyOSAccount +MyPetRicky +MyProject +MyRifleMyGun +MyRight Nut +MySeed +MySkillsKill +MyStinkHurts +MyTakao +MyWanderlust +MyWyvernAlt +Myams +Myat +Mycreation +Mycreation1 +Mydlong +Mydragon8u2 +Myers +Mygary +Mygraine +Mykeh +Mylar +Myles +Myles_008 +Mylifeisless +MylilBrony +Mylle +Mylo +Mylo 7 +Mylos +Mylosas +Myndemo +Myoboku +Myosarcoma +Myoshi +Myotoxin +Myriadic +Myrm +Myron +MyronAynes +Myrupz +Mystearica +Myster +Mystery Btw +Mystery X +MysteryGifts +MystiCool +Mystic +Mystic Mak +Mystic Pizza +Mystic Voke +MysticChompy +MysticDrift +MysticErebos +MysticRiver +MysticStrega +Mysticpuffer +Mysticrobe +Mystics Main +Mysticvaa +Mystiic +Myth +MythCerix +MythCraft +Mythic +Mythic Hiero +Mythicat +Mythrin III +Myto +Myuf +Myuk +Mywa +Myz +Myzi +Mzaa +Mziy +Mzr +Mztar +N 10 +N 55 +N A l N E R +N E L L +N E N E +N Gallagher +N I GH T96 +N I N O X +N I S H +N ICK Y +N O B S Y +N U B U +N W M +N a t t z +N ang +N anko +N arb +N dejay p +N e a k i le +N e i l +N e0 +N iall +N ibbler +N ightgleam +N l C K O +N l E V E +N o m a d +N occo +N oggin +N u d +N uggies +N-J-R +N0 H34RT +N0 Invictus +N0 pid +N00biistyl +N00bslayer27 +N04me +N0B4Marri4g3 +N0Ballz +N0ID +N0LlMlT +N0OneCares +N0T HC +N0XPWaste +N0blelegend +N0llie +N0obalhao +N0rse_k1ng +N0sie +N0t Maxed +N0t special +N0tliketh1s +N0ul +N1 CK +N17 Jake +N1C3 +N1NJASK1LLZZ +N1ckai +N1cwho +N1nja +N1njaCat +N3XX +N3p +N3se +N3x +N4L +N4ruto +N4styNat3 +N7N +N8vy +N9NE420 +N9T7 +N9U +NABEEL RJ +NAGAKAMAL +NANORA +NARPslayer +NASDBOY +NASSERN +NASTY +NAVl +NB8K 2K13 +NBA +NBA NewMain +NBA Youngb0i +NC90 +NCG +NCG 2 +NCPS +NEBR0SKY +NECR0DANCER +NEEDAMETHYST +NEENEE +NEET +NEET forever +NELSONORS +NENOS +NEONiC +NEWBEYE +NEWFISHMATE +NEX IS WET +NEXFARMER +NEYOVIC +NFed +NHL Blues +NHrn +NIIXIIK +NINJABLEV1NS +NINJATMNT +NITR00 +NJC20 +NJWW +NKJ +NL Chronos +NL Gilbert +NLDeluXe +NLFreakky +NMM Jaoel +NMOS_giant +NMZLetics +NO 1s SAFE +NO CHlLL +NO FEEL +NO MlDS +NO N R G +NO PlD +NOAH +NOMETHESPORT +NOOOOOOOOOO +NORTHSEA +NOSTALGlA +NOTTDY +NOTaPancake +NOmki +NPC Healer +NPC Icedrake +NPYJ +NRA +NSFL +NSHN +NST Praise +NT FiSHvv +NT Y +NTBeerBandit +NTMR RADIO +NUEL +NULLI +NULLlN KUPPl +NUTSHOT +NVQ +NWHL +NWI 219 RAT +NY +NY C +NY G +NY x LEGiiT +NZ Dave +NZL +N_MB +N_other_day +Na Mn Or I +NaCl +NaCl Sprite +NaCl is salt +NaQ +Naaath +Naafiri +Naais +Naakkeri94 +Naakt +Naaon +Naautilus +NabD Rank 5 +Nabroleon +Nabshadow +Nabss +Nabua +NabyLad +Nach +NachB +Nachitto +Nacho +Nacho Alt +Nacho2030 +NachoByte +NachoDragon +NachoPapi +Nacht +Nachtkastje +NachuiTuda +Nadaa +Nadeo +Nader +Nadsage +Nadund +Naethera +Naftininkas +Naga +Naga Morich +Nagisa +Nags +NagyonJo +Nagyung +Nah0824 +Nahida +Nahiida +Nahkamestari +Nahuel +Nahyol +Nahyun +NaiiSha +Nailbox +Nailed Hard +Naimsen +Nainenoon +Nairda Niam +Nairda Nori +Nairino +Naisu +Najda +Nakal +Nakama +NakedTwister +NakednFeared +Nakke176 +Nakkee +Nakkesleijer +Nakkimauno +Naksitr6ll +Naku +Nakuz +Nakuz0r +Nalle Puh FT +Nallieheai +Nalsara +Nam +Namcel +Name +NameECJ +NameRjected +NameWasBannd +Named +NamedGenius +Namelessdude +Namelus +NamesAreMeh +NamesHisoka +Namine Silke +Namir +Nammer +Namuko +Nana +Nana Steel +Nanado +Nanciscor +Nancyy +Nander +Nandos +Nandos Man +NangMan +Nangdalorian +Nanimavi +Naniva +Nannertee +Nanno +Nannu Baba +NannyCam69 +Nanoh +Nanoman360 +Nanonymouse +Nanook IV +Nanoray +Nanotech +Nans +NansBeaver +NansCumTowel +NantaoL +Nanyts +Naoe +Naoe Y +Naoe Yamato +NaofumiLTU +Naoka +Naow +Nap Tackle +Napaaaaaaaaa +Napalm +Napanderii +Napettaja +Naphtic +NapkinFork +Napnapnap8 +NapoleanBra +Napoleon +Nappy Head +Napsutaja +Naqu +Nara ven +Naradas +Narbose +Narby +Narcan Saves +NardDog +Nareg +Narel1a +Narendradath +Narg +Nargarothian +Narked +Narkon +NarnodesNono +Narrative +Narry +Nartens +Narth Calior +Narthalion +Naru808 +Naruto +Narval +Narvalow +Narwallus +Narwhal1731 +Narx4 +Nas is like +Nasa +Nasaman +Nascar +Naseeph +Nashh +Nashluffy +Nashonic +Nashy +Naskarsdad +Nasko 07 +Nasper +Nasrullah +Nasseee +Nassim +Nast +Nastacov +Nastie +Nastik +Nasty +Nasty107red7 +NastyAss +NastyCasual +NastyDonger +NastyGarbage +NastyGeUsers +NastyV6 +Nasuuu +Nat Scheetje +Natalie +Natby +Nate +Nate Dogg g +Nate Joggers +NateDoge +NateStayLove +Natebroh +Natedog 1104 +Naternater +NatesOSRSAcc +Nath Meister +Nath btw +NathJeaL +Nathan +Nathan A +Nathan Lyon +Nathan Novak +NathanTurn +Nathandrthal +Nathanyuelle +Nathn +Nationwide +Native +Nato is Jake +Nato888 +Natoh +Natoroid +Natrox999 +Nats +Natsu +NattNub +Natte +Natte Dop +Natte Dream +Nattetid +Nattkungen +Nattmara +Nattraps +Natu +NaturalBeaut +Naturally +Naturally Me +Nature +Nature B0Y +NatureNymph +Naturealis +Naturejacks +Nauce +Naudra +Naught Good +Naughtpure +NaughtyPanda +Naukahtaa +Naukkiss +Nautis +Nauuyn +Navas +Navbrah +NaviRio +Naviaux +Navidson1 +Navn +Navraj +Navtik +Navy +NavyDD214RET +NavyLight +NavyPunk +Navyseals199 +Nawberry +NawtyMonkey +Nawus +Nax +Naxacid +Naxiius +Naxito +Naxos +Naxtzi +Nay RS +Nay0101 +Nayna +Nayrus +Nayrus Love +NazTehRpR +Nazgul +Nazty +Nbba +Nbcw +Nbsniper69 +Ncpure +Ncrr +Ne x is +Ne3po +Ne86 +Neak +Nealonl4 +Nealos +Neals +Nealvy +Neanderthal +Nearly +Nearomancer +Neatkii +Neav +Neb0lith +Nebb +Nebbo +NebbyGo2Bag +Nebezaidu +Nebijok +Nebrosky +Neccto +Nechromancer +Nechryass +Nechs +NechtKnecht +NeckBat +Neckbeardis +Necksnipped +NecroEric +NecrodedGSF +Necrokingns +Necromatus +Necromooser +Necronomist +Necrophorum +Necrosauruss +Ned1991 +Neddam +NederweertV2 +Neduks +Nedus +Nedved +Nedward +Neeby +Need +Need 2m +Need A Pint +Need Femboy +Need GP Now +Need Protein +Need Rogaine +Need Spoon +NeedInternet +NeedMoore +NeedPurp4Bed +Needs +Needs Coffee +NeedsADad +Needtomboy +Neeech +Neefey +Neeisnet +Neekkoco +NeekoNeekoNl +Neekomata +Neekss +Neelen +Neems +NeetScape +Neetman +Nefarious fe +NeferSeti +Nefereous +Neffiz +Neg14 +NegAttiveI +Negan +Neganeogami +Neghed +Nego Baby +Negrong +Nehxy +Neil +Neilthedead +Neintein +Neitiznut +Neitiznut Jr +Nej tak +Nejvalt +Nejvash +Nekalbink +Nekkopanda +Neko Inori +NekoSayNyaa +Nekomata Nia +Nekomimi +Nekromant Cz +Nekrukeisari +Nelaimingas +Neleron +Nelhium +Nelkirr +Nelli Matula +Nelliell +Nellysan +Nelox +Nels0N +Nelsi +NelsonRosea +Nelsonater +Nelvian +Nelx +Nelybynature +Nelzhar +Nemaksciai +Nemba +Nemerrr +Nemesis +Nemesis2020 +Nemf +Nemijin +Nemipro +Nemisys +Nemj +Nemmo +Nemo +Nemo_o +Nemonia +Nemoven +Nenah +Nendou +Neng_Thao02 +Nengah +NeniHead +Nenio +Nentsukka +Neo +Neojoramony +Neon +Neon Christ +Neon Juan +Neon Slinky +Neon Volts +Neon xxv +NeonChilli +NeonGenxsis +NeonM1d +NeonO7 +NeonPaladin +NeonRhythm11 +Neonik +Neonke +Neopia +Neoplasia +Nephedes +Nephyrion +Neppe +Neptune169 +Ner +Nera Obuoliu +NerbBlaster +Nerbles +Nerbs +Nerd +Nerd Body +Nerd Owns +Nerd Stone +Nerda +Nerdbob +Nerdcore +Nerdier +Nerdpuff +Nerf Bowfa +Nerf Coffee +Nerf Th1s +NerfMePlz +NerfTG +Nergegante +Nergg +Nerio x +Nerithma +Nermzz7 +Neroxcen +Nerraw +Nershi +Nerve +Nerve Cell +Nesk +Nesquiik KlD +Nesretep +Ness +Nestedloops +Nesties +Nestl3 +Nestorianos +Nesuvarzytas +NetTrap +Netamu +Netanelba +Neteroem +Netgear +Nethada +NetherToxin +Netho +Netjes +Netmn15 +Neto +Nettipoliisi +NetturDab +Neturtingas +Neural +Neuro Lepsis +Neuro-Tomb +Neurologist +Neurophys +Neurovelho +Neut +Neutral Game +Neutralised +Neutrally +Neutronas +Nevar89 +Nevena +Never +Never Die113 +Never Spoon +Never die +Never2Clever +NeverAssume +NeverBudge +NeverEnding +NeverFreeze +NeverGetRift +NeverGunaMax +NeverImprove +NeverLateWiz +NeverMoves +NeverMyFault +NeverQuest +NeverRespawn +NeverSailing +NeverSober +NeverTrading +Neverender27 +Nevermaker +Neverover +Nevi +Nevik94 +Nevinnn +Nevit +New Monkey +New Tooka +New journey +NewAgsWhoDis +NewBoy4321 +NewDad +NewFavorite +NewHobby +NewMobWhoDis +NewPlayerx13 +NewToBossing +NewWrldHodor +NewZealands +Newb +Newb Ranger +Newbillnye +Newby +NewcastleFC +NewfieTinMan +Newfiebanger +Newguy2003 +Newleesh +Newlut +NewrockkuOS +Newst0nekid +Newt Jacuzzi +Newtman907 +Newton 1 +Neww Zealand +Nex Afg +Nex FFA King +Nex Is My X +Nex Minion +Nex Myself +Nex leecher +Nex1s +Nex2169 +Nexarion +Nexcellent +Nexeiy +Nexfinity +Nexgen +Nexi +Nexil +Next +Next Day +NextPet +Nexus Sire +Nexx +Neya +Neyburr +Neye +Neyes +Neyugn +NezFix +Nezqi +Neztea +Nezuk o +NghtPnda +Ngis +Ngyessiree +Nh3r +NhaleXhale +Nhan +Nhest Cutter +Nhimzo +Nhouse20 +Nhyrenn +Ni +Ni ke +Niahl +Niall x +Niawag +NibblyTitter +Nibbyus +Nibexx +NiblaNoss +Nic +Nic Machine +Nic Nasty +Nic Nerc +Nic co +NicMachine +Nicannand +Nicao Beck +Nicashi +Nicathan +Nice +Nice Adept +Nice Caulk +Nice Iron +Nice Nice +Nice One +Nice Peaks +Nice Pets +Nice try guy +NiceGuy Edy +NiceGuyEddyy +NiceMarkMark +NicePotatoes +Nicely High +Nichohls +NicholasRage +Nicholaswei +Nichy +NiciValbuena +Nick +Nick Grows +Nick Ints +Nick Lopes +Nick Sellers +Nick X10 +Nick0hwolf +Nick1234101 +NickChubb24 +NickReady +NickScape +NickSpoof +NickTSMITW +NickVo +NickaClassic +Nickernack55 +Nicki +Nicki Menage +NickisBackyo +Nickk +Nickmitz23 +NickmyKnack +Nicknao +Nickolai Lol +Nickool4 +Nickos +Nickoss +Nickoudbier1 +Nickroo1234 +Nicks +Nicks OSRS +NicksNipples +NickyPunky +Nickynice23 +Nickyy +Nickyy G +Nico +Nico BE +Nico Le Chef +NicoFreakOh +NicoIas +NicolaSturge +Nicolai +Nicolaj +Nicolas +Nicoo +Nicophilia +Nicsyth +NidaNewName +Nidalee +Nidgen +Nidh +Nidhogs +Nidk +Nidmann +Nidoking110 +Nidraugas +NieI +Nief +Niefable +Nielaahh +Niels1608 +Nielscorn +Nielsen9312 +Nielssjeee +Niely +Nieman +NietzscheJR +Nieve +Nieve Hamtaa +Nieve Rivers +Nieve Task +NieveIrwin +NieveIsBad +NieveIsThic +NieveMeAlone +NieveTitties +Nieves +Nieves Bean +Nieves Boob +Nieves Butt +NievesDead +NievesThighs +Nifelhiem +NifkeCove +Nifty Gifty +Nigel +Nighlist +Night +Night Elf45 +Night Shade +NightNurse +Night_Furor +Nightbass +Nighter +Nightmare +Nightmare CX +Nightmare028 +NightmareSHW +Nightolas +Nights9 +Nightsharp +Nighttman +NightxxShade +Nightz Watch +Nihilismi +NihilistScum +Nihplod +Niihilism +Niiick +Nijah123 +Nijn +Nik-fil-A +Nikab +Nikco +Nike +NikeOnMyFeet +Nikez +Nikit +Nikkerpoo +NikkiJaxx +NikkiQT +NikkisDD +Nikkisaur +Nikko +Niknea +Niko Solo +NikolasOG +Nikoo +Nikronic +Nikskill +Nikumei +Nikun +Nikz +Niley +Nilitsu +Nilpferd +Nils +Nilwh +NilzZ +NimaNaruto +Nimajineb +Nimble Snail +Nimbubu +Nimex +Nimismies2 +Nimlasher234 +Nimloth_666 +Nimma Crew +Nimmongel +Nimrod +Nina +Nina Dobrev +Ninanunana +Nine E L +NineTs +Ninef +Ninesax +Ninetails +Ninetales4 +Ninevolz2 +Ninfia +Ningaa +Nini N Kiki +Ninja +Ninja Bamsen +Ninja Cow Jr +Ninja Rasta +Ninja1978 +Ninja66 +NinjaNoodles +NinjaPunch72 +NinjaSpeed +NinjaTurt +Ninjaloff +NinjasDark3 +Ninjee xo +NinjerNick +Ninjunzo +Ninjymate +Ninook +Ninorc +Nintendogz +Nipaahv +Nipes +Nipitipi +Nipp +Nipp-on +NippleSundae +Nippppppppee +Nipps89 +NipseyHpvm +Niseraru +Nishax +Niskha +Nismo +Nismo Ranqe +Nisramont +Nissan +NisseIadden +Nissmo +Nistipata78 +Nitefall3n +Nitepearlz +Nitetrip +Nith +Nithe +Niton +Nitro Crate +Nitro Dax +Nitro Rng +Nitro306 +NitroCrate +Nitroalkenes +Nitrognhorse +Nitros +NitrosOxide +Nitrous Bro +Nitsch +Nitsuj42 +Nitt +Nittany +NitwitSchool +Niukkis +Niva +Nivex +Nivory +Nixby +Nixi_NL +Nixiro +NixonsJowls +Nixvet +Nixxay Iron +Nixy +NixzTez +Nizqa +Nj0y +Nkpi +NlCK +NlCKT +NlLREM +NlMBY +NlSO +NllCK +NllL022 +NlppleX +Nmf Euphoric +Nmofm +Nnavs +Nnoitra +No 1 There +No 99s btw +No Arcane No +No Autoclick +No Basic +No Death Tax +No DexL +No Diff +No Emphasis +No Fear X +No Fkeys +No Honor Yah +No Joggers +No Kwuarms +No Legs Lazy +No Logic +No Lucko +No Means Ya +No Meds +No More Bugs +No Much Bulk +No Normies +No Old +No Pets +No Rationale +No Rugrats +No Saint +No Senpai +No Sleepin +No Souldier +No Splits +No Submit +No Tax Due +No Tbow Andy +No To War +No Xp Waste +No Zily Luck +No ah +No toleranss +No ur roll +No0dlehead +No53 +No7 +NoAntiVenom +NoBankIRL +NoBanksNoThx +NoBans +NoBp +NoCreamy +NoDayMercy +NoDealEU +NoDropForMe +NoDurex4you +NoEdge707 +NoFame +NoFang Wizza +NoFapp +NoFlipZone +NoGoodSkills +NoHelp +NoHesitation +NoInferno +NoIronManBTW +NoLife4Him2 +NoLifeCue +NoLifeLevi +NoLifeMain +NoLifeMcgee +NoLifeScape +NoLifeSincRS +NoLiferSoul +NoLimit +NoLootBag +NoLootNoWoot +NoLove +NoLuck Mario +NoLuckBearku +NoMarinero +NoMercyUIM +NoMo +NoMore +NoMoreTrades +NoNumbers4me +NoOlmletSig +NoPainNoMain +NoPolnT +NoPrims2k_kc +NoPurpleAku +NoRNGsmalle +NoScyOrStaf +NoShit +NoSprayNoLay +NoStore +NoStrategy +NoStress2Day +NoTangleroot +NoTank4U +NoTexture +NoTradeBrad +NoTradeForMe +NoVa ITI +NoVow +NoWaR +NoXpWast3 +NoXpWasted +NoZulrahIM +No_Dumping +No_Remedii +Noah +Noah Dinnae +Noah G +Noah Luvs U +NoahB +NoahGriffith +Noahfireball +Noahs +Noam Chompy +Noamonts +Nobber +Nobbys +Nobelanerr +NobilityTorn +Noble +Noble Gage +Noble Oats +Noble Sticre +NobleCorey +NobleVespo +NoblesForRec +Noblood +Nobody Good +Nobodyz +Nobrain +Nobu +Nobudy +Nobularlol +Nocando +Nocarred +Nochill +NocnyKoszmar +Noco +Noctivagous +Nocturnal +Nocturnal RS +Nocturnal024 +NocwocDaLord +Nodens +Nodonge5 +Nodorcro +NoeLT +Noeka +Noem +NoemMeJePapi +Noexi +Nofolkn whey +Nogal +Nogi +Nogoodnms +NoiScape +Noig +NoirSandy +Noiserv +Noisy +Noisy Luigi +Noita-akka +Noith +NoizRock +Noizex +Nokil +Nokiny +NolanAlpha +Nolch +Nole Jr +Noley +Nolifepvm +Nolifer +Nolifer 28 +Nolly +NoloadRIP +Nolungs +Nolzeyy +Nolzzz +Nom C +Nom Ruby +NomCensurer +NomNomSoulz +NomadForseti +NomadRek +NomadsLife +Nommmy +Nomoenoobs +Nomonater +Nomskichooo +Nomtiq +Non5ens31 +Noname Nate +Nonc +None +None Feared +NoneOther +Nonke +Nonni +Nonplayer +Nonreal +Nonsense +Nonstop +Nonvalid +Nonwestlee96 +Nonwitzki +Noo Promises +Noob +Noob Man +Noob N Smoke +NoobHey +NoobPkedMe +NoobWrecker +Noobacleese +Noobalhao +Noobe15 +Noobest +Noobicidal +Noobike00525 +Noobirini +NoobishAct2 +Noobs +Noobsscape +Noobtyle +Noobtype +Nooby +Noodle +Noodle Dude +Noodle Me +Noodle Soups +Noodles +Noodlike +Noodz +Nooki +Noolbort +Noon +Noons +Noonshake +Noopi757 +Noorbee +Noorden +Noosii +Nooster +Noot +NopePope +Noportals +NorCalGreens +Nora Flora +Norbet +Norbsi +Norchis +Nordas +Nordfeir +Nordicade +Nordnec +Nordo +Nordstrand +Norfok +Norge +Norhig +Nori Nitsuj +Norilsk +Norimasa +NormHadAFarm +Normabel +NormanBates +Normans +Normie +Normie Main +Normie helm +NormieDalzii +NormieFYI +Normies +Normy Narked +Norn +Norqe +NorrSken +Norska +Nortenosk +North +North No 2 +North Rmmbr +North1ane +Northerly +Northfork +Northic +Northnewfy +Northrod +Northtoeast +Northxy +Norti +Norton +Norton_Gman +Nortoon +Nortron +Noscythe bad +Nose +Nose Beerz +Nose Puncher +NoseBeersies +Nosetkl +Nosevesey +NosferatuBoi +Nosni +Nosnorb +Nosorow +Nost4lgia95 +NostalgiaNp +Nostalgic +Nostalgic00 +Nostalgimon +Nostos +Nostrily +Not 0A +Not A Lover +Not A Robot +Not Bad +Not Brizz +Not Carlyle +Not Cynical +Not Dzop +Not Eternal +Not Flicking +Not Frac +Not Gaming +Not Ice +Not Internal +Not Ketho +Not Level +Not Lime +Not Lorppe +Not Med +Not Mesijus +Not Mikers +Not Muppet +Not Muppz +Not Panik +Not Perry +Not Rudy +Not Ryu +Not Salinger +Not Schuproo +Not Sharp +Not Soft Yet +Not Sotetseg +Not Tanzu +Not Tarczon +Not Tarny +Not Twistie +Not Vaxx +Not Yakosu +Not Your Nan +Not ZB +Not Zema +Not a Fan +Not a UIM +Not all +Not an elf +Not enough +Not even Dan +Not main btw +Not rn Babe +Not trivial +Not wow man +Not-afraidem +NotAFKenough +NotAJ +NotALurer532 +NotASkrub +NotAStreamer +NotAlright +NotBiabanana +NotBot893294 +NotEp3 +NotEvenRare +NotGilthresa +NotHCJames +NotKD +NotKailey +NotKnowMadss +NotLefty +NotMatched +NotMaxinSoon +NotMinty +NotN07NeMo +NotNecro +NotPker +NotPlateWolf +NotReady +NotShaneska +NotSoCasual +NotSoHCZoro +NotThaFather +NotUIM +NotUrAvgTim +NotUrBisnis +NotValidName +NotYerGuyPal +NotaCola +Notanedgepkr +Notanoob12 +Notfatprism +Nothard +Nothin Lasts +Nothing +Nothing Sold +Nothing2die4 +NothingMate +NothinqThere +Notjoeybloom +Notlayla +Notmyrsname +Notori +Notorious +Notorious N1 +NotoriousALB +Nottarg +Nottingham +Notutoring +Notwind +Notz +NouGIM +Nour +Nouvelle Vag +Nov +Nova +Nova Lova +Nova NK +Nova Rez +Nova X1 +NovaDragonX +NovaNovNov +NovaNova_v1 +NovaaDay +Novacult +Novahearts +Novahria +Novalisky +Novamus +Novaqueen +Novaspell +Novelled +Novem +November Air +Novesey +NovicePlayer +Novist +Novizy +Now Boarding +Nowa +Nowa Lyfe +Nowlan2 +Nowoxifer +Nowt +Nowuh +Nox Irea +Nox1de +Noxai +Noxeek +Noxelder +Noxia +Noxied +Noxif +Noxifer Nino +Noxifer Noob +Noxifers +Noxiti +Noxitrall +Noy rs +Noys +NozFox +Nozel +Nozzie +Nozzles +Npc Contact +Nppb +Npzu +Nrsa +Nrse +NsG Flames +Nshit +Nsns khalifa +Nsoak +Nsor +Nssc +Nstfu +Nt0y +NtQuiteRamb0 +Ntsf +Nu ff +Nub Cakes +Nub Cape +Nub Die Plx +Nub II Elite +Nub at PvM +Nubby +Nubby Nubnub +NubbyOtter +Nubciclez +Nube +Nube101 +Nubje +Nubslie +Nubthhh +Nubutraum +Nuc1ear +Nuck +Nuck Formies +Nuckie34 +NuckinPhutty +NuckkinFuts +NuclearDron3 +NuclearShift +Nucleons +Nucleotide +Nucu +Nue +Nuffedyr +Nuffers +Nuffyz +Nuffz +Nuge Hews +Nugget +Nugget Farm +Nugget8453 +Nuggo +Nugs +Nuhapiippu +Nuigaia +Nuirokay +Nuk3rO +Nuke +Nuke Rofl +NukeDuke98 +Nukkumassa +Nukooa +Nukster +Null God +Null Quiet +Null Scaper +NullObject +NullTalisman +Nulliko +Nullish +Nullly +Nuloh +Nulsen +Nuluki +Num1 StepSis +NumTaker +Numazu +Numb God +Numb Too +NumbButWhole +NumbaWanGIM +Number +Number Forty +Number is 47 +Number1 +Number1 Bass +Numbermatch +Numel +Numenor21 +Numerater0 +Numerikaali +Numidium +Numinious +Numismatist +Numpad +NunWithAGun +Nuna +Nunac +Nunc +Nuno +NunsRtight +Nunsbox +Nuoli Z +Nuori Karhu +Nuparu22 +Nupayne +Nupiso +Nuqubba +Nuqx +NuranJeezes +Nurco +Nurdal +NurgleBurgle +Nurrminatorr +Nurse +Nurse Turbo +Nurselie +Nursering +Nusky +Nussi +Nust +Nut Nut +Nut on Nieve +NutStains +NutZak +Nutgood +Nutipaa +Nutjes +Nutrino +Nutta +Nutu +Nutviper +Nutwic +Nuubby1 +Nuubi85 +Nuuh +Nuuhi +Nuux +Nuwanda +NvMe +NvMy +NvMy Madness +NvUs +Nvh +Nvidas +Nvious7 +Nvr Ironman +Nvsh +Nwkz +Nxcv1 +Ny e +NyThinIsFine +Nyaa +Nyalesh +Nyam2 +Nyannoid +NyarkThunaki +Nybocs +Nydarb +Nydde +Nydloh +Nyesqui +Nyholmeen +Nyk X1 +Nykat +Nyler +Nymlonn +Nymph +Nyppe96 +Nyquistt +Nyranger99 +Nyraxion +Nyrkki +Nystuen +Nythan +Nythos +Nythsama +Nytrate +Nytrogen +Nyula +Nyx Avatar +Nyx296 +Nyx_TrueShot +NyxxiePixxie +Nz Str +Nz Boy 96 +Nz Str +Nzfisher +NzhiaT +Nzpkers +Nzz +O C M W +O E M +O G Herbs +O G RasTa +O K E Y +O L D Z E +O Lewis +O N W +O O 9 +O O O O O O +O Rodrigo +O TUGA LINDO +O X Y G 3 N +O ctopus +O dhran +O hio +O l m e w +O m a r +O o g a +O s s e +O stake +O-Scape +O-Six Newb +O-SobaMask +O0BY +O5O5 +O64 +O7 offroad +O93 +OBD2 +OBGYN doc +OBKush69 +OBLV Empson +OBLV KKRKAT +OBLVPIPEBOMB +OButterstick +OCBP +OConnell +ODarnUFail +OEM +OFFS NFS +OFS I +OG AlanEspo +OG BlowsCOX +OG Boney +OG Ezena +OG Germ +OG Greenery +OG H4zed +OG Horizon +OG IronAaron +OG K1ng +OG Kassu +OG Kenobi +OG Mr Crispy +OG PvMer +OG SUOMINEN +OG Sage +OG Soul +OG StrongBoy +OG Totti +OG not OJ +OG-Bebardo +OG2 +OGBloodFam +OGJezus +OGKingRavenZ +OGLman416 +OGRockstar +OGTeacher +OGThicPickle +OGWhitePanda +OG_Westside +OH NO PLZ +OHC +OHP +OH_mes +OHv3rdose +OINK OINK XD +OId Nite +OJ AVENGER +OK Thug +OLD MAKAVELI +OLUTMIES +OLY Krzanich +OLlVER +OMEGAPEG +OMG U DID IT +OMG a GIM +OMGstepbwana +OMNIV0RE +OMX +OMYLANTAAAA +ONCES +ONDERBOKSEM +ONE EYE Q +ONEBIGJOKE +ONEM0REBEER +OON HUMALASA +OOOGAABUNGA +OP Yoyoei +OPEN NA N00R +OPIronman +OPName +OPP2 +OREG0N +ORLZU +ORlCHALCOS +OS Anthony +OS BAKA +OS Badger +OS Flexin +OS Gdtn +OS Glory +OS Hadley +OS Iron Life +OS Jordan +OS Lou +OS Maroko111 +OS Masochist +OS Nat +OS Reecy +OS Versace +OS Weesh +OS dah +OSBudknight +OSBug +OSCannabis +OSCastleWars +OSColbyStock +OSGingerkiin +OSGraham +OSGrindscape +OSHH +OSRASS +OSRS +OSRS Brody +OSRS Cyze +OSRS DANI +OSRS Denmark +OSRS Dresse +OSRS Hostage +OSRS Jim +OSRS Joshua +OSRS Keegs +OSRS Moey +OSRS Rapaaja +OSRS STIMPY +OSRS TOBI +OSRS Tired +OSRS Zezima +OSReaper +OSSD +OSSoulwars +OS_AndyB +OS_Jazzy +OSzerox +OTF SPRINKLE +OUTSlDERS +OWE N +OZANN +O_o +OachKatzal +Oak Cliff +Oak Tree Ted +Oaonui +OasisRS +Oathbringer +Oathh +Oatmels +Oatre +OavTXXrC2Bc +Ob1tuary +ObZenpai +Obama +Obama2014 +Obanana +Obby +Obby Apples +Obby Cam +Obby Cape +Obby z +Obby200 +Obedar +Obelisks +Oberschicht +Obese +Obese Scrub +ObeseMaurice +ObeyBdubb +ObeydaWalrus +Obfuscatiion +ObiHiGround +Obib +Object62 +Objection +Objektas +Objektijuht +Oblitergator +Obliticks +Oblivion +Oblodzisz +Obloid +Oblv +Oblv Jass +Oblv mobi +Obnoxious +Oboi +Obos +ObscureFruit +ObscureHeart +ObscureLogic +Obscuremelon +Obsel +Obsidian +Obsidian222 +Obtain Shade +Obvious +Obviouseboyz +OcaJomba +Ocachobee +Ocara +Ocara Debrew +Ocarious 2 +Occ0x +Occcy +OccrumsRazor +Occulent92 +Occupation +Occupational +Ocean +Ocean Fog +OceanMachine +Oceanside +Oceanux +Oced +Ocellari +Ocelvon +Ocg +Och +Ochen +Ochit +Ochrie +Ockult +Oclusvision +Ocra +Ocst +Octagawn +Octane07 +Octane09 +Octanes +OctarineJake +Octave +Octavia +Octet +October +October 12th +Octoberain +Octopossy +Octoppus +Ocuflox +Ocular Rift +Oculist +Ocyd +Odang +Odawg121 +Odd Focus +OddPhallus +OddSaus +OddSnipa +Oddjob46 +Oddloop +Oddni +Odeee +OdenKozuki +OdensWinterG +Odeon +Oder +Odezt +Odin +Odin Slayin +Odissious +Odiums Champ +Odlaw +Odonodb +Odophru +Odors +Odssy +Odsza +Odyssey Fe +Odyssey310 +Odysseyyy +Oenhausen +Oenonymaus +Oepeloetje +Oepsie +OetOet +Oetje +Of The Rune +OfThePirates +Off Pace +Off Rate +Off a Bar +OffMyChest +OffPeesh +Offer +Offering +Offers +OfficerTFist +Offka +Offlime +Offret +Offset +OffsetPaul +Og Voldemort +OgAcco +OgChrisCudi +OgDankRiddim +OgHood +OgSephiroth +Ogazumu +Ogg25 +Ogisek +Ogkek +Oglong King +Ogmj +Ogopogo5000 +Ogre +Oguussie +Oh Bee One +Oh Billy +Oh Canadian +Oh Daddy Yes +Oh Edgeville +Oh Gzuss +Oh Hi Marc +Oh Im Ben +Oh Its Toast +Oh No Oreo +Oh So Alone +Oh Tylor +Oh Vacancy +Oh sh +Oh4Sure +OhDannyBoii +OhEmGe +OhHaiMark +OhHeyGrant +OhIScott +OhItsMatt +OhJezuz +OhLookABot +OhManOhJeez +OhMyJosh +OhMyShoulder +OhNo +OhNoMyHymen +OhTurtle +Ohbi +Oheck Im Fe +OhhCaleb +OhhMikey +OhhTiS +Ohio +OhioTexas +Ohlander +Ohm Calvin +Ohm Free +Ohpiate +Ohseeya +Ohtoodles +Oi +Oi Matey +Oi You +Oie +Oifey +Oij +Oikeisto +Oikis +OilHawk +Oiler1k +Oilertay +Oilux +OilyMeat +Oinky +Oishii +OisnesA +Oispa +Oispa Kaljaa +OjibweJohn +Ojigkwanong +Ojman +Ok Bud +Ok G +Ok Jose +Ok a y +Ok-sail zip +OkYh +Okadolf +Okageo +Okaiko +Okay +Okay Mommy +Okay Papi +OkayCCal +OkayTwilly +Okeechobee +Okeydoke +Okino +Okke +Oklahoma Rat +Oksa +Okupant +OkzobRS +Ol Mucker +Ol Salty Dog +Ola Nordmann +Olajuwon +Olav Jr +Olav2002 +Olaveraaa +Olaviitsio +Olbyy +Old 9m9a9 +Old Abe 101 +Old Anao +Old Beer +Old Bill +Old Birdy +Old Boy +Old Champ +Old Dabs +Old Delf +Old Dry KBAC +Old El Paso +Old G ordao +Old Greggg +Old Jedi +Old Lancer +Old Man Bob +Old Man Cris +Old Man Rabb +Old Maxie +Old Mog +Old Monkey3 +Old NlCO +Old Nutbag +Old Olorin +Old Pixels +Old Player22 +Old Rangoon +Old Sbi +Old Schooled +Old Toaster +Old Yammu +Old man Kent +OldBae +OldBlueish +OldBruce +OldDirtyMan +OldFishLife +OldGamma +OldHitta +OldHulver +OldQwaltz +OldRzzlTrog +OldSkewlRS +OldSkoolKush +OldSteinlein +Oldbaldman5 +Oldburnzy +Olde +Olde Nite +Oldemark +Oldinsh +Oldizjr +Oldman +OldmanP +Oldmanhandz +Oldschool +Oldschools +OldskuleRS +Oldsusik +Oldtimate +Oldwhiteman +Ole +Ole IrIsh +Ole Martin +OleFrumpacus +OleMusky +OleStinkBait +OleTejas +Oleg +Olei +Olemand8 +Olen +Olen Iron +Olenpromees +Olertomb +Oles +OlesDpaul +Olette +Olfre31 +Oli +Oli xo +OliTheFarmer +Oliivi +Oliivi Rouva +Olimpus +Olios +Olivas +Olive +Olive You +Oliveinho +Oliver GIM +Oliver The G +Olivia +Olkikalsar +Ollie 01 +Ollivanders +Ollonjonny +Olly +Olm Alone +Olm Likes me +Olm Nut +OlmMyGod +Olmar +Olmek +Olmie Wolmie +Olminous +Olmlet +Olmlit +Olms +Olms Daddy +OlmsNutz +Olmsbish +Olmspetwhale +Olobor +Olrox +Olspa Rahkaa +Oltsu +Olvi +Olympic 33 +Olysian +Olze +Oma r +Omaci +Omar +Omar Kai +Omar Khaldun +Omar Uchiha +Omarinski +Omatunto +Omaxiu +Ome Sjors +Omega +OmegaBeast +OmegaRs3LuL +Omegathletic +Omegatron +Omen Forrest +Omena3 +Omerta +Omfg +Omhellz yea +OminousMan +Ommetje +Ommy +Omne +Omni +OmniRick +Omnicide97 +Omnient +Omnivaw +Omolon +Ompikuusi +Omroep Max +On Blocks +On Rate +On Steven Dr +On Tv +On a Bar +On the alt +OnAMeme +OnDeaTHrow +OnPoint +OnRedPanda +OnTheEdge +On_log_n +Onana +Onbekend +Onbekende +Once +Oncey +Onchune +Oncle +Oncle Jazz +Onderwerp +One Arm Chin +One Eyed Owl +One Lazy Cat +One Leaf +One Off +One Piece X +One Record +One United +One Wolf +One au +One life lad +OneBadNWord +OneBoxBox +OneCallBTW +OneClickMan +OneDayIs2Day +OneFalseStep +OneFive +OneForAll8th +OneFunkies +OneInchDong +OneInchPeen +OneJohn +OneLeg1 +OneLifeGiven +OneLostMain +OneManBand +OneManBucket +OneManNoob +OneManTeam +OnePac +OnePlus6Btw +OneProGoober +OneProNoober +OneRustyMan +OneSillyBoi +OneSnappyBoi +OneTera +OneTickAway +OneTickBrick +OneTickyBoi +OneWhoKnox +OneWish +Onebuc +Onedeadthing +Onehidefrog +Onelaughbob +Onesecafk +Onesome +Onetick +Onexia +Onfight +Ong Gia +Onidhre +Onika +OnionGoggles +Onism +Onitir +Onkdah +Onke +Onkel Dunkel +Onkelleif +Onkologen +Online Coach +Only +Only 1 Iron +Only Bussy +Only Crazy +Only Fight8 +Only Scotch +Only Victims +OnlyBans +OnlyBrand +OnlyChompies +OnlyCraig +OnlyDanss +OnlyDrags +OnlyFFAns +OnlyFans +OnlyFansss +OnlyFlies +OnlyGain +OnlyJars +OnlyJoel +OnlyJordann +OnlyKingKoob +OnlyKisses +OnlyKnuup +OnlyPepsiMax +OnlyRussell +OnlySolos +OnlyTheCold +OnlyWithTime +Onlyfans +Onlyfarm +OnlyyMike +Onn +Onno +Onoezeleer +Onoin +Onox +OnthatGrindd +Onu-sama +Onubis +Onus +Onuzq +Onxaba +Onya +Onyksi +Onyx +Onyx Farming +Onyxe +Onze +Oo Step Back +Oodenssiii +Ooelluoo +Oof Dankus +Ooft +Oofus +Ooga Booga C +Ooh Skill Em +Oohf +Oohfunkyme +Ooiboi +OokOokStrats +Ookfried +Ooktism +Oomp +Oompy +Oooh Baby +OopsiePoopsy +Oopsralla +Ooskabible +Oouu Weee +Ooyf +Ooze +Oozymooz +Op Closed +Op Wout +OpGetGood +Opa Bravo +Opa Snipes +OpaJei +Opacki +Opal Mafia +Opalfruen +Opatsuno +Opel Vivaro +Open +Open GL +Open osrs +OpenAI GPT4 +OpenTheTill +Openpuppygo +Opera +Operacional +Operetta +Opex +Opgezwolle +Ophelia +Ophelia Prim +Opiez +Opihr +Opinionated +Opitz +OpiumWard +Opkikkeren +Oponn +OppaSky +Oppai Heart +Oppai OwO +Oppanox +Oppheng +Opposite +OppositePoop +Oprego +Opreus +Ops +Opt +Optic +OpticAGS +Optical itch +Opticplex +Opticplex09 +OptimistLuke +Optimus +Optimus Pork +Optiver +Opts +Optus +Optyfen +Optyfengauww +Opus Deo +Opus149 +Opus22 +Opyomi +Oqagin-san +Oqlak +OracleOf +OracleStud +Oraclez +Orange1213 +Orangeboy333 +Oranje Panda +Oranqe +OrbWeaver +Orca +Orcanater +Orch +Orchazm +Orchid +Orchidzx +OreSpasm +Oreano +Oreeezy +Oregon Weed +Oreinstein +Oreo Empire +Oreo UwU +Oreo Wafer +Oreos +OreosInMilk +Oretizm +Oreton +Orezzer +Organic +Organic Hemp +OrganicOnion +Organics +Orgasmique +Orgo +Ori lion +Oriaks +Orienterare +Origens +Origin Puff +Original BA +Original Blu +OriginalGoat +Originaljim +Originexo +Orilion +Oringl Wafle +OriobanaOuhi +Oriole +Orioles +OrionDragon +OrionRenegd +Orjan +Ork Merchant +Ormi +OrngFish +OrngeManBad +Orodyn +Oronius +Orphaaan +Orphaan +Orphan +Orphan Annie +Orphan Soul +Orphan Twin +Orphan8r +Orpheus +Orpoerpo +Orrey +Ors striker +Orthago +Orthiss +OrthodoxJoo +OrthopodMD +Orvud +Oryx Aksis +OryxZebu +Os Him +Os Hitman +Os Rolex +Os SMDJ +OsBlackBolt +OsBrody +OsBudknight +OsDave +OsIronCrash +OsRs Vibes +Osav +Osbenji +Oscar Jacob +Oscarnight90 +Oscietra +Osdorp +Osetek +Osgu +Osgub +Oshawnasi +Osidric +Osimhen +Osiris +Osjuicey +Oskar +Oskar XVII +Oskari +Oskinathor +Osmo +Osrs Bane +Osrs Dimitri +Osrs Goku +Osrs Mistren +Osrs Woolley +Osrs2007 +OsrsBawlz +OsrsDavid +OsrsVibes +OsrsWiki +Osrshabibi +Osscar69 +Osseb +Ossi666 +OstBakarn +Ostengar +Ostentatio +OsteoSoon +Osteonics +Ostidecriss4 +Ostmumten +Ostracized +Ostrich +Osumi +Osvo1d +Oswaldorun +Oswin Oswald +Osxu47 +Osykoo +Osyrs +Otago Nz +Otakar +Otaku +Otan Olutta +OtarsBeast +Othantos +Othelllo +OtherJackets +OtherWize +Otho +Otomycosis +Ottarl +Ottchy +Otter +OtterMG +OtterMan +Otto +OttokarIII +Ottoman1907 +Ottwanbre +Ottzor +Otyugh +OuchIFarted1 +Oucho +Oud Nieuws +Oudenophobic +Ought +OuiDaddy +Ouija +Oukashi +Oulusta +Oumaji +Oumarou +Oumu +Ounaaja +Ouncie +Our ClapTrap +Our Kid +OurLordAllah +OurPage +OurTbow +Out Of Herbs +Out of Town +OutOfBreath +OutOnBail +OutR +Outbid +Outblasted +Outblasting +Outbox +Outbreak46 +OuterBodyXP +OuterShock +Outgrinded +Outie +OutlawBTW +OutofQontrol +Outofcontrol +Outohere +Outperform +Outplayy +Outra +Outs +Outsider058 +OutsidrR +OuttaThePan +Ouze +Ouzi +OvO +Ovaryacted +Ovaryacting +Ovela +Oven Dish +OvenGold +Ovenschotel +Over +OverRoid +Overburner67 +Overcame +Overclockers +Overdose1911 +Overhand +OverkillWill +Overklokkd +Overlegen +Overload +Overload_inc +Overloader +Overlordnick +Overmind +OverpowTV +Overprepared +Overrated +Oversight +Overspan +Overspec +OvertPyro +Overtaxed +Overthinker +Overtus +Ovid +Ovl +OvrLrd Zaros +Owed +OwenFever +Owip +Owl Full +Owl MD +OwlMyLove +Owlea +Owlpeth +Owlson +Owly +Own Risk +Own Skillz70 +Own617 +Ownage +Ownd +Owned +OwnedByMK +Owner Previn +Owning +Owning4babes +Ownsz +Ownt +Ownyouall6 +Owusu +Owwi +Ox Prez +Ox0 Ko0ol O0 +Ox310 +OxStache +Oxct +Oxcy +Oxeon +OxideIon +Oxidising +Oxidizing +Oxiduck +Oximas +Oxit +Oxium +Oxjenks +Oxoi +OxyCottN +OxyDream +Oxycotton +Oxyoxyoxyoxy +Oyrn +Oyster +Oyster37 +Oyugock +Oyvin +Ozaiii +Ozak +Ozcred +Ozeana +Ozenc +Oziarch +Ozin +OzirisRS +Ozium +Ozmone +Oznerbon +OzokuLight +Ozuhan +OzyMex +OzzMate +Ozzb0 +Ozzerro +Ozzie +Ozziemate +Ozzio +Ozzy +Ozzy Hobbit +Ozzykye +Ozzys +Ozzzyy +P 0 W N E D +P 0 E F +P 0 R G I E +P A M K A +P A P Z +P A R N Y +P DIRTY SODA +P EDRAO +P Eng +P I T +P K +P O L I S H +P O T A T O +P O V I +P Purts +P R O X +P R S +P V M Lew +P W A Y +P Y R O +P a n x o +P eachy +P erfect Ten +P h Z o r o +P i +P ix +P ixe l +P o z e +P oH +P ockets +P r o g r am +P udding +P ure +P uss Wizard +P00ksalukes +P0CKETPUSSI +P0ES +P0PE +P0RKB0I +P0ST HUMAN +P0TIONS +P0TTER +P0TUS +P0ddy +P0nti4c +P1CC0L0 +P1CK3R1NG +P1Hat +P1SSBANDIT +P1ZZA EATER +P1ZZY +P1ckleR11ck +P1ssDr1nk3r +P1stols +P1tts +P1zzaTheHutt +P1zzaa +P2Chill +P2D2 +P2P Race Car +P2w Scape +P3C +P3RKELE +P3RLICH +P3RMMUT3D +P3T3 IS G0D +P3TAR +P3aceful +P3loce +P3rcy +P46 +P4CK +P4DLA +P4RKER04 +P4cH +P4sk +P5ythix +P6D +P7DRO +P9 +PA N I C +PACK WATCH +PACKETLOSS +PACTV +PALAK1KO +PALL3N +PALSAM +PALSANMAKI +PANTY DROPER +PAPA +PASTORIKONE +PATPATMAX +PATRlOOT +PAUL +PAULWALKER +PB Barbie +PB Dauntless +PB J +PBT Yumi +PBTM +PBnJ +PC PrincipIe +PC0TE +PCCZ +PCDO +PCE +PDGA +PDizzleworth +PE strategy +PE3ST +PEAMINlSTER +PEARSON92 +PEC Zwolle +PEEKYNUMBER1 +PEEinAcup +PERMA +PERSE +PET3R +PET3R PAN +PETEAIR +PF Killaz +PFOF +PFalciparum +PG MAIN +PG-13 +PGA_Pope +PGMid +PGmeupe93 +PH1SH3DB4N +PHGomes +PHLP +PHURY +PIAN0 +PICC +PIITAA +PING +PINKYxBRAIN +PITFIGHT +PJ Salt +PJRovers +PK NOOB BR 2 +PK Shark +PKTHEOTHER +PKing +PL4T1N4 +PLANET SHlT +PLAYER827324 +PLAZID +PLSDONTPLANK +POGPOGPOG +POGvM +POMP3Y +PONYRIDER73 +POTTER +POTUS DJT +PPale +PPorappippam +PQMF +PQWNEM12XXSS +PRADA +PRAISE +PRAISE FOOT +PRAISEHELIX +PRETTY +PREW0RKOUT +PRIM0B0LAN +PRIZ0NM1KE +PRODaintOFFu +PRlNCEE +PSMark +PSO Pokie +PSRB +PSTjager +PSY OPERATOR +PSacz +PTKNT +PTMN +PUBG +PULL +PULL A GLOCK +PUNANYCEZZ +PUNANYMASSIF +PUPPY SIT +PURP xx +PURPLE MAN X +PUSHUPS +PV60 +PVM PLUS PVP +PVM Zem +PVM lifee +PVMGrim +PVMramranch +PVPJACKUS +PWNJoLee +PWNl +P_rple +PaIe Nimbus +PaIm +PaJau +PaPaSaucee +PaPePiPoPuPy +PaR0 +PaShango +PaTeraNauu +Paaaants +Paaatriick +Paarse Kat +Paarty +Paatse +PabIoEscobar +Pablana +Pablo Q +PacDan +PacYakJack +Paca +Pace +PaceYourself +Pacellino +Paciar +Pacifico0ler +Pacifist +Pack +Pack Yarack +PackAnother1 +PackYakistan +Packapunchd +Packers +Packers Ammy +Packfan35 +PackingCope +Packmanjr +PacksOfBagel +Paco 41 +Pactii +Pad of Note +Paddy Simcox +Pademelon +Padge +Padraig +Padrew +Paduann +Paehkisfe +Paem +Pafffy +Paffio +Pagan +PaganFox +PaganWish +Page +Pagman73 +Pahapukki +Pahizz +Pahys +Paid 4 +Paike +Pain deliver +PainInTheAx +PainRain +Painb0ws +Painovoima +PaintBoxx +Painta +Painted +Painz Wrath +PairODocks +Paixo +Paiyrd +Paizuri +Pajaaay +Pajama0sam +Pajaripipari +Pajita +Pakaika +Pakanajumala +PakasteOlut +Pakford +Pakmaniac +Pakr04 +Palabutoh +Palad1um +Paladijn Mb +Palapak +Palataan +Palatro +Pale +Pale Marble +Pale Player +PaleCocoon +Paledeano +Paleek +Paleek sucks +Palenaatio +PaleoRanger +PalestineHC +PaliRebel +Paliperidone +Paljad +Pallas +Pallas Cat +Palle Panik +PalliJarn +Pallihintti +Palllister +Pallof +Palmboom +Palmboom95 +Palt +Palworld CEO +Paly +PamPams +Pamdora +Pamela Isley +Pampas +Pamz +Pan Biceps +Pan Jawel +Pana Sicknez +Panacea +Panal +Panarin +PancakeOSRS +Pancaker +Pancakey +Pancukeshi +Panda +Panda Godz +Panda Pride +Panda Rua +Panda Seany +PandaBier +PandaBrommer +PandaKIKI +PandaMan +PandaMcfanda +PandaPowa +Pandasadge +Pandaux +Pandaz +Pandeh +Pandemicbowl +Panderal +Pandiman +Pandini_O +PandorazBox +Panelka +Panera +Panesii +Panette +Panferno7 +Pangolins +Pangs +Panic +Panic King +Panic Papi +Panic Switch +PanicThenRun +Panicupdate +Panini +Panixate +Pankekee +Pankki on +Panky +Pannu +Pano +Panoople +Panorramix +Panqueques +Pans_Gaming +Pansendoras +PansophicaI +Pantaloon +Pantelic +Pantera1230 +PanteraWalk +Panthalassa +Panther_Cap +Panties D0WN +Pantix +PantlessDuck +PantsShitter +PanzerMarkV +PaoZi41 +Paoul +Pap Smoke +Papa +Papa Beat Me +Papa Beer +Papa Chibs +Papa Falco +Papa Glock +Papa Hitman +Papa John +Papa Kev +Papa Peck +Papa Penguin +Papa Raniel +Papa Rook3 +Papa Scape +Papa Shaydee +Papa Sheek +Papa Snacks +Papa YY +Papa Zuk +Papa jinx +Papa tim +PapaCart +PapaFozzy +PapaJohn +PapaJoyce13 +PapaMoxie +PapaParsley +PapaSarducci +Papabeer +Papagecko +Papaija +Papalotee +Papapa +Papaya +Papaya Pete +PapayaGod +PapayaPetee +Papegaaitje +Paper +Paperbag +Papi +Papi Baz +Papi Chop +Papi Feb +Papi Fish +Papi Gains +Papi Okapi +Papi Sam +Papi Sean +Papi Six +PapiTron +Papicito +Papicodone +Papido +PapieLexus +PapierHier +Papierschere +Papii +Paplip +Papo Sauce +Pappa Mauly +PappaPizza +Pappanopolis +PapperNapper +PaprikaBoi +PapuIsThatU +Papukaia +Papyea Fruit +Papz Mage +Paqan +ParKy_ParK +Parabhjeet +Parabolic +Paracleis +Paradoos +Paradox +Paradox 2277 +ParadoxAU +ParadoxCrux +Paradoxal +Paralimpian +Parameters +Paramost +Parandrus +Paranosys +ParaplegicIM +Parappa +ParasiteHunt +Parasitoid +ParasoxX +Parazino +Parc +Parc Ferme +ParchedToast +Parciparla +Parent +Parfour +Parhaat +Pari +Pariera +PariguayoGL +Parikh +Parikkala +Parish +Parjesh +Park +Parkchae +Parkehh +Parker177 +Parker1770 +ParkerSquats +Parkerrr +Parkuh +Parky +Parkz +Parley0 +ParmsG8 +Paroni007 +Paront +Parotis +Parox3tine +Parrot +Parrot Champ +Parrot Le Fe +Parrot Poop +Parsecs +Partey +Parth4903 +Parthnix +Particulae +Partly +Partonax +Parttime +Party +Party Fraud +Party Pete +PartyRock +Partyhaty +Partynexdor +ParuParu +Parvovirus +Parx98 +Parxe kurita +Parzival32 +Pasadinas +PashkaPushka +Pashmina +Pasianssi +Pasiiba90 +Pasikaustes +Pasito +PasitoBandit +Pasje +PaskaJatka69 +PaskaneHomo +Paskie +Paskis +Pasmo +Pasrules +Pasta +Pasta Lance +Pasta Mancer +PastaShel +Pastabrain +Pastafreezer +Pastagonia +Pasticcione +Pastor +Pastry +Pasu +Pasza1357 +Pat NoScythe +Pat The Nerd +Pat the Cat +Pat twumasi +Pat_y +Pata2006 +Patalopodus +PatchRS +Patchley +Patdog666 +Pate +Patella +PatentedName +Patetisk +PathTracker +Pathogen +Pathways +Patio +Patious +Patmantheman +PatoVelaz9 +Patojo +Patota +Patrexion +Patrician +Patrick +PatrickClick +PatrickLaine +Patrickp35 +Patrik Laine +Patriot88 +Patriotscape +Patriotsp +Patriottj +Patrolliin +Patronique +Patrouski +Patryk 1 +Pats +Patsey +PattMyGun +Patta1 +Patte +Pattos +Patty C +Pattycakes19 +Pattyrick8 +Patyfatycake +Pau1ekas +Pauk +Paul +Paul 0 +Paul Beer +Paul Ski +Paul0 H +Paul007 +Paul90333 +PaulD +PaulOH10 +PaulTheRabbi +Paulchritude +Pauleee +Paulest Paul +PauletteRose +Paulius +Paulk23 +Paulrat +Paulrat 3 +PaulyNFS +Paum No Xeem +PauperPlayer +Paupy +PauseGuy +Pauwels +Pauwels v2 +Pavies +Pavio +Pavla +Pavlacci +Pavlvs +Pawggrs +Pawgz +Pawko +Pawlmeister +Pawlu +Pawlzer +Pawn 69 +Pawn M8 +Pawrie +Pawwsy +Pax Mundus +Paxin +Paxy +Pay2ClickLol +PayMyDeedFWD +Payne_Trayne +Paznos6 +Pazuta +Pazzo-Repack +Pb Fe +Pb and Jd +Pbby +Pbkillua +PbyOne +PdaddyReborn +PdfPKerNoGF +PdiddyReborn +Pe en +Pe t er +Pe1ipp3r +Peabody +PeacandLove +Peace +PeaceNLove31 +PeaceOfMind +Peacebuild +Peaceer +Peacefrog +Peach s +PeachKing +Peaches5000 +Peachh +Peachhh +Peachy Tank +PeachyBrute +PeachyDean +Peaco +Peacoat +Peak +Peakado +Peake +Peake7 +Peakleaf +Peaky +PeanutBTW +Pear +PearOfApples +PearlNechlis +PearlWeed +Pearlito +Pearshaped9 +Peasant +Peasyy +PeatMoss +Peatie +Peba +Pebbex +Pebblez +PebisGuan +Pebl +Pebu +Pebz +PecanBread11 +Pecker Punch +PeckerFish +Peckerflexer +Pecki +Peco +Pecs +Pectorialis +Pecuni75 +Peddler +Pederbuus +Pedestrian01 +Pedro +Pedro5901 +Pedtato +Pee Jay Salt +Pee Kay Err +Pee Mud +Pee On Irons +PeeJayPlayz +PeePee +Peeanut +Peeble +Peeeeeekaaaa +Peeke +Peel +PeelMyCarrot +PeeledBanana +Peely +Peen +PeenLover61 +Peep Taimla +Peepo +Peepo Parker +PeepoPants +PeepoRiot420 +Peeps Cx +Peepzilla +PeerTheSeer +Peernicus +Peeshuuu +Peest +PeetrusEst +Peevish +Peevy +Peezerthecat +Peg Boots +Peg My Arse +Pegasian +Pegasians +Pegasus51C +Pegi18 +Peha +Pehkis +Pehmolelu +Pei898 +Peighniss +Peiin +Pein +Peipeilaile +Peipi +Pekaia +Pekays +Pekdon +Pekka Elo +Pekka-Eric +Pekka557 +Pekkaa +Pekkaad +Pekkadillo +Pekonipeikko +Peksaad +Pelaa +Pelaaja1 +Pelco +Pele Marreta +Peli Moapa +Peligroso +Pelikaen +Pelippper +Pelirroja +Pelmee +Pelosi +PeltiPirkka +Peltolammi +Pemiel +Pen Sir +Pena +Penally GIM +Penance Boom +Pencelis +PencilVesta +Pendax +PendulumC +Penetrader +Peng Lightey +PengMaster +Penge1616 +Penguin +PenguinBelly +Penguino +Pengwim +PeniAnus +Peniel +Peninsula +Pennstate +Pennsylvania +PennyPinchnJ +Pennybag +Pennycord +Pennywise +Pennywise070 +Pentagrammi +Pentektonyx +Penthera +Penthrox +Penthus +Pentu +Penward +Peopledud +Peoples111 +Peor +Pep Kroket +Pepar +Pepar Kakan +Pepclub101 +Pepco +PepeGUH +PepeHang +PepeLaughing +PepegaScape +Pepeh +Pepemiguel +Pepo Is Me +Peppey +Peppi +PeppiEnSossi +Peppusieni +Peppy Pete +Pepsi +Pepsi Maxed +Pepsi Maxia +Pepsi575 +PepsiMaxL1me +PepsiTwist +Pepsies +Pepsipowars +Pept +PeptoGlizmol +Pepuszka126 +Pequenaud +Pequette +Per Ke Le +Perc 3m +Perceive +Perceptivity +Perch Curry +Perchlorate +Percy Grail +Percy Nash +Percy Turner +Perduh +Peremees +Perfect +Perfect Dark +PerfectCurse +PerfectJerni +PerfectProof +Perfectaaa +Performax +Perfringens +Pergert +PerhapsGuy +Peridots +Perikles460 +Peril +Perkinatored +Perky +PerkyPorker +Perlen +Perm II Mu8e +Permabulk +Permded +Permedd +Permer +Permuh +Pernix +Pero Scoped +Perox +Perp67 +Perpl +Perplox +Perrault +Perrif +Perry Hubes +Perry T +Persephatta +Perseveranca +Persian +Persilja +Perspective +Pert +Perterritus +Perth +Pervy x Sage +Pesiz +Pesoprkl +Pessimism +Pest +PestGodd +Pestilance7 +Pestilent Bt +Pestle +Pet Alpaca +Pet Awowogei +Pet Cape +Pet Crusader +Pet Eric +Pet Hunta +Pet KBD +Pet King +Pet Luck +Pet Meowtain +Pet Smuggler +Pet The Cats +Pet Ty +PetBoost +PetCorp +PetHuntBrad +PetHuntGrind +PetHunta +PetHunting +PetPlease +PetSpooner +PetUrSausage +Petal +Petalite +Petar228 +Petarss +Petched +Petchy inis +Petcord +PeteRePete +Pete_901 +Petega +Petelgeuse1 +Peteniice +Peter +Peter DIY +Peter Dupas +Peter Kent +Peter97 +PeterLimbeek +PeterPlanker +PeterRS +PeterTheSalt +Peterh +Peterm +Peterszoees +Petey pleb +Petit +PetitKeBeQ +Petite +Petite Poire +Petless +Petooted +Petpet +Petrenkovitz +Petricsh +Petriq +PetroX77 +Petrosian +Petting GIM +PettyName +Petuhh +Petz +Peuramaa +PewTheMeow +Peweherman +Pewming +Pex3 +PexBoi +Pexci +Pexezz +Pexterity +Pextill +PeytyPoo +Pez xX +Pez za +Pezy +Pfiny +Pfister +Pfle +Ph0g +PhD Fred +PhD Funk +PhD in TCG +PhaMaTics +Phader +Phaero +Phai +Phainesthai +Phalamon +Phallic +PhallusBigus +Phamia +Phamit +Phant +PhantomDred +PhantomFiend +PhantomLogic +PhantomVS +Phantombear7 +Phanton +PhappleSauce +Pharaoh Chad +Pharaoh Ion +Pharmafia +Pharqen +Phase +Phasedd +Phasing +Phasmatus +Phasmatys +Phat +Phat Dik +Phat Pat +PhatAsher +PhatFrat +Phathead +Phatman348 +Phats +PhatsoCallum +Phatt +Phatty +Phattyftboy +Phaxe +Phd n Arteez +Pheasant +Pheasant Egg +Phels +PhenXX +Pheniex2 +Phenomenal +Phensa +Pheonixess +Pher +Phernix +Phetty +Pheus +Phex +Phi184 +Phibes +Phil +Phil Coulson +Phil Mcrakin +Philip +Philip424 +Philipp +Philkwl +Phille +Philli Blunt +Phillies +Philliez +Phillip +Phillip R +Phillipp +Philly +Philly Sucks +PhillyFiller +Philoi +Philosophia +Philou +PhilsBent +PhilsUnlucky +Philth +Philtration +Phin_C +Phinxu +Phinz +Phipple +Phishn +Phizo +Phlaja +Phlegmy +Phlemming +Phloppster +Phlopsy +Pho Z +Phobias +PhobosDeimos +Phoibos +Phonatik +Phone +Phone Number +Phone Scaper +PhoneHC +Phonebook +Phoneman +Phools +Phoque +Phor Skin +Phosani +Phossa +Phostus +Photographs +Photon +Photonic +Photos +Phragasm +Phrak +Phrexyian +Phrez +PhriarPhace +Phrizo +Phrocks +Phsteven +Phug +Phugma +Phuke +Phuket +Phwan +Phxrm +Phylum +Phyrlo +Phyro +Phyronex +Physics +Physics Jedi +Phytz +Phyzxs +Pianio +Piano Hands +Pianoanddrum +Piantissimo +Piasa +Pic of Feet +Picante +Piccoloownsu +Piccy +Pichi Slayer +Pickl3Lover +Pickle Josh +Pickle Vick +PickleKez +PickleSaucy +PickledWater +Pickles4Me +Pickles69314 +Picklzz +PicnicBomber +PicoDico +Picolo +PictureID +Picuu +Picuwu +Pidbull +Pidbull 1 +Pidgeot18 +Pidgey +Pidgy +Pidiot +Pidrux +Pie +Pie Dish +PieGPT +Piecekeeper2 +Pieces +Pieck +Pieerio +Piemaksa +Piemans +PiemieJurrie +Pieper +Piepieweenie +Pier Just +Pierced Wolf +Pierenbadje +Pierniczek00 +Piestove +Piet +Piet 21 +PietKrediet +Pieter +Pieter Zwart +PieterPep +Pieterjan +Pietermans +Pietn4 +Pietrangelo +Pietrnogiets +Piety +Piety Prease +Pieza +Pieza de oro +Piffen +Pigeon +Pigeon Soup +Pigeonmight +Piggi Smalls +Pigi373 +Piglette +Pigman461 +Pigmeu +Pigpikerush +Pigpuffer +Pigs +Pigwardfrog +Pihl +Piip MEEGA +Piipar +Piirivalvur +PikaChar222 +PikaChin +Pikachewed +Pikachos +Pikachu +Pikachu87 +Pikachurine +Pikachuz +Pikkets +Pikkett +Pikku +PikkuSheikki +Pikkupbrix +Pile +Pile O Poo +Pile o Dirt +Pilgrimage +Pili +Pilli +Pilliad +Pillifnutten +PillowBoy +PillowCowCow +Pillukarva23 +Pilmir +Pilodro +PilsToTheMax +Pilsners +Pilum +Pim Pam +Pimay +Pimfortune +Pimp +Pimp Ralpert +PimpWeazel +PimpWhistle +Pimpert +Pimpin Thots +Pindaro +Ping +PingFlopped +Pingu +Pink +Pink Avocado +Pink Bar +Pink Cow34 +Pink Iron +Pink Lube +PinkDrinkSip +PinkShopRag +PinkVoidZ +Pinkberg +Pinkk +Pinky +Pinkywinky9b +Pinkyx0xo +PinndOutGoon +PinnkBunny +Pinnn +Pinpi +Pinquana +Pinsamt +PintOfMilf +Pintel +Pinterests +Pinu +Piolin +Pioniers +Piovendo +Piparikissa +PipeQlo +Pipluppp +Pipo-badeend +Pippinmary +PippleNinchy +Pipposan +Pippuri +Pir Alain +Pirat +Pirate +Pirate Kanye +Pirate Patch +Piratey +Pirelly +Piri +Pirig0 +Pirihuora666 +Piripaque +Piripippeli +Pirjo +Pirjo69 +Pirk the pk +Pirkka Olut +PirkkaJokeri +Pirkkamies +Piroskinha +PirpleSlirpy +Pirres +Pirulitim +Pisatronas +Pisau +Piscarallius +Piscis +Piscolaz +Pistacchio +Pistoliftero +Pit Stain +PitGamin1311 +Pita Diver +Pitbulterje +Pitby +Pitchfork +Pithikos +Piticarus +Pitiless +Pitinator +Pitt +Pittaaaaa +PitterPattr +Pittsburqh +Pitudin +Pivach +Pix Pixelle +PixarMarsTTV +Pixel +PixelMuffin +Pixie Henge +Pixieragnar +Pixkekoa +Pizdec +Pizza +Pizza Addict +Pizza Box +Pizza Flip +Pizza Mang +Pizza Patron +PizzaDaHutt +Pizzaman5510 +PizzasIron +Pizzler +Pj The Pj +Pjotr +Pjt77 +Pjumi +Pk Bot 37 +Pk M4ster007 +Pk Wit P Hat +Pk3iru_Osrs +Pk3r Range 7 +Pk996 +PkGoW +PkMeIfUgey +PkTheKid +Pker nr 1337 +PkerTrysHard +PkforFun +Pking +Pkingranged9 +PkmnTrnrRED +Pkmort +Pksorwd +Pkyr +Pl0xed +Pl3b +PlELS +PlFFMAN +PlGGY +PlHLAJA +PlMP +PlMPPl +PlMl +PlPPY +PlRATE KING +PlSS +Plaagen +Plaasda +Plaat +Placedoemax +Plaeggs +Plaid10 +PlaidMarquis +Plain +PlainIronMan +PlainNoGood +Plaininsane +Plamt +Plan +Plan B-gs +Plane4611 +Planet001 +PlanetPaul +Plank +Plank Egger +Plank Sodplo +Plank2G +PlankForBank +PlankTan +Planken bos +Planker +Planking Brb +Plankrunner8 +PlanktSoms +Plant Herbs +Plantdaddyy +Plap +Plasma Taco +Plasmore +Plastikos +Plastiscines +Plat Kont +PlatGX +PlatScrub +Platinum2008 +PlatinumHerb +PlatinumSage +PlatinumSeif +Platnuim +Platnum112 +Platpus3000 +Platyroo +Play +Play Lazy +PlaySoloBro +PlayToAFK +Playbunny +PlayedBe4EOC +Player +Player 0ne +Player 4519 +Player Gap +Player Name +Player235711 +Player35254 +PlayerIsBusy +PlayerSlayaa +Playpro5 +Plays high +Playtest +Playthious +Pleasantries +Please pot +Pleasurehole +Pleb Nick +Plebbocs +Plebiside +Pleblio +Plebnex +Plebs +Plebz +Plece +Plegh +Plexasaurus +Plexx +Plez +Pliemp +Pliep +Pliep Ploep +Plips +Plisski +Plixious +Plocc +Plogbilen +Plogdog +Plomono +Ploop +Plootbot +Plop deez +Plopi +Plopr +Plopzorg +Plorky +Plorr +Plostic +Plot786 +PlovasYonder +Plovilas +Plow +Plowthrough +PlsAName +Plsmrlizard +Pluc321 +Pluckky +Plug In Baby +Plugatron +Plugged +Pluggen +Pluhdl +Plukketje +PlumTickler +PlumbThatA +PlumpGiraffe +Plumper +Plundered +Plunkton +Plunukki +Plupian +Plus +Plus Vite +PlusZack +Plush Mole +Pluto +Plutonium +Plutonium 94 +Plym +Plz LD Nat5 +PlzGiveBonds +PlzRnGesus +PlzSpoonFeed +Pm Me Imps +Pm me to spy +Pm4 eloboost +PmFun +Pmy39 +Pnak +PneFc +Pnia +PnutButtrJly +PoachedLion +PoakedSussy +PoaneFoane +PoarIIneemn +Pocholo +Pocket +Pocket Cards +PocketBandit +PocketSock +Pockipickle +Pocy2 +Pod x +Podvodnik +Poeiermolke +Poem +Poenes +Poephoofd +Poepi12 +Poepjong +Poepsiee +Poerto +Poet1321 +Pofka +Pog Dog +Pog isma +Pog-kek-Lul +PogChampagne +PogMeister +PogTato +PogTato Iron +Pogba +PogoPochette +Pogsled +Pogue4Lyfe +Poikanen +Point +Point Guards +PointTax +Pointstormy +Poison Ives +Poison x Ivy +PoisonCobra +PoisonX7 +Poisonblack +Poisonous +Pokaroo2 +Poke Champ3 +Pokeaotics +PokedexNo258 +Pokefreud11 +Pokemaster +Pokemon +Pokemon Ruby +PokemonScape +Pokemonguy16 +PokerPro +Pokerboy19 +Pokergod720 +Pokifeet +PokimanesBF +Pokoloko +Pol o +Polaar +PolakYT +Polar +PolarTrip +Polarin +Polarisi888 +Polarus +Polarward +PolderLatina +Pole Met +PoleVault +Polio23 +Polish +Polish Eagle +Polite +Politoed +Polixo +Polkapolkka +Polkastarter +Poll +Pollar i +Pollekeuh +PollenJ0ck +Polllie +Polllo420 +Pollnivneach +Pollo Dry +PolloGrande +Pollofrit0 +Pollum +Pollywog +PoloG +Poloskyy +Polter +Polyamorous +Polycoffin +Polyesterday +Polygonise +Polyhedra +Polynomail +Polyphobia +Polywoggle +Pomi Xd +Pommy +Pompeyo +Pomposity +Ponas +Pond Scum +Pondres +Ponkito +Ponobi +Pont +Ponti +Pontifex +Pony +PonyOwner938 +PonyPorker +Ponzy FTW +Poo Socks +PooAtPVM +Poobanans +Pooby Bag +Poodle +Poofpooh +Poogen +Poogster +Pooh +Pooh Breezy +Pooh Say +Poohead92 +Poohsea +Poojabber364 +Pook +PookiDaPooki +PookieB3ar +PookieBearOG +Pool Noodlez +Pool Toucher +PoolboyFiji +Poon +Poon Lips +PoonHandleMe +PoonTangPie +PoonTappa +Poonanjo +Pooned +Poonjuu +Pooohie +Poop +Poop Shidder +PoopyRico +Poor +Poor Advice +Poor Clicker +Poor Content +Poor Nooby +Poor You +Poortom24 +Pooscaper +PootLoops +Pootzie +Pootzie_xox +Pop In Smoke +Pop N +Pop-up ad +PopTheIron +Popcornachi +Pope +Pope VI +PopeChamp +PopeDenis +Popeet +Popepu +PopeyezGain +Popfumes +Popkorni +Poplo +Popovich +Popoyoi +Poppa +Poppa Bev +PoppaChoonie +Poppajohns +Poppin Awf +Poppscotti +Poppy +Poppymatt +Pops24 +Popstar2 +Popular +PopyHarlow +PorWrx +Pordiosero +Pore +Pork Jerry +PorkCH0PZ +Porkkanakana +Porksters +Porrie +Porsche +PorscheDaddy +Port Khazard +PortUnionMan +Porta Pro +Portal of I +PorterRobnsn +Portrays +Portsari +Portuguese +Portvakt +Porunga +Porygon-Z +PoseidonDrip +Posemann +Posh +PoshPenguin +Poshker +Poshki +Poshkii +Posino +Positivar +Positive +Positivehp +Possessed +PossiblyAFK +PossumPally +Possumi +Post +Post Malone +Post Max +Post-Absurd +PostCodee +Postie +PostmanPatt +PostureCheck +Posty2k +Pot Gatherer +Pot Of Greed +Pot Often +Pot Sharer +Pot cms +Pot v X +PotScape +PotScape CC +Potapto +Potato +Potato D Ben +PotatoButGay +PotatoLlorch +PotatoRangr +Potatoqueenn +Potecito jr +PotentJay +Potezny +Potge +Pothaaai +PotionFayD +Potland +Potland o_0 +PotoSekwati +Potoo +PotsAlots +Potsi +Pottawatomie +Potter Paypa +Potth +Pottieface +Pottsi +PottuTatti +Potzy +Poucher +Pouches +Poucie +Pounake +PoundSandNub +PourMeBleach +Poussemoila +Poutz +Poverty +Povvo +Powacat +Power +Power Aid 4 +Power H +Power Outage +Power Surge +PowerJoe +Powerade +Powerdude153 +Powerful +PowerfulBram +Powerfull +Powerlines +Poweron6 +Poww LUIS +Powwil +Powxrs +Poxuistas +Poyig +Pozar +Ppl +Pposkyor +Pql +Pr0 Ph3t +Pr0pvm +Pr0way +Pr1MaL +Pr3par3 2die +Pr3ttyW0man9 +Pr3y +Pra1seTheSun +Practical +Prada +Praecellemus +Praedy +Praenthos +Praes +Praestantia +Praetor +Prage699 +Prahlad +Prairiez +PraiseCorn +Praisemyrng +Pramikon +Prankzy +Prari +Praskle +Pratt Mario +Praxahr +Praxys +Pray +Pray Salah +Pray for me +Pray t o God +Pray4TheWin +Pray4me +PrayForDeath +PrayForYou +PrayToAres +PrayarN +Prayer Pro +Prayerr +Prayis +Praynr +PreMDPepper +PreNew +PreRuined +Precise +Precixion +Precondition +Predaxx +Predicition +Preedy +Pregnant +PregnantSock +Prelash +Prelet +Prelex +Prellifunky +Prem +PrematureNut +Premie +PremierZarry +Premium Dude +Premz +Prep +Prepared2 +Preposo0 +Prepotting +PresPoon +Presearing +Preserve +PresidentMo +Presley93 +Presley93BTW +Preso +PressX +PressedClean +Prestor +Pretendy +Preternal +Preto +Preto Ownsss +Pretten +Pretty +Pretty God +Pretty moist +PrettyGood +Prettyokqt +Pretved +Pretz +Prevengeance +Previn +Prey +Prey4Pocius +Preying +Priapismi +Pricy +Priestopher +Prif Daddy +Prifddinas +Priide +Priimitive +Prilliam +Prim +Prima +Primacy +Primal +Primal gain +Prime +PrimeSeries +PrimeToaster +Primed +Primetime190 +Primetime829 +Primevil +PrimexReborn +Primid +Primiitive +Primilivum +Primitive +PrimoVG +Primordial +Primster +Prince +Prince Drt +Prince Ferro +Prince Mate +Prince Tuten +PrinceCrypto +PrinceJozef +PrinceZuko +Pringle287 +Pringles +Prins +Prins Pi1s +Prinses +PrintedCash +Prion +Priority +Priorrr +Priselac +Prisimenu +Prismalitic +Prison +Prison Joe +Prison M1ke +Prison Soap +Pritje +PrityBoiSwag +PrivateSmorc +Prix +Prixma +Prncss +Prncss II +PrntScr +Pro Flicks +Pro Per UIM +Pro SKiiLLz +Pro Slacka +Pro Slacker +Pro Tanto +Pro Tato +Pro Zoe +Pro twin33 +Pro-tag +ProForm +ProFortnite +ProLegend +ProSKatona +ProSups +ProTweakius +Proba +Probability +Problemski +ProbzDrunk +Procedures +Proclivitas3 +Procoptodon +Proctiv +Procts +ProddyP +Prodigy 99 +Prodigy Matt +ProdigyTape +ProdigyThief +Prodigy_77 +Prodoughtype +Product99 +Prof +Prof Bruce +Prof Cheese +Prof Ribeiro +Prof Shroom +ProfGanon +Prof_Plums +Prof_Snack +ProfanityBox +Professa +ProfessorBot +Proficent +ProfoundPnda +Prog +Project +Project Deku +Project Paat +Project Sept +ProjectGamma +ProjektUri +Proklus +Prokopios +Prolapsi +Prolly High +Proly high +Promacta +Promepheus +Promise +Promtel +Prone +Prongs97 +Pronx +Proots +Prop Gun +Propagate +Propas +Proper +Proper bald +ProperTroll +Prophecy +ProphetSnayk +Prophylax +Proponi +Propulsions +Prosit +Prospicktor +Pross +Proster +Protagg +Protanopia +Protassium +Protease +ProtectdLeft +Protectlilb9 +Protectorate +Protege +Proteiini +Protixen +Protlong +Protocell +Proton Drum +Protopteryx +PrototypeGOD +Protox +Prouser +Provei +ProvidenceL +Providential +Proviro +Provoke Rage +Provokeskill +Provoxo +Prowz +ProxDemSox +Proxeum +Proximitus +Proxymine3 +Prozac Manic +Prozac Peter +PrrMeowPrr +Prro +Prrr +Prrr Perry +Prryvdoof +Pruillip +Prune +Prune Slayer +PruneHub +PrusaSlicer +Prutturp +Pryn +Pryxl +Pryypsas +Pryza91 +PsYcHo130 +Psalm +Psalms116 +Psaro +PseudRodrigo +Pseudo +Pseudomonas +Pseudonimas +PsiTempest +Psichedeliks +Psiki +Psiklone +Psmaster +Psoup +Psuedoniem +Psy0tic +Psy13m +PsyDellic +PsyWaps +Psybae +Psyc +Psyc Paladin +Psyc0-I +Psyched +PsychicL10n +PsychicType +Psychinis +Psycho +Psycho Fungi +Psycho11111 +PsychoPatty +Psychodeathk +Psychohexane +Psychokilla +PsychoxX +Psyco +Psycub420 +Psydvekoosi +Psygo +PsyhexGOD +Psykoz +Psylocin +Psyminds +Psynar +Psyqualogy +Psysyk +Psytoro +Psytrnce +Psyyke +Pt 79 +Ptalm +PteShank +Ptfo +Ptol +Ptopaz +Ptyh +Pu-94 +Pubeless +PubicThumb +Pubicon +Public NJP +Publics +Publuske +PuchaLibre +Puck +Pudding +Pudding Man +Puddingdude +Puddingtons +Pudge +Pudge Pudge +PudgeJackie +Pudgeegee +Pudnik +Pudota +Pudota basso +Puerto Varas +Puff Daddy +Puffed +Pufffml +Puffy +Puffy xx +Pufr +Pug +Pug Boots +Pug Champ +PugToots +Pugasaur +Puggin +Puggzy +Puglet +Pugna +Pugsyy +Pugwest +Pugy +Puhd +Puhd1staja +Puhuri +Pui +Puin +PuinguimGOD +Pukeking +Pukeko +Puli1111 +Pulkjes +Pull +PullOutKing +PullOutRange +Pulli +Pulma1 +PulpFlctlon +Pulza +PumGiver +Pumba +Pumba Bot +Pumba89 +PumpUpTheJam +Pumper +Pumper Joe +Pumpflexin +Pumpkin +PumpkinLatte +Pumpui +Pumuckl +Punani MD +Puncakes +Punch +Punch Main +Punched +Pundareen +Punde +Pune +Pune rouch +Punegonde +Pung +PunishinBird +PunjabSamosa +Punk-06 +PunkPang +Punkt +Punt +Puntenjagert +Puntje ket +Puny Duck +Pup +Pup in a Cup +Puppadile +Puppana +Pupper1 +PuppySeal +Puppysaysftw +Pur3 +Pur3 Bow99 +Pur3death2 +PurMain +Purate +Purcey +Purcs +Pure +Pure Evil99 +Pure Great1 +Pure Hunk +Pure Paprika +PureBread +PureFilth +PureIronEyyy +PureOGIronMn +PureOwner +PureWax +Pureanger728 +Purebas alt +Purebasalt +Purebish +Purell +Pureloot21 +Purely +Purelybo0ty6 +Purenerd +Purepappa +Purepappa66 +Purescarybuu +Purey Arcane +PurgatoryBro +Purgy +Purifyin +Purjj +Purka11 +Purkkatukka +Purkkaukko +Purkkius +Purko +Purnex +Purolator Pl +Purp +Purp Nasty +Purp Nips +Purp Please +Purp or Bust +Purp where +Purp1eWizard +PurpLightPlz +Purpl3 Lean +Purple +Purple Flap +Purple Meeep +Purple-Broly +PurpleDabz +PurpleGoat +PurpleHippoo +PurpleMurple +PurpleNinjja +PurplePlez +PurpleTeemo +PurpleThorax +PurpleVex +PurpleWhaki +Purpledile +Purplefox +Purplekills +Purplemudkip +Purpleowns +Purppurainen +Purpsauce +PurrPig +Purse seine +PursuantACE +Pursuedd +Purtherapist +Pusat +PuscSquirt +Puse +PuseSlayer +Pushgold +Pushovermage +Pushy Bubes +Puss +Pustut +Put Me 4th +PutMeInCo4ch +Putaria +Puthiegh +Puthy +Putkipommi +Putrescent +Putse +Putyte1 +PutziVikat +Puud +Puujalka10 +Puukko Pekka +PuuluuP +Puumba +Puuteri +Puylayer +Puzzle Drops +PuzzleTheCat +Pv Was Here +PvEmerald +PvM Andrew +PvM Beireh +PvM Bhunt3r +PvM Blake +PvM Boganeer +PvM Cas +PvM ColdBeer +PvM Crooky +PvM David +PvM Eestlane +PvM Gemeos +PvM Grindz +PvM Hawk +PvM Hero92 +PvM Items +PvM Jack +PvM MeK +PvM Miku H +PvM Muzzy +PvM Nex +PvM Nug +PvM Oliver +PvM Packers +PvM Panda +PvM Rev +PvM Rin +PvM Spectral +PvM Tom +PvM Wiz +PvM guy +PvM zoom +PvMAlone +PvMCerlow +PvMKoala +PvMNightmare +PvMNotorious +PvMProfessor +PvM_Nugg +PvMalexDR +PvManchester +PvMs +PvP +PvP Master +PvPRoTiGy +PvPete +PvPs +Pvkk +Pvm 4 Pets +Pvm Aero +Pvm Demigod +Pvm Garley +Pvm M0lz2 +Pvm MageBoss +Pvm Runeboyz +Pvm Tigers +PvmBrad +PvmQ +PvmRNGesus +Pvmpets +Pvoet +PvtStevens +Pvul +Pw4 +PwDhorizons +Pwca +Pwdz +Pweet +Pwew +PwincessK +Pwn Dat Noob +PwnTommy +Pwnage +Pwnbaa +Pwnd +Pwnna +Pwnnzz +Pwno +PwnrPizzaman +Pwnslayibex +Pwpw +Pwxn +Px_7UX8Cy8 +Pxcs +Pxie +Pxtrick +Pxxch +Pxzls +Pyet +Pyfa +Pygmysteaks +Pyia +Pyjamas99 +Pyki +Pyloric +Pylseboden +Pyocola +Pyra +Pyrate Aeon +Pyre Lord3 +Pyre Mouse +Pyretic +Pyrl +Pyro238 +PyroEagle13 +PyroF3AR +Pyro_OO1 +Pyrocore +Pyrotemplar +PyrrosDimas +Pyssu +Pyst +Python +Pythonx135 +Pyux +Pyykki +Pyyli +Pyzdalupi +PzK +Pzju +PzzaPredator +Q 1 +Q K M Nophis +Q Proserpina +Q S L +Q cs +Q l ii Ma X +Q of Spade +Q uincy +Q-Dance Jr +Q-Qs +Q1NH4N +Q33N +Q53 +Q60 +Q7L +Q8 I +Q8vv +QAWSED +QGM +QIKNQFRDNUQF +QKen +QPR +QPness +QQ3 +QQQ Gang +QQQQQQRRRRRR +QQuaLLeH +QRcoding +QT Bri +QT0 +QTRDS +QTY1 +QTZedd +QTom +QU0TE ME +QU42TION +QWIWRDIGIDFG +Qadir +Qaem +Qaidos +Qajvha +Qapz +Qash +Qc power1 +Qc-Elfmage +Qeassaris +QeeQ +Qego +Qeko +Qeln +Qemi +Qeni +Qenobii +Qi Kua Mai +Qi Ling +QiangxD +Qilat +Qiok +QlKNQFRDNUQF +Qlhp xD +Qlioux +Qmain +QnBumbleBee +Qnon +Qoil +Qoki +Qombat +Qosmio +QpSc +Qpaki +QpzQ +Qragon +Qrax +Qridan +Qrischin +Qrollop +Qrwewa +Qryptic +Qtey +Qtreb +Qu3stm4st3r +Quacamole +Quack Attk +Quack Boom +QuackForMe +Quacka +Quacker +QuadJake +Quadder 4444 +Quadralobsta +Quadrifoglio +Quadrioo2 +Quaerd +QuaffPotion +Quaffle9 +Quahzai +Quakbou +Quakenet +Quakoss +Qualitative +Qualities +Quality Kek +Quality Name +QualitySleep +Quang +Quantities +Quantization +Quantuh +Quantum +QuantumTurtl +Quarentitty +Quarks +QuarterToBen +Quarterback +Quarters +Quartia +Quav +Quawka +Quazi +Qucks +Qucu +QueBolaAsere +QueefInMyEar +QueefMaestro +QueefWiggum +QueefedOnYou +Queeffing +Queen +Queen De +Queen Juggle +Queen Keegs +Queen of CoX +Queen0fScots +QueenBadJuju +QueenJada +QueenOfCorn +Queenmystque +Queenn Elsa +Queer +Queer Peter +Queerzzly +Queijo9 +Quelana +Quenched +Quero +Quessswho +Quest +Quest Dodger +Quest Giver +Quest Lckd +Quest Noobi +Quest Person +Quest Plug +Questikels +QuestsAreBad +Quety +Queue Pea +Queueie +Quew +Quey +Quezzimoto +Quf +Qui GonJinn +Quica +Quick200 +QuickClicks +QuickELMN8 +QuickNDeadly +QuickShot +QuickShot x +Quicken +Quickman1000 +Quickshot343 +Quiddich +Quiet +Quiet Place +Quiet Please +Quiet Toot +QuietStorm44 +Quiettravlr +Quikstache00 +Quilicura +Quillninety3 +Quimbo +Quinker +Quinncidence +Quinnyb0y +Quintendo +Quirkless24 +QuirkyBeaver +QuirkyPurple +Quit 4 iron +QuitForIron +QuitForRS3 +Quite +Quite Shy +Quitegoddish +Quitoris +Quitting Alc +Quiz +Quizav +Quizzy Dee +QukinoTe +Quonloo +Quorhum +Qureshi +Quria +Qurix +Quti +Qutie +Quukske +Quvma +Quweix +Quyron +Quz +Quzzini +Qverkuz +Qwagmire +Qwaltz +Qwd +Qwezz +Qwibz +Qwinny +Qwinoa +Qwozii +Qxevym1 +Qzbxd +Qzst +R 0 E +R 0 w d y +R A L L S +R A V I +R A Z T A +R E +R H Y T H M +R I J K A R +R I K +R I P B R O +R L +R N G Pwnz5 +R N Geo +R O B B IE +R O E L +R O O N +R O X +R P N +R S J +R S Life +R S M +R U A Terd +R U MAD BRU +R Y A N +R Y D +R You Jelly +R a uL +R a z u z +R ack +R amon +R eece +R em +R hin o +R i a d +R ift +R l C H +R mr +R o r o no a +R ob +R obert +R oger +R osss +R uiN +R ya n +R yun +R-66Y +R00M +R00P +R00SE +R00T +R0AD +R0B0C0P +R0BBO +R0FL AT L1FE +R0GAN +R0KKIN +R0LX +R0MICH +R0NES +R0NNIEB0Y +R0OZ +R0R0R +R0Y +R0YAL +R0ad +R0bain +R0bbby +R0binho +R0n13L +R0seofthorns +R0yksopp +R14H +R1CO +R1chs +R1ghtupth3r3 +R1ku +R1ng +R2TB +R32 N Z +R33c0NN +R34 +R3Dtjee +R3d3mtion +R3dlegend +R3vq +R4 n g 3 r z +R4LLY +R4g4n4 +R4ndomUs3r +R4ndyM0n +R4ndy_lahey +R4ng3 +R4ng3 Nubie +R4ng3r 00 +R4nge +R4nge 2 Lpk +R4re Pepe +R4v2n +R6boi +R8nny +RA NG ED +RAB9 +RACELIS24 +RAD x GLiDeR +RADATOUILLE +RADlATAstory +RAFA LOKO +RAG YOUR A55 +RAKETTAA +RAPPUHN +RATMON3Y +RAUTA ARTO +RAlN +RAlSED +RBNY +RBeardWBrow +RC Blows +RC350 +RC93 +RCFreak +RCW +RCY +RD Alten +RDHG +RDJ94 +RDT King +RDW_Dark +RE2PECT +RE4LG4LIFE +REALLY RITCH +REBOOTING +REC0N +RECEPTED +RED DEM0N +REDBUHLL +REDD0GJR +REDLlNE +REDRACECAR99 +REEEject +REEEsuns +REINCARN4TE +REKNAW +REKTmlg99op +REMAlN +REMIIIX +REN0 +REZlN +RElNHARDT +RF Bushee +RF Genesis +RFDesigner +RGB Titties +RGGregar +RGet +RHCP-Solo +RHK Ezze +RI Sleepy +RIP Base +RIP Meme Man +RIP Mitch +RIP Pork Pie +RIP life +RIPAUGUST +RIPAccount94 +RIPT4H +RIPgirthgirl +RIllipieru +RIpuim +RJCI +RJE +RJL129 +RKBM2 +RKN +RKOd +RKOd My Mum +RKTA +RKZY +RL Adam +RL Wolf +RLBurnside +RMAC-97 +RMF Dead +RMG solo +RMax +RNG Alche +RNG GOD +RNG Kevin +RNG MAD +RNG Msg Me +RNG Replace +RNG Tomas +RNG dez nuts +RNG9518 +RNGBandit +RNGVRNG +RNGiesi +RNGrim +RNGsetMeFree +RNJohn +RNJoseph +ROADTO100B +ROBAlN +ROBBOsickdog +ROCCAT +ROCKYY +RODRlCK +ROF0LFOR +ROFOLFOR +ROHTEENMUTSI +ROKO +ROLL TlDE +ROLLinPEACE +ROMBU +RONNIE COLE +RONZE +ROR0 +ROSTA +ROT LOST 6K +ROVANIEMl +RR Fourshore +RR55 +RRAMPIDD +RREKKLES +RRX YY RRX +RRayhan +RRevelation +RRickkert +RRobert +RRocket02 +RS Bread +RS Cinema +RS Jesus +RS Myrthe +RS Nico +RS SLAG +RS UFC NRL +RS ape +RS2 Legend +RS3 Refugee +RS3izBetter +RS6 Quattro +RSB Fox +RSBadLifeBad +RSDonny +RSGO +RSLtSgtZen +RSMAXD +RSPSisBETTER +RSPup +RSQT +RS_Tytin +RSfork +RSmake +RStrength99 +RSuomivihu +RTGoldleader +RTK86 +RTLadNumber4 +RU B Y +RU Petrified +RUBBERI +RUUNIKUNN +RU_Engineer +RUlS +RWB Codeine +RWSDOUG +RX S +RX7 FC3S +RXen0 +RY N0 +RY P +RYAN +RYN16 +RZAlex +R_D TRAJANO +R_andy13 +Ra +Ra fi +Ra1d +RaMR0D +RaRaJuana +RaSToG +RaaWa +Raaagnaar +Raab +Raaban +Raahe +Raahh +Raakanipsu +Raamsdonkje +Raanduin +Raassig +RabarberBarb +Rabbagust +Rabbie +Rabbit MD +RabbitFlats +Rabbitdude +RabbitsDong +RabidDolphin +Rabidherring +Rabiosa +Rabrt +Rabs xo +RacccAttack +Raccoon +Raccoon King +Raccooncow +Raccoonus +Race +Rachael +Rachey B +Racholini +Rachscape +Racteal +Rad Renegade +RadFeenix +Radacia +Radaenne +Radar +Radeo +Radia7ion +Radiance +Radiant Lux +RadiantSkye +Radiator +Radini +Radio +Radio DJ Dan +Radio Love +Radiohead66 +Radiologics +Radish55 +Radja333 +RadoslavvBG +Radrieldor +Radsurlak +Radsy +Radtastic +Radusa-Two +Raeghal +Raelir +Raen +Raf0da +Rafaael +Raffealy +Rafff +Raffineret +Rafi Tafy +Rafiniya +Rafn +Rafnar0G +Raft15 +Rafy +Rag +Rag Demon +Rag Doll +Rag Gdz +Rag List +RagToRiches +Ragani +Rage +Rage Fuel +Rage233 +RageCold +RageCombo +RagedIronMan +Ragefire1 +Ragegold1163 +Ragez Fury +Ragga +Ragga Muffyn +Raggedy Jeeb +Raggers +Raggnag +Raggy Reapzz +RaginBatts +RagingK9Fury +RagingReddit +RagingTroll +Ragingg +Ragnar +RagnarOsborn +Ragnariukas +Ragnarok96 +Ragnell56 +Ragni +RagsIIRichez +RagucciRafa +Ragurain +Ragy rag +Rahamasin +Rahamies +Raharu +RahbHurt +Rahdyxc +Rahedo +Rahimo +Rahis +Rahjer +Rahy King +Rai +Rai_3 +Raibu +Raichue +Raicun +Raid +Raid Lewis +Raid My Body +Raideris +Raiderrediar +RaidriarTGK +Raien +Raihan +Raihou +Raii +Raiicrow +Raikesy +Railee +Raimar1 +Raimiss +Rain +Rain Days +Rain Please +Rain ee +Rainbird +Rainbow +RainbowBeast +Raine +Rainer +Rainforest +Raining +Rainingbroz +Rainingmeltz +Rainman446 +Rainnos +Rainold +Rainshower +Raintown17 +Raisedbycows +Raiskausrapu +Raisson +Raisson X +Raistlin +RaistlinFasa +Raisya +Raivan90 +Raizerr +Rajat76 +Raje +Rajgo +Rajs +Rajvir +Rakaah +RakadB3 +Rakblood +Rake +Rake ur weed +Rakettikala +RakiRaki +Rakiata +RakingPurple +Rakkir +Rakoins +Rakru1 +Rakuko +Rakun Rakan +Rakupenda +Ralalallei +Ralgurr +Ralle1208 +Rallis +RalorLeetor +Ralos Rise +Ralp +RalphLauren +Ralphed +Ralphie3 +Ralphy Jnr +Raltsz +RalvekZul +RamYe +Ramae +Ramallah +Ramathorn +Rambling +Rambo +Rambo Prods +Rambo The 3 +Rambo The 4 +RamboBrad +RamboDaddy +RamboKiddo +RamboOmega +RamboSambo +Rame +Rame s +Ramen +Rameses B +Rami +Rami Tsunami +Ramleh +Rammdude +Rammmsteinn +RamonZera +Ramonix +Rampa +RampageOnly +Rampauttaja +Rampenisse +Ramrod +Ramsas +Ramsay +RamsayGrejoy +Ramxious +Ramzis +Ramztad +Ran-D +RanShakHazar +Rana pipiens +Ranamen7 +Ranarr +Ranarr Bowl +Ranarr Czar +RanarrScape +RanarrSmoke +Ranarrjuice +Ranarrseole +Randalf +Randalfen +Randalicious +RandallOG +Randdall +Randeaux +Randecker +Randinator42 +RandlesAlt +Random Day +Random763 +RandomGuy771 +RandomLemon1 +Randomguy38 +Randomized +Randomkul +Randomojojo +Randsoms +Randy Rawdog +Randy Rolex +RandyBanger +Randyke +Randys +Ranestumies +Rang +Rang3d Xp +RangPang +Rangahhh +Rangatan44 +Range +Range 4 mage +Range AR +Range Kiing2 +Range4Free +RangeGawd +RangePs +Rangeddddddd +Rangedly +Ranger +Ranger Fain +Ranger Hood +Ranger Uhle +Ranger82592 +RangerBoots +RangerFain +Rangerofgold +Rangerrr +Rangish +RangoII +RanjaForLife +Rank +Rank 1 +Rank 1 Gamer +Rank 1 Korea +Rank 1 Norge +Rank 1337 +Rank1Espada +Rank1NA +Rank350 +Rank62 +RankOneTurk +Ranox +Ranty +Ranul Oracle +Ranusian +Ranzo +Raoul +Rap50Cents +Rapasuu +Rapid +RapidCycling +RapidPancake +Rapidd +Rapiers +Rapolas +Rapolu +Rapt0ram +Rapterzz99 +Rapthor +Raptor +Raptor Jesuz +RaptorLuck +Raptorcaw +Raptorjk +Raptorman +Raptorsin6ix +Raptz +Rapu +Raquelo +Rare +Rare Arugula +Rare Chance +Rare Doggo +Rare Hat +Rare Panda +Rare Pets +Rare Vibes +Rareinpepe +Raresocks +Rarity +Rarity Belle +Rarma +Rasa +Rascus +Raseni +Rasenkage +Rashford +Raskasta +Raspatil +Rasput1n2k13 +RaspyLemon +Rassaasolo +Rasta Panda +Rastaclat +Rastafarlion +Rastamain +Rastaman +Rat Digward +Rat Flicker +Rat Has Dice +Rat Hunter23 +Rat L Traps +Rat Lettuce +Rat Sensei +RatKing365 +RatWithAGat +Rata +Ratchet48 +Ratcliffe +Ratdrin +Ratenda +RathianSP +Rathmai +Ratikka07 +Ratlifenerd +Ratlordmax +Ratm +Ratpno +Ratrace12345 +Ratrero +Ratsy J +RattleSsnake +Rattled +Rattlerskill +Rattlesnake +Rauhanrekka +Rauokse +Raur +Raurshank +Rauski696 +Rauss +Rauta +Rauta Juoppo +Rauta Sorsa +Rauta Tuomo +Rauta Urho +RautaGoblin +RautaLeksa +RautaPertti +RautaPizza +Rauta_Kessu +Rautafantic +Rautakuma +Rautis +Rauzee +Ravac +Ravangerous +Ravanth +Rave Pants +RaveBoy21k +Ravedeath +Ravemaste476 +Raven +Raven Frost +Ravency +Ravensword +Raventodt +Ravers +Ravesyy +Raving +RavingElf +RavishUndead +Ravlar +Ravs +RawPhazon +RawRyan +RawToast_13 +Rawbean +Rawduggie +Rawest +Rawke +Rawr +RawrItsKirby +Rawrr +Rawsome +Rawssss +Rawst +Rawwr Austin +Raxen Light +Raxorn +Ray Btw +Ray Kurzweil +Ray Rwars +Ray Sensei +Ray Squared +RayCon +RayMarshall +Rayfort +RayiiRios +Rayjin_Storm +Raykin +Rayleighs +Rayleight +RaymanXo +Raymo +Raymone +Rayne +Rayne Drop +Raynel +Raynelie +Rayner91 +Rayo McFly +RayofLight2 +Raypac +Rayrunner +Rays Max +Rayye +Raz Wolf +Razaia +Raze +RazenOh +Razer +Razer Elite +Razeren +Razguld +Razie +Razih +RazleBadazle +Razor +Razor Beast +Razor654991 +Razorblat +Razoriginal +Razorshark +Razrback +Razz1eDazz1e +Razzle +Razzzoor +Rb Salvation +Rb2790 +Rc +Rc Dark Rang +Rc_Power +Rcardio +Rcer +Rckr +Rddrz +Rds 44 +Rds Nerd +Rdushi +ReDrOc +ReFueld +RePeTiiTioN +ReRemakeAndy +Re_Rauzo +ReachAround +Reachinator +Reactate +Reaction Tec +Reactionary +Reactionss +Reactor15 +Read Art +Ready 123 +Ready4pwnage +ReadyToReap +Reah +Reaks +Real +Real Cute +Real Earth +Real Friends +Real Jesiah +Real Kev +Real Me +Real Reasonn +Real Skyline +Real Umbreon +Real Unlucky +RealAndBased +RealBoobs +RealBruceU +RealDrSeuss +RealJonner +RealKing11 +RealKingBee +RealLifeBot +RealLyre +RealMemeVPJr +RealPeelBoat +RealRicFlair +RealScythe +RealShyGuy +RealSpeed +RealStoney +Realcorkpig +Realdent +Realflamesss +Realismi +Realissm +Realist Knut +Realistg +Reality +RealitysGod +Really +Really Spicy +ReallyToxic +Realpk2004 +Realtank +Realtor R1 +Reap +Reapa +Reaper +Reaper0321 +ReaperLucid +Reaperkiller +Reaping Inc +Rearrange +Reaver Tru5t +Reavus +Rebaulten +Rebel +Rebel Serj +Rebelatto9 +Rebelgian +Rebelican +Rebellgutt +Rebelqt +Rebir7h +Rebirth +RebirthFlame +Rebis +ReboKhaihang +Rebooting +Reborn +RebornMuscle +RebornNips +Reborninc +Rebounder234 +Rebuild +Rebuild4free +RebuildLewi +RebuildMitch +Rebuildep +Rebuilders +Recable +RecentKill +Recess +Recharge +Recited +Recker1o1 +Reckless +Reckless Ell +Reckless Fyb +Reckless Lad +Reclaimar +Reclaiming +Recline +Reclined +Recnamalad +Reco Fam +Recolddone +Reconjack +Recore +Recover +RectalRoni +RectalRumble +Rectophobia +Recuder +RecyclePls +Recyr +Red Asia +Red Cavalier +Red Courier +Red Duke +Red Hick +Red Hippo +Red Hood +Red Hot Go +Red Kool-Aid +Red Nine +Red Osrs +Red Pepper65 +Red Rays +Red Rockin +Red Simon +Red Staal +Red Style +Red The Pom +Red Wings +Red XIII FF7 +Red hat +Red partyhat +Red3 +Red6 +RedCavalier +RedDwarf +RedGraceful +RedMare +RedRambler +RedRatedGame +RedRathalos +RedRegent +RedRusker +RedTwisted +RedWarlock31 +RedWol +Red__Mage9 +Redael +Redarekun +Redbackpker +Redben45 +RedberryLean +Redbull +Redbull Od +Reddo +Reddragon884 +Redflame +Redgit +Redikarp +Redisleft +Redius +RedkaWodbull +Redland +Redlonghorn +RedneckYoshi +Rednecks +Rednex +Redninja02 +Rednipplee +Redo +Redo Undo +Redouan94 +Redrevolve11 +Reds +Redshapes +Redshok +Redshoker +Redsk1ns +Redskin +Redsug +Reduced +Reductive +Redus +Redux +Redux Lux +Redz +Redza14 +Ree Mastered +Reeb +Reececup +Reecesoa +Reecie +ReedBadass +Reee +Reeebow +ReeeeZ +Reeeps +Reeet +ReefSharkz +ReeferKeefer +ReefyReefer +Reel_Arphios +Reels +Reemov3d +Reer +Reeyu +Reeze Tech +Reflection44 +Refleksfrode +Refleksi +Refluxerino +ReformedMatt +Reformer +Refried +Regal +Regan +Regelios +Regement +Regent Pve +ReggieWeggie +Reggin Cx +Regie +Regiis +Regio +Regular +Regular Iron +RegularJerry +RegularPlank +RegulusAurum +Rehbein +RehlapzZ +Rehoboam +Rehst +Rehzzy +Rei-chan +Reibnitz +Reichart +Reidar +Reids +Reidtheweed +Reign +ReignInBlood +ReignOfThor +Reigns +ReikenGIMP +Reimie0x +Reimo +ReimuHakurei +ReinLassen +ReinMoose +Reince +Reinkmyster +Reipas +Reisnom +Reisy +Reita +Reizzaz +Reject q p +Rejected Alt +Rejected Son +Rejected btw +Rejects +Rejet-01 +Rejey8 +Rejuvenating +RekaScape +Rekans +Rekenz +Rekkaboi +Rekkerta +Rekkt +Reklats +Rekna +Rekt +RektHavok +Rekunleashed +Relaaax +Relapse +Relapses +Relative +Relatived +Relax to Alt +Relent1ess +Relevancys +Relianah +Reliefed +ReligionBad +Reliinqish +Relik +Relinquishh +Relit +RelivinYouth +Relizent +Relizent2 +Relizents +Rellnquish +Relloktion +Relmu +Reload +ReloadFaster +Reloox +Relrekis +Reluctants +Rem Dogg +Rembs +Remcodingho +Remedial +Remiejj-BV +Remiel +Remillia +Reminded +Reminiscon +Remitin +Remix +Remixed +Remmos +Remmyy +Remn +Remo +Remorsed +Remspoor +Remtar74 +Remvrkable +Remylz +Remytouille +Ren to +RenLady +RenZelus +Ren_Otori +Renacan +Renall +Renarin +Renas +Renato +Renauddd +ReneeIsMaxed +Renegor +Renesau +Renewed +Rengar +Rengeki +Renger +RengokuRS +RengokuSmile +Renixion +Rennuts +Rennz +Renovato +Rensafari +Rent +Rentb0y +Renzo Bamf +Repathor +Repeats +Rephia +Replayroyke +Replenished +Replikantti +Replo +Reply To Me +Report Biden +Reported +Reporting U +Reppin519 +RepresentRS +Reprexain +Reps4Jesuz +Reptile +Reptile God +Reptiliano +Reptillian +Republic55 +RepublicofRS +Reputism +Reqtile +Requaahv +Requilog +Requin +RequireBone +Reredrum +Rero +Resallude +ResenBallZ +Resentfully +Reseriant +Reserv3D +Reshop +Resident +ResignWonki +Resilient +Resistzz +Resizable +Resk +Resoluutio +Respaze +Respeat +RespecTheMax +Respect Me +RespectMyDab +Respek +Respire +Responders +Respy +Respyy +ResrvdFinest +Ressara +RestIess +RestInPce +RestTooLaid +Restinp3ace +Restless99 +RestoredIron +Restrial +Restrio +Resultss +Resultzs +Resupplying +Retendous +Rethie +Retired Dead +RetiredMaboe +RetiredStic +Retr0virus11 +Retro +Retro PvM +RetroDeviant +RetroRaz +Retrohiili +Retrovision +Rettent +RetuKettu +Retupelle +ReturnToOne +Reub +Reubon +Reuborn +Reudo +Rev Hayter +RevDragon +RevZamorak +Revamp +Revamp cF +Revanche +Revellius +Revelwood +Revenant MKX +Revenant Rag +RevenantBoy +RevengerII +Revent +ReveredB3ard +Reverenciar +Reverenz +ReverieDC +ReversEffort +Reversedd +Revi21 +Revilia +Revofev +Revoke +Revolted +Revolving +Revs +RevsRebuild +Revus +Revvanth +Revx +Revzvy +Revzy +Rewbs +Rewinds Iron +Rewnlite +Rewns +Rewo +Rewriting +RexCox +RexM +RexMouser +Rexicur +Rexkat +Rexun +RexxNotReal +Rexxasaurus +Rexxer69 +Reyes407 +Reyko +ReynoldsWrap +Reystov +Reyswaldo +Rez X +Rezi +Rezident +Rezka +Rezki +Reznx +Rezy +Rezz Main +Rezz79 +Rezzn +Rfsu +Rgimenez007 +Rgk +Rgnfrg +Rhaegalion +Rhaegar +Rhaegard +Rhaegor +Rhagaea +Rhastae +Rhcprule6 +Rheal +Rheece +Rhette +Rhezmyn +Rhianne +Rhien +Rhiley +Rhino +Rhino Art +Rhino Prime +RhinoNuts +Rhit +Rhiyia +Rhk +Rho Ur Boat +Rhoads +Rhocky +Rhodesia +Rhogue +Rhondda +Rhorrn +RhuBarb3 +Rhubarbino +Rhuina +Rhyio +Rhyl +Rhyme +Rhyming +Rhyninn +Rhynoob +Rhys Irl +Rhys25 +RhysieBoy +Rhysos +Rhythm +Rhythm Games +Rhythms +Rhyw Peth +Ri v en +RiJect +RiKoCheP +Riaever +Riamo +Rias +Ribb +Ribeye1611 +Ribinha +Ribitz +Riboku +Ribu +RicVR +Ricadio +Ricanmonkey +Ricardato +RicardooR +Riccario +Rice +RiceAndTacos +RiceWrangler +Ricefishie +Ricepicker89 +Rich +Rich 1 Hita +Rich Noob +Rich Snoe +Rich13 +RichAround +RichGuy X +RichHarambe9 +RichMansDrip +Richaard +Richard +Richard Baer +Richard Moss +Richard12391 +Richards2705 +Richart 123 +Richguy3213 +Richie +Richterr +Richxrd +Richy +Richy Rich +Rick +Rick scape0 +RickAndVorki +RickDeckard +RickEscobar +RickRab +Rick_NLD +Rickard +Rickeh 1 +RicketyReck +Rickhs +Rickky Bobbi +Ricklet +Ricklewinks +Rickness666 +RicknessAlt +Rickolas +Rickos +Ricksking +Rickstaverse +Ricky +Ricky Bob E +RickydeRoach +Rickyj13 +Rickyrevine +RicoMangos +Ricoo +Ricotayqueso +Riddim +RidePine +Ridemyhomies +Rider +Rider Galara +RiderOfRohan +Rider_99 +RidgeRacerR4 +Ridgewood +Ridley +Ridley1990 +Ridored +Rie1yReid +Riektanminol +Ries2 +RiesBatsbak +Rif +Rif T +Rifampicin +Rifen +Rift Archer +RiftOversoul +Rig Pig +Riga +Rigelius +Riggas +Rigged1 +Riggerlyworm +Righ +Right +RightKnight5 +Rightthisway +Rigid Tony +Riglr +Rigondead +Rigondeaux +Rigourlas +Rigr +Rigtop25 +Rihmakallo5 +Rihsky +Riickkert +Riiggs +Riii +Riiico Suave +RiimuRatigan +Riippptttt +Riisi +Riitasointu +Rijst +Rik M +RikCastle +RikSavage +Rikador +Rikalero +Rikeez +Rikka-kun +Rikka-san +Rikky Flames +Riksaah btw +Rikten X +Riku887 +RikuLehDeku +RikuRNG +RikvWesting +Rilah1212 +Riled Up +RilesWright +Riles_Nation +Riley Mort +Riley1098 +RileyReidx +RileyVoelkel +Riltor Storm +Rimbton +Rimorix +Rimppa97 +Rimuru BTW +Rinby +Rindos +Ringboi5 +Rinhx +Rini Keeper +Rinky +Rinoa +Rinrus +Rinsumageast +Rio-Dono +Riolu +Riona +Riot +Riot Breaker +Riot Starter +Riotdeath +Riotz v4 +Riou +Riouha +Rip David +Rip25kChins +RipBigDoinks +RipFeKeenan +RipLo +RipMagikarp +RipRoidie +RipSnorter46 +RipTheBilly +Ripd +RipePineappl +Ripper +Ripperhino +RippleBear +Rippn +Ripsin +Ripstart +Ripulieinari +Ripulirulla +Riri488 +RiseOfTerror +Risencambrie +Rishhh +Rishloo +Rising serum +RisingHonour +Risingodslay +Risk +Risker +RiskinPixelz +Riskule +Risky Pete +Risky Ryan +Riskz92 +Rislearn +Rismani +Risotto +Risperdal +Risque Moose +Risqy +Ritchi026 +Ritle +Ritopikachu +Ritrole1 +Ritthback +Rittz +Riubuli +RivalIron +RivalTitan +Rivalguy25 +Rive +RivenGasm +River Kelda +River OSRS +RiverOfIron +RiverOut +RiverToSea +Riveriea +RiverzRaging +Rivy +Riwer +Rixhy +Riyazzz +RiyuK +RizeNSkrine +Rizi Bizi +Rizla King +Rizos +RizzardWizrd +Rizzhole +Rizzzoo +Rizzzyisback +Rj8532 +Rjtyyi +Rkaksi +RlCE +RlCEHEAD +RlFK +RlGBY +RlP Harambe +RlPMYMANX +Rlly G +Rmus1 +Rmve +RnBieber +RnGator +RnGisFocked +Rndl +Rng Depleted +Rng Maestro +Rng Rami +Rng4Display +RngIshit +Rngclown +Rnjeesus +Rnkji +Ro The Boat +Ro s +Ro2no +RoBoRhino +RoBoat +RoNNalDis +RoSki +RoT Nick +RoT is GAY +Roach +Road +Road Run +Road sign 73 +Road to kek +RoadBoat +RoadSpartan +RoadToALLPet +Roadbiker15 +RoadetoMax +Roadways +Roadz +Roam +Roaming Sky +Roanen97 +Roastedsteak +Rob Aero +Rob Hot Dog +Rob Iron +Rob Pooner +Rob Zombie +Rob2G +Rob94401 +RobDirkson +RobThePole +RobWilliams +RobWorker +Robb +Robb uwu +Robbbana +Robbbbb +Robbiboi +Robbie EN +RobbieJ547 +Robbin +RobbinDaHood +Robbo +Robby +RobbyMatrix +RobbyRott3n +Robeartoe +Robejose +Roben +Roben Jr +Robert +Robert Pires +Robert Stein +Robert T +Robert1f +Roberto700 +Robidoux +Robigo +Robin +Robin Van H +Robin564 +Robinhoodnow +Robjee +Robjon7 +Roblit +Robln +Robln l-l00d +Robodinho +Robodyx +Robok0p +Robokiller86 +Robolisten +Robologist +Robot +Robpar6 +RobsonV +Robtoe123 +Robust +Robyn550 +Roc3 +RocheLimit +Rochette +Rock +Rock Knight +Rock Nin +Rock Rage +Rock The Red +Rock Wizard3 +Rockabbages +Rockadelic +Rockafellah1 +RocketRock88 +Rockfists1 +Rockford +RockfordT +Rockin +Rockin Ness +Rockland +Rocklore +Rockmaker +Rockrets +Rocktail +Rockwell +Rocky +Rocky 1535 +RockyYourMom +Rockydig +Rocokoko +Roczor +Rod Goesinya +Rod Man +Rod Monan +Rod My O +Rod i +Rodefe +Rodeva +Rodimus55 +Rodje +Rodney +Rodney Farva +Rodnirt +Rodnizzle +Rodrick +Rodrigo +Roe2 +RoeGut +Roebie1 +Roei +Roekoeloos +Roel +Roerbakei +Roexzy +Roff +RoffXD +Roffie +Roffy +Rofie +RoflOs +Roflaye +Roflmao +Roflmaomg +Roflologist +Roga +Rogerthatxd +Rogier504 +Rogiertjuuuh +RogretheOger +Rogue +Rogue nr2 +RogueSoul03 +Roguestoney +Roguor +Rohafin +Rohekonn +Rohman +Rohmu +Rohr +Roice +Roid +Roidsy +Roihuvuori +Roithamer +Roixie +Rojas +Rokec993 +Rokki +Rokushoo +Rolann +Rolav +Rold +Rolde +Roldeh +Roldie +Rolex +RollOurOwnJs +Rolla +RollandSmash +Rolleston +Rollin +Rollin Clean +Rolling +Rolling Kush +Rolling2Hard +Rollingo +Rolls +Rollsie +Rolluik +Rolly83 +Rolpharoni +Rolson +Rom3 +Roma +Romad +Romare +Romarigo +Romboy619 +Rome +Romein +Romen +Romen Ranges +Romeo for u +Romeos GIM +RomeowL +Romic +Romka +Romo +RompLord +Rompmaninov +Romway +Ron Swansong +RonBurgundy +RonCumtastic +Ronald +RonaldReagan +Ronbiara +Ronch +Ronco6 +RondVierkant +Rondey +RoneRackal +Ronescape +Ronggo +Rongor +Rongrongie +Roni Hagert +RoniKysh +Ronn Coleman +Ronnicle +Ronnie +Ronnie Fe +Ronnie Ponny +Ronnie518 +RonnieKray +Ronniebob +Ronny +Ronokroo +Ronpoo +Ronti +Rony +Ronz +Roof +Rooftop Laps +RooieRotzak +Roolon +Roomhoorntje +Roommaster1 +Roon2h +RooneyDUNX +Roonscape +Roosa +Roosevelt19 +Roosevelt69 +Roosevelt79 +Roost Coffee +Root Exoi +Rootman34 +Roover +Rooxy +Roozom +Rope +RopeDart88 +Ropemaker +Ropew +RoqeSVK +RorannoaZ +Rorek +RorekMalc +Rorr +Rorvis +Rory Gall +Rory Stone +RoryBurnout +RoryJb +Rorys +Rosalktha +Rosco Jenkn +Rose +Rose Fritz +Rose of May +Rose tiara +RoseGold_A +RoseOnCasket +Roseanne +Rosemarrie +Rosemary +Roses R Red +RosetaStoned +Roshidragon +Roshyz +RosieBtw +Rosieflower +Rosin0nly +RosinHead710 +RosinScape +Roskamaster +Ross +RossOSRS +Rossaboy +Rossed +Rossssi +Rossys +Rosters +RostiKz +Rosv0 +Rot3x +RotJofaJofa +Rotagilla +Rotated +Rotation +Rotelli +Rothen +RothesLatrin +Rothgor +RotiPrata +Rotiforms +Rotom +Rotta +Rottapoju +Rotten +Rotten Vale +Rotten Wang +RottenEyeMoe +RottenGurl +Rottencotten +Rottenzotten +Rotterdam +Rotzschrank +Rouge +RougeDev +RougeManiac +RougeThief02 +Rough +Rough Games +RoughINSERT +Rounded +Rounded Xp +Rounder +Rounding +Rousey +Rousseau88 +Route +Rova +Rove +Rovicus +Rovka +Row Sripple +Rowdy Tobias +Rowe5000 +Roweeee +Rowg +Rowinovich92 +Rowls +Rowoep +RoxanX +Roxasroxs564 +Roxer +Roxie Valor +Roxxe +Roy385 +RoyLay +RoyZay +Roya2Face +Royal +Royal 69 +Royal Chief +Royal Death +Royal Rain +Royal Violet +Royal Wax +RoyalD3sire +RoyalMess +RoyalPurps +RoyalRolf +RoyalScumbag +RoyalShaco +Royal_Shock +Royal_inc +Royan +Royboy16 +Roye +Royo +Royollie +Roysrols +Roytang5 +RoyyyAfca +Rozensho +RozirPanda +Rozkol +Rozlucka +Roztomily +Rozzaa +RricketyREKT +Rro +Rs Bartender +Rs But Afk +Rs D +Rs God +Rs Jamal +Rs Kajcsa +Rs Olm +Rs Pikachu +Rs Wiki +RsBryce +RsGoku +RsOverGirls +RsRuinMyLife +RsSuomi +Rs_ReeCe +Rsanaded +Rsebb +Rset +Rsh Katje +Rsh10 +Rsky B +Rsn Kmt +Rsn_Adam +Rsn_Dillon +Rtlo18918B +Rtslash +Rty +Ru Ru +Ru2uo +Ru6 +RuMoRRs +RuRu-nyan +RuRu09 +Ruan +Rubber +Rubber Alt +Rubber Apple +Rubber Luffy +RubberApple +Rubbery +Rubbery Ra +Rubee +RubenD +Rubenich +RubiconGuy +RubikMouse +Rubinx81 +Rubish +Rubrek +RubsSandwich +Rubss +Ruby +Ruby Opal +Ruby Runes +Ruby5001 +RubyBlue +RubyBoltSpec +RubyEvelyn +RubyLvledUp +Rubystealer +Ruck +Rucked Faw +Ruckus +Ructions +Rudadoodadoo +Rude +RudeBoiElj +Rudekid1035 +Rudetopia +Rudi Andre +Rudii +Rudin +Rudin Alt +Rudolph +Rudy +RudyGiuliani +Rueben +Ruel +Rufie +Rufles +Rufu +Rufus Shaw +Rufus xD +Rug Klachten +Ruge +Rugg0064 +Rugpijn +Rugrat +Ruhl +Ruhpetitive +Ruhtrik +Rui HIMimura +Rui Sand +RuiMariz +Ruimte +RuimteMan +Ruinationnn +Ruined +Ruined Kap +Ruint +Ruizoeki +Ruk1a +Rukavi +Ruker +Rukias Feet +Rukusama +Ruky +Rule Elite +Rule34 Grogu +Rulesy +Rulesyy +Rullmane +Rum Lad +RumJeDobry +Rumble519 +RumbleYT +Rump +Rump Kicker +Rumpetask +Rumpkondens +Rumpleminze +Rumpstag +Run Alt +Run Down Mid +Run n Alch +Run1t3 +Run1t3 Cape +Run2paradise +RunCMP +RunFreek +RunNhideZom +RunRonRun +Runboof +Runboy25s +Runcatsmith +Rundamental +Rundi +Rune +Rune Scimmy6 +Rune Strg +Rune Toi +Rune Trophy +Rune Tunes +Rune Woolf +Rune l Scape +Rune lennyFe +Rune mendigo +Rune-Taneli +RuneAlt1 +RuneArguero +RuneBri +RuneFiend +RuneKing2h +RuneLight +RunePuuro +RuneShape +RuneWeems +Runebie93 +Runeblaizer +Runebryter +Runechi +Runecraft +Runecrafts +Runed Ltd +Runeiro +Runely +Runeman3134 +RunenSohn +Runepalmu +Runeranta1 +RunesCrafted +RunescepxD +RunescepxDD +Runeshaft16 +Runesniffer2 +Runesr4nerds +Runester9999 +Runeukko431 +Runeveeti +Runeventure +Runey +Runey Toons +Rungne14 +RunicXanadu +Runita +Runite +Runite Ricky +RuniteNerves +RunkoPalkki +RunnerTwoD2 +RunninBlood1 +Runnn +Runny Rectum +Runnynumber2 +Runolf +Runs +Runs Laps +Runtellthat4 +Runtu Reiska +Rup +RupOSRS +Rupea +Ruperd +Rupert Whale +Rupiss +Ruptured +Rupus +RureScape +Ruri +Rus s +Rush618 +RushAl0t +Rushana +Rushflame555 +Rushing +RushnSuch +Rushoo +Rusinahousu +Rusinapulla +Ruskajan +Ruskeareika +Russano +RussianLives +Russian_Fire +Russkill1000 +Rust +Rust Oxide +RustLasagna +Rustaaaagh +Rusted +Rusted Ape +Rustee +Rusticis +Rusticus +Rustig +Rustigggggg +Rustix +Rustu +Rusty +Rusty Spoons +Rusty99 +RustyFoot +RustyPlastic +RustySimon +RustyStipps +RustyTuna +Rustydog125 +Rustynice +Rustyw +Rusy002 +Rut469 +Rutgar +Ruthacus +Ruthers +Rutje +Ruto +Rutten +Ruttuperse +Rutu +Ruudcz +Ruuddie +Ruup +Ruut +Ruutana +Ruwe Dollo +Ruzafa +Ruzy +Rvght +Rvilleboy +Rvndy +RvneHQ +RvrseGiraffe +Rvsta +Rvvvy +Rwkw +Rwolfe +Rx bones +Rx-ll +RxHarmacist +Rx_Sparky +Rxscro +Rxzm +Ry Jones 21 +Ry T +Ry n +Ry-07 +RyGuyyy1 +RyKush +RyQzz +RyRgrMcFrly +Ryaite +Ryalae +Ryan +Ryan 178 +Ryan8529 +RyanApollo +RyanC203 +RyanFar25 +RyanKristoph +RyanNagato +RyanPick +RyanTW +Ryanandneal +Ryaneal +RyangalO +Ryanmattin0 +Ryann737 +Ryanpage +RyansRebuild +Ryanwouldsay +Ryawh08 +Rybizzle +Ryca +Rycerz Arek +Ryd +Ryder +Ryders +Ryderwear +Rydwarf +RyeAnn +RyeEx +RyePie +RyeYun +Ryeron +Rygelon +Rygo111 +Ryhan +Ryi +Ryjgar +Ryking +RylanIsLive +Ryleegh +Ryley +Rylios +Rylorg +RynHasAutism +Rynilion +Ryns +Ryokojin +Ryolm +Ryoma +Ryougi +Ryougi Shiki +Ryouma +Ryoush +Ryronman +Rystaloid +RystyRane +Rytacus +Rytis +Ryu Deadass +Ryu L +Ryugo +Ryuk +Ryukiral +Ryuko +Ryul Silvyr +Ryvik +Ryxidius +Ryyd +Ryzelf +Ryzema +Ryzho +Ryzloh +Ryzou +Rzasa +Rzy4k +S 0 R A +S A S H O +S A VV A G E +S C N +S C U Z Z +S E T C H +S G M B +S I N +S J H +S M A S H ER +S M I L E S +S O Z O +S P E E E D +S Q5 +S Rye +S Spirit +S T ACK E D +S T E F AN +S T E N +S T I L L +S T R 4 ever +S T R Pwnz5 +S U F F +S V N E +S W A N N +S a z z y +S acrificed +S aevar +S aii +S ammmy +S co t t +S cruffy +S e 7 e n s +S e a f o +S e e j +S ebbe +S emi +S enu +S err +S h a n e oo +S hadw +S hayzz +S hea +S hep +S imply +S k u ll y +S kari +S l M B A +S l3 +S nipz +S ofa +S offa +S ofus +S orrow +S oulz +S outh +S p00ky +S secy dy +S t e v e n +S t i +S t i g +S t i x +S tas +S u b j e ct +S uffa +S unz +S wan +S-525 +S-Market ll +S00000O0000k +S0FTPUPPY +S0L0 +S0L0 SL0AN +S0MALISLAYER +S0O0O0O0O00S +S0S JERRY +S0UVLAKI +S0Z4 +S0ar +S0ciety +S0dra +S0gg3 +S0ldern +S0lomon44 +S0lty +S0nical +S0phie +S0tg +S0thra +S11om +S1MPSLAYER +S1N6 +S1NA +S1ORM +S1SU +S1ayzAllDay +S1n0fWrath +S1ngul4rity +S287 +S2u2 +S3 Matt +S3ID +S3W3RSLVT +S3n4_Hc +S3oulful +S4M0HT +S4M20N +S4v4s +S5peedy +S60RDesign +S7arburst +SA alter ego +SAAB_Toxic +SAAIXX +SAGLAM +SAINt +SAINt Steff +SALM00O00N +SALM00OOON +SAMCRO +SAMMMMMY +SANDFROG53 +SANFEWLUVR78 +SANO +SANRIPOSYCHO +SANTERCOMTER +SANTO5 +SANYANOSTRAH +SAPl +SARAH +SARPBC +SATAN GOD +SATORIIN +SAUCEnJUICE +SAVVON +SAWPREME +SAlNT +SAlNTS +SAlYAJlN +SB DRIFT +SB Luke +SB Mac +SB Mully +SB2K +SBSBSBSBSBSB +SC0V +SCARED +SCHOOTSFIRED +SCOTUS John +SCR0TUM +SCRAMMMBLED +SCRIMS +SCRT SAUCE +SCYukino +SC_Josh +SClarky +SDC Thursday +SDV +SDVX +SDemotivated +SE Alaska +SE N SE +SECDEF +SELF +SEMI CHUB ON +SEMl DEAD +SEPTlC +SESACO +SETU +SEXY GRETA +SFTYALWYSOFF +SG +SGNG +SGTA +SGTX +SH333S +SH5 +SHAD0WBANN +SHAGED +SHANK SAMA +SHELDOR +SHERMnNATOR +SHElD-HEDA +SHIA +SHIA_WIRE +SHIDDED0N +SHIIIELDS +SHINY +SHINZ0N +SHOTGUNSUGE +SHRIIlIlIIMP +SHlESTY +SHlFTER +SHlNl +SHlVER +SIBS +SIDB +SIGMA MALE69 +SIGNZ +SIKKaudio +SILENT +SIMAA +SIR KIRSI +SIR_WHAT_NOW +SISDIS +SIayer +SIoopie +SJ7 +SK octorock +SKBToast +SKBerk +SKD +SKDMRX +SKDee +SKEEZUZ +SKKi63 +SKlDMARK +SKlNNY +SKlTZO +SL0AN +SL1T +SL3DNECK +SL3VEN +SL90 +SLAAYEEER +SLAP +SLAP A SL0TH +SLAY +SLAYER +SLBM +SLE Casper2 +SLEEEZY +SLNT +SLOpro +SLV +SM Esura +SM Tech N9ne +SM0KE +SMANisonfire +SMEGMAEATER +SMGO +SMHeMbRBoB +SMKoolin +SMOrc +SMOrc Weeds +SMOrc3000 +SMRT KO +SN0W +SN0WBUSH +SN3AKBO +SNAX +SNAlIlIlIlIL +SNUIVEEEEEH +SOCIAL SCARE +SOLO D0L0 +SOLlD +SOMALISTEVE9 +SOUL MASTER +SP1NK +SPAICC +SPANKWlRE +SPLEEBTEZ +SPLODGE +SPOODERMENNN +SPOOKAH +SPlCER +SPlCY RAMEN +SPlDER-MAN +SQLite +SQSHD +SR0o0RM +SR20 +SRH IM +SRSwiper +SS Iron +SSF Fe BTW +SSJ2 GhostMO +SSS-Latch +SSamm +SSco0by1 +SSironMage +SSlavic +SSnakeling +ST0n3 +ST3AKS +STAIGZOR +STALlN +STAMPEE +STARSZSZ +STAUNCHEST +STEEZ +STEEZ UwU +STERGS +STEVEYZERMAN +STEVIO +STElNSGATE +STElNSGATE 0 +STIFT +STM32 F103 +STOERE OMA +STPN +STR m8 +STRZI +STRlCKEN +STRlDERMAN +STSTSTSTSTST +STUB0RN +STYG +STZY +STlFFMElSTER +STlNGRAY +SUBAROO +SUJET0 +SUP3RCLAUDIA +SUPA +SUPERSET q +SUPERTAIKURI +SUPREME +SURPRlSED +SV_Exon +SW3GG3RZ +SWAGL0RD +SWE4TY +SWlPE LEFT +SYMBI0TE +SYMPATHY +SYRpaperclip +SZP-Qlimax +S_nacky +SaHiB +SaItbender +SaSoeur +SaYeon +SaZz +Saagarius +SaakeliMies +Saambellah +Saaq +Saarinen +Saassz +Sabba +Sabbatix +Sabbelaar +Sabeket +Sabel26 +Sabelt +Sabeltann26 +Saber +Saber Alter +Saber Lilli +Saber Six +Saberloco +Saberos +Sabich +Sabina +Sabitoo +Sabler +Sabo +Sabor Fresa +Sabotaging +Sabre Doge +Sabretooth +Sabu549 +Sabuwu +Sac +Sacck +Sacha Boeyy +Sachets +Sack 2 Dirty +Sack_Lunch +Sackofeyes +Sacolyn +Sacre +Sacred +Sacred Eli +SacredArtist +Sacrificed +Sad Boi J +Sad Fat Ugly +Sad Juggler +Sad Leaf +Sad43 +SadClownP +SadJB +SadPanda94 +SadWhiteFalc +SadamBHangin +Sadass +Sadcatxd +Sadge Izzy +Sadge2407 +SadgeCry +Sadgetseg +Sadiq +Sadism +Sadistic +Sadivy +Sadness +Sadting +Sadystic +Sadz +Sadz Rax +Sae Bae +Saena +Saenmin +Saeph +Saerdna97 +Saerom +Saetama +Saetre +Safavid +Safcon +Safe N Sound +SafeFromWork +SafeUp YOLO +Safecamp +Safelyfast +Saff +Saffat +Saffi +Safiir +Saftsack8 +Saga +Sagar +Sage +Sage Lao Tzu +Sage Lily +Sage North +Sage Vegas +SageO6 +Sageinventor +Sageme +Sager +Sager Main +Sagev +Saggy +Saggy Weenis +Sagittarios +Sags +Saguaro Joe +Sah D +Sahin +Sahonym +Sahra +Sai +Sai Chosis +Sai Saici +Sai1420 +SaiPhai +Said +Saifphire +Saigyouji +Saiin +Saika +Saikoh +Saikoo +Saikou +Saikshin +Sail Door +Sailing Prod +Sain +Sainola +Saint +Saint 7 +Saint Acura +Saint Andrew +Saint Bjorn +Saint Fabioo +Saint Fellow +Saint Hatred +Saint Hyde +Saint JJJ +Saint Silver +Saint Tmi +Saint Zero +SaintBurgs +SaintDienda +SaintDovey +SaintElspeth +SaintMilk +SaintPablo68 +SaintShiba +Sainted +Saintri +Saitam +Saitama +Saivaa +Saiyajin +Saiyan +SaiyanSkinn +Saiyanns +Saiyans +Sajjad +Sajzi +Sakhmett +Saki Nikaido +Sakix +Sakk +Sakke +Sakkyun +Sakobi +SakooR +Saksa +Sakuragi +Sal Magluta +SalBobo +Salacity +Salad +Salad Car +Salad Kareem +Saladhead25 +Saladsoup +SalamPacanam +Salamalion98 +Salbo +Salcal +Salda +Saledor +Saleen +Salford +SaliBronze +Salih +Salii +Saliis Main +Salista +Sallad +Sallariina +Salllamander +Salma +Salmelainen +Salmo +Salmon +Salmon Ikura +SalmonCookr7 +SalmonsRule +Salmos33 +Salms +Salomon +Salomon666 +Salone +Salorassi +Salsa +SalsaMurango +Salt +Salt Mines +SaltInTheCut +SaltPJ +SaltasVolfas +Salte 55 +SaltedCorona +Salten +Saltia +Saltigast +Salty +Salty 4 Life +Salty Cris +Salty First +Salty Fooker +Salty Gimp +Salty Guava +Salty Slimy +SaltyNakul +SaltyPears +SaltyPilgrim +SaltyQuackr +SaltyShrimp +Saltydivo +Saltzpyre +Saluskenas +Salvats +Sam Biddle +Sam F +Sam II +Sam Knight +Sam S +Sam Tha Man +Sam Zi +Sam btw +Sam1 +Sam5453 +SamFC +SamGaspacho +SamManSnow +SamV007 +SamW +SamWisely +Sama ntha +Samadier +Samadieron +Samaji +Samalorian +Samanthix +Samantics +Samay +Samb0Slice +Sambal Sauce +Samblader +Sambwo +Same Deal +Same Kid +Same Thanks +SameerM0 +Sameling +Samfew +Samfundet +Samgonz3 +SammGemm +Sammi80 +SammieRose +Sammito2 +Sammjoey +Sammstera +Sammuel +SammyGer +Samo +Samoski +Samphet +Sample size +SampleText +Samprini +Samps0n +Sampson +Samqqa +Samri +Sams Main +Samsara Kama +Samsoniene +Samsora +Samster8812 +Samu Saukko +Samubidladin +Samuel Hall +SamuelBrian +SamuelP223 +Samuell C +Samurai +Samusar7481 +Samwse +Samxy +Samzh +Samzju +Samzor +Samzy +San Quentin +San0 +San200 +SanHolo +SanPaid +SanSheng +SanTie +Sana +Sanada +Sanark +Sanbir +Sancta +Sancte +Sand +Sand Raider +Sand Shrew +Sandal Slap +Sandbar +Sanddemon527 +Sandelzi +Sanderr +SandhillFrog +Sandhog +Sandhur +Sandiey +Sandman1 +Sandmannen9 +Sandogan +Sandokan +Sandoval Btw +Sands +Sandviper40 +SandwichBag +Sandwichfish +Sandy +Sandy Claps +Sandy Land +Sandy OS +SandyLand +SandyMonkey +SandyWexler +Sane Panda +SanePizza +Sanellyyy +Sanfew Serun +Sangers +Sangi +Sangotha +Sangtuary +Sanguinala +SanguineHawk +Sanguinezti +SanguisDurus +Sanitary Poo +SanityCntrl +Sanjachi +Sanjai13 +Sanjin +Sanka +Sanka93 +SanodersNL +Sanoske13 +Sanphew +Sans Soleil +Sanshou +Sansos +Santa +Santa 07 +Santa Chielt +SantaChristo +Santapwner +Santasos +Santeri +Santeri333 +Santhacine +Sanzoku +Sanzoku HC +Sanzu_o +SaoriHayami +Saoro +Saosiiin +SaphiTheBear +Saphie +Saphirakush +Saphiro +Sapin +SapphicDiana +SapphicEmmmy +SapphicJade +Sapphirebear +Sapphirelove +SappieWappie +Sappihron +Sappphire +Sappx +Saqi +Saqib +Sar a +Sara +SaraNotDomin +Saradominas +Saradontmin +Saragomin +Sarah +Sarah Hagan +SarahWalker +Sarahsaurus +Saraie +Saran +Saran07 +Sarangae +Saraph +Saras BBD +Saratomi +Saraziel +Sarbles +Sarcasmder +Sarctopus +Sarcy Csp +Sardaukar +Sardlz +Sarecren +Sarfar +Sarge +Sargon III +Sariel +Sarkie +Sarmagedonas +Sarms Knight +Sarodin +Sarrafo +Sarrdukar +Sarri +Sarriesque +Sarro +Sarrz +SarthaMewart +Sarthe +Sarthinox +Sarthorm +Sarumite +Saryit +Sarytis +Sascha +Saserdoti +Sash +Sashadow +Saskel +SaskiaNaka +Sasser +Sasslax +Sasssie +Sassy +Sassy Rookie +Satada88 +Satamari +Satan +Satan Claus +SatanSquared +SatanarchyXX +SatanicGrill +Sataniciocus +Satans Ktten +Satchmoi +Satchyl +Satisfyed +SativaDreams +Satizfy +Satoo +Saturdayxz +SaturnHippo +Saty +SauLau +Sauce McBoss +Saucestad +SauceyFox +SauceyHorsey +Saucy +Saug +Saugy +Saul +Saul Bloom +Saul Pvm +SaulMozarela +Sault +Sauna +SaunaPaska +Saund +Saunders +SaundersRNG0 +Saundo +Saunty92 +Saurogar +Sauroiv +SauronsTower +Saus +SausageRyder +Savabeel +Savage +Savage City +Savage Gamer +Savage Kush +Savage Mind +Savage Pimpn +Savage Titan +Savage izJkD +SavageBigL +SavageSource +Savaged +Savakuda +Savalar +Saved +Saved Me +Savg +Savilahti99 +Savior +Saviour +Savj +Savjry +Savoureux +Savpryan +Savu +Savu Nahka +Savustettu +Savvo +Savvune +Savvvy +Savvy +Savy +Savy Neals +Saw Em Off +Saw Siege +Sawanne +Sawaz1 +Sawbonez +Sawdey +Sawrik +Sawzall12 +Sax +Saxerpillar +Saxlord2500 +Saxon +Saxon_knight +Say Allo +Say Freeze +Say Geronimo +Say Go Put +Say Gz Rn +Say aligh +SayMyName +SayNo2Ebola +Saya +Sayadzin +Sayersi +Saylorbtw +Saymouseart +Sayonara +Sayooo +Saypa +Sayrim +Sayrr +SaysNiceAlot +Sazch +Sazere +Sazme +Sazzarull +Sboy_90 +Sbraga +Sc ruffy +Sc0nesy +Sc0ttishDave +Sc1ttl3 +ScOx +ScOx ChrisM +Scabrick +Scaf +Scaggy +Scaha +ScalerSlut +Scales +Scampr +ScandalousHC +ScannerBen +Scape +Scape Jam +Scape Snake +Scape Steve +ScapeChad +ScapesGhxst +Scapeskater +Scapin +Scaping +Scar +Scar TNL +Scar of Time +Scarb OS +Scare077 +Scared +Scared Jr +Scared Zebra +ScaredOfAll +Scarfade +Scargut +Scarleto +Scarlett +ScarredScape +Scarsx +Scarves +Scary Face +Scary Me +Scary Parrot +ScaryBrandon +ScaryShadows +ScaryTerry +ScaryVacoom +Scat +Scat19 +Scatheful +Scatter +Scea +Scemblix +SceneGfX +Sceneryy +Sceptile +Scew +Schaapers +Schams +Scharnhorst +Scheemz +Schepo +Scheubz +Schienenwulf +SchijnWerper +Schildkroote +Schildpad +Schileru +Schiller1994 +Schimy +Schiphol +Schismo +Schizphrenia +Schlaide +Schlak182 +Schlanged +SchlipityDop +Schlitz +Schlock +Schlowmo +Schlynn +Schmaltz +Schmelting +Schmidtty641 +Schmokeyboii +Schmoovin +Schmuck +Schmuel +Schmuk +Schneemann90 +Schnei Yo +Schneidster7 +Schneyy +Schnitzel +Schnitzl +Schnocks +Schnoob +Schnops +Schnozz +Scholi +Schoolies +Schools +SchoonCombat +Schooner +Schoonzoon +Schoopity +Schorr +Schout +Schovaval +Schretty +Schricky +Schrodingus +Schuabinator +Schuck +Schuyler +SchwanzLord +Schweiaos +Schweigende +Schwiemann +Schwingy +Schwog +Schwoopity +SciCloan +Sciamachy +Sciario +Scids +Scils +Scimi +Scimista +Scimmy2face +Scion 1T +ScizR +Scizorp +Sclass707 +Scodran +Scoffs +Scofiz +ScoobaQ +ScoobiedO0 +Scooby +Scooby T1 +Scooby Yew +ScoobySnack +ScoobySnacks +ScoochPoooch +Scoopie +Scoops12 +Scooter999 +Scootr +Scoots +Scoped +Scorchbeast +Score +Scoreox +Scoreyy +Scori +Scorial +Scorialator +Scorlibran +Scorpiex +ScorpioBoy +Scorpslay +Scorqion +Scortyx +Scot ty +ScotianHerbz +Scotse +Scott +Scott 0888 +Scott Men +ScottJ +ScottKZ +Scotteh +Scottie +ScottieP +ScottsTotlol +Scottsdale +Scottvc +Scotty +ScottyPippen +ScottyThrall +Scottyx +Scourging +Scouse Lyfe +ScouseBandit +ScouseThanos +Scout +Scout Dorvis +Scout Troopr +Scout a raid +Scouting UIM +ScoutnStake +Scowder +Scp-2786 +Scr0t +Scradmaster +Scraex +Scrafo +Scrambledleg +Scrap +Scrappy666 +ScratchGolfr +Scratchzilla +ScreamIM +ScreamSavor +Screeb +Screen +Screws +Screws Floor +ScrewstonTex +Scrig +Scringo +Scrkidzl12 +Scrotboy +Scrotetseg +Scrruff +Scrub +Scruba10 +Scrubgod +Scruffy +Scrums +Scryzen +SctyDsntKnow +Scuba Steev7 +ScubaSnacks +ScubaSteveOG +ScubaStweeb +Scuff +Scuffed +Scuffed Jesu +Scuffed Ming +Scuffed Sire +ScuffedGoose +Scuggie +ScumBagAlex +Scumbag +Scumbag Joe +Scummy +ScummyMonkey +Scumpi +Scurlll +Scuro +Scurrilous +Scuto +ScuttleAway +Scuzz OS +Scvthe +Scwubs +Scybin +Scyld +Scythe +ScytheOrNeck +ScytheShreds +Scytheer +Scytheplease +Scythes +Sdelta230 +Sdsdsd789 +Sduckk +Se Ki +Se rena +Se7en Rye +SeBambi +SeDzz +SeLeV +Sea 7urtle +Sea Anemone +Sea Buoy +Sea Hawkins +Sea Lobster +Sea Monk +Sea More +Sea Saint +Sea Slugs +Sea Turtle +Sea Turtles +SeaManTaster +SeaShanty +SeaShellKing +Seagal +Seagaru +Seagate +Seal +Sealab +Sealegs Btw +Seamlessly +Sean E +Sean Is +Sean278 +SeanIsHiding +SeanRich1 +Sean_C +Seande4 +Seangie 91 +Seanii +Seantjl +Seany4444 +Seanye +Seanz +Seapy +Searched +SearingPain +Searob +Seas +SeasTheDay +SeatGeek +Seated +Seater +Seater HC +Seath1552 +Seatoad +Seaweed +Seazeee +Seb Fe +Seb Lt +Seb Sob +SebBTW +Seba Iron +Sebis +Sebla +Seboeber +Seboobs +Sebukai +Sebzy +SecBongToke +Secho +SecondMars +SecondStage +Secondary +Secondes +Secret +SecretlyACat +Secretly_Bad +Sectokin +Sector Six +Seculish +Secwai +Sedap +Sedentary +Sedlom +Sedrf23 +See Too Far +See u em +SeeMeGoing +SeeYou +Seed +Seed Of Dee +Seed386 +Seeeek +Seeejay +Seek +SeekerofIron +Seekerz +Seeking +Seeliss +Seems +Seems Legit +SeemsFair +Seen +Seen A Babe +Seenoevil +Seery +Seerz +Seffer Kover +Sefirah +Sefka Sil +Segelpaatti +Segma +Sego +Segs69 +SeibaRaion +Seifeltz +Seifer666666 +Seig91 +Seighilde +Seigneur5000 +Sein Blut +Seiskalehti +Seiverna +Seiya216 +Seize +Sejaeek +Seje +Sejj +SejjNesta +Sek Loso +Sekaiyatra +Sekava +Seko +SektorQ +Selaphiell +Selastiri +Selbyen +Seldrium +Selectic +Selena Gomes +Selesi +Self +Self Attempt +SelfStanding +Selfie +Selina Kyle +Selj +SellMaxMain +Sellerz +Selling ROTS +Sello_Hunter +Sellu +Selmer +Selostaja +Selyk +Semantic +Sembient +Seme +Semestro +Semeul +Semi +Semi-Stable +SemiReliable +Semih +Seminary +Seministi +Seminoles +Semirare +Semlan +Semours +Semper +SemperOP +Semperlex +Senarii +Senbonzakra +Sencillo +Send Backup +SendItKing +Sengster +Senhor +Senhor Prego +Senia +Seniab88 +Senior +Senior Wells +SeniorCui +SeniorLep +Senis6 +Senjor +Senkaiye +Senkuu +Sennno +Senny Bridge +Seno 45 +Senor +Senor Grumpy +Senor Nub +Senor Patata +SenorMarcSux +Senpai +Senpai Avv +SenpaiDecer +SenpaiiGod +Senpenbanka +Senpukyaku +Sens Army +Sens249 +Sensas +Senses +Senses Fail +Senses12 +Sensie +SensualSnail +Sentinel +Sentristi +Sentrosi +Senturia +Senzel +Seoyeonnie +Separi +Sephiore +Sepi testaa +Sepper +Seppiee +Seps +September 26 +Septic +Septimus +Sepv +Sequenced +Sequin +Sequinex +Sequissimo +SequissuAnau +Ser Bone +Ser Boris +Ser Kelvin +Ser Paddles +Ser Percy +Ser dracarys +Seracid +Seraff Fe +Seraph +Seraphine BF +Serblicious +SerenShadows +SereneMarine +Serenity +Serenity Now +Sereri +Serfival +SergeiSativa +Sergonomicus +Serial +Serialist +Serine +Serioga One +SerionKiller +SeriousLip +Seriousruss +Serkr +Serkus +Serls +Sernara +Sero87 +Seroplex +Serori +SerotoninBTW +Serpent Sin +Serpico +Serpula +Serpy +Serros +SertCocuk +Server +Servia +Service +Service Jobs +Service user +Sese +Sese778 +Sesil +Sessanna +Set h +SetItToWumbo +Seta +Seth +Seth1711 +Seth6191 +SethH350 +Sethalas +Sethliu +Sethmare +Setko +Seto292 +Settled +Setzal +Seut +Sevadeg +Sevalt +Seved223 +Sevenation +Seventh +Seventh Son +Seveoon +Seveoonn +Severith +Sevie +Sevvy +Sewdri +Sex Beast +Sex Gods +Sex Sea +Sex Vibe +SexEZ +SexFerguson +Sexi Rat +Sexperience +Sexsi +Sext0n +Sextor +Sextuple +Sexy Carl +Sexy Cholo +Sexy Style +Sexy Will +SexyFatGirls +SexyLefty +SexyPeaches +SexyShooterr +Sexyteurs +SeymourAses +Seyriu +Seytan +Sfa05 +Sfannie +Sfd +Sfen +Sfouf +Sg Mini +Sgn +Sgs flames +Sgt +Sgt J0hns0n +Sgt Jacques +Sgt Moogoo +Sgt Ru642 +Sgt Salliss +Sgt SaltySac +Sgt-Sub0_99s +SgtBuurman +SgtSausy +SgtSlaughtur +Sgtbea93 +Sgtfatboy +Sgtsoldier +Sh00t3r2O2O +Sh0rt Lived +Sh0rty +Sh0w +Sh3pathome +Sh4d0w009 +Sh4dowfox +Sh4rice +Sha r k +Shaan +ShabooBopWoW +Shabot +Shaboun +Shabuski +Shaco +Shaco Bot +ShaddyB +Shade T +ShadeSlay +ShadedWizard +Shadedmedic +Shadeknightt +Shadesypoo +Shado +Shado Man69 +Shadonnon +Shadow +Shadow Flare +Shadow Left +Shadow Specs +ShadowBobado +ShadowBoy001 +ShadowFink +ShadowGodEU +ShadowJosh +ShadowMakerz +ShadowPrism9 +ShadowSinz +ShadowSniper +Shadow_006R +Shadowclysm +Shadowcra +Shadowlimes +Shadowmax666 +Shadows Fall +Shadowscreen +Shadowsun +Shadowwheel +Shadsnp2017 +Shadum +ShadwRoca +Shady +Shady 716 +Shady Glade +Shady Shin +Shady417 +Shady78 +ShadyMilkMan +ShadyMinkins +Shadys Bro +Shadysider +ShaftyKrafty +Shafu +Shagnarok +Shags Bussy +Shagzy +Shahe D +Shahub +ShakaLakaInU +Shake +Shakeem +Shakeman +ShakenSoda +Shakkas +Shakuuuur +Shalamaar +Shalendra +Shallistera +Shalomga +Shalysa +Sham on Osrs +ShamSavior +Shaman +ShamanJon +ShamanLizard +Shamanletics +Shambler96 +Shame +Shamiina +Shampoe +Shampoo +Shamsal +Shamu +Shandaie +Shandooobie +Shane +Shane F3 +ShaneSJ +Shanee-oo +Shanem24co +Shaneobrahhh +Shaner +Shanfew +Shania +Shania Twain +Shanizmo +Shanked +Shanked it +Shanks +Shanks Haki +Shanksen +Shantaaa +Shantar +Shanteven +Shantideva +Shapalo +Shapaz +Shape +Shaper +Shapii +Shaqs +Shaqster1k +Shaquayquay +Shard +Shard 2 +Share E R +Share Sucks +Shareit +Sharing +Sharingan +Sharingan x +SharishaXd +Shark +SharkTheBait +SharkiFan +Sharkie200 +Sharkie92 +Sharktail +Sharkyyyyy +Sharmac +Sharmz +Sharn +Sharoxi +Sharp +Sharpeyy +Sharpgut +Sharpi e +Sharpie +Sharpman767 +SharpyClaw +Shart +ShartEnjoyer +Sharven +Shasan501 +Shat 2 Hard +Shatllef +Shatter +Shatter Day +Shaun +Shaun R +Shaun135961 +Shauna Vayne +Shaunhunni +Shaunni1 +Shaunrnm3 +Shaunyx +ShaveYourNek +Shaved +Shawn +ShawnBW +ShawnBay +ShawnXL +Shawni +Shawnoh +Shawrysx +Shay Kirbuti +Shaya +Shaya Rene +Shayd +Shaykolade +Shaymuz +ShaynRS +Shayne +Shayne 1 +Shayne Topp +ShayneW +Shaziyen +Shaznon +Shazu00 +Shazzys +Shckizm +She Moist +She Slackin +She is lvl18 +Sheashanera +Shebbi +Sheep +SheepKhalifa +SheepTrainer +Sheepi +Sheeppo +Sheer freeze +SheeshSkicka +Sheeshlor +Sheetm3tal +Sheetz +Sheev +Sheff-Rah +ShegoSimp +Sheguey +Sheikk +Sheilaaaa2 +Sheivattu +Shelbgasm +Shelbi +Shelburz +Sheldore +Sheldozer +Sheli +Shelios +Shelkun +ShellBeRight +ShellLeeBee +Shelldunk +Shen +Shen Btw +Shen-pai +Shenfu +Shenkie +Shep +ShepShep95 +Shepher +Shepherdess +Sheq +Sherbert96 +Sherkey +Sherlock +Sherlock 07 +Sherlockness +Shernz +Sherry +Shertie +Shes Nasty +Shes Royal +Shesterkin +Shev64 +Shevzzz +Shewolf Nova +Shezwick +Shh +Shh Im Maxed +ShiaLaBuff +Shiba +Shiba Miyuki +Shibidy +Shiddy +Shieldy +ShiftWorker +Shifteroo +Shifterr +Shiftless +Shifty +Shiftynifty +Shiftyy +Shifu +Shigure +Shihyi +Shiifty +Shiiftyy +Shiit +Shiit head +Shikhar +Shilo +Shilo Void +Shilomies +Shilvah +Shimmeister +Shimosh +Shin Nohara +ShinMalphur +Shinchi +Shine tales +Shing +Shinichiro +Shinigami +Shinigami 07 +Shininess +ShiningStar0 +Shining_Bind +ShinnGee +Shino +Shinobi +Shinook +Shinox +Shintaz +Shintygod +Shiny +Shiny Dragon +Shiny Glue +Shiny Mew +Shiny Olm +ShinyMimikyu +ShinyNoctowl +ShinyShyvana +Shionono +Shioshii +Ship I +Ship s +ShipCaptCrew +Shipoden +Shipppo +Shippy +Shir +Shir0u Emiya +Shirakami +Shiramasen +Shiranaii +Shire Fox +Shiredragon +Shiri +Shirlan +Shirts +Shishkemax +Shiskey +Shiv HD +Shivals +Shivered +Shiveron +Shivers888 +Shivoc +Shiyah +Shizlo +Shizzus +Shmazza +Shmeckington +Shmecko +Shmelf +Shmerlin +Shmew +Shmexy +Shmidtie +Shmo +Shmoah7 +Shneeb +Shnoobed +ShoToy +Shoarma +Shoarmadyl +Shocka +Shocked +Shockedme +ShockerMe +Shockzeyy +Shogaol +Shompy +Shongrislomg +Shonion +ShooK em +Shoog +Shook +Shoopdiesel +ShootYaSkool +Shootem40 +Shooty Tater +Shop +Shopferix +Shora57 +Shore +Shorelyy +Shorez +Short +Short Mike +Short Tale +ShortHoppe +Shortec +Shortguy +Shortstop819 +Shortz360 +Shot +Shot1200 +Shotixx +Shotoer +Shotzz +Shoulderr +Shouto +Show +ShowFeet +ShowUrPits +Showby14 +Shower +Shower Maxed +Shown +Showtek +Shozen +Shpee +Shpikey +Shpongle +Shrabbaa +Shran +Shredded +ShreddedMD +Shregz +Shreikkiller +Shrek +Shrek 6 +Shrek BTW +Shrek2 +ShrekLovr +ShrekazoidPR +Shreksalot +Shrik +Shrikems +Shrimp 72 +ShrimpForx +ShrimpStick +Shrimpa +Shrimping +Shrimpster +Shrimpy5 +Shroden +ShrogTheBarb +Shromik +Shromu +Shroom God +ShroomLord17 +Shroomjak +Shrtct +Shrumes +Shtankybruce +ShuZ +Shuaston +Shuckle +Shuddie +Shuffleee +Shuiin +Shultzy +Shun Conery +Shundo Mew +Shungite Bar +Shuno +Shunolog +Shunpown +Shunrai +Shunseh +Shupa +Shure +Shurty +Shut +Shut Up Megg +Shut Up Mmeg +Shutnik +Shv +Shvne +Shwift +Shwiftzy741 +Shwoompy +Shwoop +Shxtn +Shy Kirino +Shy Mew +ShyElfTrap +ShySphincter +Shyhorsegirl +Shyphii +Shypsena +Si Ya +Si d +Si mp +SiFu +SiIver Fang +SiRzZ Zeref +Sia +Siallus +Siamees +SiameseCat +Siamogale +Siane +Sianna +Siber +Sibling +Sic Mundus +SicSolaFide +Sicariiarum +Sicily +Sick +Sick Degen +Sick Ego +Sick Giraffe +Sick Irony +Sick Main +Sick Mark +Sick Pet +Sick Skill +SickFam +SickGainsBru +SickNasty +SickPete +SickPump +Sicka +Sicker +Sickhuman +Sickhunt +Sickle76 +Sicknez +Sicko +Sicko Stronk +Sickvibe +Sicxness +Sid and Geno +Sidabras +Side B +SideChump +SideMeatt +Sidecutters +Sides +Sidewinder15 +Sidge +SidijuS +Sidin1 +Sidka60 +Sido +Sidocahn +Sidro +Sie +SiebScho +Siegmeyer14 +Sielunveli +Siemke +SiennaEhtycs +Sierra Echo +Sierzant +Sierzy +Siesta +Sifu +SifuPlankton +Sig Man +SigSauer +Sigarda206 +SigeFrid +Sigefride +Siggen +Siggie +Sigh +Sighlent +SightUn +SightUn Seen +Sighted +SightlessDog +Sightlines +Sigiis +Sigin +Sigma Blood +Sigma Oasis +Sigma Seven +Sigmarz +Sigmazeous +Sigmet +Sign +Signd0g +Signoth +Sigrudson +Sihana +Sihl +SihuiRS +Sihva +Sihva Dark +Siida +Siiiiiiix +Siimon3 +Siimse +Sijmen +Sika +Sika-Mika +Sikauss +Sikerrim +Sikko +Sikko NL +Sikkosaurus +Sikn +Sikruz +Siks +Sikskilla +Silanz +Silasco +Silavex +Silcaria +Silcooper +Sild +SilenceSC2 +SilencedAF +Silent +Silent Sky +Silent too +SilentEnmity +SilentFabric +SilentFaux +SilentQ +Silentzsword +Silicon Z +Silinsh +Silixi +Silky +Silky Beauts +Silly +Silly Asian +Silly Kev +Silly Rum +Silly Virgin +Silly Zilly +SillyPsybin +Sillyibexe +Silmarilli +Siloxane +SilvaAlzir42 +Silvaa +Silvado +Silvanla +Silver +Silver Cave +Silver King +Silver Lugia +SilverForM +SilverLining +SilverPuni +SilverRizlas +SilverTeej +Silverado +Silverang +Silverbluds +Silvercrux +Silverfeelin +Silverfrost9 +Silverimo +Silverxlion +Silviii +Silvoan +SilvrLining +Sim Aero +Simeeon +Simel +Simetra +Similuck +Simmcheck +Simmi091 +Simmie +Simmololol +Simmondz +Simmumah +Simno Karys +Simoggy +Simon Bruh +Simon Jnrr +SimonCookie +SimonCowell +Simone Weil +Simp Andy +Simp4Jessy +Simp4Science +Simp4Tanz +Simpa +Simpinz +Simple +Simple Helm +SimpleSlays +Simplekinz +Simplest +Simplex +SimplexDabs +Simplicitey +Simplicityx +Simply +Simply Quiet +Simply Sam +SimplyBadass +SimplyBetter +SimplyFresh +SimplyLlama +SimplyNikki +SimplyPro +SimplyRiolu +SimplySendIt +Simply_JS +SimppCatcher +Simpson +Simse +SimulatedYou +Simutrans +Sin Cena +Sin Cere +Sin City +Sin Dragon +Sin0fWrath +SinCrux +Sinappihauki +Sinasappel +Sinatra +Sinbad +Sinbvd +Since +SinceOldDays +Sinclair Oil +Sincoura +Sindo +Sinefeld +Sinerule +Sinetine +Sinferna +SinfulDesire +SinfulDingo +Singerderek +Singulares +SingulariTx +Singularry +SinikOG +Sinister +Sinister C6Z +Sinister Key +SinisterLeft +Sinisterz06 +Sinistr Dave +Sinitank +Sinixx +Sink +Sinka +SinkingUnder +SinnerUK +Sinner_Blue +Sins +Sins of Thor +Sint Truien +Sinta +Sinterglass +SiontC100mph +Siorri +Sioux +Sip Cleeko +Sipa +SippinBeers +Sippy +Sippy 1 +Sipsta +Sipuliparoni +Sir Zhao +Sir 0wnalot +Sir Ali +Sir Ante +Sir Boberton +Sir Botje +Sir Brandito +Sir Burritoe +Sir Chancho +Sir Colossos +Sir Daven +Sir Deedge +Sir Delwin +Sir Doland +Sir Doobies +Sir Elusive +Sir Epic 3rd +Sir Ferreus +Sir Fire Ki +Sir Frekkel +Sir Fudmire +Sir FurDude +Sir Galleth +Sir Godfree +Sir Graj +Sir Ial +Sir Idwaly +Sir Iron 4th +Sir Jamie N +Sir Jinhai +Sir Junn +Sir LafaLafa +Sir Lanofg +Sir Leadfoot +Sir Lidd +Sir Lobster +Sir Luke1627 +Sir Max Tb +Sir Mordacai +Sir Mr Bro I +Sir Nak +Sir NichoIas +Sir Nuggers +Sir O Tonin +Sir One Shot +Sir Peg +Sir Poisonfa +Sir Pur Paul +Sir Queeffin +Sir Reflex +Sir Reos Lee +Sir Rhaenir +Sir Rolf exe +Sir Seifer +Sir Shrimps +Sir Slyck +Sir Son Goku +Sir Sparhawk +Sir Stidi +Sir Stitch +Sir Sucellus +Sir Sven +Sir Tanner +Sir Ton4 +Sir Towliee +Sir Truble +Sir Var4 +Sir Ving +Sir Vkk +Sir Whipit +Sir Wismar +Sir Wojtek +Sir Zakar +Sir friezer +Sir philippe +SirAirik +SirAmikVarze +SirAngo +SirArcAngel +SirArimal +SirBabbers +SirBerus +SirBjustice +SirBoma +SirBoopin +SirBroderick +SirCapper +SirChknNuget +SirCoolAsian +SirCumsAlil +SirDanSolo55 +SirDarrBear +SirDeimos +SirDouglass +SirDougles +SirDoyvid +SirDude +SirEfficient +SirEskimo +SirFroggits +SirGillespie +SirGoki +SirGrimsby +SirGrizzly +SirHines +SirHmm +SirHollywood +SirHumanBean +SirIronyMan +SirKakoiml +SirKefir +SirKill +SirKulls +SirLarry55 +SirLoinalot0 +SirLunarias +SirNexALot +SirOcean +SirPegAsians +SirPhockQ +SirPoo +SirPwn +SirRebs +SirRuck +SirSanders +SirSchmoopy +SirShakes +SirSilky +SirSlayalot +SirSpicius +SirSplinge +SirSunTitan +SirSwaggzz +SirTrea +SirVenompool +SirWhalord +SirXhantium +SirYiffer +Sir_massmo +Siraxis3310 +Siraz +Sircamm +Sircarenot2 +Sirdedalot +Sire Edward +SireSucks +SirenMan +Sirhca +Sirius +Sirixen +Sirjoshihad2 +Sirkuspelle +Sirlagger +Sirlightboy +Sirmordred44 +Sirnuclear +Sirroyce +Sirsa +Sirsteve99 +Sirstynkalot +Sirswish4 +Sirtippy23 +SisiJones +Siste +Sit Quietly +Sit xD +Sita Koll +Sita Rama +Sitharii +Sithlord +Sitinduck +Sitt +SiuMan +Sivior000 +Six 3 Ohh +Six Dix +Six Kills +Six Seasons +Six Sen6e +SixFootAmigo +SixOhFour +Sixcess +Sixfoot0001 +Sixint +Sixpkabs +Sixpounders +Sixten106 +Sixthflag +Sixty +Sixty N9ne +SixtyNine73 +Siynistr +Sizashi +SizeMan +Sizer +Sizzle Cat +Sjaak +Sjak +Sjakk +Sjakk Spill +Sjappy +Sjeb +Sjele +Sjenjatje +Sjenkie +Sjokoladebit +Sjoni +SjonnieDon +Sjonsen +Sjotha +Sjulstad99 +Sk Gollum +Sk Scooter +Sk ky +Sk u lly +Sk1llzy_RS +Sk1ttlz +Sk8rgrl474 +SkHiCharisma +Skaaddoosh +Skaane +Skachoo +Skada +Skada N +Skade +Skaduw99 +Skaf +SkaffeAgent +Skaicius +Skaikru +Skailas +Skakkae +Skal95 +Skanderbeg +Skank Hunt32 +Skarboeblie +Skarking +SkarmBliss +Skars Iron +Skaryth +Skate +Skate Squirt +Skatemyboard +Skater 1299 +SkaterJord +SkaterSkillz +Skatergod +Skaterlegs +Skaterune3 +Skaufel +Skcoot +Skedeby +Skedsauce +Skeeb +Skeer +Skeesh +Skeeterstein +SkeetlzPopz +Skeff +Skeggy +Skelebral +Skelethon +SkeletonSex +Skelex +Skelnik +Skelpy +Skely527 +Skelytom +Skepp +SkeptasMum +Skeptical +SkepticalSol +Skere +Skere Bert +Skermy +Skerp_Perp +Skertt +Sketch1e +Sketchiin +Sketti Water +Skewp +Skezi +Ski Gim +Skiba +Skibidi Tob +Skibidibills +Skidoodlee +SkiemLord +Skifree +Skilane +Skill +Skill Will +Skill issues +SkillFatigue +SkilldSkitzo +Skilldriver +Skilled +Skilled Boof +Skilled Roy +Skiller +SkillerC4 +Skillerbabes +Skillersj +Skilless +Skillexi +Skillhunter1 +Skillian89 +Skillius +Skilll +Skilllzdan +Skilln +Skillpace +Skillpadden +Skills +Skills Ahoy +Skills Boss +SkillsPets +SkillzGainz +SkillzLmao +Skillza +Skillzzz +Skilor +Skimer +SkinStitches +SkinTone5 +SkinnedYoshi +Skinny +Skinny Mage +Skinthix +Skinyoualive +SkipTheTask +Skipi +Skipper996 +SkipperMcgoo +SkipperPing +Skippy +Skiptutorial +Skito +Skittlz Doc +SkitzRs +Skitzad +Skitzpatrick +Skizzles +Skj +Skjaera +Skjeberg +Skjelve +Skkarpz +Sknnywhteboy +Sknor +Sko Birds +SkoalSnus +Skodem +Skoh +Skol +Skold +Skolder +Skolzera +SkoobiDooby +Skooier Bibs +SkoomaPls +Skopix +Skopusnik +Skordeath +Skorkath +Skorne +Skorned +Skotten +Skov +Skovduen +Skovtt +Skox +Skral +Skramlan99 +Skreecher +Skreeeech +Skreeeech Z +Skriptz +Skritman +Skrl +SkroTam +Skroooodge +Skrote +Skrrrtle +Skrudzas +Skruf +SkrumpKing +Skrychi +Skryze +Skubert +Skuddar +Skul +SkulbIaka +Skuldebrev +Skull 2148 +Skull Cove +Skull64 +SkullDemise +SkullFkdNex +SkullFricker +SkullTrailYT +SkullTricked +Skulled +Skullhead6 +Skullking199 +Skullpit +Skulls +Skulls Jr +Skumbag Xell +Skummi +Skummy +Skumpy +Skundos +Skunk +SkunkAsylum +Skunkerinho +Skunkieblow +Skwat MD +Skwurtle +Sky BIues +Sky Em +Sky Mages +Sky Satan +Sky VR46 +Sky and Sea +Sky is mine +SkyBouncer +SkyBroadband +SkyFlyPie +SkyKnight +SkyRizzy1 +SkySailing +SkySkyClover +Skyblownet +Skybussa +Skyda +SkyeKuro +Skyenss +Skygirl Tami +Skyleosaurus +Skymonster77 +Skymore +Skynet1188 +Skyom +Skype Call +Skyreacher +Skyrider +Skyrider50 +Skyrion993 +Skywalkingyo +Sl yx +SlGURD +SlGlL +SlLPH +SlRCUMSlZE +Slaats +SlabOfCorona +Slabs +Slackington +Slacky +Sladdbarn +Slade9100 +Sladist +Slagter +Slain +SlainThemis +Slaked +Slakito +Slakje +Slakoth +Slam +Slam Daddy +Slambo +Slamdabooty +Slamdark +Slamer1993 +SlammDaddy +SlammalS +Slamz +Slance +Slap +SlapMyWyrm +SlapShot777 +Slapen +Slaphead28 +Slapmeister +SlappChopped +SlappaBogan +SlappeStront +Slappenn +Slappers +SlappinMango +SlappybagsFC +Slaps +Slaps Nuts +Slapzinger +Slaqk +Slarkan +Slash +Slasher +Slasher z99 +Slasher0708 +Slaskepott +Slate Snake +Slats +Slaughta +Slaughtered +SlaughtrMeat +Slav Kings +Slava +Slave +Slavish +Slavtonio +Slay +Slay Addict +Slay More +Slay Or Bust +Slay Pets +Slay R +Slay Tim +Slay0rDie +Slay3rmate +SlayAChicken +SlayEeryDay +SlayForFame +SlayForJoy +SlayImpulses +SlayIsMyfame +SlaySir +SlayToSkill +Slayaholic +Slayborhood +Slaycation +Slaydenoob +Slaydo +Slayem Maul +Slayer +Slayer 247 +Slayer 267O +Slayer Azye +Slayer Clues +Slayer Helmz +Slayer King +Slayer L0G +Slayer Mid +Slayer Rome +Slayer Shark +Slayer Task +Slayer XPs +Slayer bond +Slayer n gp +Slayer314 +Slayer360 +Slayer7515 +SlayerAltAcc +SlayerKingv2 +SlayerRyan +Slayerburger +Slayerdog +Slayerg1g +SlayerisGame +Slayerknox +Slayerman +Slayers +Slayflake +Slayfrenzy +Slayhades383 +Slayic +Slayin +SlayinSkills +Slaying Poon +SlayingBooty +SlayingDave +Slayingit14 +Slayn +Slayology +Slayosaur +Slayr +Slays +SlaysIronman +Slayscaped +Slayter +Slaytr +Slayv +Slaywolf +Slayyer59 +SlayzyDayz +Slck Mark +SleanClate +SleazySEAL +Sleazyscape +Sledgendaddy +Sleeep +Sleep +Sleep Cycle +Sleep When +Sleepercell +Sleepgoood +Sleepierz +Sleepiness +Sleeping +SleepingCow +Sleepinonice +SleeplessC47 +Sleepnaut +Sleeps +Sleepy +Sleepy Fr0st +Sleepy Hoop +Sleepy Mulli +Sleepy Tired +Sleepy sound +SleepyPlantz +SleepySus +Sleepybear +Sleepzy31 +Sleet56 +Sleete +Sleighbor +Sleightyyy +Sleighyour +Slemmy +Slender +SlepinHose +Slepinn +Slepping123 +SleppySnek +Sletmar Kets +Slettenbak +Sleuth +Slev711 +Sleve +Slevenderrrr +Slewwyy +Sleya +Slibbon +Slice +Slice Dice85 +Sliced1Bread +Slicer3 0 +Sliceseau +Slick +Slickslipply +Slicore +Slidecast +Slides +Slidpanther +Slidz +SlieNinja +Slienced +Slievemore +SlihgtyWrong +Slikjee +Slim +Slim Gandalf +Slim Paul +Slim Yogurt +SlimJD +SlimeShat +Slimey Fish +Slimjim +Slimy +Slimy Uim +Slingin +Slinkeh +Slinky +Slioter +Slipery Peet +Slipory +SlipperySnek +Slise745 +Slit +Slizzle +Sll8 +SlnOfWrath +Slo +Slo w th +Sloanee +SlobOnMy +Slojsarn +Slokei +Sloopie +Sloothy +Sloper +Sloppy Joey +Sloppy WAP +Sloppy Zoot +SloppyGnomes +Sloppyninj +Slorkie +Sloshpack +Slotche +Sloth +Slothenly +Slothery +Slothhs +Slothly +Sloths +Slothy +SlottedPig +Slough +Slow +Slow Down +Slow Spirits +Slow blow +SlowRoaster +Slowky +Slowly Dying +Slowpoke +SlowrolI +Slowxpgamer +Sludgy1 +Slug Kiss +Slugggy +Slugjob +Slugr +Slum Village +SlumberGoose +Slumptality +Slurggi +SlurmsMcnzie +Slurmz +SlurpDaTerp +Slurpez +SlurpinBrews +Slus +Slush +Slushhy +Slushii +Slushiiii +Slushyy +Slusserbust +Sluthra +Slutism +Slutzilla +Sluwe +Sluwe Odin +Slxpz +Sly CHRlS +Sly Guy Matt +Sly Shy Guy +Sly Spyro +SlyPancakes +Slyfocs +Slyjack +Slymax +Slypes +Slythiren +Slyzuh +Sm0keyMcpot +Sm0rc420 +Sm1thyy +Sm6 +Sm8 AJ +Smaarips +Smac +Smack Snr +Smacka Fish +Smackatosh +Smacking 0s +Smackintoshh +Smaeow +Smai +Smajli +Smal Iron +Small +Small Chief +Small Idea +Small Iron +Small Paul +Small3y +SmallBlock +SmallBrained +SmallPepino +Smallemans +Smalley +Sman +Smang +Smart Dog +Smart Foam +Smart One +Smartbabe +SmarteeRS +SmarterMop +Smartfon +Smartiest +Smartyross +Smash Vials +Smashing +Smaug +SmaugSlayer +Sme Cape +Smeared +Smecher +Smeeezy +Smeegoles +SmegGIM Gr8 +Smeggyweggie +SmegmaJesus +SmegmaL0rd66 +Smegmatism +Smegmboy123 +Smekkes +Smeklius +Smeli0das +Smelix3 +SmellMyClam +SmellingMill +Smelly +Smelly Butt +Smelly Guy +Smelly Kip +SmellyGymSox +Smellyjeans +Smellypillow +Smess +Smetvrees +SmexyBaker +Smezzie +SmiTHSaNiTy +Smiddels +Smiddle +Smidjorgen +Smii +Smil +Smil3r +Smile My Boy +SmileBro +Smiled +Smilee +Smiles +Smiley AK +SmileyCyrus +SmileymanTim +Smilf +Smiliprophet +Smilts +Smimi Smumu +SmiqelAngelo +Smirk +Smit +Smite Bait +Smite4Ags +SmiteForAgs +Smited Time +Smites +Smith +Smith Inc +Smith a Cat +Smith2109 +SmithRebirth +Smithin +SmithingWhip +Smithinz +Smithoxmagic +Smithy +Smithy NZ +Smittyk15 +Smo3 +Smoak +Smob +Smoel Dicht +SmoggyB +Smokahontaz +Smoke +Smoke A Bag +Smoke Brb +Smoke J Brb +Smoke Oil +Smoke2Fly +SmokeChedFTM +SmokeCheds +SmokeM0B +SmokeSocial +SmokeandCum +Smoked Bacon +Smoked Ed 92 +Smokedale +Smokee +SmokeeLoki +SmokerOfDank +Smokes +Smokey +Smokey Eyes +Smokey201 +Smokeynutz +Smokeynz +Smokiecat +Smokin Clans +Smokin Perks +SmokinBlunts +SmokinChills +Smoking +Smoking Hash +SmokingFlax +SmoknDReefer +Smol +Smol Big Toe +Smol Kupo +Smol Lyra +Smol Pikachu +SmolDeer +Smoland +Smolrice +Smooooove +Smooth +Smooth Draft +SmoothRabbi +Smoothlu +Smoothpossum +SmoqueWeed +Smork It +Smoss +Smot Poking +Smpli +Smuddy +Smug +Smug Advice +Smug Grin +Smulknul +Smurf +Smurfboard +Smurfed +Smurfingt0n +Smurfman254 +Smurfukas +Smurghilda +Smurky Maart +Smurphington +Smush +Smush Things +Smushma +SmushyCows +Smuvies +Smuzzle +Smythy +Sn0op +Sn0rkath420 +Sn0wb4ll +Sn1p3 +SnYp +Snabba +Snack Bar +SnackJack +Snackspace +Snacktime +SnafuPC +Snaggapus +Snaghyrnd +SnailNipples +Snake +Snake Boss +Snake Jazz +SnakeSpec +Snakebite37 +Snakebites +Snakedeath2 +Snakedogbear +Snakeling +SnakeskinRag +Snaks +Snaky +Snaky Snake +SnapMyCarot +Snapa7 +Snapboog1e +Snape Grass +Snapeeh +SnapperSnafu +SnappySplash +SnarTheCook +Snarbo +Snarf +Snarflaxus +Snarfsnah +Snarglefox +Snarl +Snarx +SnaszAndrejj +Snatchquatch +SnazzyLt +Sneak Dissin +SneakEnergy +SneakKhajit +Sneakbo +Sneakee +Sneaky +Sneaky Chair +Sneaky IM +Sneaky Shark +Sneaky47 +SneakyBaloup +SneakyCake +SneakyEmu +SneakyFrogg +SneakyGnomne +SneakyOD +SneakyPete +SneakyTay +SneakyZoot +Sneakymag3 +Sneakyvicn +Sneakywaffle +Sneakz +Snee +Sneekerz +Sneekey +SneekyBeeky +Sneekydied +Sneeuwpoeper +Snefnuk +Sneide O_o +Snek zy +SnekInMyBewt +Snekkerboden +Snekling +Snekty +Snekty Jr +Snelms Deep +Snelmz +Snibzy +Snickers +Snickersbite +Snicklesz +Snide +Snide Senpai +Sniff K +Sniff this L +Sniffi +Sniffin 24-7 +Sniffin Bags +SniffinBags +SniffingClue +Snifflematt +SniffmySmoje +SniffyMonkey +Snike4 +Snikepaven +Snipe +SnipeOne045 +Sniper +Sniperfrank1 +Sniping +Snipor +SnkyGreninja +Snlly +Snny +SnoWorm +Snobby +Snobby Elite +Snoep +Snollen +Snoobsteri +Snoogens +Snookies +Snoop +Snoop D9 +SnoopSiah +Snoopfyzle +Snoopy +Snoot Boops +SnoozeBolton +SnoozingBear +Snoper +SnoreLunaLax +Snorff1 +Snorklarn +Snorlax +Snorlax9030 +Snorlaxz iLy +Snorona +Snot +Snotlapje +Snow +Snow Day +Snow Poff +SnowBunnyhvn +SnowEmpress6 +SnowManSam +Snowangel18 +Snowballerz +Snowbaru +Snowclub +Snowdaze +Snowearth +Snowelle +Snowfall +Snowfield +Snowieflake +Snowiest +Snowii +Snowmen +Snowscythe +Snowsmith43 +Snowvof +Snowy Winter +Snowy2653 +Snowyo26 +Snowys Main +SnuSnuShi +Snubby +SnugLikeABug +Snuge +SnuggleSnail +Snugglez +Snugins +Snuift +Snuite +SnusMumr1ken +Snuskig +Snusti +Snuup +Snuus +Snuuska +Snype_U +So Far To Go +So Flattered +So Inagawa +So Iron BRUH +So Jamiezing +So OSRS +So Quiche +So Warm +SoHighhhh +SoLoH DoLoH +SoMoist +SoSimPol +SoSleepy +SoStronk +SoUhBtw +SoVeryInvis +Soaa7 +Soad +Soally +Soap013 +Soaphia +Soapybubble +Sobe +Sobe VII +Sober +SoberFarmer +Sobibor +Sobotka +Soburin +Sobzy +Socca +Soccerc12 +Soccermom02 +Soccy +SocialAnxty +Socialism +SocialistGuy +Sociality +Sock Jesus +Sock Starch +Sock Stealer +Socket +Sockks +Socks +Sockum +Socrates +Socrates001 +Socratestes +Soctch +SodaGrab +SodaLambz +SodaPopPunk +Sodaseg +Sodasokwa +Sodd +Sodo Pop +Sodobrasil1 +Soecara +SoegLeppel +SofaKingHI6H +Sofakingdom +Soffachka +Sofia +Sofia Cooper +SofiaVergara +Sofiero +Sofoni +Soft +Soft Chicken +Soft Dump +Soft Geeves +Soft Jesus +Soft to Hard +Softboil +Softcorejmac +Softer +Softest +SoftestFox +Softice +SogSteelrock +Sogeking +Soggy +Soggy Napkin +SogxNeutro +Sohcahtoa090 +Sohh +Sohl +Sohrac +Soi +Soi Cowboy +Soija +Soisox +Soivio +Sojuah +Sol Buendia +Sol Heredic +Sol Heretit +Sol Leo +Sol Rock +Sol o +SolTeevo +SolaDuaeManu +Solakoust +Solan +Solar Stone +Solar754 +Solarized +Solarrr +Solaryohm +Solarys +SolasLexeth +Sold +Sold GF 4Gp +Sold My Name +SoldMyRNG +SoldMyWife +SoldUrDad4GP +Soldaat +Soldaat824 +Solder +Soldjer +Soldtheman +Sole226 +Solek +Solely +Soley +Solibiobois +Solid +Solid Snack +Solid Stache +SolidSnape +Solidtag +Soliform +Solimanx +Solitary +Solkrieg +Sollor +Solmlet +Solo +Solo A7X +Solo Aero +Solo Arron +Solo Blitzy +Solo CM +Solo Chumb +Solo Dani +Solo Foxy +Solo Geeber +Solo Gira48 +Solo H3llz +Solo Hayden +Solo Herbo +Solo Idenn +Solo Jawn +Solo Jones +Solo Jord +Solo Kev +Solo Mace +Solo Mus +Solo Road +Solo Romte +Solo Russian +Solo Sieb +Solo Sirva +Solo Trojan +Solo Umbreon +Solo Ward +Solo Wind +Solo Xenopus +Solo Yoyo +Solo kris +Solo snapper +Solo2424 +SoloBandit +SoloBongo +SoloCanadian +SoloDeicide +SoloDeth +SoloDynamix +SoloFireFist +SoloFlar +SoloFletcher +SoloHotDog +SoloIron30 +SoloMerx +SoloMishMosh +SoloMission +SoloNotAlone +SoloProject +SoloRob +SoloShow +SoloSloop +SoloSmackbar +SoloSnhaas +SoloSupOnly +SoloTibbs +Soloable +Solobussy +Solocek +SolohellRat +SoloingLife +Soloman50 +Solomasi +Solomon +Solomon Kane +Solomopp +Solos Turn +Solowerkz +Soloyo +Solsa +Solucki +Solufana +Solus +Solus RS +Solvent +Solvent less +Soly Handal +SomalianRats +Somalor +Somavrana +Some +Some Pets +Some Ranger +Some Use +Some mad dog +Some1youno +SomeDirtyOar +SomeGoldDust +SomeRSIdiot +Somix +Somniac One +Somnolent +Somoshoho +Somppup +Son Goku MF +Son Huntr +Son LeGeND +Son o Rous +Son of Akkha +Son of Hail +SonArtorias +SonBuns +SonIron +SonNamedBort +SonOfDecay +SonOfGandalf +SonOfWright +SonVsStepmom +Son_Jo +Sonc +Sondey +Sondr +Sondra +Sonekta +Sonett +Song +Songs Of +Songsteel +Sonhov +Sonia Strumm +Sonic 513 +Sonic Kp3 +SonicYouth +Sonicgg1 +Sonics +Sonics Alt +Sonidoo +Sonjini +SonneTeufel +Sonol +Sonsofkyuss +Sonx +SonyVegas17 +Sonycboom +SooCrispyy +SooUnlucky +Sookadiik +Soolo +Soon +SoonAHusband +Soonifer +Soop Pock +Soop3rpig +SootSpritez +Soothe +SootyWhale32 +Soph +Sophinx +Sophlex +Sophomaniac +Sophy +Sopranos +Soqz +Sora +Soraaxle +Soradin +Sorado6 +Sorarpegius +Sorbits +Sorbosander +Sorcere10 +Sorcerer5555 +SorcererOdin +Sorcerio +SorceryFish +Sordnatra +Sore +Sorec +Sorenisbad +Sorenn +Sorgrum +Sorinvv +Sormeton +Sorose +Sorry +Sorry Iron +Sorry1mLate +Sorryganster +Sortable +Sorted +SorthIon +Soruve +SosBoerrr +Sosig +Soskiller6k +Soskunde +Sosraid +Soss +Sossukorva +Sossumafia +Sosuke Aizen +Sotamage +Sotetseg +Sothe1 +SotonSteve +Sottetseg +Soujy +Soul +Soul Burger +Soul Scaper +Soul Sleep +Soul v9 +SoulEater957 +SoulMadness +SoulOfMidir +SoulSteala +SoulUnleash +Soulbarrier +Soulbearer +Soulcape +Souldia +Souled 0ut +Soulja Lance +Soulkilled3 +Soulkn +Soulles +SoullessMask +SoullessWood +Souloh0 +Soulololol +Soulplay Gee +Souls Mate +SoulsRampart +Soultiller +Soulxicution +Sound Soul +Soundbar +SoundsOfSoul +Soup +SoupEyes +SoupOfTheDay +SoupTheDuck +Soupshi +Sour +Sourzilla +SousChefLuna +Sousse +South +South Dakota +South Park55 +SouthPillar +SouthSide +Southampton +Southenders +Southern +Southp0le +Souvenierr +Souvis +Souvis5 +Soux +Sovacam +Sovakat +Soveth +Sovetskie +Sovi +Soviet +Soviet Union +Sovryn +Sow Love +Sowodasoap +Sox207 +Soxinder +Soy Duro +Soy Sauce +SoyBhoy +SoyJuanEuro +SoySoySoySoy +Soyez +Soylemagne +Soylo +Soz Misclick +Sozan +Sp00n +Sp1cy +Sp1cy Ramen +Sp1cyAvocado +Sp33Dkillz +Sp33dy +Sp3c Deck +Sp3nC +SpARioN +SpBongile +Spaar Lampje +Spaca +Space +Space Bussy +Space Lily +Space Marine +Space Orbs +SpaceC +SpaceEnter +SpaceScape +SpaceToker +Spacealt +SpacedPinata +SpaceeCowboy +Spacejumper0 +Spacing Outt +Spade-e +Spadey +Spag +SpagBolCol +SpagHacked +Spaget1111 +Spagett +Spajina +Spalling +Spam Lite +SpangeBerb +Spangebob +Spangl +Spangledbun +Spanish +Spanish Dave +SpankFox +Spankies Lit +Spanky +Spann +Sparacino916 +Sparc +Sparc Mac +SpardaWallet +Spare +Spark +SparkRS +Sparkles +Sparklesbean +Sparky3433 +SparkyD5 +Sparkyo +Sparre +Sparta2 +Spartac_us +Spartacus855 +SpartanDrgon +SpartanSheep +SpartanSlick +Sparte +Spartin028 +Sparty +Spasian +Spat Fastic +SpatialMagic +Spattu +Spaustin80 +Spauz +Spaynce +Spctwm +SpdrBiteJosh +Speak +Speakerbocks +SpearRue +Speat +Speats +Spebi +Spec A Ho +Spec Master +SpecAgent713 +Special +SpecialBus +SpecialGuest +SpecialPVM +Speciiik +Speckles +SpectrlHeist +Specz +Speechwriter +Speed Colas +Speed Wobble +SpeedPony44 +SpeedSouls +Speedalot ak +Speedball1 +Speede +Speedlund +Speedrun +Speedster +Speedy Cd +Speedy Click +Speedy Rulzz +Speedy9921 +SpeedySpider +Speeldoos +Speen Big +Speeze +SpejsonNM +Spek +SpekKas +Spektur +Spellgoth +Spenc +SpenceSuh +Spencee +Spenceey +Spencer +Spencer O +Spencerr +Spencerz +Spend +Spendlove +Spengineer +Spennel +Spennel V2 +Spenno 1 +Spensaurus +Sper +Spermlet +Spero +Speshal +Speshl +Spesho +Spettkaka1 +Spewis +Spewler +Spewlie +Spezza +Sphere +Sphinx +Sphinx66 +Sphooner +Spice +SpicelessJoe +SpiceyBoy39 +Spici +Spici Boi +Spicy +Spicy Noods +Spicy Rahman +SpicyMemeGod +SpicyMoney +SpicyPepe +SpicyVitus +Spide +Spider +Spider1357 +SpiderPhenom +Spiderhead +Spiderpig +Spidersnot8 +Spiderw5 +Spiderz 3 +SpideyC +Spidoo +Spiering +Spierpijn +Spigniv +Spike05 +SpikesterHC +Spillage +Spillingx +Spin911 +Spineweilder +Spinkle +Spinnenking +Spinnenweb +Spinolyp +Spirit +Spirit Box +Spirit Cube +Spirit Owner +Spirit Rok +Spirit Sin +Spiritcraft +Spisek +Spit man +SpitfireSR +Spitiz +Spizazzy +SpizzyMarz +Splarf +Splarn +Splash LT +Splash-8 +Splashattak +Splashcarrot +Splasher +Splashes +Splashley +Splashworlds +Splasion +Splatter300 +Spleaner +Splessp +Splezaa +SpliceTFY6H +Splidge +SpliffMaster +Spliffore +Spliiffy +Splinta +Splinterhand +Splitarellie +Splitfaction +Sploof +Spluge +Splyce +Spo0n +Spocuch +Spodey +Spoice +Spoilted +Spoka +Sponch +Spongey +Sponkz +Spoodersussi +Spoog +Spookachtig +Spookadoodle +Spookfish +SpookiBoogi9 +Spooky Beech +Spooky Ramen +SpookyCarl +SpookyMain +Spookyou +Spookytoot +Spoon +Spoon Full +SpoonFedFred +SpoonFedii +SpoonMePlz +SpoonTracker +Spoonay +Spooncera +Spoondow +Spooned +Spooned Simp +SpoonedBunni +SpoonedNormi +SpoonedWhen +Spoonfed BTW +Spoonihomo +Spoonku +Spoonletics +Spoonmannn +Spoons +Spoood +Spoookems +SpoopyDooToo +SpoopyNooper +Spoorwijk +Spooxky +Spop +Sporer +Sport Leader +Sport425 +Sports Bike +Sportsnut911 +Spotifee +Spotmaster 5 +SpottedBass +Spottednoble +SpotterN +Spottie +SpowSaus +Spr1ditis +SprLemonHaze +Spraahz +Sprattet +SprayM0re +SpraynMantis +SpreadButter +Spreader +Spria +Sprice +Springer +Springii +Sprinty +Spritbilist +Spro max +Sprog Legend +Sprogdor +Sprooti +Spruit +Spry +Spubb +Spud +Spudalumps +Spudge +Spudinator +Spuge +Spuhcific +Spuhgetti +Spuitopbruid +Spunknik +SpunkyLlama +Spurted +SputtyBTW +Spyder Sin +Spydig +Spyike270 +SpykeZim +Spykes +Spyriano +Spyro +Spyro 3 +Spyrooooooo +Spytech44 +Sq Head +Sqe3zy +Sqeat +Sqiit +Sqix +Sqoub +Sqreech +Sqrwl +Squab Cat +Squabs +Squad of one +Squadleader +Squaire +Squall +Squall44444 +Squallicious +SquanUK +Squanch Rat +Squanchhy +Square +Square One +Squarebodies +Squat Slav +SquatCobbler +SquatJogsBro +SquatNation +Squatting +Squaw +Squeakes_x +Squeaky Cow +Squeedly +Squeeeegs +SqueegeeLord +Squeeze +SquidNumber0 +SquidSquad +SquidTofu +Squidby +Squiddle +Squidgling +Squidie +Squidler +Squigiglius +Squigs +Squigtime +Squinch +Squinch Alt +Squinton +Squintts +SquintyNinja +Squire Yaper +Squirlruler +Squirly69 +Squirrel +Squirrel Pop +SquirrelTM +Squirreled8 +Squirrely W +Squirt2God +SquirtsAlot +SquirtyHersh +SquirtyMcD +SquishySir +Squonking +Sqwalle +Sqwarka +SqwezMyLemon +Sr Dipper +Sr8d +SrBambino +SrMick +SrMuerte +Sraracha +Srelek +Sri +Srogi Wujek +Srs +SrslyTired +SryAFK +Sshscaptain +Sshuggi05 +Sssnakepit +St Chrewin +St Liam +St Newman +St eve +St itch +St un +St0kStaartj3 +St0ney +St0oge +St4bU +St4rCh11d +St8hunter +StBasilthGr8 +StDecker +Sta Mama +StaIemate +StaJeOvo +Staasi +Stab3r +Stabalot +Stabobis +Stacii100 +Stackdude +Stackey +Stackieks +Stackin Dosh +StagBeer +Stagden +Stagmuss +StagnantAlt +Stagnation +Stago +Stahlinski +Stain Master +Stak +Stake Me +StakeOrQuit +Stakebril +Stakens +Staker +StakerOhWait +Stalactites +Stale +Stale Chips +Stale Dough +StaleBagle +Stalefloe +Staley +Stalifax +Stalk +Staller +Stalline +Stalphie +Stamin +Stamina Pot +Stamkoz +Stammer +Stampie +Stams +Stamuhnuh +Stan +StancedMK +Standard +Stanimal +Stanimal244 +Stanjuuh +Stank +Stank Rat +StankBreath +Stankfist +Stanley +Stanleye +Stanlux +Staparik +Staparik Lt +Stapper6 +Star +Star Doctor +Star Say 962 +Star Scourge +Star Spoon +Star zy +StarDreamSam +StarFell +StarGlimmy +StarKist +StarSnitcher +Starboyyyyy +Starbuckss +Starcharts +Starchild +Starcry +Starfallx +Starfight789 +Starfish +Starjoker8 +Stark Btw +Starlette +Starlighte +Starmaker +Starmemoria +Staropramen +Starr +Starrlightss +Starryfina +Stars +Stars Hockey +Starshark +Start Game +Started Late +StarvedLlama +Starvi +Starwulf +Starzhine +Stash +Stashes +Stasik25 +Stasik77 +Static +Static Peak +Staticshook +Statoke +StatsisZero +Stattelsson +Statuhs +Status Bar +Statutory +Statykk +Statzy +Staubach +Staunch +Staunch_BJD +Stax I +Stay +Stay Breezy +Stay Frosty +Stay Hurt +Stay Hustlin +Stay Ready +Stay Salty +Stay Shady +Stay Sic +Stay West +Stay wise +StayFinessed +StayPulls +StayPullsBTW +StayThirsty +StayinClassy +StaysmallEZ +Ste Gerrard +Ste f +SteSkillalt +Steady +Steady Loot +Steady Mobn +SteadyFlexin +SteadyetiBTW +Steak Ramen +SteakWitWiz +Steaked +StealCutOats +Steals +StealsThings +Stealth +Stealth Ownz +StealthChop +Stealthcy +Stealthi +Stealthweed +Stealthwolf +Stealy +Stealy Boi +Steam +SteamboatJim +Steamed H4ms +Steamfitting +Steammm +SteamyBuns +SteamyCreams +Steanox +Steb +Stedy +Steeam +Steebert +Steeermy +Steekkha +Steel +Steel Gods +Steel Stud +Steel Tarkus +Steel VIK +SteelRoxas +Steelbird16 +Steeleos +Steelpan +Steen +Steenkoe +Steezed0ut +Steezi +Stef +Stef West +Stefan +StefanLivNo1 +Stefar +Stefen +Steff +SteffenHax +Stefo +Stego +Steiger +Steikluet +Steinbeck +Steinphite +Stela +Stelisss +Stellacea +Stellamara +StellarLG +StellarWhey +Stellard +Stellas Dad +Stelli +StembaWalker +Stenfen +Stengo +Stenicki +Stenny +Stenuism +Step +Step Barrow +Step mummy +StepBroHung +StepBroImZuk +StepDabs +Stepbro +Stepbro Paul +Steph Browne +Steph a nee +Stephan +Stephand +Stephane +Stephen9320 +StephenMoore +Stephenns +StephhRS +Steppage +Steppaz +Steppenwulf +Stepy +Stereofuzz +Sterlander +Sterlington +Sterrenstof +Stervolz15 +Stetko +Steum +Stev +Stev en +Steve +Steve Beanie +Steve Tobs +Steve Tombs +Steve Zissou +Steve ffs +Steve is Pro +Steve07 +Steve51 +SteveAustin +SteveChamp +SteveGuy241 +SteveMCOG +SteveMerch +SteveOwner09 +SteveSnow15 +SteveStamos +SteveTheGimp +SteveTheMuss +Stevee +Stevefr3nch +Stevemck +Stevenrds +Steves Blade +Stevet7125 +Stevey +Stevie ESQ +Stevo +Stevo Lad +Stevo29 +Stevoguy +Stewge +Stexie +Stian +Stian Olsen +Stian2 +Stibby +Stickasaurus +Sticker +Stickers +Stickman +Stickman Zeb +Stickman0011 +Stickmeister +SticksNbugs +Sticky +Sticky Icky +Sticky Nut +StickyBeardo +StickyShroom +Sticky_BIBLE +Sticky_Lip +Stickypooman +Stickz Alt +StierK +Stieren Lul +Stiffies +Stiffish +Stifighter X +Stiflers mum +Stigel +Stigiam +Stigmaster +Stijco +Stijf Stefke +Stijin +StikSt0f +Stikjob +Stil +Still +StillANormie +StillCoughin +StillFap2ash +StillFarmin +StillNoBan +StillNoTBOW +StillRemains +Stillblazing +Stillen +Stillis +Stillmatic18 +Stiltz +Stimu +Stimulated +Stin +Stindebinde +StingWisher +Stingy +Stink +Stink Soep +Stinka +Stinker +Stinks +Stinkwiener +Stinky +Stinky Adam +Stinky Wench +StinkyFatBoy +Stinkyfeat1 +Stinkypooper +Stinkywon +Stino33 +Stiorra +Stipples +StirG29 +Stirner +Stitcha +Stiven117 +Stixc +Stiznai +StlthyPanda +Stnmn +Stnyzky +StockMyRam +StockOlm +Stocker T +Stockphish +Stocksund +Stocktone +Stockyard +Stodie +Stoel +Stoere Kip +Stoerebos11 +Stoern +Stoffer +Stoffins +Stoggy188 +Stoic Christ +Stoic Sloth +StoicGod +Stoke +StokedMaggot +Stolen +Stolen Ego +Stolen Grunt +Stolen Herbs +Stoli +Stoli za +Stolid +Stolpz +Stolte +Stoltzkin +StolzRS +StompaHhh +Stompadile +Stompea +Stomped +Ston3d Arrow +Stone +StoneDwarf +StoneOkami +Stoneator +Stonebeech +Stoned +Stoned Abra +Stoned Sober +StonedGSXR +StonedNormie +StonedTTD +StonedTurtle +Stonedtime +Stoneplus +Stoner +Stoner Morty +Stoner Pov +StonerGod +StonerL0ve +Stonerling +Stonesoul15 +Stoneyvangel +Stonkx +Stony 420 +Stoobie +Stoogaroni +Stooley +Stoolz +Stoonly +Stoopy +Stoopy Scape +Stoovey +Stop +Stop Acts +Stop Mules +Stop Now +Stop StepDad +StopCapping +StopDabs +StopDontDoIt +StopStepSis +Stopitjoe +Storgie +Stories +Storkie +Storm +Storm Monkey +StormFly +Stormlight +Stormmaker98 +Stormy RS +Stormzy +Storn42 +Stortford +Story +Story Arc +Story of Man +Storybot +StoryofPete +Storys +Stothelayer +Stouse +Stouty +Stovall_9 +Stover +Stovete +Stowa +Stowty +Stox7k +Str Owner07 +Str Takes U +Str0ng8ad +Str8 +Str8 Maxed +Str8backatya +Strabz +Stradarts +Stradinger +Straf +Strafe +Strafes +Straffen +Strafi n +StraightSimp +Straighter +Straka +Stralia +StralianBtw +StrangeChris +Stranger bud +Stranger56 +Strangerz +Stranges10 +Strangler +Strap +Stratazz +Straton +Stratty +StratusQc +Straubrey +Strauss +Strav +Straven89 +StrawHatMatt +Strawbs +Strawhat01 +Straya +Strayday +Straynaneeee +Streakin +Streammmmmmz +Streammz +Streepken419 +Street +Street Fever +StreetSweepa +Strefi +Stregano +Strelitzea +StrenIron +Strength +Strength Lvl +Strengthy43 +Strepski +Stresset +Stretch +Stretch 07 +Stretchy +Strickend +StrictNein +Strictly +Striddle +Strideless +Strife +Strijden +Strijder +Strikedown +Striker796 +Striker8 +Striker8 0 +Strikes +Strikingvipr +String Benis +StringsLogic +Strip Club x +Stripa +Stripgwyn +Stripred +Strive +Strix Tactic +Stro Sr +Strobax +Strocks3 +Strocules +Strohs +StrokeMuh +StrokeMyWand +Strokemon +StrokmyGroot +Stroller +StrollerBaby +Stroma +Stromboli +Strong Chonk +Strong Left +StrongKush +Stronger +Strongman613 +Strongrune +Strongsad Jr +Strongtank11 +Stronkmoscle +Stronku +Stroople +Stroppy +Strosity +Stroxers +Strr +Strubber +Strudelis +Strugglen +Strugl +Struthy +StrydarGrim +Strykijzer +Stryneguten2 +Strytegy +Stu Pid +StuartLittle +Stubo +Stud +StudMonster +Studderd +Student +Student t +Student tort +Study Hours +Stuffe +Stuffed +Stuffed Hog +Stuffmypanda +StufnDatMufn +Stugey +Stuggo +StuieShadez +Stukatz +Stuksken +Stumbles +Stunflame +Stunlax +Stunnaz +Stunts +StunuuR +Stupendous +Stupid My +Stupid Swagg +Stupid444 +StupidMagnet +StupidTrader +Stupidcoin2 +Stupsus +Sturdy Base +Sturdy Wrist +StureStork +Stureplan +Sturminator3 +Stussy +Stuxi +Stuzington +StvnSmth +Stvx +Stxrbursts +Stye +Style +StylesP +Stylistx +StyxHatred +SuBRifleS +SuNnY_AuStiN +SuRviVoR +SuaNorte +Suadela +Suavity +Sub Ironman +Sub Taz +Sub3Marathon +SubEntity +Sub_Void +Subaru +Subaru Bow +Subarue +Subarus +Subatinijo +SubiSpeed +Subiaco +Subiaco Oval +Subie +Subie_rex22 +Subigrl +Subkultured +Sublanza +Sublimation6 +Submerging +Submug +Subnautica +Subnet +Subnova97 +Subpreme +Subtle +SubtleAsnTrt +Subtotal +Suburu +Subwaysurfer +Subwooferman +Subwrx +Suc +SuccMyMilk +Succeed +Successful +Succulent +Such +Such Mlg +Suchislifee +Sucjk +Suck At Zuk +Suck my dig +SuckItBrandn +SuckMyBot +SuckMyDuels +SuckTube +Suckle +SucksTehSuck +SucksToSuck +Sucuk +Sudan7a7 +Sudas +SudoBash +SudoFox +Sudsy Mule +Sudz +Sue Lynder +Suede +Suedezor +Suemi +Suephoria +Suffer +Sufferance +Sufferi +Suffering +Suffi +Sufflavus +Suffspector +Sufwah +SugaNoCoffee +Sugab +Sugar +Sugar Leafs +Sugar Lily +Sugar STR +Sugar Shilo +SugarDaddyNL +SugarFr3 +SugarFre +Sugarbunny +Sugaree +Sugarly +Sugge +Sugma Newt +Sugmabum +Sugru +Suhado +Suhec +Suhgundees +SuhhP +Suhk +Suhkmedaddy +Sui29 +SuiSaii +Suikerwafel +Suing +Suited +Suizy +Sujn +Suket +Sukit Trevek +Sukiti +SukkerLyn +Sukondikis +Sukoru_VIII +Sukotto-Sama +Sukz +Sulcius +Suldan Serar +Sulg +Sulliusceps +Sully +Sully Bear +Sult an +Sultan +SultricMY +Sulu34 +Sum +Sum 1 +Sum Tuum +Sum41 +SumBeers +Sumh +Sumin +Sumlettuce +Summ +Summah +Summer +Summerson1 +Summit +Summit603 +Summon +Summond +Summoneering +Sumper1 +Sumuinen +SumwanSpeshl +Sun Devi1 +Sun Isukki +Sun Muijja +Sun Riser +Sun Rising +Sun Sioux +SunBar +SunG0han +SunaLAD +Sunbite +Sunchester +Sunda0wner1 +Sunday +Sundo +Sundxy +SundyWundy +SunflowerMan +Sungravel +Sunguinesti +Sunine +Sunky Kong +Sunlust +Sunni +Sunny +Sunny Boy +Sunny Coast +Sunny Otso +Sunnyi +Sunoric +SunriseEagle +Sunrises +Suns in 2025 +SunsShine +Sunsa +Sunscape6 +Sunset +Sunset Riot +Sunshadow +Sunshine +SunshineBus +Sunskit +Sunta +Sunti +Sunuwar +Sunyikata +Sunzz +Suola +Suolane +Suolitussari +Suomen +SuomiKP +Suomiprkl +Sup Mike +Sup3r Ziko +SupAndSupply +SupDutch +Supa +Supa Saper +SupaHottFiya +SupaWarmFire +Supaidahman +Supdude +Supeerbusy +Super +Super 16 +Super Bossy +Super Cinos +Super Cool +Super Duke +Super Fish +Super Fr3ak +Super Katze +Super Tails +Super4 +SuperChunk3 +SuperFlow +SuperHeroWiz +SuperJoy +SuperJuicy +SuperKoi +SuperKriss +SuperMcFresh +SuperMiika +SuperMuffins +SuperNJ +SuperNinja0 +SuperPPMan +SuperPochaco +SuperScaper7 +SuperSem1 +SuperShane +SuperShif +SuperT0aster +SuperTussu +SuperVegeto +Superalan9 +Superb +Superbigblnt +Superbusy +Superdoer +Superdrol 50 +Superfire444 +Superguaygix +Superior +Superjim111 +Superjoden +Superkman12 +Superkoi3000 +Supernate91 +Supernatti +Supernova +Supersam142 +Superstition +Superstuffz +Superwarz96 +Superzu 0ne +Supo +Suppertmain +Supple Flaps +Suppp +Suppression +Supra +Supra2JZ +SupraTurbo +Supragirl94 +Supreeme +Supreme +Supreme Iron +Supreme NYC +SupremeDanz +SupremeSpike +SupremeTeam +SupremeWoody +Suprie +Suprreme +Supsep +Supultura +Suq Maddic +SurNtly +Sura Lust +Suraato +Surah An-Nas +Suraii +Sure +SureDeth +Sureal +Surfboarder +Surg1n +Surge +SurgeHunter +Suricate +Suris +Suriv +Surkastunut +Surkee pelaa +Surlygrump2 +Surok +Surrey +Suruinen +Surullista +Susan Boyle +Suse +Susej Dog +Susell +Sushi Cult +Sushi Eater +Sushi Life +Sushi Water +SushiToyota +Sushidame +Susilapsi +Suspence +Suspiria +Susser Tod +Susurrous +Sutdellen +Sutho15 +Sutty +Suur L6vi +Suvalkietis +Suvorexant +Suxe +Suzakuin +Suzn +Suzshenron +Sv +Svampus +SvartaOdhner +Svartalvheim +Sveden +Sveitsi +Sveka +Sven +Sven med D +Svenpai +Svenskafyren +Sverd +Svetta +Svikkipedia +Svinepels +Svisha +Svt500 +Svurt +SvvK +Sw0llenPlums +Sw3Frost +Swaars +Swabby +Swabski +Swacked +Swadloon +Swaffeldomin +Swag +Swag Ponu +Swag420 +Swagbopeep +Swageroneus +Swagex +Swagg Goat +Swagger +Swagger Pkr +Swaggy Ballz +SwaggyMaggee +Swagittarius +Swagohod +Swagomancer +Swagslicer +Swagturtle +Swagunit +Swahilson +SwamiNate +SwammyHolds5 +Swamp +Swamp Crotch +Swamp People +Swampy +Swampy Sloth +SwampyAce +Swan +SwangleSauce +Swanheart +Swanney +Swanni D +Swanny +Swapski +Swarm243 +Swarme +Swarme d +Swarmyard +Swatfighter7 +Swatson +Swaxel +Swe Flame +Swe Fred +Swe Jerry +Sweatiest Xp +Sweatscaper +Sweaty +Sweaty G0OCH +Sweaty King +Sweaty Nurse +SweatyBeard +SweatyBurger +SweatyMoobs +SweatyScrot +SweatySockZz +SweatySunday +Sweden +Swedgeville +Swedish +Swedish Fika +Swedish Myth +Swedushi +Sweensicle +Sweepstakes +Sweepyjoe +Sweeqy +Sweet +Sweet Boyy +Sweet Dee +Sweet Es Mmm +Sweet Guy 94 +Sweet Pigeon +Sweet Potato +Sweet Vodka +SweetSugR +SweetVan420 +Sweetchild0m +Sweetermanz +Swell +Swer +Swerve +Swerve0311 +SwerveJ +Swervy +Swerze +Swift +Swift btw +Swift738 +SwiftCobra08 +SwiftSteps +Swiftamine +Swiftly546 +Swiftmend +Swiggitywall +SwiggyMcSwig +Swiigs +Swiim Shady +Swiirl +Swild0 +Swilza +Swimfatman +Swimmor908 +Swimpa +Swine +Swingers +Swip3rR +SwipeMyCard +Swirly +Swirly248 +Swishers +SwissPigeon +Switch Dropz +SwoIe +Swole Milk +SwoleBadguy +Swolerbear +SwoleyGhost +Swolga +Swoli +SwollSoul +Swollbroham +Swolverine +Swoofii +Swootz +Sword +SwordBoy110 +Swordcode205 +Swordied +Swordillo3 +Swordlord524 +Swordman1173 +Swordmank +Swordmast756 +Swordmother +Swords +Sworzis +Swoule +Swown +Swtbnd +Swtshrt +Swuido +Swurl +Swxv +Swyxia +Sxng +Sxrup +Sxstyl +Sxves +Sy +Syaniide +Sybe +Sybke +Sybr +Sycamore +Syche +Sycily +Syck Memes +Sycrem +Sycther +Syed +Syfer +Syh +Syjac +Sykeaux +Sykes +Sykes Xo +Sykes33 +Sykezer +Syliith +Sylist +Sylite +Sylixx13 +Sylosis +Sylph Rings +Sylth +Sylthrakis +Sylvaria +Sylvee Serum +Sylveon700 +Sylveonn +Sylvian +Sylwia +Symb +Symba12 +Symblic +Sympathize +Symphonicx +Symtai +Syn-er-gy +SynGates07 +SynTechRS +Synacyde +Synaii +Synced +Synchronizer +Synchronous +Syncire +Syncronia +Syncshot +Synd +SyndaXatrix +Syndalen +Syndicete +Syndok +Syndra +Syndrious +Synepxd +Synepxo +Synergy Sam +Synesthesian +Synfidel +Synister9090 +Synizta +SynkNZ +Synn +Synnri +Synoz +Synq +Syntax +Synthy +Syntipukki +Synyster +Sypanite +Syphikins +Syracusa +Syrile +Syrilius +Syringe +Syrius +Syrups +Syrus +Syrus Virus +SyrusDaVirus +SysTeM 07 +Sysf +Sysfea +Syssla +System_Fail +Syte +Syvette +Syzgy +SzechuanJuan +Szenarien +Szethe +Sznd +Sztarky +Sztr +Szyrup +Szyther +T 0 0 A S T +T 0 B +T 1 ta n i c +T A B S +T A R O +T Bagmotion +T C 3 +T C J +T D +T E L O +T H C +T H O R M +T IV +T McLeod +T Montana +T Nymphadora +T O M M M Y +T O N N l +T O N Y N Z +T OXI C +T P I E +T R A V +T R U 3 +T S M +T S O M +T Shadow T +T T E X X +T U B M A N +T U R K 96 +T U U M A +T W I S T Y +T W l C E +T a v e r +T alon +T aqn +T emby +T enrin +T h a w +T imboy +T imm +T omahawk +T otem +T otz +T r as h +T rigger +T ripwyre +T rist an +T u m p p i +T ubby +T ylor +T yrr +T-A nina +T-BONE STEAK +T-Hugs +T-Lai +T-Rabb +T-city +T0 BE FRANK +T00K3N +T00LB0X +T00ManyCooks +T0AD +T0KEN +T0KK +T0M +T0M ATO +T0RB3N +T0RlN +T0bbbE +T0ber +T0fi +T0ilah +T0lne +T0mbak +T0mz +T0oth +T0othbrush +T0ry +T0tally lll +T0vergasje +T1gBits +T1m +T1mmaayy +T2NK +T3KT0N +T3T +T3URASTAJA46 +T3mu +T3vas +T4TE +T4a +T7 +T70TYE +T7mon +T8OW +TA Greenie +TA xBravo +TAA66 +TAARA +TABS1E +TANK ED +TANKTOPTIGER +TANRfromHS +TARFUII +TARV05 +TATERT1TS04 +TB12 +TB3N +TBA Ness +TBA Poppi +TBAC +TBNinja +TBOW +TBSE Stupid +TBSG-Baine +TBonFirstCoX +TBoneZzzz +TBoyd4138 +TC NeverLift +TCHAMl +TDPred +TDRS +TDie +TDog +TE Omni +TE-toimisto +TEAMFORTDUDE +TEATMCBRIEF +TEAxBAGGER +TEBA +TEDDl +TEEMUXXD +TERMlNATE +TERRORHYPE +TESTOKEIJU +TFS +TFreeze +TGCONCEPTION +TGDekuTree +TGI Vendredi +TGOBS +TGSH +TGSpaghettiM +TH0MAS +TH0MM0 +TH0TDETECT0R +TH5 +THA CHR0NIC +THANIT0 +THANKS D0C +THATSCARCASM +THAl LADYB0Y +THC BOOSTED +THC and EXP +THCGods +THCiron +THE CH1N0 +THE JEDl +THE MOOR +THE MUUMI +THE TOSH +THEHAZE +THEIKOS +THEST0RM +THEchronic 8 +THICC +THICC UIM +THICCCBWANA +THIIIIITH +THRALLGOBRRR +THT +THUMBTHUCKER +TIIIIIIK +TIM BEREN +TIMBO +TIOTEEE +TITr fishy +TJ UCF +TJay +TKO Rage +TKOsh +TKfromNC +TLT5 +TLTBT +TM Riddle +TM8 +TNA INUS +TNDSH +TNF +TNT Stealth +TN_Biscuits +TOA Main +TOA Rebuild +TOA3 +TOASTA +TOB Inc +TOBplank +TOHIGH2FLY +TOLIPTSET +TOM RlDDLE +TOMMMY +TOMMYSHELBEY +TOMMonyzzz +TONNI re mix +TOOlateN0B +TOR0 +TORVA BTW +TPD-Vladik +TPGG +TR Ugur +TR0UT CURS0R +TR0X +TR3N ABUS3R +TR75 +TR9 +TRABZ10 +TRAJANO RD +TRAPH0UZE +TRAPorGTFO +TRAVllS +TRCSup +TRESTOLONE +TRI0DE +TRIPPlE +TRUMP +TRUMPbtw +TRUTH OF JFK +TRXeatsRAPTR +TRYNAHANGWU +TSA +TSI +TSMCharizard +TSMsOAZ +TSR Mishiah +TST +TSWRX +TSwiftSucks +TT17 +TTBtw +TTT +TTTSpiceTTT +TTTTT +TTVCardyUK +TTVPandaBear +TTommynator +TTurret +TTyrannical +TULK4S +TURBOPEN59 +TURDENATOR +TURK +TURKISH HERO +TURM0IL22 +TVAnime +TWISTED T +TWITTERSUPP +TWL +TWO000 +TWlNKE +TX Bonefrog +TX-15 +TXR3 +TYC Beatrice +TYCANN +TYEY +TYL0RD +TYTYTYYYTTYT +TZTOKHUGEKOK +T_ShelbyLtd +T_Swishh +T_apka +Ta C oS +Ta ks +Ta1ntzilla +Ta2kaz +Ta7e +Taakxic +Taargus +Taathum +Taavik6iv +Taavit +Tabagie +TabascoGrind +Tabbed +Tabbscoot +Tabby Cat4 +TabbyCat97 +Taberknackle +Tabesco +Tabiun +TableLamp +Taboo Tim +Tac +Tach +Tachr +Tachycardy +TackTick +Tacklebox +Taco +Taco Bit +Taco Krydder +Taco Log +Taco Paws +TacoCat +TacoKittenz +TacoTimma +TacoWithGuac +Tacos Pump +Tacotueaday +Tactic +TacticNoodle +Tactical-RSP +Tactics +Tactics Ogre +Taders +Tadz +Taekwon-Do +Taekwondoo +Taelium +Taelos +Tafboy +Taffarell +Tafff +Tag 7 +Tagei +Taggeman +Tagi +Tagz +Tahdeton +Tahdonvoima +Tahfi +Tahimik +Tahm83 +Tahuna Beach +Tahx +Tai +Tai Mai Shuu +Taikajim +Taikanz +Taikapoika +Tail Gory +Tail Raiser +Tailight +Tails +Tailsnake +Tainoo1 +Taint +TaintFondler +Taintedhappy +Taintehds +Tairoun +Taiwan +Taiyi2 +Taizur +Taj Mahballz +Takalaaaa +Takaloo +Take +Take My Sp3c +TakeARedPill +TakeNaps +TakeUhSeat +Takea12 +Takedown Jr +Takeitilslay +Takens +Takeout24 +Taker +Takfil +Takimoto +TakingADab +Takis +Takji +Takobocchi +Taks +Taky +Talal +Talaxim +Talcron +Taleah +TalenteDK +Tali +Talia +Talito +Talk +Talkamar TT +TalkingMoose +Tall Greg +Tall Vince +TallChair +TallPaul24 +Talla +Talla Keyali +Tallented +TallerKiwi +Tallink +Tallopolis +Tally +Taloroar101 +Talos +Talppa +Talrith +Taltt4 +Talu +Talvedon +Talviel +Taly +Talzn +Tam Ranch +Tam The Bae +Tam k0nijn +Tamacti +Tamadra +Tamaki +Tamale +Tamara +Tamaraa +Tamayura +Tamber +Tamberi +Tame +Tamerr +Tamis +Tamjam +Tamlin +Tammii +Tamminga +Tammy +TampaTHC +Tampered +Tan Toad +TanDumb +Tanatos +Tandanus +Tanden +Tanduay Rum +Taneesha +Tang Eater +Tangar +Tangela +Tangelo T +TangerineFly +Tangibility +Tangle +Tangle Root +TangleEllis +Tangleboot +Tangledroot +Tango +Tangshan +Tangzu +Tanie +Tanime +Tanis513 +Tanjiro +Tank +Tank VS Bear +TankMageJon +TankProphecy +Tankarino +Tanked +TankedAgain +Tanker +Tanker 685 +Tanker773 +Tankerton +Tankkimies +Tankky +Tanknique69 +Tankster360 +Tankytank +Tanna +Tannnk +Tanny +Tanoak +Tanoak alt +TanqueRamos +TantusV +Tantza +Tanuliina +Tanz +Tanz Mutagen +TanzFang +Tanza +Tanzagen +TanzerReborn +Tanzoo +Tanzu +Taozi +Tapanui +Tapas +Tapdaddy +Tape +Tapir +Tapir Squad +Tapirslayer6 +Taplop +Taplu +TapoinItteni +Tapu +Taqi +Taradrial +Tardagan +Tardysoap +Tarezed +Taringa +Tarki +Tarkista Hv +Tarlach +Tarns +Taro +Taro Buns +TaronRS +Taroshik69 +Tarouco +Tarpon +Tarroo +TarzanNinja +Tarzzan +Tasarorm +Tascar +Tase T +Tashee +Tashkas 007 +TaskMan +Tasset Man +Tassoth +Tassy +TastefulNote +Tasty +Tasty Burger +Tasty Nan +TastyBoiMilk +TastyKnight +TastyToilet +Tata +Tataa +Tatanchis +Tatankaa +Tatapie +Tatepon +Tater +Tatertots +Tatimary +Tato +Tatorz +Tattoo +TattrTots +Tatuu +Tau Lord45 +Tau Neutrino +Tau Tau +Taucher +TaunkChicken +Tauno +Taunos +Taurideum +Tauros +Taut +Tautvif +Tava +Tava Monster +Tavern slut +Tavernic +Tavi +Tawa +Tawakoni +Tawer +Tawhid +Tawny +Tax Audit +Tax Wax +Tax Wizard +Taxing +Tay Lore +Tay3rell +TayMoney +Tayleth +Taylor +Taylor672 +TaylorMarcus +Taylort07 +Tayluh +Taynq +Tayri +Tays +Tayunu +Taz762009 +Tazmina90 +Tazner +Tazplan +Tazy420 +Tazz2006 +Tazzin +TazzoTezz +Tb knakworst +Tbix +Tbk +Tbone5876 +Tbow +Tbow Joe +Tbow Todd +TbowCourtois +Tbrs6 +Tchambz +TdTapsa +Tdblindmonke +Tddun +Tdmiro +Tdogg31 +Tdurocher +Te +Te Awa +Te x a s +Te zzz +TeBroHimself +TeCurt +TeJay +TeMuD +TeQuiL A +Tea Farmer +Tea Witch +Tea n Milk +Tea on Wayne +TeaIe +TeaMerchant +Teaandliquor +Teabz +Teachan +Teadribble69 +Teafuse +Teagan +TeagueDaBoss +Teal AV +Tealer +Team +Team Chubby +Team Flow +Team Rocket +TeamCleaned +TeamJono +TeamSoloMid +TeamVaChimpy +Teamwork +Teand +Tears +Tears of Avo +TearsOfWeezy +Teazor +Tebal1 +Tebowowns +Tebus +Tec-Grind-95 +Tecc Legacy +Tecco +TechCo +TechColor +TechContraps +TechFreakTwo +TechOnMaxed +Techart +TechiePicker +Techmenjoe +Technician +Techno177 +Techno9 +Techo +Techtonique +Teckczar +Teckerz +Teckie16 +Tector OSRS +Ted Beneke +Ted Striker +TedRS +Teddii Bear +Teddy +Teddy Brum +Teddybareman +TeddysMoo +Tedication +Tedsticles +Tedua +Tedzudo +TeeBee +TeeBee11 +TeeSchaf +TeeTee1772 +Teebo 727 +Teegious +Teegzie +Teekiz +Teemu +Teemu126 +Teemuz +Teena +Teenagers +Teenyduck +Teequoze +Teeqy +Teeray +Teetoh +Tefak +Teff +Tefilah +TeflonCancer +TeflonJavon +TegridyF4rmz +Tegriidy +Teh Only God +Teh W H I P +Teh Yumm +TehBigNub +TehBriBri +TehKillaaa +TehPum +TehShowerMan +Tehebow +Tehh +Teigur +Teittinen +Teivanna +Teixo +Tejmaster +Tekannan +Teke Toucher +Tekkenfury +Tekkies +Tekkies nub +Tekknow +Tekkuza +Teknoid +Tekoflex +Tekryael +TekstPlekshT +Teksti-TV666 +Tektiny +Tektom +Tektonio +Tektons +TektonsTaint +Tektos +Tel3 +Telboy +Teledogs +Telee +Teleport 125 +Teleportoise +TelesBehindU +Telesh69 +Tellum +Telluric +Telope +TemBROross +Temdom +Temeria +Temmer +Temmie +TempVVS +Tempal2 +Tempest +Tempesta1 +Tempick +Templaris +Temple +Templooit +Tempname123 +Tempoctrl +Temponazz +TemporaryBls +Temppuliina +TempstRimuru +Tempthric +Tempz +Ten Letters +TenOnTheFlop +TenPieceNug +TenPly Bud +Tenacious +Tender Nuts +Tenderrrrr +Tendinosis +TendoTheTux +Tendulkun +Tenebri +TenebrisMeam +Tenenwasser +Tenereus +Tenga +Tenh1s +Tenhou +Tennis +Tennis Socks +TennisLad +Tennnessee +Tennu +Tennysee +Tenorman +Tenraikash1 +TenryuuKaiNi +Tensilean +Tensor +Tensor Trace +Tentacle +Tentpolepie +Tenya +Teotl +Tep3lstreel +Tepeksi +Tepezki +Teplan +Tepoa +Tepponen +Teqila +Teqq +TeraLokien +TeraVit +Teras +Terbleg +Terial117 +Tering +Tering Tiete +Term +Termite +Termiz +TermnaLcpL +Termoil +Tero +TerpWrangler +Terpedout +Terpily +Terppa1775 +TerpySlurpy +TerraToffey +TerraTony +TerresFatum +Terrible Edd +Terro +Terror +Terror Earth +TerrorJaxx +Terrorise +Terroristi +Terry +Terry Munro +Terry61RS +Terrybear +Terva +Tes Iron +Tesaticles +Tesco +Teserve +Tesla bot +TeslaDiva +TeslaHero +Tesni +Tessei +Tesseria +Tessies Bits +Test +Test Dummy +Test Strip +TestStrip +Testate +TesticularCa +Testikeln +Testoepa +Testsubject +TetYun +Tete3 0 +Tetragrams +Tetrah Blue +Tetsu +Tetsu Nurtaw +Tetsu Steel +Tetsu2 +Tetsunohigan +Tettekop +Tettezotteke +Teurastamo +Teus +Teus777 +Tev0 +Tevreden +Tewocp +Tewty +Tewwer +Tex Zen +TexanzOS +Texas +Texas Hou +TexasAggie +TexasPlayer +Texasholdems +Texastea2 +Texman +Text +Texx +Teyrill +Teyzr +Tezyn +Tflo +Tfue +Tfulkyou +TgMofo +Th Abigor +Th0m +Th3 K1ng P1n +Th3 Wolf +Th3IronMan +Th3KiNG +Th3KiNG_Paul +Th3Tool +Th3Villager +Th3_DoN +Th3uns +ThAngelSlayr +ThEDievolved +ThSheerman +Tha Bser +Tha Crazy L +Tha Decided +ThaDankantor +ThaDragonSM +ThaGiz +ThaLawl +ThaNewArcher +ThaRealRambo +ThaStepBro +ThaaMunchies +ThaaOne +Thaerokem +Thai +Thai Girl +Thai ler +Thaichili +Thalarios +ThaliN1 +Thamasta47 +Thameslink +ThanaWee +ThanatosRise +Thangkang +Thanked +Thanks +Thanks Jeans +Thanks4Pet +Thankz Mom +Thano +Thanos btw +ThanosIsLife +Tharendel +Tharic +Tharin +Tharok +Tharrogant +Thasos +That +That Noob +That RNG +ThatBoiii +ThatBoyBurly +ThatDamAss +ThatFishhGuy +ThatGuyGoob +ThatGuyJordy +ThatLipGrip +ThatLuck +ThatManBez +ThatOldskool +ThatOlmlet +ThatOneAsian +ThatSandNoob +ThatSickBoi +Thatonesock +Thats +Thats Gang +Thats Not PC +Thats Thicc +ThatsNotRite +Thaumat +Thaurison +Thav022 +Thawk410 +The 0ld Nite +The 0xymoron +The 1 liquid +The 11th +The 2nd GIM +The 3rd Main +The 90s +The Actuary +The Aegis +The Aod +The Apina +The Atreus +The BPO +The Baad Man +The Big Chum +The Bleez +The Blue Owl +The Blyat +The Bonk +The Booger +The Boys +The Brawler +The Broskie +The Bubbsy +The Buffalo +The Cage +The Catowl +The Champy +The Chopper +The Cleaned +The Cleaning +The Coffin +The Comeup +The Crogamer +The Crows +The Dabbler +The Danny +The Dark +The Dark165 +The Data Guy +The Debated +The Decided +The Deli +The Diamond +The Dink +The Dipshit +The Dothraki +The DrNick +The Dragona +The Dre +The DripLord +The Duffman +The DwOrfe +The Echo +The Eco +The Effected +The Em8 +The End +The Engine +The Ex Zerkr +The Expanse +The Fat Toad +The Fe Woman +The Fig +The Fisher +The Fugitive +The Gas Tank +The Ginga +The Giznooch +The Grouch +The Grower +The Guppy +The HRE +The Half Man +The Harambae +The Havok +The Hibbs +The Hivemind +The Hobo +The Hoffner +The Hundred +The Hunter +The I Am +The Iron Cpt +The Iron Era +The Is0lated +The Jedi Way +The King 023 +The Kiwi +The Labfreak +The Lager +The Last Act +The Latvian +The Law 98 +The Locust +The Logger +The Long Day +The Lope +The Lord Ra +The Lovers +The Lurifax +The MCG +The Magic +The Maiden +The Marco +The Maskara +The Matth +The Mediator +The Midlands +The Mks +The Mouldy +The Mr Spec +The Murder21 +The Muscles +The Nexian +The Nicollai +The Noob +The OSU +The Office +The Old Fonz +The Old Kite +The Old Mike +The Omun +The Onceler +The Only Sin +The OnlyPyro +The Paladin +The Peak Pro +The Pet Farm +The Playoffs +The Pocket +The Proline +The Prophet +The Ptolemy +The Pwnes +The Qwinner +The Real Cat +The Sabre5 +The Sarge +The Schnopps +The Sea Bee +The Seahawks +The Serval +The Shy Guy +The Shy Oni +The Sly Fox +The Snail34 +The Snapback +The Steele +The Steward +The Stranger +The Surveyor +The Tardis +The Thanator +The Tils +The Tiny Dog +The Trap +The Triple T +The Use +The Victory +The W0rst +The Wael +The Warp +The Wraith +The Wupp +The keho +The thin 1ce +The-Wind-Up +The0G +The1 +The1_2watch +The1stmage +The3dge +The3rdOlive +The3rdTrike +The888 +TheAdzz +TheAirIsDead +TheAlbatross +TheAllSorts +TheApe +TheArcheType +TheArchthief +TheAsic +TheAssailant +TheAusSpade +TheAvenger56 +TheAvgJon +TheAzimuth +TheBandit777 +TheBassIsRaw +TheBazaBrown +TheBean +TheBearJ3w +TheBeltMan +TheBezal +TheBidness +TheBigShield +TheBigZofNYC +TheBlackest +TheBlindy +TheBlueShore +TheBlueWrath +TheBoltzy +TheBoomfire +TheBopp10 +TheBotReaper +TheBowJob +TheBrain +TheBranFlake +TheBrundone +TheBudWiser +TheC0W +TheCanada +TheCapist +TheCarrotMan +TheCaseAce +TheCheezywiz +TheChosnOnes +TheCokeFiend +TheCollected +TheCondemned +TheCorrupt +TheCuckening +TheCzarnian +TheDaedalus +TheDalek +TheDampBush +TheDangs +TheDankShow +TheDawg +TheDayWalker +TheDayman +TheDeadMann +TheDeadTeam +TheDeen +TheDisgusten +TheDog +TheDoubee +TheDreamKing +TheDrips +TheDry +TheDuckChris +TheDuckDaddy +TheDucksNut +TheDuud +TheDyr61 +TheEricShaun +TheEstonian +TheEvaElfie +TheEvlManRay +TheExtracted +TheF0rg0ten9 +TheF1ash +TheFabDabber +TheFallen1x +TheFeOdyssey +TheFeres +TheFizzCC +TheFlammers +TheFlopyTaco +TheFlyingFin +TheFoef +TheFolly +TheFrenchGuy +TheFunkyHomo +TheFunnyLove +TheFuzzball +TheGaGee +TheGaryy +TheGiggleMan +TheGlawce +TheGodFathxr +TheGodGuthix +TheGodfather +TheGoodLife +TheGoonie +TheGordinfla +TheGoryGlory +TheGr8Jimbo +TheGrainGoat +TheGreat +TheGreat One +TheGreatThor +TheGreenBowl +TheGugguru +TheGurrag +TheHabduL +TheHackedOne +TheHapa +TheHartstopr +TheHerbSack +TheHuffDaddy +TheHugLife +TheHungOne +TheHungRoid +TheHydra69 +TheInilator +TheIronBarra +TheIronBoy +TheIronDolan +TheIronHoser +TheIronMouse +TheIronTwist +TheIronVault +TheIronZoid +TheIsamaru +TheJele +TheJosephe +TheKappaCorn +TheKhun +TheKid +TheKillerB +TheKnight +TheKnightman +TheKolector +TheKop +TheLaggyDad +TheLampKing +TheLastTheef +TheLaxBrah +TheLazyNinja +TheLewhole +TheLionn +TheMaadKing +TheMachine39 +TheMadWolf +TheMainZeus +TheMamba +TheManInBush +TheManJordo +TheManatee +TheMaskie +TheMavrick +TheMaxPvMer +TheMayne +TheMetaNow +TheMikkel +TheMorloc8 +TheMuel +TheMuffin8or +TheMursk +TheNegative +TheNerve +TheNewLue220 +TheNewMonkey +TheNexu +TheNinjaH0b0 +TheNoPurp +TheNooby +TheOG Logo +TheOGGrimm +TheOGslacker +TheOSRSWiki +TheOllieBoi +TheOlmlet +TheOne772 +TheOneMatrix +TheOperative +ThePTWY +ThePaceAce +ThePardos +ThePariah +ThePerfect G +ThePolak +ThePraetors +ThePrenti +ThePrestiege +ThePrideS1n +TheProfess0r +TheProvider +ThePureRingR +TheRanger +TheRealBean +TheRealBew +TheRealDest +TheRealIdean +TheRealKanye +TheRealKush +TheRealKyle +TheRealKyle9 +TheRealMidus +TheRealShway +TheRedNas +TheRedRaider +TheRevRip +TheRewriter +TheRobin129 +TheRoulette +TheRsBug +TheSaggyOne +TheSaltyYew +TheSandFoxx +TheShadyMile +TheShyFn +TheSimpSonny +TheSinner +TheSkippyBoy +TheSlim1 +TheSneakyOne +TheSoggyOne +TheSoloHades +TheSpaceSaus +TheStonedElf +TheSwumpMan +TheTKsmith +TheTankProd +TheTerug +TheTimeLord +TheTinPeach +TheToyMaster +TheTree7 +TheTrue Goku +TheTrueNorth +TheTrueOOGA +TheTrueSatan +TheTruthOnly +TheUnbeloved +TheUndified +TheUnluckyIM +TheValuable +TheVerve +TheVeryBest +TheVnom +TheVoodoo2 +TheW1tcher +TheWerebear +TheWetDuck +TheWhlteWolf +TheWiseLoner +TheWitcherr +TheWizaad +TheWrongName +TheYahtzee +TheYak +TheYimYim +TheYugo +TheZoracks +TheZurvan +The_Dave666 +The_Dunster +The_Eoline +The_Hillboy +The_Jimmy +The_Krang +The_Man146 +The_Sturg +The_Zob +Thea1a +Theatres +Thebano +Thebig76 +Thecascade +TheclawMVP +Theconn +Thedriesj11 +Thedyolf +Thee Khed +TheeMohican +TheeSkill +Theel +Theem +Theeweaver +Theez +Theezak +Thefunto +Theguymann +Thejessman1 +ThelAvent +Thelastmane +Thelegend4uk +Thelmacat342 +Thelvereas +ThemanwhoisB +Themenchman +Thengalin +Theoatrix +Theodensa +Theodora605 +Theohhhh +Theoklitos +Theoneburger +Theophobia +Theorized +Theory +Theoryist +Thepawgchamp +Thepiefour +Theracords +Theralion +TherapyGroup +Theravasa +ThereTheyre +Therealhook +Therens1 +Therer +Thermynator +Theruler333 +Thery +Thesaurusus +These +Thesonicking +Thespok +Theunfrgiven +Thew +Thewoodle +They +TheyTukMyJob +TheyXciteMe +Theynika +Thgll +Thibaut +Thibi +Thic Glizzy +ThicBudget +ThicCreature +ThicKoontang +Thicc +Thicc Aku +Thicc Budget +Thicc Fil A +Thicc Flair +Thicc Momma +ThiccBird91 +ThiccCowboys +ThiccDaddyXL +ThiccDonut +ThiccQueen +ThiccSkips +ThiccZwans +Thiccapedia +Thick +Thick Cut +Thick Nick +Thick Red +Thick nun +Thick2g +Thick4Head +ThickGlute +ThickIronBum +ThickMike +ThickSenpai +ThickSpak +Thickenei +Thickest +Thickkmommy +Thics +Thiery +Thies +Thiesen +Thievette +ThievinKills +ThievingL +Thievs +Thigh +Thighhighs +ThiiComplex +Thiibaut +Thillam +ThinBlueL1ne +ThinPeepoSad +ThinkB4Hit +Thinkoclet +Thinxo +Third +Third-ages +ThirdAge +ThirdAgeBoss +ThirdEye +Thirdborn +Thirsty 4PvM +Thirtys +This +This Gimp +This Leo +This Schmuck +ThisAint +ThisAint-Wow +ThisAintSkil +ThisGuySkip +ThisPieIsDry +Thisious +Thissa +Thlrd +Thoakline +Thocasu +Thogdad +Thogidar +Thohon +Thom +Thomarse +Thomas +Thomas Juice +ThomasticIM +Thomastic_1 +Thombstone +ThomiusTeGr8 +Thommetje +Thommyy +Thonack +Thonq +Thoomin +Thor +Thoradin +Thoraldd +ThoraxPurple +Thordej +Thorgal +Thorgoth1 +Thorkar96 +Thorn +Thornet +Thornnforge +ThorntonM +Thorvesta +Thot Jadiels +Thotalopolis +Thoth +Thotmince48 +Thotscape +Thoughting +Thoughtseize +Thounde +Thoupeppi +Thrasmion +Thrax OS +Three Twelve +ThreeOneNine +Threemars +Threesunders +Threkeld +Threno +ThreshDaOg +Thrihyrne +Thrilbo +Thrilerrr +Thrillhousee +Thrisel +Thrivaldi +Thrlll +Throat +ThrobGodTod +Throbba +Throbbing +Thrombi +Thromur +Throupled +ThrownFury +Throxx +Thru +Thru ur poo +ThruDaStorm +Thrust +Thrustaxe1 +Thueh +Thug +Thug bone4 +Thugbug808 +Thugg +Thugge +ThugsBunny +Thugsbunny73 +Thulean +Thumb +ThumbBwana +Thumper +Thunadaja +ThundaBear +ThundaJunk +Thundac +Thundahcatz4 +Thunder Dog +Thunder Gate +Thunder Nerd +Thunder Zeus +ThunderBirdz +ThunderRolts +Thunderbo1tz +Thundercat +Thunderite +Thunderoxgod +Thunderpb28 +Thunderst0rm +Thundito +Thur go +Thurbs +Thurison +Thusly +Thutmose +Thuvian +Thuzd +Thve1ivan +Thwart +Thy Odama +Thy Victory +ThyIronGiant +ThyLegend +ThyVonR +Thybo +Thyclops +Thyhead +Thyming +Thyreus +Thys +Thysa +Thyymabotnus +Ti Blade +TiXN +Tia +Tiaan +Tiaeuth +Tiafoe +TiagoM +Tiak +Tian Guo +Tianzi +Tiazen +Tibadis +Tibador +Tibaul +Tibbsyy +Tiberium SvK +Tiboot +Tic Fart +TicImperfect +TicTacSensei +Ticano +Tice300 +Ticina +Tick +Tick Behind +Tick Ma Nip +Tick Manips +TickAteUrMom +TickTickRun +Tickable +TicketGoblin +Tickets +Tickflow +TicklMySickl +TickleBerry +TicklesIM +Tickmark +Ticks +Ticks missed +Tict +Tictacdingus +Tid Eez +Tidders +Tiddy +Tiddy Winks +TiddyLactate +Tidev +Tidy +Tiedemanns +Tiedustelija +Tiegra +Tielemans +Tier +Tier 05 +Tierney +Tierra Bella +Tiesto +TifaL123 +Tiffs +Tiftanlar +Tig Bittty +TigTheWelder +Tigas TT +Tiger +Tiger Tea +Tiger Trap +TigerYouDied +Tigerheart07 +Tigerheart09 +Tigerlady +Tigerlady203 +Tigerr +Tigersrule23 +Tigerwolf +TiggoGnomes +Tiggrat +Tighe +Tight +Tight Helmet +TightSpace42 +Tigor +TigreRosso +Tigrio +Tigy +Tiiimon +Tiimari +Tiistai +Tiistia +Tiit Hepa +Tiivo +Tijmen +Tijn040 +Tijs +Tijskid +Tijuude +Tiki Haha +TikiTyrant +Tikk1s +Tikka +Tikkix +Tikru +Tiktok +Tikwah +Tila +Tilburg +Tild0 +Tilfreds +Tilidin +Till Bored +Tillah +TillerPloww +Tillykke +Tilted +Tilted I Am +TiltedGoblin +TiltedIM +Tilur +Tim Pedwar +Tim Puri +Tim The Jedi +Tim bo Slice +Tim-O-thy +TimShutDown +TimSkilling +TimTheLegend +Timaaaay +Timaaay +TimbaWimba +Timbeettius +Timber +Timbertail +Timbito +Timboball +Timbuktu25 +Timbulz +Time +Time For Me +Time Leap +Time Voyager +Time2Lose1 +TimeFlies +TimeIsStrnge +TimeLion +TimeMuffins +TimeSink2000 +TimeSpan +TimeZebra +TimedxBeast +Timespacing +Timetokill19 +Timew8ster +Timex +Timex 07 +Timka +Timkempp +Timm +Timmay111865 +Timmeh +Timmies +Timmuuhh +Timmy +Timmy Jim +Timmy Tbow +Timmy Tiime +TimmysCoffee +TimnI2 +Timonkey +Timos +TimosTime +Timotej +Timsey +Timzee +TinFoil Joe +TinHongetech +Tincoinco +Tincup +Tindatinn +Tindell23 +Tinder lvl 1 +TinderMatch +Tine +Tinfawn +TinfoiledHat +Tinfoilhat +TingSumWong +TingleTingle +TingleUwU +Tingot +Tingsha +Tink +Tink200345 +Tinkelsia +Tinmanone +TinnMan +Tinnitus +Tinsmith +Tinted Rock +Tintti218 +Tinuvial +Tinvicuna +Tiny +Tiny Bagel +Tiny Buddha +Tiny Bun +Tiny Dck +Tiny Feet +Tiny Lego +Tiny Secrets +Tiny Teemo +Tiny Triceps +TinyFnRick +TinyIronDong +TinyLebowski +TinyLes +TinyTaro +TinyToasters +TinymafaRick +Tinypns +Tinytiger17 +Tinzo +Tip Zee +Tip of Dik +TipTheTank +TipeF +Tipeeee +Tipit +Tipoz +Tipper +Tippin_toes +Tips Iron +Tips Touched +Tipsy PvMer +TipsyBeard +TiptopSundae +Tipu +Tiqu +Tiques +TiramisuTart +Tire Slayer +Tired +Tired Hero +Tired of IRL +TiredPidgeon +Tirex +Tiring +TirmenaT +TironTula +Tironade +Tirpz +Tirsonek +Tisalia +Tisch +Tism Tanner +Tit Bow +TitMcghee +TitPoker +Titan +Titan Luke +TitaniteSlab +Titanium Mag +Titas P +TitePoire +Title +Title Fight +Titsferdayz +Tittsnbiches +Tittyboi5 +Titus +Titus Furius +Tivaaa +Tivinter +Tizra +Tizzcdn +Tj Russo +Tj Watt +Tj0epert +Tjaa +Tjabalabaaa +Tjalo +Tjar +Tjarie +Tjarles +Tjbakel +Tjf12 +Tjob +TjockaBengt +Tjs109 +Tjuv +Tkit +Tksquad +Tktn +TlCK LOST +TlLLER +TlLT +TlME 2 QUlT +TlNUS +TlTANlC +Tliltocatl +TmSmT +Tman +Tmarvy +Tmilllz +Tmm +Tmmm +Tmoe +Tmoe123 +Tmoneyyyy123 +Tmppa +Tmtiger16 +Tnt Harder +To Ashes +To Be Sure +ToAPlanker +ToBeAgile +ToLoNi +ToMyTailFin +ToNFisKrs07 +ToTheRanch +Toad Pond +ToadKar TV +Toas20 +Toast +ToastBTW +ToastMal0ne +Toaste +Toasted +ToastedCargo +ToastedMoose +Toasterly +Toastie +Toasty +Toat +Tob Braidy +Tob Carvery +Tob Marley +TobOnMyCox +TobSpoon69 +Tobak +Tobbeloba +Tobias +TobiasFate +Tobiasz +Toboogan3 +Tobser +Toby +Toby Raz3 +Toby1889 +TobyMcCrier +TobyRax +TodWhispers +Todays N00B +Toddlet +Toddo25 +Todt Thot +Toe Biden +Toe Crocs +Toe Moss +ToeRag +Toedeloe +Toedels +Toeh5 +Toek +Toekie +Toeristje +Toermalijn +Toes B4 Bros +Toets +Toews +Toffenboi +Toffer_99 +Toffffu +Toffoli +Tofs4pk +Tofthagen +Tofu +Tofu Python +Tog +Toge6343 +Togepi +Togica +Togo Mouri +Tohni +Tohveli +Toilet +Toilet Humor +ToiletBowlbb +Toiletpaper9 +Toimin +Toiney +Toinzy +Toivo_43 +Tojosodope +Tok in +Tok-xik-Hex +TokHaar +Tokah +Toke +TokeSevere +Tokedaddy +Toker11 +Tokin +Tokin Ranarr +Tokin99 +TokkHaar +Tokkie01 +Tokonu +Tokoya +Tokoya11 +Toktz-ma-cox +Tokyo +Tokyo Ghost +Tokyo Prose +Toldasor +Tolhuis +ToljaSo +Tolo Ar Nin +Tolweg +Tom Adamo +Tom Cx +Tom Decoene +Tom Fn Brady +Tom Is Huge +Tom Shanks +Tom T +Tom Vercetti +Tom Waited +Tom btw +Tom from 561 +Tom is Sharp +Tom o_0 +Tom vs Log +Tom9 +TomAce +TomFlinn7 +TomHilRigour +TomMazilian +TomMerrilin +TomOfTheWest +TomTehCat +Toma +TomaMvp +Tomaatti169 +Tomarti +Tomastor +TomatoAndEgg +TomatoFarm19 +TomatoTom9 +Tomazon +Tomb +TombLooter +Tomba +Tombalo +Tombat +Tombazv2 +Tombea09 +Tombing +Tomdabom +Tomdoc14 +Tome +TomehhG +TomiL +Tomiee +Tomik85 +Tomlyn +Tomm +TommieSalami +Tommm +Tommmo +Tommy +Tommy 901 +Tommy J C +Tommy2Tick +TommyGunn204 +TommyJay +TommyTalapia +Tommyhawk +Tommyyy +Tomn +Tomo +Tomori +Tomorrowlxnd +Tompi +Tompp1 +Tompsi +Toms +Toms PvM +Tomsdk +Tomson177 +Tomtastrophe +Tomtom032 +Tomukas +Tomvdh +Tomxi +TomzodoubleO +Tond3 +TondeK18 +Tone +Toneez +Tonester03 +Tonfa +Tong +Tongo +Tongue Baths +Toni +Tonicto +Tonk A Wiz +Tonka742 +Tonkade +TonkatsuLife +TonkerEx +Tonnie +Tony +Tony D +Tony Gwynn +Tony P +Tony Soap +Tony Soprano +Tony Tuna +Tony23 +TonyCaawk +Tonyde +Tonydidles +Tonyhood +Tonzaww +Too Original +TooBasic +TooBigDad +TooManyCooks +TooManyKinks +TooMuchIan +TooMuchSauce +TooMuchTuna +TooReal +TooShredded +TooWhite4You +Toobias +ToogaTank +Tooheys +Tookkul +TookyDaWooky +Tool +Toolbox +Tools1977 +ToomBooii +Toomas +Toomi +Toonic +Tooodley +Tooomo +Tooq +Tooqan +Toortles +Toostie +Tooterz +ToothhurtyPM +Tooves +Top Gear +Top Glock +Top Milk +Top Monents +Top Mong +Top Trends +Top V1 +Top Vestain +Top10 +Top5Worst +TopGlitch +TopGunt +TopTitz +Topdogg16 +Topez +Topgolf +Topi +Topkeklethal +Topkerel +Topman +Toppavenger +Topstad +TopsyTurve +Tor Btw +Tor Cool Guy +TorBlueJays +Torag Tony +Torags +Torags The C +Torchbringer +Torchfall +Torchiclover +Torchpix +Tordenknold +Tordue +Toreador +Toreransu +Torgonis +Tori +Torille +Torille btw +Toris +Torkoal +Torky Bow +Torlux +Torm +TormentingU +Tormood +Tornaddyne +Tornado Kim +TornadoGang +TornadoShit +Torned +Tornjak +TornoDB +Torok +Toronto +TorontoOVO +Torr3nHunt3r +Torra +TorraTwo +Torretto +Torrfly +Torrud +Torsinclair +Torso +Torstol +Torstol Todd +Tortanium +Tortcher +Tortelini +Tortew +TortiIIa +TortillaChip +Torttunaama +TortugaBooga +Tortugas +Tortuous +Torture Iron +Torva boy +Torvee +Torvesta +Toseki +Tosetti +Toshiba +Tossin +Tostada +Tot1 +Total +Total Lvl +Total Pede +Total Spoof +Total Vanity +Total Zero +Totaldumm +Totaled3 +Totalis +Totallymad20 +Totalxq +Totato +Tote +Totemas +Totnum +Tott +Totti +Tottie +Toucan +Toucann +Touch My Wii +Touch Tablet +Touch Touch +TouchPinis +TouchedByXp +Touchkin +Touchmydig +Touchpad +TougeAttack +Tough +Tounii +Tour Guide +Tourino +Tournx72 +Tousart +Tove +Towely +Tower Guard +TowerOfGod +Towerbros +Town +Town Square +Towney Stark +Towton II +Toxic +Toxic Dice +Toxic Emre +Toxic Joda +Toxic Mfer +Toxic Outlaw +Toxic Waltz +Toxic017 +Toxic125 +ToxicBropipe +ToxicDroPipe +ToxicKenny +ToxicSimp +ToxicWaster +Toxzeek +Toy Chest +Toycutter +Toyger +Toyne +Toyocoma +ToysRusK1d +Toysalami +TozzinSalads +Tpc Chris +Tpc Jimmy +Tpc Ken +Tqnks +Tqrb +Tr Farmer +Tr hoca +Tr0gdor +Tr1ckyD1cky +Trabelco +Trac +Trace +Tracing +Trackpad +Tracktix +Trackzor +Tracto r +Tractorjoe13 +Tracxy +Trad +Trade +Trade Me 70k +Trade Parade +TradeForItem +TradeMeBro +TradeMeUWont +Tradebarrier +Tradeophobia +Trae47 +Traenalai +Trage Gast +Tragick +Tragon33X +Trail +Trail Sodas +Train Track +Traincore +Trained Fish +Trainer +Trainer Bad +Trainin +TrainingDay +TrainingDays +TrainingWill +Trainor BTW +Trains +Traiths +Trakiya +Traktori +Traktorman +Tralan +Tralfamadori +Tramayne +Tramfix +Trample +TranSfused +Trance +Trance Heals +Trance666 +TranquilGod +TranquilHaze +Tranquillia +Transfer +Transgressor +Transpiler +Transpose +Tranziztance +Trap +Trap Carrot +Trap the Cat +Trap-A-Holic +TrapGdReptar +TrapGood93 +Trap_Capo +Trapking +Trapking 8 +Trapping +Trapski +Trasclart +Trash +Trash Pvmer +TrashBlast +TrashManJ0hn +TrashServers +Trashu2 +Trashua +Trashy +Traumahh +Travee +Traveler +Travis +Travis 42 +Travis on Rs +Travis473 +TravisThott +Travish +Travor +TravviePatty +Travy D Law +Traxic +Traxxed +Trayvon King +Trazaeth +Trazez +Trazza001 +Trebluh +Trebyzond +Tredderss +Tree +Tree Form +Tree Oils +Tree43210 +Tree50 +TreeNut11 +TreeTopsFart +TreeWeasel +Treedemption +Treehuggers +Treelo23 +Treenut +Treinen +Treio +Trejoracine +Trekhoar +Treldinn +Trem Bao Uai +TremensInc +Tremorx00 +Tremzy +Tren Culture +Tren Hex +TrenbolonAce +Trench Ben +Trendeon +Trendiness +Trenl +Trennel7 +Treno +Trensational +Trentovitch +Trentt +Trepa +Trepador +Treps +Tresemmee +Trev +Trev the dog +Trevenant +Trevo +Trevor +Trevor Died +Trevor M +Trewg +Trews +Trey +Trey is +Treygor +Treyvor +Trezler +Trgx2 +Tri Flamingo +Tri-P0LAR +Tri9py_J +TriBalanced +TriFlea +Tribe +Tribe Leader +Tribe of 123 +Tribryd26 +Trick +Trick Blue +Trick Statue +Trick-demon +TrickRoom +Trickiac +Trickin +Trickool +Trickster122 +Tricomb +Trictagon1 +Trictagon2 +Tricx +Trid3nt +Trieuce +Triforce13 +Trigamy +TriggaTriggs +Triggadd +Triggahappy +Trigger Me +TriggeredMot +Triggeredm3 +Triggering +Trigos +Triig +TrikiRiki +TrikyCutworm +Trikzed +Tril +Trilipe +Trilligy +Trillogy +Trillotani +Trilogies +TrilogyXO +Trim +Trim Jr +TrimmedGrimm +Trimmedguy +TrinitySauce +Trinix +Trio +Trio MF +Trip +Trip Machine +Trip Masta +TripEatIRL +TripJaw +TripSquad +Tripachu +Tripae +Triple +Triple Deuce +Triple Dex +Triple U +TripleBeans +TripleHyphen +TripleNeck +Triplet +Tripod Neb +TripodDog +Trippie Damo +Trippinsac +TrippleMarty +Trippy +Trippy Mind +Trippy Troll +TrippyReefer +TrippyScapee +TrippyTony +Trips +TripssAcid +TrisomyMumky +Triss123456 +Trissee +TristV1 +Tristann +Trito +Triton Blue +TritonSaber +Triumph +Trivi Beast +Trivit +Trivium +Trixcet +Trizak +Trizepz +Trldude7 +TrocSan +Trocko4 +TrodOnLego +Troetelbeer +Trogbite +Trojan Steed +Trok +Trolerage +Troll Chad +Troll464 +TrolleVV +TrolletTruls +Trollevv +Trollface +Trollheimusk +Trolli +TrollinPony +TrollinTony +Trollinguy +Trollzzy +Trololosaur +Tromal +Trombalski +TronixxIM +Tronkshark +Tronse +TroopIronman +Trooperke +Tropec +TrophieTyler +Tropical97 +Tropicaux +Tropidelics +Tropsic +Troskals +Tross +Trottero +Trottington +Troulis180 +Trounced +TrousrMonstr +Trout Wallet +Trovam +Trovo +Troxicus +Troy Buckle +TroyPolamalu +Trreezz +Trrrpfosdss +Tru3Iron +Trublians +Truce +TruckTruck +TruckYacht +TruckerLiam +TruckerTuck +TruckersLife +Trucki +Truckstop0 +True +True Flex +True Joker +True Knight +True Owl +True Repent +True Tones +TrueBadApple +TrueBank +TrueNorth95 +TrueSatan +TrueTech +TrueTeller77 +TrueYoshi +Truegreed +Trueplaya +Truers +Trueth +Trulieve +Truly +Truly Lifted +Truly Loving +TrulyForever +Trump +TrumpCard +TrumpSuxAss +Trumpet +Trundholm +Trunker +Truno +Trunsa +Trusejageren +TrustIssues +TrustNoOne +Trusted +Trustifarian +Trustin +TrustyThrust +Truth Hurtts +Truth Seekir +Truxy One +TrveKvlt +Try Casual +Try Die Cry +Try Hard Jr +Try2IronMan +TryAltF4 +TryCBD +TryHard +TryHard DBag +TryHardi +Tryactin +TrygveLegend +Tryh4rder +Tryhard +TryinNot2Die +Trym +TrymeTrick +Tryna Max +Tryna match +Tryndaflex77 +Trynottodie2 +Trypophobia +Tryptamind +Tryptopane +Tryuumph +Trzaskowski +Ts Danne +Ts Me +TsMaxed +Tsakahele +Tsar +Tsar Douglas +Tsarina +Tschinelas +Tshotz +Tsiquli +Tsitika +Tsjok +Tsolu +Tsqq +Tstiffy_15 +TsuNaabi +Tsubusa +Tsuchan311 +Tsudo +TsukasaS +TsukiAkuma +Tsukihi +TsukikoBaka +Tsukiya +Tsuku +Tsuku yomi +Tsukuyomi +Tsumikitty +Tsumoso +Tsurubebi +Tsyphoid +Ttffdd +Ttoz +TuNxZbs +Tubbless +Tubbzzy +Tube Dood021 +Tubmasta95 +Tubs +Tubz +Tuca +Tucker Jeb +Tuckerajf +TudoLaDentro +Tuerro +Tuexo +Tufan +Tuffa +Tufs +TugBoatWilly +TugMeTwice +TugMyCox +Tuga9 +Tugboat +Tugboats +Tuii +Tuisku +Tuittu +Tukeldaja +Tukkairti +Tulf +Tulip +Tulipssonmyd +Tully03 +Tulppu +Tumbdownlog +TumbleDore +TumblingSand +Tumeken Tay +TumekenToday +Tumma Paahto +Tumms +Tumnus +Tumppe +Tuna +Tuna Juice +Tuna Shuffle +Tunaking420 +Tunasafarii +Tunda +TunderBog +Tundra +Tunez +Tung +Tung Fu Rue +Tungsten +TungstenGyro +Tunguska +Tunkky +Tunnellord +Tunppii +Tunsberg +Tuntun +Tuoppi1230 +TupacShaakur +Tupackid +Tupakki +Tupeli +Tuperrovski +Tupla Olut +Tuplaa +Tupoopsa +Tuppu +Tuppu hoitaa +Tuppuu +Turambarr +TurangaNui +Turb0uu +Turbanator +Turbie +Turbin +Turbo +Turbo IM +Turbo Junkie +Turbo Toes +Turbo Zero +TurboMilf +TurboSoak +TurboTez +TurboWet +Turbokjepp +Turbotymer +TurdFlicker +TurdFurgeson +Tured +Turha +Turiak +Turjilin +Turk Monsta +Turk3H +Turk3HH +TurkBird +TurkeyPro +Turkije +Turkish One +Turkish3agle +Turkled +Turkos06 +Turks +Turn +Turn It Left +TurnMagic +Turnalar +Turner Coach +Turnii +Turnt +Turqish +Turqy +Turri +Turrner +Turrox +Turskaa +Turso +Turssuttaja +Turtelloo +Turtle +Turtle Rak +Turtle s +Turtle7 +TurtleCoddlr +TurtleWurdle +Turtlebutt +Turtledog +Turtleliest +TurtlesClimb +TurtlesRdank +Turtleso3o +Turts +Turuii +Turvasana +Tusc +Tushy Taker +Tusk +Tusondude25 +Tusseladd92 +Tustea Kossu +Tutorial +Tutoroo +Tutta +Tutter +TuttiFruttii +Tuttimango +Tuttimelon +Tuuri +Tuuri haukka +Tuvisitt +Tux +Tuxy +Tuya +Tuzle +Tvanderlaan1 +Tvb Cx +Tw0Pack +Tw1ZzT +Tw1nsPurr +Tw1nz +Tw1st3d_B0W +Tw1stedBow +TwTv +Twald10 +Twas +Twas Xmas +Twashua +Twaste +Tweaky +Twee Barkie +Tweeder +Tweek +Tweekzor +Tweetart +Tweeznap +Tweezr +TweezyShadow +Twelvyy +Twenie Wan +Twerk +Twerk 132 +Twet +Twice +Twice Flo +TwickerTweet +Twiddle +Twiddle Twix +Twidgets +Twiested +Twift +Twigbert +Twigglet +TwiggyC +Twigler +Twigster +Twiisted +Twilight2326 +TwilightPony +Twilly Spree +Twillz +Twin +Twin Fists +Twin Kinz +Twin Peaks +Twinflip +Twinick +Twink +Twink Ripper +Twinkle +Twinkle Park +Twinklekat +Twinr0va +Twins +Twist2K +Twist3d +Twist3dData +Twisted +Twisted Boog +Twisted Bung +Twisted Cook +Twisted Echo +Twisted Jam +Twisted Matt +Twisted Titt +Twisted cat +Twisted garg +TwistedAegis +TwistedBeer +TwistedBerns +TwistedBowlz +TwistedBr0 +TwistedCybrg +TwistedGuard +TwistedHeart +TwistedLike +TwistedOffer +TwistedWally +Twisted_Ry +Twisted_newf +TwistedxAura +Twister Nips +Twister XIII +Twistertjeee +Twistie +TwistsedT +Twitch +Twitch Fear +Twitch simp +Twitch507 +TwitchFear +TwitchSeljan +Twitchen004 +Twitchin +TwixTM +Twizler74 +Twizzlers88 +Twnkles +Twntythree23 +Two Elites +Two Fears +Two Ounces +Two2SixToo +TwoBeerBuzz +TwoDigitJish +TwoDogs +TwoInTheSink +TwoLegedDog +TwoShue +TwoTwentyTwo +Twoconch +TwojaStara +Twoy +Twpz +Twstd +Twum +Tx2 +Tx3 Poseidon +TxNock +Txbor +Txfr +Txga +Txh +Txlon +Txture +TxunaTuna +Txyus +Ty +Ty God +Ty Sit Idiot +Ty bears +Ty1er +Ty4F +TyDyPooFingr +TySkidmore23 +Tybear575 +Tyberium +Tybones +Tycen +Tycens +Tydigidy +Tydollatree +TyeMeUp +Tyelca +Tyepo +Tyfr +Tyfus +Tyfus Bende +Tyfus Mug +Tyfuslija +Tyga +Tygr +Tyhger +Tyin +Tyixx +Tyjes1 +Tykaman +Tyl r +Tyler +Tyler Razz +Tyler Stone +Tyler051095 +Tyler4rs +TylerGBR +TylerMike +Tylerknight3 +Tylerton +TylerxBandit +Tylo54 +Tylooor +Tylz2 +Tym8 +Tyney +Tyngre +Tyom +Tyontaja +TypOneg4tive +Typhose +Typical +Typisch +Typto +Typtooka +Tyq +Tyr 24 +Tyr Ara +Tyra +Tyrael +Tyrael OG +Tyran88bid +Tyraniana +Tyranids +TyrannicaI +Tyrants +Tyrep +Tyrex +Tyro +Tyrus +Tysh +Tyskie +Tyskie38 +Tyskn +Tysn +Tyson11 +Tysonn +Tyst +Tysterisk +Tytastic +Tythle +Tytto +Tywonia +Tz-Kek-Twang +Tz-Ket-Kush +TzCal +TzCok +TzCok-Hard +TzDeez +TzDeez-Nuts +TzHaar +TzHaar Meej +TzHaar-Doug +TzJal +TzKal +TzKal Majora +TzKal-AszZuk +TzKal-Cumsok +TzKal-Gio +TzKal-Mike +TzKal-Thad +TzKal-Zuky +TzKalFatkok +TzKalSuk +TzKarl +TzSuk-Dis2 +TzTok +TzTok Chris +TzTok-1gBud +TzTok-Fart +TzTok-Flame +TzTok-Izzy +TzTok-Jaffa +TzTok-Jahd +TzTok-Jeffy +TzTok-Joka +TzTok-Kekw +TzTok-KetKok +TzTok-Ladz +TzTokTitties +Tzek +Tzhaar Bower +TzhaarThicc +Tzhaar_PvP +Tzharzh +Tziis +Tzikit +Tzkal Edgar +Tzkal Tygo +Tzkal-Reborn +Tzok-GigaKok +Tzoski +Tztok Shaz +Tztok-Met-Al +Tzuyuwu +U A E +U A V Online +U Ded Boi +U Mirin Brah +U N X +U R Lame +U Tele Nub +U W8 +U n I f Y +U nknown +U0Q +U0sunpeh +U3 +U4 +U71Q +UAWMAN +UB02 +UBWare +UBaKr +UConn +UENDELIG +UFOTurtle +UFOs +UG Juppa +UGLYMONKEY58 +UGLYS +UGam3zOS +UI GOKUU +UI UC +UIM BUTT3RS +UIM Brah +UIM Burni +UIM Chayula +UIM Illusive +UIM Liar +UIM Lobotomy +UIM Log +UIM Loki +UIM Nathanjb +UIM Ori +UIM Paperbag +UIM Pepper +UIM Pidbull +UIM Shen +UIM Shrift +UIM Sorrows +UIM Spongie +UIM Stephan +UIM Thor +UIM Vas +UIM Warriorh +UIM Wedey +UIM Yoga +UIM Zoldyck +UIM whozan +UIM7 +UIMBerg +UIMaqtpai +UIMatti +UIMpostor +UIPanda +UIdahoKush +UIspice +UKB0b449 +UKnowItsB +UL7RA +ULF Tagger +ULTMA +ULTRA +UN-FAZED +UNBIQUOUS +UNC0RN +UNCEL +UNCLE +UNCLE LEET +UNCLESAMY +UNDEAD EXO +UNDERURBED4 +UNEX1ST +UNH0IY +UNLOADED999 +UPDOGS +UPSdeliveree +UQV +UR 0 HP LMAO +URA Noob +URAMESHl +URSS +US Postal +USA Tyler +USA USA USA +USA is Dev1l +USAF +USAO +USBthe2th +USMARINEHYDE +USNavyOver70 +USSpaceForce +USTreasury +USirHaveLost +USirHaveWon +UTT +UWCB +UWF +UWUSTELIJA +UZY VS JAD +Ualt +Uamee +Ubar +Ubaru +Uber +Uber Logan +Uber Yeats +Uberamazing +Ubersmind +Ubicorn +Ubu +Uccino +Uchiwa +Uchr +Udacity +Uderp +Udhariol2 +Udingus +Ufda +Uffe Persson +UgliestIncel +Ugly +Ugly Hipster +UglyFishArm +Uglybeetle27 +Uglyyo93 +UgranDag +Ugursuz IT +Uh-0h +Uhbove +UhhhBoneless +Uhhhh Wut +Uhm +Uhscended +Uidi One +Uim Beyonce +Uim IRL also +Uim Zuko +UimSian +Uimakoulu +Uk Bristol +Uki Kukkamaa +Uki Skillz +Ukko +Ukko-Pekka +Ukkonenn +Uknow Yunho +UknowPotter +Ukonvasara +Ulappa +Ulibarri +Ulik madiq +Ulillillia +Uliss +Ulizius +Ullerton +UltDrewes +UltRise +Ultebor +Ulthane120 +Ultima +Ultimat3ly +Ultimate +Ultimate Low +UltimateH0bo +UltimateSami +UltimateWare +UltimateZe +Ultist +Ultistic +Ultorman +Ultra +Ultra Miami +Ultra Primal +Ultra Sloth +Ultra Space +Ultra Teuz +UltraGOOP +UltraJack +UltrasTomi +Ulvhilde +Ulyanyx +UmUUmuUmU +Umarra +Umbr +Umbrah +Umea +Umek +Umiland +Ummfufu +Ummz +Un Dutchable +Un M-U-T-3-D +Un puma +Un-Expected +UnDutchable +UnGoof +UnHoLyxMaTTy +UnOrderly +UnRuleD +UnTaMed X +Una999 +Unacceptab1e +Unaclogger +Unaided +Unass1sted +Unassisted +Unavailable +Unbacked +Unbann me +Unbiased +UnboundLeaf +Unbreakable +Unc1e +UncJo +Uncaged1776 +UncagedOne +Uncandled +Uncel +Uncel Ben +Unchunk Man +Uncle +Uncle Exci +Uncle Julien +Uncle Rocho +Uncle Solo +Uncle Somnus +Uncle THC +Uncle Trippy +UncleBigBob1 +UncleCuckle +UncleDaddiii +UncleGuy +UncleSlappy1 +Unclear +Unclesam137 +Uncode +UncomfyPants +Uncommon +Uncooker +Uncool Gary +Uncr3at1ve +Uncut +Uncy Duncy +Und3r0ath +Undead +UndeadElk333 +UndeadYenny +Undeadd +Undefeated +Undelivered +Undeniable +Under +UnderExiled +Underaged +Undercatt +Underlogged +Underoos +Underrs +Understars +Understated +Underverse +Undine +Undoubtful +Undra +UndrgrndSalt +Undulaatti94 +Unemati02 +Unemployed +Unequalized +Uneven +Uneven Mango +Unexposed +Unfair +Unfearful +Unfergetable +Unfi +Unfollowing +Unfriended +Unfunno +Ung +Ungolianty +Unhappy +Unhapytuna +Unhealthy +UnhingedE +Unho +Unholy Bains +Unholy Cult +UnholyAbyss +Unholybucket +Uni Mike +UniQ +Unicat +Unicorn +Unids +Unii +Unik +Unimaginary +Unimander +Unintended +Union Dixie +Uniqlorn +Unique +Unique Am I +Unit +Unit Tests +United +UnitedLeeds +Uniteds +Unity 3D +Universe +Unkh +UnkindPastry +UnkindledTwo +Unknown +UnknownBeing +UnknownPlaya +UnknownValue +Unknownchuck +UnkoPlayer +Unkoly +Unkownkiller +Unlash +Unlds +UnlimitedHC +Unlit Sky +Unlock Death +Unluckerdile +Unluckers +Unlucky +Unlucky Jord +Unlucky lmp +UnluckyNGay +Unlugy +Unluigi +Unmasked +Unmaxed +Unmerkable +Unmoist +Unnerving +Unohdettu2 +Unomia +UnorthodoxGF +Unorthodoxfo +Unown397 +Unprofitable +Unread +UnrealGecko +Unrecord +Unreliab1e +Unrot +Unruliest +Unsafest +Unsainted +Unsavior +Unscuff +Unscythed +Unseen +Unshaven Cat +UnstopFork +Unstrung +Unsubscribed +Unsung +Untameable +Unthinkable +Until +Until Dawn +UntrimCraft +Untrimmed +Unus Divinus +Unv +Unwiii +Unzkiboi +Uoziz +Uozu +Up N Ur Mom +Up ya mom jr +UpBad +UpNorthCha +UpRoaRs +UpThaSaints +Upeo +Upi +Uploading +Upluk +Upper Four +Uppercuts +Uppotukki +Upriser +Uprising +Uproot +Upsi +Upthe1rons +Uptime +Ur Exp 2 Me +Ur Obsession +Ur a baish +UrASalmon +UrBabyzDaddy +UrBoyBilbo +UrDadsLov3r +UrJustXpToMe +UrMomLvedIt +UrNansMan +UrPureSucks +UrScr3wed +UrSuchaShita +UrWifeLuvzMe +UrYe +UrZoggy +Ura Juanker +Uragaan Dude +Urakas +Urakkapallo +Urallia +Uran ium +Uranus +UrbanMerza +Urbdayy +Urbn +Urdead +Urea +Urek +Urekzera +Urfe +Urheiluiatka +Urheilujatka +UricOddball +Urkchar +Urked +Urkerhard +Urock16 +Uross +Urotsuki +Urpokarhu +Urri +Urs +Ursa +UrsaOmega +Urskog +Urthron +Uru p +UsainBloat +Usb Doe Tin +Usb Flies +Use +Use Tongue +Use2bHC +UseToBeGood +Useable +Usecsythang +UsedApplePie +UsedLube +UsedRubbers +Useless +Useless Main +User +User 27 +UserApproved +Useranme +Usos +Ussin +UsualAntZ +Usva +Utahime +Utahn +Utareita +Utca +Utini +Utis +Utsuwu +Utter +Utter Pleb +Utvisa +Uunijutsku +Uunipelti +Uuo +Uus kaust +Uuti3 +UwU Leo +UwU Noctis +UwU Otaku +UxXwpasdiioa +Uzin +Uzot +UzrielBoi +Uzunar +V 3 +V 9 +V A K U +V A L O R +V A M 0 S +V A N D E R +V Bros +V E F +V E H +V G +V GK +V Gamemaniac +V L A D Y +V Lestat V +V NL +V Nichushkin +V OO D 00 +V R I L +V e c n a +V endetta +V ergetend +V ezi +V i 1 e +V r o l ij k +V the Victim +V-43 +V-EuSoto +V-SaTanjiro9 +V-Tek +V-olRagnarok +V043 +V0F +V0WZ +V0XA +V1BER +V2int5 +V3NQM +V3XY +V3lnias +V3n3natis +V3rtigo btw +V43 +V4SKI +V4sia +V5C 2 +VAIDUOKL1S +VALH0WLA +VALHA LL A +VALK0 +VALORANTJETT +VAMPYRlC +VANlLLA RUM +VB TINNS +VB24PK +VBoss +VBsec +VDB Niffooo +VDHG +VEDA +VEGANDIET +VEN0M13 +VENNY MOCKER +VERYBANANNA +VET DMaZ +VHS or DVD +VIAL1 +VIE T +VIII +VIIVII +VIKING0 +VILIONKKAA +VLEERMUlS +VODKANATOR +VODs +VOIVID +VOREVERAIONV +VORKl +VOlDWAKER +VP N1ck +VPSxSam +VPixels +VRScotty +VS0P +VS367 +VUNDA +VVDance +VVJuul +VVS1 +VVStoner +VVade +VVanderer +VVarden +VVeems +VVhite0ut +VViggle +VVilson +VVinni +VVintage +VVona +VVoods +VW Crafter +Va1ynx +Vaal +Vaalbara9 +Vaalberg +Vaandah +Vaca Preta +Vacant V +Vache +Vache Verte +Vad3 +Vader +Vado +Vaealin +Vaelleruen +Vaelte Peter +Vafan +Vafthruthnir +VagAngler +Vagabond +Vagina Bad +Vahagis +Vahagn +Vahidil +Vahlyte +Vahn +Vaikuttava +Vailokas +Vain +Vainis +Vaishe +Vaisu +VaitkiS +Vaizki +Vajengo +Vakstu +Val Rex +Val3ntlne +ValOnMyChest +Vala +Valadrak +Valarfax +Valaron +Valdevon +Valdomiro B +Valdyra +Valendale +Valentijn +ValentinaLuv +Valete +ValgeHunt09 +ValheraUK +Valhk +Valiant Nite +Validde +Valiente +Valienton +Valiiim +Valiralith +Valirion +Valivill +Valknir +Valkore +ValkyraeS1MP +Valkyrie btw +Valkyrie xo +ValkyrieNora +Vall +Valliance +Valliate +Vallies +Vallk +Valluu +Valmar +Valmora +Valo +Valo Ville +Valo247 +Valor +ValorantJohn +Valorate +Valorisatie +Valorise +Valorpoint +Valrog +Valus +Valverdi +Valxn +Valzar +Valzor +Vam pire +Vamo +Vampeodia +Vampire Bob +Vampirehunt +Vampiress +Vampurr +Vampyire +Vampza +Van Cold +Van Hellsing +VanDarkhome +VanHeisma +Vanaic +VanceStJohn +Vandahl +Vandaine +Vandalize +Vandalized +Vanderhek +Vanderstorm +Vandery +Vandetto +Vandmand +Vandorann +Vanek +Vanek-26 +Vang +Vanh0 +VanhaKettu +Vanhal000 +Vanilla Best +VanillaBum +VanillaDonut +VanillaFlow +VanillaSwirl +Vanillawaifu +Vanity +Vanity Fair +VanityNugett +VanityRS +Vanityyh +Vanja +Vanja M +Vanki +Vannara +Vanskid +Vanss +Vantiron +Vanupimphi +Vape99 +VapeMonster +VapeNGapeLLC +Vapeape1 +Vaperan +Vapid H +VapinTiger +Vaping Cloud +Vaporion +Vaporized +Vapsjeeee +Var Laslore +Varamyr +Vardorfister +VardorvisSux +Vardovish +Varduka +Varenagan +Vargen96 +Vargo +Vargrmoon +Variabulls +Varixed +Varlanazz +Varlot4 +Varm +Varm Kaffe +Varnilla +VarockVirgin +Varonom +Varpu +Varradero +Varro +Varrock +Varrok Obama +Varroq +VarrrokObama +Varsa +Varsii +Varthon +Varulven +Varxas +Varz +Vas R +Vasar23 +Vasd +Vasdeffernce +Vaskapotti +Vaskekort +Vasquez +Vassaa +Vassago0111 +Vassal +Vastrakal +Vastuuvapaus +Vasuki +Vasyliev +Vatenkeist +Vatix +Vauderus +Vaull +Vault Hunter +VaultTecs +Vautumn +Vaux +Vava471 +Vaveti +VawnHeuf +Vaxx +Vaxxil +Vaxyr +VayQ +Vayda +Vaynon98 +Vaz0r +Vazier +Vazoo +Vb Panther +Vbiqve +VeKnow +VeZuu +Veas +Vector +Vedam +Veddunreal +Vedroulian +Veecal +Veeena +Veekkuu +Veerpalu +Veersnof +Veetu76 +Vefsn +Vegabond +Vegakargdon +Vegan +VeganFemboy +VeganVibes +Veganstho +Vegard +Vegas +Vegas Gunman +Vegas Mike +Vege-Mauri +Vegeetta +Vegeta +Vegeta MF +Vegetah +Vegetas Veng +Vegetunks +Veggie Mate +Veghan +Vegitation +Vegito +Vegito Meta +Vegolse +Vehicle Tech +Vehms +Vehru +Vehtamin +Veilig +Veilious +Veinin +VeitiKKa +Vekie +Vekuuu +Velaynx +Velbain +Veld +Velegro +Velek +Velgreed +Velhote +Veli +Veli Iron +Velikan +Veliki +Velite12 +Velkennar +Velkija +Velli +Velmir +Velociraptor +Veloxrapt0r +Velreth +Veltsi +Velvetgunner +Velvsy +Velzun +Vemba +Venado +Vendall2 +Vender +Venderik +Vendet27 +Vendum +Venemies +Venenatis +Venerate +Venereology +Venetsia +Venfour +Veng +Veng BTW +Veng Me Not +Veng Waster +VengDeezNutz +Venganza +VengeMeDaddy +Vengeance013 +VengeanceTR +Vengeancen +Vengeful +Venizar +Venkeltje +Vennythizer +Vennyv99 +Venom +Venom Vegeta +Venom00 +VenomTears +Venomousbite +Venomxkillz +Venous Cobra +Venpu +Ventia +Ventile +Ventril0qist +Venus Nyan +Venzdroid +Venze +Venzy +Veo s +Veos +Verac Obama +Veracs +Veracthus +Veraen +Veratyr +Verbac +Verbal +Verbal Kint +VerbalIrony +Verbia +Verbo +Verche +Verdantys +Verdoemd +Verdux +Vereco +Verelya +Vereoris +Vergi Drakan +Veri Eze +Vericity +Verify +Verin +Verissimum +Veritasium +Verity +Verix +Verjj +Verkyz +Verliax +Vermachelen +Vermeill +Vermithrax91 +Vermont Iron +Vermyapyre +Vern29 +VernalTDevil +Vernon +Vernossiel +Vernyxitas +Vernz1337 +Verokostaja +Veromnis +Verrario +Verrtus +Verruckt +VersGrind +Versacce +VersaceGuap +VersaceSofa +Versalix +Versatio +Versily +Vertigo 2 +Vertsu1 +Vervyyy +Verweel +VerxaRS +Very +Very AFK +Very Typical +VeryAvgRNG +VeryGoodRNG +VeryLarry +VeryLilRng +Veryloo +Verysharp988 +Verywarm2246 +Veryx +Verzicky +Verzik +Verzik BTW +VerzikDaCuck +Verzika +Verzy +Verzy Werzy +Vesal +Vesaris +Vesipiisami +Vesku +Vesley +Vespina +Vespulia +Vesqu +Vesryn +Vessim +Vest +Vesta 1000 +Veste +Vestergaard +Vestorius +Vesture +Vesunna +Vetala +Vetem +VeteranGamer +Vetilation +Vetinari37 +Vetionarian +Vetr Skaoi +VettePolle +Vex Viper +Vex Virus +Vex8 +Vexare +Vexed Viper +Vexeed +Vexer07 +Vexero +Vexers +Vexflame +Vexing +Vexinity +Vexrip +Vexstrom +Veylantz +Veyron +Veysel +VezTa +Vezka +Vezon +VgbndUnicorn +ViIlageIdiot +ViaCarter +Vial +Viallinen +Viat +Vib3Ch3ck3r +Vib8 +Vibby +Vibe +VibeCentral +Vibeke Gar +Vibeology +Vibes Check +VibesTooWavy +Vicardi +Viccuri +Vicente1111 +Vicenza 173 +Vices +Vicious Dest +ViciousPawg +Vickies +Vicky +VictheStud +Victimised +Victor +Victor Dogg +Victor Lim +VictorHo +Victorize +Victorp75 +Victoryw +Victreebel +Victur +Vida +Vidacks +Viddii +Video Gamic +Videogam3r +Vidlmao +Vidy +Vidz +Viech +Viema +Vienas +Viera22 +Viesker +Viesty +Vietnamees +View +View Bot +View0 +ViezNegertje +Vieze Jongen +Viggi +Vigi V +Vigilamus +Vigly +Viguro +Vii23 +ViiPV +ViiViiVii +Viiduus +Viiiral +Viikonloppu +Viiksi-Vallu +ViinaGoblin +Viinakramppi +ViisYsiKuus +Vijand +Vijay +VikSC +Vikat +VikeSkol +Vikerne666 +VikiLord +Viking +Viking Dad +Viking768 +VikingKnees +Vikingfe +VikkiVance +Viklok +Vikram +Viktor +Viktor Wins +VilainLutin +Vilbeee +Vile +Vile Arcane +Vile Cabbage +Vile Squid +Vileblood +Vilemaw +Viliant +Vilke +Villagers +Villain Dude +VillainLife +Villanovaguy +Villanovan +Ville +Ville921 +VilleGallle +Villix +Villllu +Villosa +Villrix +Vilnis +Vilty +Vilunki +Vimpsen +Vims +Vin 08 +Vin B +Vin Vista +Vinaegre +Vinbum43 +VinceBennett +VinceOfMince +Vincen +Vincent +Vincent D2 +VincentDaMan +Vincentimetr +Vinceut +Vinchops +Vindi IM +Vindruen +Vindruva +Vinh y +Vinish +Vinkmaster1 +Vinland +Vinloxx +Vinn28 +VinnFrazz +Vinneh +Vinnie +Vinnie Dabs +Vinnie Pazz +Vinnie526 +Vinny +Vinny NZ +Vinny Speedy +Vinny Verac +Vinny-G +Vinnyaldo +Vinoloog +Vinopenkki +Vinostondis +Vinous +VinsanityGG +Vintage +Vintages +Vintner +Vinxe +Vinxion x +Violas +Violent +ViolentPudd +ViolentToxin +ViolentWaves +Violetti +Violon +VipStar +Viper +Viper Aurora +Viper G40 +VirZuk +Viral +Virbatum +Virbliud +Virelith +Virgin Creep +VirginGirl +VirginHunteh +VirginUwU +Virginism +Viriato +VirtRemnants +Virtaheepo +Virtuaalnuss +Virtual +VirtualAhri +Virtuart +Virtuous +Virunypel +Virus +Virus LSSZ +Virus Soup +Viruss +ViruzTehNub +Virzik +VisagePlease +Visarin +Viscera +Viscx +Visdom +Vishno +Vishnu +Visibly +Visigothic +Visine +Vision +Viskan +VismaBlet +Vister +Vistopherson +VisuallyMatt +Viswiel +Vita +VitaLemonTea +VitaMineralz +Vital Dude +Vital Hope +Vitality +Vitamin See +VitaminCnote +Vithark +Vito +Vitor +Vitreous +Vitrified +Vitruvio2 +Vitryssen +Viturbio +Viturscy +Viva +Viva La Vida +Viva Mehico +VivaLaWeegee +Vivalask8r +Vivalla +Vivants +Vivascape +VividAzura +VividDreamss +Vivido +Vivij +Vivk +VivziePop +Vixca +Viyrew +Vize Senpai +Vizima +Viziyo +Vjee +Vk +VlBZ +VlGGAN +VlNTER +VlRAL +VlVID +VlaamsePlank +Vlad +VladTheBwana +VladThePaler +Vlada +Vladek284 +Vladi +Vladibjoern +Vladictorian +Vlaendren +Vlambare +Vlast1n +Vlncent +Vloxx +VnG Lynds +VnG Zenyte +Vnce +VngH +VnilaGorilla +Vo Amice +VoHiYo_Nami +Vobia +Vocaloida +Vodbi +Vodec +Vodka +Vodka ice +VodkaBarrage +VodkaBreath +VodkaPlz +Vodke +Voekus +Voetbalkous +Vogefur +Vogues +Vogven +Void +Void Fanatic +Void XVII +Void-Cho +VoidMySoul +VoidOnyx22 +VoidWraith +Voidberg +Voidnight +Voidpaw +Voidrow +Voidseeker +Voidwaker op +Voittosumma +Vokon +VolProMan +Volai +Volantis +Volary +Volblaffen +Volc +Volcan +Volcance +Volcanos +Volco +Volcwinder +Voldesad +Volgos +Volkert +Volkie +Volkrah +Volkzy +Volmortt +Volrod +Volrum +Volt +Volt OSRS +Volt268 +Voltimolt +Voltz Tzkek +Volucris +Volunteer +Volux +Volzo +Vomiting +Vomiting Cat +Vompiainen +Vomuao +Vomure +Von Beck +Von Dylan 2 +Von Locke +Von Reibnitz +VonThaine +Vonbony +Vonderhaar +Vondoom +Voneirus +Vonhinten +Vono +VonoV +Vonschatten +Vonsv +Vonty +VooLis +VoodooCells +Voodookie +Voorheees +Vopi +Vor The Ape +VorGole +Vorare +Vorarlberg +Vorcan +Vorikar +Vork +Vork Planker +VorkathsMate +Vorki +VorkiAlt +Vorkscaping +Voroth +Vorpal +Vorpeo +Vorsamu +Vorschlag +Vorso +Vortob4 +VosOc +Voss V2 +Vossen +Vosty +Voted4Kanye +Vovi +Vox Whoppa +VoxMachina +Voxna +Vozion +Vpdz +Vrauri +Vrayl +Vreaper +Vref +Vrekked +Vriendschap +Vriix +Vrijer +Vrillionaire +Vroeg +VroomMasheen +Vrzn +Vsian +Vsmoke +Vsnn +Vt Flavourss +Vt99 +Vuallis +Vubbe +Vud +Vueko +Vukodlak +Vuku Doll +Vulcan +Vulcant +VulcunLogik +Vule +Vuleka +VulfRS +Vulia +Vulklet +Vulm +Vulo Lives +Vulp +Vulpes +Vulpes Audax +Vuohi +Vurx +Vurzik +Vus +Vusa +Vuto +Vutox +Vuuln +Vuur +Vuuututututu +VvM Otter +Vxmm +Vxus +Vyagruhh +Vyaraeaen +Vyaza +Vyby +Vycarious +Vycos +Vyluxian +Vymera +Vynlx +Vyrelady Em +Vyrza +Vysaraine +Vyseri +Vytauts +Vyukris +Vzb +Vzla +Vzr +W 0 R D +W A G M I +W A G U S +W A V V E S +W E K A +W I L L 777 +W I N 3 D +W J M V +W L F +W O W S K I +W Rizz +W a r s +W ak +W amo +W anted +W e r +W elfare +W i i +W i l l y +W i r e tap +W ifi +W iggly +W illy +W ilmer +W l S E +W ll Z A R D +W olf +W orx +W-2 Form +W-A-M-M-E-R +W00D +W00DINTUNA +W00X W0N DMM +W0MB +W0RY +W0SS +W0fle +W0nderwall +W0t Rng +W141 Legends +W1ETzakje +W1F +W1G +W1Z3 +W1ldman +W1nch +W1ngedDragon +W2P_III +W330 +W349 +W370 +W3SL3T7 +W3ST0RZ +W420 +W489 +W4R3 +W4T3RM3L0N +W4Wumbo +W56 +W5O7 +W7uQs7s1uKyS +W7uQsTu1KsyS +W8 letme pot +W88SSKILLER +W8ST UF TIME +W8ing4Name +W91 forever +WA2 +WAGINGWARS +WAKANDA JEFF +WAKEUPSWEATN +WAP Munchlax +WAQQQ +WARLOCKTIN +WAZABl +WAxsTAche +WBA Scott +WBMA +WE0DEND +WE3N +WEEDY Woody +WEGOINGCRAZY +WEGSIR +WFH Gains +WFTWP +WG Affect +WGWGWGW6W6W6 +WH1TECHAP3L +WHITE E92 +WHITEEEEEEEY +WIMThighs +WINNINGrng +WIRE PULLING +WISEB0LDMAN +WIZRD6 +WLJ +WM94 +WMAF +WMATA +WO0DSIE +WOMYNAREDUMB +WONT +WOOGLlN +WPNsuper +WS Hubris +WS Kyzza +WS Phora +WSOP +WTB GF 1 GP +WTF No Luck +WTF S7VEN +WUDS +WV Boi +WW I +WW2 Champs +WYBD +WYD STEP M0M +WYDStpSis +WZ95 +Wa Wa Master +Wa t +WaIk +WaVy +Waaaan +WaaduuuHek +Waafty +Waager +Waai Do +Waassssaaap +Wabanaki Son +Wabbert +Wabo +Wack Sparrow +Wackabie +Wacko Swaami +Wacoltx +Wadbot +Waddlez +Wadee +Wadeo369 +Waderik +Waem +Wafcfreak +Wafe +Waffle Cone +Waffle Jr +Waffleboy +Waffleici +Wafflekin +Waffles700 +WafflesYo +Wagada +Wagblump +Waggit +WaggsTheDog +Waggz +Wagit +Wagn1984 +WagnBurner +Wagyu +Wahb +Wahido11 +Wahpahp +Wahpan +Waifuism +Waifus +WaikatoChris +Waikit8 +Waine +Wait +Wait Quick +Waitforit14 +Waitin +Wajiiro +Wake +Wake Boarder +WakeAndDrake +WakeUpF1lthy +WakeUpGirl +Wakey Wines +Wakisaka +Walborg +Waldrin +Waldron530 +Wales164 +Walker +Walkin +Walkofshane +WalksOG +Walktellfox +Wall-enberg +Wallabies +Wallabillah +Wallace D S +WallaceTusk +Wallah Krise +Wallah Lag +Wallahper +Walleen +Wallerz +Wallex +Walli +Wallstboi69 +Wallsunny +WallyGator +Walnutt +Walo CZ +Walpie6 +Walsamer +Walshy +Walshy00 +Walshyo +WaltJnr +Walter +WaltersPub +Waltt +Waltzz +Waluigi +Walzu +Wampire +Wan E +WanPanMan +Wandel +WanderTheSee +Wandereer +Wanem +WangSohLong +Wanhe +Wanistan +Wanna +WannaBeE-tje +WannaGetABag +Wannebet +Want +Want2beIron +Want2mess2 +WantTacos +Wantsome909 +Waonnman +Wapf +WapitiSmackr +Wapol +Wapsi +War Dwr +War Force +War12Ready +WarFawk +WarHawKVJ +WarOnOurMind +WarSoc +War_x +Warbler +Warchee +Warcloud +Warclown +WarcraftOSRS +Ward988 +Warden +WardensFe +Wardle101 +Wardless 1 +Wardy791 +Ware Adelaar +Warfeh +Warforged +Warg +Wargames11 +Wargowitto +Warhammer70 +WarheadZ91 +Warking 5099 +Warlolz +Warlord +Warlord Kek +Warlord Oli +Warlord Papi +Warlord Sage +Warlord Tyth +Warlordjinx +Warm +Warm Alfredo +Warm Beer +Warm Donuts +Warm Pasta +Warm Pillows +WarmLoaf +WarmManBlast +Warmantus +Warmly +Warmongoloid +Warmouth +Warnac +Warney +Warnings +WarpedDeath +WarpedMatrix +Warph +WarrgMG +Warrior +Warrior09rs +WarriorHome +Warstroy +Wartika +Wartna +Wartortle +WartoysCandy +Wartt +Warwick 1080 +WasHcimLoL +Wasabeh +Wasbeertjes +WashMachine +Washed CJ +Washyleopard +Waspoeder +Waspraa +Wasserohne +Wassillie +Wasstyr +WasteOfBond +Wasted +Wasted Toxic +Wasted Xj +WastedSpecs +Wastedgr1ny +WastingTicks +Wastinmylyfe +Wastoid +Wasup725 +WasupMyBwana +Watafara +Watamei +Watamelun +Watanuki +Watardid +Water +Water Skink +Water-T +Waterbender +Waterbury +Watercress +Waterdrop +WatermelonTV +Waterpijp +WaterrBoy +WatersHorse +Watertodt +Waterwraith +Watr +Watschi +Watson92 +Wattledaub +WattsyMain +Wattua +Waugh +Waulez +Wauzemaus +Wave 10 +Wave 69 +WaveBtw +WaveSkill +WavesOnMars +Wavezz +Wavy +Wax Dabs +Wax i +Waxby +WaxbyDonkey +Waxing Sun +Waxtap +Waxy +WayOfKings +WayS1de +WayTooPosted +WayV +Wayabove +Wayde +Waydens +Wayert +Wayfarers +Waylor +Wayne +Wayne1149 +WayneBretzky +WayneMain +WayneStated +Wayney +WayofWonder +Waypanaator +Waypastfear +Wayt +Wayward +Wayward Soul +Waza131 +Wazp +Wazup31 +Wazupfighter +Wazzlewop +Wbd +Wcrocks +Wcs139 +Wct +Wdfamidoing +Wdges +We B Trollin +We Feed +We Grinded +We Guard +We Love Dogs +We Tad +We The Team +We sley +We0921 +WeAllGucci +WeAreDoomed +WeAreGroot +WeAreMoksi +WeChat +WeDaBstMusic +WeLoveToB +WeRageAsTwo +WeTheCha +WeTsHaDoW +WeWanking +Wea Boo +WeaIth +Weak Iaugh +Weak Mindset +Weak Terror +Weak Wrists +WeakLesss +WeakSpot +Weakcob +Weaker +Weaki +Weaky +Wealth herbs +Wealthy +Wealthy Pro +WeaponNovice +WeardBeird +Wearwolf +Weasel07 +Weasel09 +WeaselToast +WeaselTuco +Weaselious +Weatherwatch +Weatherzx +Weav +Web 2 +Webb +Webbe +Webben +Webdow +Webs +Webstar +Webtastic +Weby Elite +Wecanmakeit +Weddn +Weder +WedhusGembel +Wee +Wee Seapy +WeeDRekT +WeeMissSlays +WeeWab +Weebcrusher +Weebmurderer +Weed +Weed B0Y +Weed Barrage +Weed Farm +Weed OG +Weed PhD +Weed Strains +Weed VIII +WeedWizzard +Weedbucks +Weedle +WeeeWoooo +WeekndWorior +Weel +Weelechts +WeenieHut +Weeperz +Wehby3K +Wehsing +Weichey +Weight +Weighting +Weightless +Weighty +WeirdChimp +Weirhere +Weis578 +Weistalief +Weki +WelbyBree +Welcome +Welcome Beck +Weld +Weld Arc +Weldar +Welfare PvM +Well Done +Well-ChromeD +Wellar21 +Wellbutrin +Welld +Wellfence18 +Wellpower10 +Wellrun1076 +Wellschit +WellyWonka +Weloy +Welp +Welsh +WelshNProud +Welshfuryy +Welshhy +Welshy 07 +Welshy94 +WelshyRhys +Wemh +Wench +Wendy Page +Wendyy +Weng +Wenja +Wenkey +Wenzhou +Were2341 +WereWaffles +WereWolf II +Werebanana +Werk +Werknemer +Wermin +Werrett +Werrtus +Weru +Wery +Wesh +Weshzz +Weslee +Wesley +Wesper +Wessen +Wesss +West +West Mids +West Shiv +West Tigers +West Varrock +WestFlag +WestTxBoyz +Westardythot +Western +Western PA +WesternBlot +Westleafer +Westly +Westwich +Weszie +Wet Boxes +Wet Garbage +Wet Land +Wet Ottr +Wet P +Wet Sneeze +Wet Thot +Wet and oily +WetDreamMeme +WetForPet +WetRnG +Wetex +Wetone2880p +Wetta +WetterPussy +Wevile +Wexom +Wexs +Wexxorz +Weyerbacher +Wezl +Wh1teSox +WhaIe +Whaddup +Whag +Whai +Whale +WhaleeWatch +Whaletorsk +Whalkatraz +Whamburgers +Wharebadjer +Wharncliffe +What Da Hell +What if +WhatASpoon +WhatAThot +WhatAreDrops +WhatItDoBoo +WhatSheZed +WhatTheDaze +Whatapure101 +Whats +Whats Canada +Whats Good +Whats Reddit +Whats Trade +WhatsHonour +WhatsRsSober +WhatsThisRNG +WhatssapX +Whatsup +Whatz Trade +Whavenlad +Whaxt +Wheatleyprop +Wheel +Wheelchair +Wheelied +Wheelies152 +Whees +Wheesnaw +WhenPigsFly +WhenRuneLife +WhenYouCute +Whensfull +Where is GE +WhereAreWe +WhereIsPeace +WhereTheCats +Whereisme7 +Wheremeballs +WheresMyPets +WheresMyPurp +WheresMyRNG +WheresPurple +WhersMyPet +Whesh +Whey +Whey God +Whiff +WhiityTosser +WhilyWhip +Whimsicat +Whina +Whinnie +Whipppy +WhippyMong +Whipsaw +Whiskerfish +Whiskey +WhiskeyWhip +WhiskyVault +Whiskywayne +Whisp3r +Whisper_2 +Whitah +White +White Beauty +White Mage +White Mantis +White Owl +White Rnger +White Shark +White Soul +White Wolf +WhiteBTW +WhiteBoySam +WhiteChuky +WhiteCricket +WhiteDeathh1 +WhiteMagnet +WhiteMaleHre +WhitePilled +WhiteProdigy +WhiteWolf216 +WhiteZephyr +WhiteZetsu +Whiteboy016 +Whitecoast +Whitecrow +Whitefire68 +Whiteflashh +Whitemambz +Whitetoes +WhizsuJr +Who Add +Who Nose +Who8mypaint +WhoDatDJ +WhoDoICatch +WhoHaxdMe +WhoLikesIron +Whoa +Whoa Gaming +WhoaKemosabe +Whole +Wholelottabk +Whomp923 +Whomst +Whomst MD +Whoratile +Whorrid +Whos +Whos Jo3 +WhosUrDabby +Whosjason +Whosyourmac +Whothehell +Whruum +WhtKndofCake +WhteLilySeed +Whuo +Whurse +Whurse Meat +Why 8ank +Why Play +Why SkaR +Why Try Guy +Why are u ge +Why u N0ob +WhyBank +WhyCantIPick +WhyIsRumGone +WhyNevaLucky +WhyRyan +WhySleeping +WhyTryAtOsrs +Whyase +Whydoubother +Whymcie +WhyteGoodman +Whyto +Wibbity +Wibbix +Wibbleforce +Wicea +Wichel +Wick3d Bet +Wickaboag +WickedKlowns +Wict +Widdly +Wide +Wide Client +Wide Vibe +WideBoyy +WideDommy +Widmee +Widows Kiss +WiebMasterly +Wiebah +Wiebere +Wiebren +Wiebstar003 +Wiegedood +Wielebny +WienerWipe +Wierie +Wiesel +Wife +Wife or RS +Wifi +Wifi Beater +Wig Lops +WigWacker +Wigan +WiganRS +Wiggety +Wiggie +WiggleMcTuff +Wiggly +Wiggly Woo +Wiggoth +Wigins +Wihbane +Wihwy +Wiigg +Wiiillllsonn +Wiiize +Wiji +Wijji +Wijsheid +Wikas1337 +Wiki Flipper +WikiLiex +WikiWorm +Wikinger +Wikingpedia +Wikked +WikuliK +Wilby +Wild +Wild Bill 71 +Wild Clicks +Wild Cowboys +Wild Fury +Wild Orange +Wild Pump +Wild Raven +Wild Rivers +Wild Spirit +Wild Squidi +Wild Stylez +Wild Whim +Wild chickie +WildAbandon +WildGothGirl +WildSF +WildSnorlax +WildTokes +Wilda83as7 +Wildapple +Wildbasher +Wildboy181 +Wildcard +Wildcatface +Wilde Bizon +Wildfire +Wildlands +Wildly +Wildmon +Wildy Back +Wilk +Will +Will Compton +Will Smif +Will T +Will i b +Will man +WillCosby69 +WillG +WillNight +Willasaurus +WillfulNomad +WillfulTiger +Willi +William +William Way +William2133 +WilliamChris +Williamsburg +Williamwrc +Williamwurld +Willianderma +Williard +Willicous +Willie +WillieP +Willlowsap +Willo +Willoweeper2 +Willowisp +Willsy_828 +Willy +WillyMonka +WillySneeze +WillyTickles +WillyVanilly +Willyams +Willymule +WilmaCokfit +Wilnafe +Wilpu +Wilro +Wilso +Wilson +WilsonBro +WilsousGoods +Wilters +Wiltings +Wilwork4stuf +Wilza +Wilzy +Wimm +Wimpy Hulk +Wimpy Worm +Wimpy127 +Winanda +Wind +Wind River +Wind the ham +Windal +Winded +WindexWipes +Windi +WindmillBoy +Windowpie +Windows10 +Windrun +Winds Tormnt +Windwaker +Wine +Wineapple +Winedolphin +WinexBlaze +Wing Daddy +Wing Reaper +WingToe +Winged +Wingedlemur +Wingednebula +Wingknutts +Wingless +Wingman Skre +Wingmanfire +Wingmastah +Wingnut +Wingnut277v2 +Wingoficarus +WingsXIcarus +Wingz +Wink +Winner Chris +Winner1Class +Winning Life +Wintage +Wintaj +Winter +Winter Slays +Winter Woede +Winter mage +Winterpropht +Wintersaurus +Wintertarwe +Wintertoad +Wintis +WintonOS +Winze +Wipe +WipeRZ +Wippy Spuds +Wipzed +Wirbi +Wirusas14 +Wis +WisCheez +Wisdem +Wise +Wise Andy +Wise Bloke +Wise New Man +Wise OlMan +Wise Old Guy +Wise Old Roy +Wise Pug +Wise Up +Wise9884 +WiseBlackMan +WiseOIdMan +WiseOld +WiseOldCam +WiseOldNeef +WiseOldNut +WiseOldSimp +WiseOldWench +WiseYoungOne +Wish +Wishen +Wishidie +Wishies +Wishwandewe +Wishy Walshy +Wispa +WispyWolf +Wissfx1 +Wisundaz +Witch +Witch Aileen +Witch Elf +Witchkraft +Witchprick +Witchz +Witeout LLC +With Skills +Witha +WithoutAGe +Witicism +Witkus +WitlessFox +Witness +Witte +WitteLijnen +Witteri +Wittu +Wittytoad +Wixsie +Wixxa +Wiz master +WizKaleeba +WizKawifa +Wizard +Wizard Weird +Wizard of Oz +Wizard012345 +WizardFish11 +WizardIRL +WizardKing +WizardMascot +WizardSleeve +Wizardmatt6 +Wizardspike +Wizfujin +Wizidross +Wizreefer +Wizyweirdo +Wizz Z +Wizzie +Wizzti +Wizzy +Wizzypoop +Wizzzard +Wkd Br0 +Wkedjester +Wkndr +WlLDERSGEERT +WlLL +WlLL1am +WlLSO +Wlatt +Wlsperingeye +WnB +WnnB +Woadblu +Woah +WoahDudeNice +Wobbery +WobbleyPOP +Woblin +Wobos +Wobs +Wobufett +Wocka +Wocky +Wodka +Wodka Orange +Woe Woe +Woedipoe +Woemance +Woeppa +Woes +Wofford +Wofford2 +Wohdii +Wohrx +Woikaz +WojoWins +Wojtas +WokeUp +Wokkel +Wokki +Wolf +Wolf Berserk +Wolf66 +WolfApple +WolfLucifer +Wolf_Hunter +Wolfazal +Wolfboi70 +Wolfboy1209 +Wolfden95 +Wolfeena +Wolferno +WolfgarrX +Wolfgarth +Wolfhearth +Wolfie +Wolfie Daddy +Wolfiezzz +Wolfinger +Wolfique +Wolfjob +Wolfman +Wolfman00777 +Wolfmans +WolfnBane +WolframOxide +Wolfshade +Wolfshook +Wolfspeed +Wolfy3777 +Wolfz +Wolles +Wolq poW +Wolverine V8 +Wolvesy +Wolwa +WomanScorn +Womaz +WombatLife +Wombats +Wombayaga +Won Alll Day +Wonderful +Wondo +Wonka44 +WonkyShlonky +Wonn +Wonnawonka +WonterJodt +Woo Hee +WooGGi +Wood +Wood Choppin +Wood Scimmy +Wood Style +Wood VI +Wood4all +WoodJablowm3 +Woodcrest +WoodcutterQw +WoodenSword +Woodland +Woodsboro +Woodson +Woodsy +WoodsySmells +Woody +Woody540 +Woody8 +WoodyBussy69 +Woodys +Woodz90 +Woof +Woof Woof Jr +Woofaire +Woofi +Wooh +WookieBread +Wool Socks +Wool Tar +Wooli +WoollffMain +Woolly +Wooo Blod +Wooody125 +Woooglets +Wooogy +Wooooo91 +Woopie Doop +Woopsx10 +Woopuh +Woord +Woorm +Woos +Woosa +Woot +Woowoh +Woox +WooxFromWlSH +Wooz +Woozie400 +Wophel Iron +Word +Word Bird +Word2urmum +WordCheck +Work +WorkUkko +Workahaulix +Workath +Workin +Working Man +Working Poor +Workouts +Worland +World +World 46 +World 526 +World 61 +World Of Rat +World345 +WorldEndero +WorldWarTwo +Worldly +WorldsGr8est +WormInHeaven +Wormeater66 +Worms +Worning +Worning Mood +Worst Herp +Worzo +Worzord +Wosby +Woshy +Woste +Wostyn +WotCee +Wotnel +Woudie +Woul +Wounded +Wounds +Wourlow +WouterMarni +WouterPils +Woutertje +Woutertje 93 +WowAUnicorn +WowDerek +WowoW +Woww +Wowzer1482 +Woz X +Wozi +Wozol +Wozzah +Wozzy +Wqlq +Wrackbar +WraithSx +Wramn +Wrap +Wrap5 +Wrath +Wrath0fMath +Wrathchildxd +Wrathinsea +Wrav +WreXham AFC +Wreck These +WreckAndRoll +Wreckage +Wreckanism +Wrecked +Wreckfull +Wreckin4Days +Wreckon +Wreckonize +Wrecky +Wreckzu +Wrekdum +Wrektem +WrektumRalph +Wrenny +Wrigzer +Wrijo +Wrinkle Meat +Wripzi +Writing +Written +WrmFzy +Wroggi +Wrong +Wrong Focus +Wrot +Wruumze +Wryd +Wrynn +Wsupden +Wtf Burgers +Wtf Bwana +Wtf Is Elmo +Wtf Michael +Wtf happen +WtfJad +Wtf_Stake +Wtfisabook +Wtfxcreepy1 +WuLuZ +WuTangDan +WuTangRs +WuTangflame +WubbaRs +Wubj +WuceBrayne +WuckFeeaboos +Wucky +Wudkip +Wueu +Wuhan +Wulfeh +Wulkanaz +Wullets +Wulong Rush +Wumbolii +Wumox +Wundy +Wungz +Wunk +Wuntch Meat +Wur1 +Wurgon +Wurj +Wurrior +Wurstfest +Wurtziite +Wuteng +Wutlife +Wutru +Wutta Beast +Wuuluu +Wuz H +Wuzn +Wuzzi99 +Wwalrus +Wwarlock +Wxll +Wxyz +Wy 1853 +Wyan +Wyard +Wyatte +Wybb +Wybo +Wyborowa +Wyd +Wydie +Wyel +Wyiphi +Wyldar +WyldeKirito +Wylie +Wyliecoyote2 +Wylyne +Wynand +Wynmao123 +WyoFletch +WyrdStoned +Wyrlor +WyvernBreath +WyvernMage +WyvernSlayer +Wz Karmish +Wzurd +X X V +X 0H +X Axis +X Bullet X +X Dsmith X +X E L E X +X E R 0 +X Ecuted +X I L E +X Ice Break +X Japan +X King Jehu +X Landie X +X Mars +X Mathiew X +X OUT OF RS +X Robert X +X Rorschach +X SUR X13 +X Seabridge +X WAVE 70 X +X Y P O +X e x i m +X pelz +X-Jabs +X-Man +X-SVNTH +X0N3X +X1xfa11enx1x +X65 +X9Y +XAAXAA +XANSEB +XARlQUE +XATHD +XAyYxlMaOxX +XCShark +XCortezX +XD XDDD XD +XD8D +XDQ +XDamage +XERTNARG +XESPIS +XEback +XFitVapeVegn +XHCD +XI J +XI5 +XIBT +XIX Zeta XIX +XIXIXIXVXIVI +XIXXI +XJT +XKappaX +XL Peen +XL Succ +XL itikka +XMR +XNovaCainX +XOBLIN +XORB +XP All Night +XP Hobo +XP Jake +XP Thieving +XP for gains +XPOQ +XRP Glandorf +XRV +XRay Mike +XS3X +XSandwich18 +XSapocalypse +XTCarlo +XTIF +XUJ0RKI +XV73J +XXGrimorgXX +XXTENTACI0N +XXaan +XXera +XZoTicTB +X_Ouchies_X +X_Streetz +Xa1e +Xaaan +Xaberphel +Xadia +Xaeram +Xafirox +Xahp +Xaint +Xalastar +Xalcvs +Xalrir +Xam Renz +Xambitz +Xamphion +Xan Gogh +XanaxXR +Xandahr +Xandayn +Xanefeo +Xanfan +Xann +XanomaliuX +Xanq +Xanthophylle +XanthousKing +Xantiasto +Xar +Xarigue +Xarious +Xarkus +Xarnathos +Xarov +Xarpus Decay +Xarqn +Xartes253 +Xaryn +Xasdaxs +XaskiM +Xasthur +Xatar +Xaud +Xaussiemaulx +Xav777 +XavieerL +Xavieerr +Xayrus +Xazz12 +Xbalan +Xbogaerts +Xbox +Xbox Account +Xbox kid 99 +Xboxkid33 +XcL ady kila +XcalenX +Xcalumet +Xcelorin +Xcuuuse +XeNeaxaxa +Xebstrika +Xecki +Xedoria +Xeem +Xeet +Xefi +Xefn +Xelas +Xelcab +Xeldin +Xelian +Xelzathar +Xemnax +Xems +Xen0phyte +XenaDior +Xenastry +Xendel +Xenece +Xenethos +Xenfire +Xeniat +XenithStar +Xenlon +Xennofobia +Xeno X Human +Xenofiel +Xenofile +Xenoforms +Xenorith +XenoviaZhao +Xenria +Xenses +Xentric +Xentric I +Xenzah +XeoX +Xeqo +Xeretus +Xeric +Xerics +Xerics Exile +Xerics Solo +Xerile +Xerkom +Xerloz +Xero +XeroBlitzAce +XeroBone +Xeroish +Xerona +Xeroscape +Xerosenkio +Xeroso +Xerphias +Xertrius +Xerxe +Xestox +Xetarillos +Xewne +Xeyler +Xfebruari23X +Xflowerz1 +Xgen2004 +Xghostbx +XgodofironX +Xhaloz +Xhq +Xi Bogan iX +Xianerth +Xiang +Xiang Ying +Xiao Wei +Xick +XicoDoAnzoL +Xidos +Xielt +Xiff +XigZig +Xiglaan +Xijaxer +Xilamz +Xillious +Xilphy +XinXani +Xinbonddon +Xinck +Xiom +Xiphoz +Xipi +Xipo +Xirenia +Xists +Xityx +Xiuol +Xizor +Xizxuka +Xizz +Xj Driver +Xl Pat lX +Xl Tango lX +Xlarss +Xlogmore +Xmas Santa +Xmasvibes +Xmerl +Xnam +Xname4 +Xniklaz +XoXdr34mzXoX +Xofal +Xoir +Xojix +Xolca +Xolidus +Xolmia +Xolun +Xonzz +Xoobs +Xorphas +Xorx +XoutofRunes +XpTitan +Xpect2die +Xpelz +Xperiencer +Xplay2slayX +Xplicits +XploitClamps +Xpm +Xpreme +Xqcksilverx +Xqkiller +Xquick +XrRipple +Xsk1l3rX +Xskillz +XslayerkingX +Xsy +Xtan +Xterioz +Xternal VZ +Xteven +Xth +Xtian +Xtopheris +Xtreme Kill +Xu +Xu3 +XuRuP1Ta +Xufo +Xuhe +Xulaa +Xulreh +Xupafion +Xuro +Xutera +Xuxe +Xuxy97 +XvalQ +XvalentiX +XvegetaX +Xvim +Xwb +Xwoprl +Xx A ll y xX +XxBABY +XxBriDGExX +XxCoponerxX +XxJIMBUSKID +XxKaakkimusx +XxMOPExX +XxPoliSwagxX +XxRXZ60xX +Xxhel +Xxpyroxx20 +XxrigourXx +Xxsagexx30 +Xyagrius +Xylarium +Xyler +Xylr +Xylym_pilot +Xymox +Xynamic +Xyrath +Xyresic +Xyryu +Xyzcanon +Xz8 +Xzavier +Xzil +Xzpect +Y DynHaearn +Y Fx +Y O D A +Y O K A I +Y arok +Y ellow +Y em +Y ogo +Y oshi +Y0N3 +Y0l0mees +Y0usless +Y2K38 +Y2k Survivor +Y3RBA +Y3w +Y4P +YBank_Mak 69 +YCTH +YCantPigsFly +YChewyYOS +YEEEZY +YERTII +YExTI +YGBigTank +YKW +YM +YMJFL +YNW Kushy +YOKiki +YONGWOLRANG +YOOOH JOEE +YORJ +YOTJ +YOUR +YOURMOMSMAN +YS3 +YSL +YSL for Life +YSinpo +YTPO +YTrySoHard +YUSEF +YWM +YYST +YYose +Ya Boi Suff +Ya Boy Lachy +Ya Boy Ryan +Ya9 +YaBoiCrisps +YaBoiSlip +YaBoiWestie +YaBoiiQuan +YaBoyCosmo +YaDoons +YaLilMupp1t +YaOldHeffer +YaSillyRAT +Yabai +Yabbary +Yabbie Pump +Yaboiskee +Yaboitrek +Yaboku +Yabui +Yachi +Yachiri +Yackill +Yackity Yak +Yackley C +Yagyu +YahRamen +Yahe +Yahtz3 +Yahtz3e +Yahya10100 +Yaik +Yaimzz +Yak Elves +Yak of Iron +YakYak +YakimaValey +Yakka Stacka +Yakosu +Yakushima +Yakuza +YakuzaDragon +Yalazar +Yall Raycist +Yalloune +Yalomi +YamR6 +Yama XCII +Yamagata +Yamakato +Yamata +Yamda +Yami +Yami Bakura +Yammed +Yampay +Yampay II +Yamsaretasty +YanKeDooDle +Yand0 +Yang +Yangtze +Yangus456 +Yani +Yanilla +Yanilla Kush +Yank on This +Yankee Run C +Yann78 +Yannick177 +YannickH +Yannis +Yao Yo Xin +Yaossynx +Yaprakdal +Yardi +Yarfn +Yaribel +Yarne +Yarny +Yaseki +Yasen 105 +Yasuos +Yasuuo +Yato1God +Yaukai +Yauz +Yavrum +Yawan +Yawgg +YawningPanda +Yawp +Yaxfe +YayItzTyler +Yaysuo +YazanBates +Yaziro +Yazo +Yazuki +Yberi +Ycinho +Ydmyk +Ydorog +Ydrasil +Ye Magekilla +Ye Mate +Ye Olde Ace +Ye Olde Ned +Ye Olde Oak +Ye ti +YeBankWicked +YeBoi +Yea UrBanned +YeaAiiiiite +YeahIMineIM +Year +YearUp +YeastPocket +YeastyPussey +Yeblehs +Yechs +Yeda +YeebusGeebus +Yeeeeehaww +Yeeetist +Yeeetscape +Yeern 101 +Yeeska +Yeet Dan +Yeet Thyself +YeetMemes +Yeeted One +Yeetu +Yeezy +YefTalks +Yefim +Yehtii +Yeiw +Yek +Yekhsad +Yekouri +Yeland +YeldariIII +Yeli +Yelling +YelllowFlash +Yellow +YellowForest +Yellowfox21 +Yellowhoody +Yem o +Yemly +Yemrisnen +Yenie +Yenil +Yenofthunder +Yenom +Yentelke1998 +Yeoubi +Yeoz +Yep Cup +Yerbal Tea +Yerd +Yeren +Yerico Tsu +Yerkinoff +Yerm da worm +Yeroen +YerrBanned +Yerradu +Yerrrrey +Yes Click Me +Yes No Maybe +YesOk +YesYesYall +YeshuaShalom +Yeso Pro +Yessir +Yesze +Yetagaindied +Yeteri +Yeti +Yetiburger +Yetlon +Yetsu +Yettiez +Yetzne +Yevop +Yevral +Yew 2 +Yew Burn +Yew Root +Yew Tree +Yew Wu +Yew a sloot +YewEssBee +YewGnomeSayn +Yewcutter +Yewise +Yewna +Yewp +Yews pnas +Yewsanity +Yewse +YexaC +Yezzi +Yfer +Yffud Gnik +Yggdrasverre +Ygh +Ygritte8686 +Yharnam Soul +Yhul +Yiatse +Yid +Yidy +YikesScooby +Yilver +Yimo +Yinlin Simp +Yippe +Yippiyak +Yisabela +Yja +Yke +Ykeykey +YlFF +Ylikivaa +Yllattyneet +Yllig +Ylmn +Ylpistynyt +Ylulawo +YmanThe1 +Ymbyydi +Ynastra +Yne +Yng Xehanort +Ynka +Ynun +Ynza +Yo Caspian +Yo Griff +Yo Its Devo +Yo Kev +Yo L +Yo MyUSD +Yo Soy Dios +Yo lm Lee +Yo uu +Yo wyd +Yo2021 +YoCerberus +YoGurttt +YoHighRoller +YoHimiiTsu +YoIronManBtw +YoKristaps +YoMomsFavBF +YoSinNow +Yobew +Yocan +Yoco +Yoda +Yoda Adf +Yoda Corona +Yoda NSZ +YodaEvans +YodaPen +Yodamainn +YodasNo1Fan +YodasYoda +Yodasquad +Yodati +Yoder +Yoerias +Yoeshua +Yofang +Yoghurtis +Yogi +Yogi DMT +Yogi Surfer +Yogololo +Yogusun +Yohny +Yoink +YoinkYoink +Yojak3 +Yokie +Yolkysky +YoloSwagHope +Yolp +Yolvert +Yomaku +YomamaPro +Yomashu +Yomdo +Yondu +Yondu Poppin +Yonemid +YongZhong +YongZonnegod +Yonkers +Yonko Buggy +YooDuragon +Yoodish +Yoooord +Yoorah +Yor +Yorga +Yorick +Yorick095 +YorickMorty +Yoriichan +Yorinky +York Rite +Yorkson +Yoru +Yosep +Yoshi +Yoshi Man17 +Yoshi Suyumi +Yoshi6380 +YoshiThick +YoshisStory +Yoshiwaptor +Yoshizilla +Yotaak +Yoteii +Yotsuya Miko +Yottie +You Are Zach +You Be Love +You Die71 +You Ok Fam +You R D3d +You rc 2 +YouGotRoll3d +YouGotSeabed +YouNeverKnow +YouOverThink +YouSuck +YouWontScare +YouareGE +Youbartonz +Youme +Youncies +Young +Young Bucket +Young G4 +Young Guthix +Young Krazed +Young Logic +Young Mooch +Young Mullet +Young Tango +Young li +YoungCatFish +YoungNoot +YoungScuba +YoungThugga +Youngdaddyg +Younge +Younglleff +Youngn +Youngsters +Youngvet +Your +Your Amity +Your Future +Your Idol +Your Misery +Your Mom67 +Your Mothers +Your Toilet +YourDadIsMe +YourFrenRen +YourObsessed +YourPaperm8 +YourSolution +Youre Joshin +YoureAllTalk +YoureIgnored +YoureMySam +YoureSoCool +Youssef +Youthful +Youtube Luck +Youwillcower +Youxi37 +Yowarrior40 +Yowch +Yowzer +Yoxz +Yoyaaaaaaaaa +Yoyo +Yoyo502 +Yoyoma007 +Yrasa +Yrdna +Yre +Yrjo +Yrok +Yrrabo +YsL Dom +Ysdragos +Yshtola +Ysr +Yster +Yster Bunny +Ysuke +Yu Seolha +Yu Stinkipu2 +Yu Zi Jiang +Yubs +Yubz +Yucan Tucan +Yuck +Yuck Aroma +YuckFou +YuckMouth +YuckNoYums +Yudi +Yuengllng +Yug Cipe +YugiMoto666 +Yugioh +Yuhai +Yuigahama +Yuiii +Yuiku +Yuipster +Yuka Takaya +Yukaiaiaiai +Yuki Kitsume +Yukika +Yukionna +YuliusCaesar +Yulong +YumYumSauce +Yuma az +Yumaad +Yumbo +Yumhumgao +Yumiko +Yummy +Yumped +Yundastan +Yundruh +Yuneekh +Yunery +Yung +Yung Belial +Yung Birdie +Yung Deaner +Yung Nice +Yung Swoosh +Yung Zach +YungDuski +YungIron +YungMoistGod +YungPredator +YungSlick +YungThimothy +YungTungsten +YungWhiteBoy +Yungsik +Yungsingteng +Yungyonder +YunnT +Yuno +Yuno Yuno +Yunozen +Yunq +Yunthers +Yuoni +YupImMadBro +Yupal +Yuqi Dab +YuqiShuhua +Yurimo +Yurix +Yuriy +Yusaris +Yusko +Yutorgborm +Yutzz +Yuudachi +YuugeJohnson +Yuuki +Yuuma +Yuuuuurd me +Yuuzu +Yuyevon2003 +Yuyu Shirai +Yuzumii +Yveaux +Yvno +Yvoa100 +Yvon +Yvuar +YxY +Yxskaft +Yzanagi +Yzap +Yzyszn8 +Z 0 D I A C +Z 84 +Z A D O +Z A R G O T +Z A V Y +Z Barrows +Z E R0 +Z I K O +Z Jay +Z M P +Z O R 0 +Z O V K O +Z O ZO +Z Rowz +Z a a K i R +Z aeBae +Z e e e f +Z e x +Z ebak +Z edd +Z erkie +Z ev +Z i g g e h +Z igZag +Z ion +Z y g y +Z ygis +Z-TheReaper +Z00STER +Z0K0 +Z0MBI3 +Z0MBIFIED +Z0NK3D +Z0RB0 +Z0bbey +Z0deac +Z0ops +Z1pn +Z1pn_xD +Z26 Man +Z3 +Z3FRAN +Z3R0 CO0L +Z3ds +Z3ymour1 +Z4phy +Z4ppie +Z6L +Z7Z7Z777ZZ +Z900 +ZACCU +ZADDYGANG +ZALCANOPET +ZALGlRlS +ZAQWRY +ZB84 +ZBLOCKA +ZEIVI +ZEKEDAFREAK +ZELDRIS0 +ZER0 EHP +ZER0Z +ZGJ +ZHG +ZIARED +ZILLER +ZJ +ZL1 Devin +ZLA +ZMB Scary +ZMithrilMan +ZNDX +ZOEY 101 FAN +ZPWUZZLED122 +ZRegi +ZSYD230207 +ZUCK +ZUK EXPERT +ZUwUBI +ZWUNK +ZWlFT +ZX +ZY +ZZ +Z_Z +ZaPhiRoxD +ZaadTeef +Zaane +Zaanstad +Zaatar +Zabe +Zabey +Zabini +Zabky +Zaboxi +ZacAynsley +ZacBallsHard +ZacFx +Zacariah D +Zaccchhh +Zaccy +Zacflame +Zach +Zach 6464 +Zach Patino +Zach est13 +Zach q p +Zach07 +Zach314 +Zach4211 +Zachagawea +Zachatank +Zachawy +Zachh +Zachhh +Zachs +ZachsAccount +Zachulous +Zack0ry +Zack504 +ZackAsch +ZackSparrow +ZackWasTaken +Zackary +Zackle Berry +Zackly +Zackman +Zackology +Zackree +Zacky P +Zacoron +Zacxion +Zaddy Bully +Zaddy Zo +ZaddyCool +Zadek +Zadior +Zadok +Zae +Zae The Bae +Zaenil +Zaeres +Zaf +Zafaron +Zaff +Zafrot +Zaga911 +Zaggly +Zagustin +Zagz +Zahard Army +ZahellGlarus +Zahellina +Zahiirr +Zahnae +Zahrani +Zaion +Zairin +Zairx +Zaitsev +Zaixii +Zaixyyuu +Zakhary +Zakje Pep +Zaku Rs +Zakz +Zala +Zalaberto +Zalar +Zalat +Zaleander +Zalen +Zalerae +Zalotus +Zalphyrus +Zalse +ZaltyPretzel +Zalux +Zam +ZamPeZu +Zaman +Zamanr +Zameul +Zami +Zamianx +Zamicxus +Zamirok +Zammiy Slay +Zammy +ZammyHasjta +ZammyJesus +Zammys Flame +Zamorak +Zamorak 61 +Zamorak Book +Zamorak Tome +Zamorak808 +ZamorakBrews +Zamorakz +Zamorangue +Zamorizzle +Zamowrecked +Zamypkernoob +Zamzam +Zamzico +Zanakkusu +Zanc +Zandie +Zandous +Zane +Zanfew +Zanfis +ZangKeera +Zangola +Zaniels +Zanimoto +Zanithic +Zanity +ZannyBatsbak +Zanryu +Zans +Zansus +Zantaril +Zanwk +Zanzu +Zaom +Zaon +ZapWasTakn +Zapah +Zapatos +ZaphiasTM +Zaphyan +Zaphyrim +Zapii +Zapio +Zapky +Zapleno +Zapletics +Zappaforever +Zappman123 +Zapppy +ZappyLand +ZappyWabbit +Zapsticle +Zaque +Zara Mobile +Zaraffa +Zararod +Zarasth +Zarathos +Zarchonias +Zardee +Zardua +Zarf +Zarfa +Zargole +Zariah +Zariky +Zariser +Zarke +Zarkh +Zarkino +Zarkoz +Zarley +Zarliona +Zarmos +Zaro +Zaro M +Zaroki +Zaros +Zaros2k +ZarosCorrupt +ZarosRex +Zarosadomin +Zarosian Rat +Zaroux +Zarov +Zarpedon +Zarrix +Zarude +Zarvern +Zary +ZaryteKnight +Zasi +Zasilus +Zastava Ak47 +Zastavo +Zatailex +Zatch175 +Zathul +Zatom +Zattix +Zauberbiest +Zausbaus +Zav555 +Zavaren +Zavikk +Zavilia +Zavinor +Zavorak +Zavvia +ZavylonCG +Zawro +Zawts +Zaxbys +Zaxcord +Zaxm1 +Zaxxxsoldier +Zaza9119 +Zazian +ZbraCakez +Zbychu +Zch +Zcj +Zcu +Zdawg +Ze Golo +Ze Own +Ze Punheteir +Ze Ubernoob +ZeOblitz +ZeProx +ZeQuYaa +ZeZienMaar +Ze_balla +Zea1ous +Zeal +Zealandra +Zealea +Zealicious +Zealoe +Zealous Love +Zeals Max +Zeather +Zeb Slays +Zebak +Zebak Acid +Zebaks Jugs +Zebedank +Zebede +Zebest605 +Zebras +Zebs main +Zebs scuffed +Zebu +Zebuck +Zecca +Zechuchith +Zect +Zed7 +Zed_11 +Zedanko +Zedar +Zedd +Zedd UwU +Zedd180 +Zedek +Zedirex +Zeds +Zedz +ZeeAyyBee +ZeeEL +ZeeZeeZee +Zeebers +Zeec +Zeedith +Zeehox +Zeeke +Zeekheart +Zeelmaekers +Zeemoee +Zeeny +Zeeon +Zeep +Zeepra +Zeerkel +Zeeshan +Zeeshan01 +Zeeuun +Zeeuws +Zeeuws Tuig +Zeeve +Zeeyk +Zeezki +Zeffe +Zefrank +ZefyX3 +Zegetable +Zeh Zimah +ZehThijs +Zehbu +Zehf +Zehiret +Zehv +Zeilex +Zeinovyah +Zeious +Zeitgaist +Zeithex +Zeken +ZekimusPrime +Zekje +Zekkels +Zekley +Zeko01 +Zekrom +ZelaooReturn +Zelatrix +Zelcano +Zelcode +Zelda +ZeldaHaxor42 +Zeldamen +Zeldaza +Zelle Me GP +Zelnite53 +Zelroy2 +Zelten +Zelzoy +Zemiak +Zemie +Zemix +Zemmy +Zemoko +Zemps +Zemyrrah +Zen Moments +ZenBtw +ZenRaidz +Zena96 +Zenathrius +Zenci +Zenearys +Zenemz +Zenez +Zenfor +Zeni Master +Zenithina +Zenitsu +Zenium +Zenki +Zenki RS +Zennyte +Zeno +Zeno Pho Bia +Zenoce +Zenpep +Zenqii +Zenqs +Zenrrrr +Zensai +Zentae +Zentra +Zenytum +Zenzulo +Zeon Clone +Zeorun +Zeos +Zeoth +Zeou +Zeoxr +Zeph +Zeph0s +Zepher138 +Zepherahs +Zephere16 +Zephrinne +Zephxa +Zephylius +Zephyren +Zephyrhills +Zephyric +Zephyrot +Zeplin1 +Zeppelin IV +Zer0Requiem +Zer0Tw0 +Zer0mancer +ZerUmh +Zeratul259 +Zerbeh +Zerberous +Zeref +Zerendipity +Zergonaut +Zeri0n +ZerkByDay +ZerkInDaYard +ZerkMeOffPlz +Zerkeee +Zerker +Zerker fe +Zerkism +Zerkom +Zernag +Zero +Zero Cals +Zero DeNiros +Zero Saber +Zero Scope +Zero Suit +Zero Talent +Zero Tol +Zero Zeros +Zero92922 +ZeroAltruism +ZeroBodies +ZeroCake +ZeroDignity +ZeroFox8576 +ZeroGravity3 +ZeroHour +ZeroHpAgain +ZeroTheKing +ZeroValor +ZeroXJD +ZeroZero +Zerobeat +Zerodareborn +Zeroeagle +Zeroen +Zerololz +Zeroly2 +Zeroswift +Zerq +Zerrilis +Zerro +Zersers +ZertUwU +Zerx +Zesima +Zeskater +Zesty +Zesty Bvrnsy +Zesty Senpai +Zesu +Zet_RS +Zetani +Zetardo +Zetore +Zetreker +Zetrus +ZetsuboSekai +Zetsubou +Zetta +Zettty +Zeug +Zeus +Zeus Jr +Zeus07 +Zeus09 +Zeusvdl +Zeven +Zeveria +Zevlim +Zevosh +Zevvo +Zewx +Zexma +Zexra +Zexual +Zeyora +Zeyzima +Zezaroth +Zezergz +Zezima Simp +Zezima W q p +Zezimaislife +Zezimas +Zezime +Zezus +Zezynx +Zfg Fan Girl +Zfsalt +ZgeL +Zgrite +Zgzi +Zhacarn +Zhaoyl +Zhava +Zhinky +Zhiqth +Zhonny +Zhops +Zhotaro +Zhqith +Zhuxiong +Zhuzh +Zhykiel +ZhyloFlex +Zi P +Zi1y +ZiNikor +Ziauze +Zick Licker +Ziclone +Zidi +Ziega +Zierikzee +Zigfrid +Ziggey +Ziggurattus +Ziggydog7 +Ziglar +Zigory +Zigzagoonfmt +Ziicatela +Ziidz +Ziinc +Ziincor +Ziisus69 +Zijwiel Iron +Zikry +Zil o +Zilandraa +Zilanthra +Zilex +Zilexion777 +Zilly +ZillyLovesMe +Zillya +Zilpha +Zilvia +Zilyana +Zilyana Gr +Zilyana Jr +Zilyanas Dad +Zilyarma +Zim +Zim8 +ZimFlare0003 +Zimak +Zimaterasu +Ziminiar +ZimnyZielony +Zimpathizer +Zinc +Zinct +Zing +Zingg +Zinixon +Ziniy +Ziniyy +Zinnialexis +Zinogre +Zinoto +Zinryia +Zinshaw +Zinsmaster +Zinsmeistro +Zioh +Zion +Zion Fire +Zioo +Zip Lynx +Zipacna +Zipit +Zipm +Zipo259 +Zipp0Fluid +Zippeeee +ZipperTrout +Zippy909090 +Zipsap +Ziqs +Zireal +Zireb +ZireneV2 +Zirkisi +Zirn +Ziron +Zirrub +Zirvzaa +Zisam +Zitaya +Ziti Sauce +Zitri +Zittte +Zivile +Zixcon +Zixon +Zixxen +Zixxty +Ziyai +ZizZazZuz +Zizarius +Zizou +Zizzle +Zji +Zjoelini +Zkilrr +Zkyui +ZlGGEY +ZlNQK +ZlZl +Zlap +Zlatan +Zleek +Zleepeey +Zlig +Zlomble +Zlote +Zlug +Zmancool +Zmanonthego +Zmazek +ZmaziWasHere +ZmbieShepard +Znked +Znorox +Zo e y +Zo m B +Zo nk +Zo7al +Zoak +Zoanthids +Zoaxyl +Zobbe +Zobny +Zoca +Zoca BD +Zodden +ZodiacIsTed +Zoeh +Zoet +Zoey +Zofad +Zofu +Zogggii +Zoggy Marley +Zogloid +Zogurk +Zohi +Zoik +Zoil +Zojun +Zok +Zoka +Zolarf +Zolaris +Zolcome +Zoli +Zolkaria +Zollo +Zolon +Zolrisma +Zolruh +Zolt09 +Zoltan Uk +Zoltanious +ZolwoZ +Zombah +Zombi Zack +Zombie +Zombie Cody +Zombie Zack +Zombiezparty +Zomboide +Zombrons +Zomi +Zomimi +Zomp +Zone Red +ZonichGG +Zonir +ZonlyAlex +Zonnedael +ZonoxRS +Zonse +Zonum_Knight +Zoo Orleans +Zoo scape +Zoobloo7 +Zookly +Zool +Zoolander +Zoolander011 +Zoom +Zooming +Zoommaster97 +Zoonix +Zooted +Zoppy +Zorb49 +Zorblet +Zorcar +Zoret +Zorg +Zorh +Zorie +Zorin +Zorkath +Zorkz +ZornDurag +ZoroRoronoa +Zorolith +Zoros son +Zorrac +Zorrita +Zorros +Zoryov +Zos +Zosc +Zossssssssss +Zostok +Zoteize +Zotetz +Zoudrex +Zoumok +Zouns +Zown +Zowski +Zozma +Zozo1232 +Zpizz +Zqw6 +ZrankerF +Zrax +Zriv +Zrr +Zsedcx +Ztneff +Ztxch9 +Zubaritis +Zubora +Zubsolv +Zuburus +Zucchini3 +Zuchini +ZuckZyZock +Zucu +Zuel +Zuened +Zuggster +Zugmah +Zugs +Zuibbi +Zuiox +Zuipe +Zuipen +Zuipvlek +Zuk +Zuk Bot +Zuk Cucker +Zuk Meh Off +Zuk My Toa +Zuk Sucks +Zuk a Duck +Zuk a Zik +Zuk at 1 Kc +Zuk my Tzok +Zuk was here +ZukDisLilZik +ZukMadic +ZukMyAss +ZukOrBust +Zukala +Zukmos +ZukoTheMcoon +Zul-Bot Farm +Zul-tul +Zulandra +Zulax +Zulex +Zullander +Zullrah +Zullu +Zulrah Goat +ZulrahSlave +Zultora +Zulu +ZuluLippen +Zum +Zumaz +Zumaz Her +Zumb ass +Zumwalt +Zundaddy +Zundix +Zunkrah +Zup Rap1 +Zurad +Zuramaru +Zurcal +Zure Kut +Zuremate +Zuriel +Zuriel321 +Zurius +Zurkzes +Zurlofix +Zurn +Zurper +Zurqos +Zurthur +Zurvan +Zurxas +Zuubi +Zuuqe +Zuurkast +Zuv Arik +Zuviel +Zuwy +Zuxar +Zuxf +Zuxi +Zuzad +Zuzas23 +Zvg +Zvirbulis +Zvotne +Zw3d +Zw4rtjoekel +Zwabba +ZwangerePapa +Zwanneke +Zwartbeast +Zwartbest +Zwarte Iron +Zwarte dief +ZwarteAapMan +Zwartehand +Zwef +ZweiBeer +Zwei_02 +Zwerky +Zwette Draak +Zwieber Vos +Zwiers +Zwift13 +Zwijg +Zwil +Zwimps +Zwinter +Zwlr +Zwwwnbeast +Zx J3SS3 xZ +ZxFe +ZxbeeRs +Zxeon +Zxirl +Zyad +Zybes +Zyck o +Zydecolarry +Zyer +Zyev +Zygalo +Zygameux +Zygy +Zykaite +Zykonic +Zyl +Zylco +Zyleta +Zyliana +Zyllami +ZynGardener +Zynerith +Zynnocent +Zynthe +Zyntixero +Zyper89 +Zyrem +Zyrinth +Zyrok +Zyrona +Zyrpex +ZyruviasDied +Zyunkko +Zyxla +Zyxuz +Zyyra +Zyz +Zyzziima +Zyzzy +Zyzzz brahh +ZzJ0SH +Zzanoss +Zzayo +Zzuma6 +Zzyzzx +Zzzax +Zzzd +ZzzzG +[#OA0VWICQ8] +[#SG1JGUXTW] +_Untrimmah +_gria +a Cairn +a Dang +a Mikey +a Miko +a Venenatis +a Venny +a Weeman +a bean +a black cod +a casul +a cooky +a cool bug +a eu +a f o +a gentle sir +a little sad +a ndo +a p p l e +a pathetic +a pb +a sad kraken +a sad waffle +a sk y +a the sniper +a tnQ +a trash cat +a zo +a-x51 +a07 +a1liez +aDome +aDuNaz +aGamerGaming +aGamingDad +aGlasgowGrin +aGoober +aIIfather +aKSU nPC +aKash20i3 +aMiniDude +aMiniGorilla +aMiniHitMark +aNERDYsloth +aNStarFury +aPinkBunny +aPinkKitten +aShavedLlama +aSnowTiger +aSunnyPotato +aSwiftyBoi +aThoms +aTinyChimp +aVolk +aWildSeal +a_SaladKing +a_duncan +aa noob +aaah +aaahChu +aalucard +aanmaken +aanwaz1g +aaron_diaz +aaronparkerr +aatudoz +aaty +ab0u +aballer09 +abbruzi +abbruzie +abcz +abdi +abdimajiid +abdulllah +abis +abk144 +abni +about blank +abqve +abra238 +abrakadabraZ +abray +abu hassani +acceleratism +ace375 +acecoffee2 +acerkush +achillies +achillies zy +achinadav +achterkamer +acidshit +actionbob +actlater +actofvalor24 +acuile +adPEXtwinDnG +addaaam +adem6792 +adizzle444 +adogg0323 +adopt +adrian +adsdadasdgtd +adsh55 +adue +adul +adul t +advia +advies +advit +aeej +aeggefar +aejfd +aenpaa +aezthetic1 +afatslug +aferraro +afh +afk 2 2277 +afk a bunch +afk n doc +afkayscape +afkdontattac +afkingRS +afkvsehp +afkwarriorzz +aflk +afraid2boss +afraid2boss2 +african +aftrthxght +afzi +agent_of_fox +agentdd_4 +agfdbzIM +aggain +agic +agieee +agoraphob1a +agrovation +agsmanpro11 +agytagtyewaq +ah oh uh +ahahah +ahippi3 +ahokusa +ahrlhyrslylh +ai eye q +ai3i42Iaaskl +aiden m8 +aidibohx +air strikes +airborn frog +aito +aitoBeruna +aiwodas +ajiffniff +ak47afghan1 +ak47ags +akaExploit +akaNorman +akae +akbennyboy +akeep +akidnamdjrmy +akipf +akirahokuto +akkha kum +akleb +akq +akspew +aksta +aku aku1212 +al0x +alabasta1 +alabthemoola +alans +alaric +alaxam +albersson +albiguerra +albioon +alchetraz +alders0n +aldi warrior +aldrichmax +aldrichs +alecbeats +aledank +alexjberroc +alexlangman +alexs99s +alfafa20 +alfhershey +algotrader +alias ilias +alic3 +alimpweenus +alipandh +alittlepig +alkaizerx +alkkis +alkkis pk +all en +all love man +all to 200m +all4four20 +allcaps +allebylund +allenbb3 +allez +allluminati +allomax3 +allora76 +allowitplz +allzeras +almoggar +alpacathund1 +alpacka toke +alpalmchal +alpha +alphabosss +already +also +alsobosspros +alt f4 gn +alt maxed +alt rite +alt0n +alt2kil +altairanezio +altehnub +altforusa +altiarblade +alvexn ltu +alvinhic +always win +alwayscurius +alwrighty +am sam +am so sleepy +amagna +amay +amfoine +amheeh +amikiri +ampharos61 +amputated +anasacez21 +ancapistan +anchor +anchor seb +ancientskye +andhetakes +andhim +andmcadams +andreable +andriuttt +andtony +andynew2007 +anelebar +angel995 +angeline1711 +angrydump +aniki chan +anime +anime member +animeF3tish +animegirl73 +anizan +anklez +ankou4smokin +annie +annie r u ok +annni +annull +anoldfatdude +anon1606 +anotha 0ne +another gay +anti +antibully +antituuri +antivaxer +antombomb +anttimage3 +anxiousbeef +any1 +anygirls +anyma +ao +aocha +aod retired +ap1ska +ap3xOo +apacifist789 +apcays +apeman8731 +apenzoon +aperts +aphr0 +apikeppa +apina +apiph3ny +apou +appelkneuz +applee +aqp frog +aqqqqqqqqqqq +aquafx +araenel13 +aratsanus +arcane +archyiop +arcvnaxiii +arcwriter +ard lad 06 +ardazz +ardy guardy +arengs +arevles +arexmeister +arfih +argilah +ari abdul +ari shaffir +ariman22 +arkoudaphile +armadyyyyldo +armyofkids +arnr +arocardo +arookie +arouze +arreydn +arrowbob2 +arrows2ashes +art possible +artaax +artan +arteefact +arth urr +arthadeos +arthurdebart +artist_60 +artizia +artogoes +arvothepure +arzier +ascipulus +ascott1 +asdafsdafsd +asdasdasdf1 +asdsdafsa +asedviss +asfand +ashster25 +asian +asianbunnyx +asibioass +asidb +asm +asmoooo +ason jones +aspiraring1 +asrdftgffdsh +ass chance +ass jiggles +assaultvests +assbergerler +assdrag +asseaterbtw +assoffire +astgferallah +asuhcuh +at0 +atob7 +atoma619 +attaaM +attack2much +auditore28 +audrey +audrey horne +auma +aus j osh +aussieyobbo +aut AT5 +aut1st1c +autism +autisticboiz +autumnbound +av av +av8bgo +avantoeftish +avewy +avg Jake +avg gov ee +avg idiot +avikntos +avmech31 +avocabo +awple +aww fk +axeleebob +axeli +axetoons +axoblaster +axperson808 +ay96 +aydrian +ayeetbix +ayhank +aynull +ayos ayo +ayrball +ayshinx +ayte +ayvz +ayyreynolds +az3r bulbul +azerke +azilim +aziz8mohd +azj +azura +b a g +b a l r a j +b b o x x +b eeg +b enjy +b ezos +b i g s t +b kuz +b l u rr +b oe +b on ass +b oo n +b ooth +b u l +b ulba +b-ray29 +b00ty +b00tyw1zard +b0btehcool +b0dybilder +b0gadu +b0nelesstofu +b0rn2grill +b0urb0n_kid +b1ackcoxdown +b1apoody +b2bpurple +b2bs +b33 rabbit +b39 +b3cc +b3kiy +b3rgo +b4Mb00B0NGG0 +b4iforget +b4nyluckypvm +b5 s4 0000 +bIack +bIrkaoff +bLeatzker +bMat95 +bSteeezy +bVibin +bZabii +ba1tti +baIIs3 +baami +babewatch +babstah +babugo +baby +baby peb +baby peba +babybuffalo +babygirl +bacbacbacbac +baccybaxter +backseatrs +bacodie +bacroonX +bad bee +bad boy602 +bad british +bad data +badalts +badass1337 +badat3tick +badcold611 +badderjari +baddspella +badger fan 7 +badsadmac +badtechnique +bag milk +bagans +baglokale +bahumat +baile +baile y +baitmem8 +baj69 +bajadam +bajj +bak3d bean5 +bakareru +bakesome +bakkerbtw +bakplaat11 +balding +balisongg +balkare +ballenbak +ballerbebbo +balsson +bam +bam-BA-lamb +bambera2 +bamfhitman +bamsi +banana +bantrok +baraho +barakozle +barcrestboy +bard006 +bardj +baritone888 +bark bark +bark f0r 0ff +barkirion rs +barkmeat +baron nash +barou +barry +barrybacon +barrysdad +barryslet +bartelbarel +based +based af +bash the rat +bashong +basic +basically +basiel +basispiloot6 +bassdrum +bassfortexx +basspro76 +bastukid +bat flack di +batchela +batdog183 +bates +batje vier +batseflats +batterym1es +battlebus33 +battleman36 +battried +baumannii +bawky +bawsi +bawz zaa +baywest +bazjunior +bbALL +bbb +bbest +bblood +bbones +bboyalec +bbtarget +bbully +bc22 +bcguppy +bck2kickass +bcollier94 +bdb +bdw reborn +be one +bean flick3r +beanbag173 +beanieton +beanskunk +bear +bear66881 +beard3djesus +beardZy +bearia +bearitimus +bearjack +bearplusiron +beatthebot +beaver 5 +beaver 9 +beaver win +beaverboy47 +beavitte +bec0me +becarius +becca boooo +beckles96 +bedabin247 +bedburn +bedtime +beech +beeelake +beenus42 +beer sweats +beggar +behaardezak +belanin +belgibeer +beliver96 +belizianos +bellatarius +bello0 +belub +bemw +bendy +bengnomonkey +benisbutts69 +benjabii +benjimin +benjiswaggod +benlovesyo +benrj91 +benroxo +bent +benyatta1 +berd007 +berkut87 +berrytrials +berseke1 +berserkbear +berserkku +bertucci2575 +berzerks +besouley +best bojji +betleejuice +betonimuna +betty wu +beverlly +beverwijk +bevh +bevsteve +bff +bfxrturbo +bg s +bgs ownez +bhicks +bhuffs3434 +bibilush +biccc +bicycle666 +bidls +bidof +bieltanman +biffsy +bifket +big bad jon +big bojangle +big gay ig +big gmbino +big head +big man shaq +big rart +big snood +big tree 63 +bigbadheskey +bigbig horse +bigbigbone +bigblade28 +bigbluntbrnr +bigbologna31 +bigboybarlow +bigboybrips +bigboymansir +bigbud +bigchoocher +bigcuff +bigdbandioto +bigdoggtrock +bigdoinks42 +bigg bud +biggest +biggest fan +biggiefries7 +biggledoinkz +biggreenbush +biggs +bigjuicybutt +bigl +biglenz +bigmoney jim +bignipnik +bigonevs +bigotslayer +bigpkz +bigpompom +bigreddogV2 +bigschlong33 +bigsee +bigshrub45 +bigsnail +bigspick +bigsugoi +bigtuner +bigz4p +bike +bike trail +bilbsay +bilet92 +bilfey +bill one +billbosaurus +billsta46 +billy +billy g0at +billy mayne +billy5454 +billyj0e +billyjoewo +bilo xd +bimblebunk +binaev12 +binch +bincho420 +bindi +bingels +binkie +biolemonhaze +biozahard +bipiee +bipoc +biq pp gamer +bir d +birbeon +birdieputt +birkki +bisp +bisse +bitten by +bitter +bitter fruit +bj0rne +bjassen +bjpc +bjuti +bkguytd6 +bl00d twinz +bl00dShaman +bl0wMyPlpe +bl0wdakushh +bl4ckdelt4 +black +black coffee +black cum24 +blackbelt +blackburrito +blackedmarko +blacksshad0w +blackstyl579 +blackzranger +blade2k9 +bladee +blaktraksoot +blame war +blankownz +blarbydoo +blastmaster6 +blawblaw +blazar58 +blaze59 +blazed +blazekin +blazertrail4 +bleenkie +blessn +bleu +bleu kayn +bleubeard +bliksem269 +bliksuiker +blind +blind idiot +blink 1 8 2 +blinkforlife +bliss +blky +bloQQe +blobaman +blockteleing +blonkie45 +bloo37 +blood +bloodhound96 +bloodrain202 +bloodredd +bloodtheatre +blothbather +blowmebuddy +blubbystr699 +blue +blue in vain +blue max6 +blueTofu +blueWagonMan +bluebean2596 +blueberry624 +blueberrydev +bluebop +blueergon059 +bluetrane +bluewahfull +blunt tank +blurite boy4 +blutorch +blvckstvrr +blynaas +bman5 +bmeow +bnff +bnndt +bnqy +bo bby +bo nk +bo2Lawrence +bo3rke +bo4r +bob bob bob +bobby ross +bobby45153 +bobbyb727 +bobbyitsme +bobbyjoe +bobbytronx +bober vvittu +bobfish66 +bobness +bobondowski +bobsushi6396 +boer +bofflepopper +bogie297 +boglad4ket +boident +boinkerton +boke smowls +boksepoeper1 +bollocksed +boltwitdick +boltzy +bombadinski +bombycrahan +bon4ri +bonSwole +bond +bondalorian +bonderoeven +bonelessrice +bonfire +bongohonkers +bonkbonk +bonna1994 +boo0ty +boob boob +boob nut +boodje1993 +boofablebass +book of ra +boom +boomboom +booogieoogie +boooosh +boorito +boosbear +bootn98 +bootylips +bootyters +boratas13 +bored +boring hobby +born +borpxatu +borsi +boss +boss hogs +bossboy420 +bosscat56 +bossdemon88 +bossdog99 +bossedit123 +bossy momma +bostonbb2g +bosway +bota2 +botchx +botilabaca +botleFluff +bottleo +bottn +bottomfeed +bottypedpsw +bounsn +bouquetboy +bouwjaar1990 +bouzouki +bowfa bob +bowfaaddict +bowl +bowl loaded +bownd +boxofbears +boxtrapgod +boycie420 +boydi +boydt +boyuniverse +boz pwr +boze +bozo +bp9 +br0wnardRS +braap poster +bradrian +bragegutten +brain +brain rotted +brainbusterr +branderx gim +brandom lol +bratnt +brawling +brb cigy +bread +breakingood +brecht181 +bree +breeze +brejch +brekitutta +brett +brett 69 +bretthomas3 +brettiz +brettjournal +brettmanx7 +brettrae +brew bar +brewi +brexit +brian285 +brian289 +brianknight7 +briareus +brics +bridder +bridgeport +brika +bring ya ass +brisingr vin +briskyhot +brixs22 +brizzle +brky +bro its hamz +brock soup +broetie +broker +bronson99 +bronzelvl +bronzenohkie +brooskii +brotha in Ra +brotherkjell +brothervoid7 +brown +brownell +brownjesus +brtsbrg +bruh +brushy1 +brutals +bryike +bsavs +bsct +bskiller10 +btc +btd6king +btw Im Nakey +btway +bu bla +buIberpikmin +bubbakush +bubbith +buckethead12 +bucketnipple +buckul +budabaii +buddyswift +budge1 +budhato +buds +buff +buff T O N Y +buff boobies +buff outlaw +bug salesman +bugeye freak +bugsijs +buhm +buldog89 +bulk up +bulpster +bumbler +bumpyD +bumpywalnut8 +bunchface0 +bundun +bungaku +buornos +burakaflocka +burlyman +burnedpotato +burnindank +burnsalinas +burntfish55 +burntjar +burt +buryafriend +bushkada +bussi eater +bussmandrew +busta bunny +butlesha +butt boobies +butt chug +buttercord +buttonbags +buup +buurman111 +buurtvader2 +buwatt +buying ai gf +buying girls +buying sloth +buzzin +bwaby +bwana69man +bxhxdir +bxmbi little +bxther +by Juddy +byEmilsson +byll +byrny +bzerk +c a b l a y +c bro +c greyson +c h u c kles +c hainz +c j t +c m l +c o 1 a +c onorr +c rompt +c ubic +c xx zz c +c-ross93 +c00lbeer +c0vid +c11ntz +c3h8 seller +c95 +c9hype +cBold +cDive +cFraze +cMehuu +cMoney62 +cRunX +cT Kura +ca mel +caaaazaaa +cache +cad5112 +cadeano +caesarsantin +cafedenbas +cagasaurio +cage +cagesitter +caiomhinnn +cajzbi +cakemusclez +cakepillows +cala mity +calamity meg +calgore10 +calisme +call +call me Q +callbackc4ll +calliott14 +callmedaddie +callmeqel +callmeson +callum23394 +calmdown +calmir +calvo +camberland +cameindamail +cameliorate +camellia +camognome +camrbidge +can o fish +can smoker +canadian +canalope +cancer +cancer ruin +canman794 +cannot pvp +cantgetdrops +cantsoloraid +canyon crab +cap byakuya +cap3r +cape kraken +capinkiller1 +cappin +captn_dabbin +car oussel +carbonclock +carefree +carltonking1 +carlwalter +carmito999 +caronita +carrotepic +carrus65 +carti stan +carx +casadri +cash pls +cash19400 +cashcache +cashflowgwap +caspar O8 +casperium +cass +cassa +cassidyz +cast iron 99 +cat goose +cat the rat +cat yo quack +catJAMgif +catdog183 +catdog184 +caterpie +catgirl41 +catlice +catlover68 +catmummy18 +cats +cats go meow +catsandogs +catsarepeopl +catsntatts +cattierjam +cattsts +causey +cave zizil5 +cawn man +caykk +caza +cb0ndy +cbbr +cbf maxing +ccc kyle +ccc kyle BTW +cccccc +cce +ccoinstar +ccvtw +cdryz +ceef +ceerial +ceh9 +celery dog +celestial177 +celliott94 +certifythat +cestlez +ceus +cgmirin +ch oi +ch00s3n +chach47 +chadduker +chadmaro +chadsmurfin +chaffedlips +chakra +chamby +champagnedon +champinjon +champions +champrocks +chamskillz +changa nndmt +changemyrng +chao keng +chaossarim2 +chaoswizzard +chaps on +chargnar +charliety +charlyzard +charred +chat +chatandinan +chats 0ff +chavito_mobi +chazsti +cheapscape +cheddaphile +cheekraider +cheenos +cheese +cheese nuts +cheese tots +cheesed +cheesesmoka +cheesesnake +cheesie odst +cheesy05 +cheetboyx90 +cheetodust +cheffffffa +chemistmike +chemistryphd +chenswok +chent +chenzoh +cherenkov +cherrygrove +chessboxing +chewbacca814 +chewybeaver +chi huahua +chickenarise +chickenbyrd +chickennug74 +chicknsoup3 +chicknugets +chicom +chicom shill +chidavantlez +chie +chie na wei +chien belge +chigas +chilli +chillimayo +chillscape99 +chillummen +chimney15 +chimonas +chinchinchin +chinkbox +chinorondon1 +chipndale +chirspls +chisssa +chlodotexe +chnged +chobby bong +chochise +chodell13 +chogey +chokemepleas +chokemysword +choobocka5 +chook1e +choppers +chopsbwana +chorkin +chr0nic k0 +chris +chriscrossz3 +chrisdude +chriskr9 +chriskys +christimgood +christinet +chronicwax +chuI2ch +chubbybeagle +chubysack +chum god +chumboyee +chunkydaddy +chvi123 +chxpo +ciggen3 +cigonusargas +cimmins +cimsoK +cindur +cinekmiszcz +cinim +circa445 +cityless +civo +cjim +cjrr3 +cjskillet +cjuul +clabby +clac +clancy272 +clangy544 +clara ravens +clardiiii +claryzz +class1k +clayylmao +cleanhell +cleann +cleanscape +clevesbch2 +click +click boss +clickin boss +clickrtraind +clienting +cliff +clifsideGang +clig fish +clini +clippng +clodoaldo23 +clogs please +closeline194 +cloudroamer +clouds +clownViking +clownsrus2 +clownzeta +clrjones964 +clubsammich +cluemaster7 +cmer +cmiite +cmiuehye +cml852 +cmm6364 +coatria +coats +cobrafrost +cobraslyer +coco +coco coconut +cocoa +codga123 +cody curls +coffeechuno +coffeemug91 +coin btw +cojestkuwa +colafanboy +colb 45 +coldumber +coleeeeee +colekay +colemak +collect butt +collessin +colon +colt +coltsfan1287 +coma afk +come +come in bum +commandrsnow +compact cat +concert +conig +connie +connor420sit +connorkwl +connorosrs +containment +content days +continental +contra145 +conww +cookiedunker +cookiekill +cookieman +cookys +cooldude2845 +cooleodotty +coolgasje +coolish funt +coop ananas +coozin_killa +copy166 +cor tapijt +cordnog +core63 +corgi +corgi fan73 +corgsterr +corn +corn8holio7 +cornstarchII +coronel +coronieverus +corps +corpse +corpslave18 +correctmymis +cosec +cosineeee +cosmic +cosmicphetus +coszzyy +council pops +count beck +countjupiter +covid +covidconvict +covidsurvivo +cow abandon +cow cede +cow20 +cowpigj +cowpker4life +cowpoo99 +cowpuncher19 +cows +cox finisher +cox for cash +coxchambers +coxfcksme +coxnass +cp5 +cpenn +cpt-cujo +cr ai g +crZbY +crab +crad le guy +cradleguys +crag slayer +craigbr-1994 +craigobaker +craigs cool +craj +crajan +crannerz +crash +crayfish1 +crazecanuck +crazycow913 +crazyloLer14 +crcsofkrks +creamiboi +crenux1st +crep +crevebach +crew-z +criddd +crimsonlily +cringis khan +crinkes +cripsystrips +cris7ronaldo +crisVao +crisp damage +criticism +critiode +cross +crownchyfled +crppironman +crueship +cruisingmap +crumble +crunchyfrog6 +crunchyrolll +crushsquid +crustymcfk +cruuton +crybcdry +cryme wave +crypto +crystalbluu +crzybrady +cskt +csramsus +cstk1Ng +ctmv +ctq +ctraltdelet +ctsRasta +cu ck +cub1c +cubbear +cubezor99 +cucked +cumstrosity +cunnys +cupma +cupofpeepee +cups +cursed_angeI +curt +cus345 +cuscusrevers +cute +cute lil elf +cutekitten7 +cutemuppit +cutepenguin9 +cutetoeluvr +cutie cat24 +cutie frog +cuvae +cvbj +cvl +cwazi +cxir +cyanicide +cyberdunk +cyberyux +cyi +cynth ia +cyxxa +czaroiemao +czechit +d arb +d e v o u t +d io r +d urrin +d y lan +d00she +d0g eat d0g +d0gz +d0nnie-d0rk0 +d0rq +d0ugjudy +d1sh +d216 +d2n +d3mot10n +d4rkk +dDillyDilly +dEAd0dhz +dEdjamaL +dXLeamXb +da jiin +da ph +da6god +daMteG +daPeanut +dab 710 +dab face +dab marino +dabaig +dabbtheslab +dabilitation +daboiz +daboo420 +dabs n smoke +dabtchel +dad bad +dad tree +dadcoma +daddds +daddy sharky +daddyfred +daddys +daddywaluigi +dadfcker69 +dads bulge +dadsbelt +dadsilou +dadson23 +daedbent +daft plonker +dagens mand +dagg3 +daggry +daghostwoman +dagond0rk1 +dahhyunnee +dahlinho +dahlukeh +dainiux2014 +daisyfletchy +dallas +dallee +dalunk +dalvik +damage222 +damo332 +dan73 +dan_hua +dance +dancol00 +dandy man +danielccm +danielfanacc +dank +dankburgers +dankin606 +danklingt0n +danliciouso +danny4490 +dannytjuhhh +danthebankid +danzing +dapipelaya +daprincess21 +daredevildog +daretodair +darigondeath +darius_v_2 +dark +dark binding +dark hays +dark0hawk +dark5pac3r +darkandrew7 +darkanimal86 +darkclues +darkcyco +darkgirl79 +darkhex0 +darkjustin54 +darklordc +darkmagicdad +darkness +darkstagx +darkxaotik +darkyChao +darranegobli +darranekarhu +darranekives +darth gainz +darthbuddatv +darthv102 +darvan +dascarytaco +dasor012 +dataenz +datakrash +datalogi +datboi2456 +datstonerlal +datweekaz74 +davadof +daveb123 +david442p +davidpain +dawaj +dawningofwar +dawnsend4 +dawocar +day of dog +dayoh +daysack +daystar +daystar 0-0 +daz 11 +dballl +dbau +dbopp +dbow4pking +dbstf94 +dc22000 +dc22000_1509 +dcPain +dcfgs4 +dcing always +dcross9999 +ddSyndrome +dddvlot +ddr +ddsfornubs +de Fe Dad +de em tee +de metro +de00 +deZoet +de_rono +dead +dead tee +dead2Mfarmer +deadazztec +deadcentred +deadfrompvm +deadfrontier +deadlymoth +deadmau5 +deadmeadow +deadskiller7 +deadwildyXD +dear +dear sleeper +dearlola1 +death +death to wdr +death0183 +deathax10 +deathchecks +deathe +deathlifiron +debbie +deci m8 +deciphered +declaw3d +decoy110 +ded R N G +ded pixels +dedarec +dedcell +dedfin +dee2801 +deeezey +deep +deepbowlz +deeptechouse +deesnertz +deetuu +deez ntz +defblacklawl +defender3355 +defenderCX +degie +degraded +degryser +dehula +deivvn +dekane +deketamingo +deku +delboy1964 +delete +delete from +demaguz +demerstrand +demon ssss +den n y +dennyispro +densenuggett +denver +denver nugs +denzarr +departusa +deperni Jr +derdepoging +derrybarry +des9re +deserved pet +desksitter +despotroast +dessverre +desteezdubs +detnia f +detrater mi +detzy detzy +deuce +deuzzz +dev rat +devils +devilz ashes +devious man +devonjt1 +dewsh +dexaur +dexless 4eva +dfkjgkjfdgj +dfordumm1ed +dftba +dg eco +dgndfgjnmfdh +dgro +dgwiD +dharokjonsin +dhe +dhl +di Trevi +diK +diabolicdth +diamanda +dibdabber33 +dibdibdibdib +dickchair +dickenbals +dickfield +dickin +didak +diddy420 +didnt rwt +dids +didugetrekt +dieHosen +dies at zuk +dietc0ke +difjnuee +difluenz +digigrind +digimonOtis +digthat +diguper +dikke +dikke vogel +dikorbut +dilaudid dad +dilbertt +dill +dill picklez +dinklebrah +dinwy +dioshka +dirt box +dirty +dirty rat420 +dirtyman +dirtyydan +disc o +disco sminny +disdudsauf +disease +disrespected +distracktion +diti +diu nay lomo +dive +divibee +dixon butts +dizma +dizzee l0l +dj en sander +dj poolboi +dj roblox +dj1111 +dj_khaaaled +djawns +djerfen +djfistingodx +djhonnyc22 +djk1168 +djm 0813 +djschaum +dkb15 +dkirk +dlaldus +dmersaregay +dmgx +dmh3464 +dmmeguy +dmmskuhled +dmolishall +dmorgzz +dmxbutwhite +dnb demon +dnd5 +do o d +dobiz +doctorbeefus +doctorkrysis +doctorstig +doeby1 +doesnt +dog dog baby +dog rs +dog yum +dog22 +dogGoesMeow +dogluvr42 +dogofrivers +dogongod +doing time +dokus +dom1nation97 +dominicpm008 +domiuxas52 +dommegekke1 +don paro +don3tsc3m +donaldsocool +dong bone +dongiebong +donkeykong2 +donmaners +donnyr2hcim +donohuey +dont +dont eatass +dont relax +dontiane +dontpickme24 +dontsmokemid +donzy +doobie8 +doogleweed +dookie +dooknukem3d +doom +doomcat67 +doominizer +doomsiclepop +doorbel +doors +doot scooter +dop +dopa +dopey smurfy +dopeyaf +doris negra +dorkSine +dormanth +dorschbag10 +doteslintrrc +double99 +doublecross +doublegulps +dox +doyc15 +dp23wnnabe +dpi +dps7 +dr crabman +dr evil +dr smurf +dr3wst3rk +dr4ll1m +drag +drag0n +dragneel132 +drago_jr555 +dragonizer11 +dragtom +draind +drakh +drakonic +dratini213 +draxyboo +drazil7 +drdrinkwater +dreads iron +dreadthefate +dreamworld +dreiph +drewsky +drickvatten +drillbit_10 +drink toilet +dripcuck +drogodon +droidfarmer +droopsnoot +drotRS +drouzeee +drphil10203 +druedainx +drug_yew +drugandbass +drugs +drugsrbad +drunk +drunk f00l +drunkwpants +drwilly92 +drxfluffeeee +dssctn +dstortion +dstroyd +dsvgs +dt duby +dtfmslogan +duMonster +dubba z +dubdubbronco +dubies4days +duckwax +dudash +dude +duder +dudrid BTW +dudylson +duedeman +duel +duets +duette +duff skill +duffman1992 +duhpho +duked +dulitrai +dull needle +dulle00 +dumb +dumbass hick +dumbweeb22 +dumple +dumpy rat +dun2kaz +duncan c +dunerat +dung_eater31 +dunnman +dunt +duo virgin +durche93 +durgs +duriol +durkology +dusp +dusq +duve melker +dvnny +dwarFcaNnOn4 +dwayne +dwvb +dylaaan6 +dyldied +dylodide +dymo +dynastyzero +dyrachyo +dyskletiker +dyssection +dyzi +dzhy +dzmomolungma +e LFa s +e acc +e c e e R +e c stasy +e ji +e med +e pinke +e rui +e031420e +e1ght +e50 +e500 +e621net +eKaleb +eL Lavish +eLSD +eLas +eLeeT +eLqTLN +eM Be +eMiSk AU +eNCH +ePicnicEMan +eSquence +eStimatic +eXtr3Mer btw +eacy +eaekk +eagl393 +eagle shed +easily thero +easterparty +easyMEDIA +eat a udon +eat my bewty +eatcox +eathelwulf +eatmyfries +eatmypie +eatsdonut49 +eazybreazy +eazygps +eazyws +ebbe +ebijah +eboy gamer57 +ecce +echo cooks +eckla +ecofine +eddimunstr +eddyb +edgarsjm +edible +edilot +edmu +edunit +eegor +eek monkey +een pint aub +eenzeven +eerx +eesau +eetbordleeg +eetuliiniBTW +efcherry +efci +effectiiveRS +effing sheet +efog +efren189 +egcept +eggo death +eggu +eggzotic +egirl qt314 +egirl tile +egirl73 +egyptasaurus +egypton +egzoff +ehdion +ehoov92 +eiaraieaieai +eid ola +eiflA +eigh +eilhart +ein Bier +einu miegot +ejobs +ekcivtec +ekhoplex +ekm +el Laneo +el is +el peppo +el tubo +elDiablo666 +elGoblino +elbo +eldanari +elden lawd +elder +elder jam +elder poul +elderimpking +eldestlance +eldrich ball +elefantsrul +elfje185 +elitharion +elkcarc +elkcark +elletwo +elli +ellias +elliott1650 +ellipsism +ello +ellran +elm43 +elmeroguero +elon +eloquent +elsieh +eltomatero12 +elyaxo +email12345 +emaq +emaru +emaw +emiiru +emilviperHIM +emilyqt666 +emiracle +emm +emokid93 +emopapi +emptyhead +emptysoul88 +emuulzzz +emvelienenko +en Au +encoa +endless +endlessgrnd +eneco +enemy2mad269 +enen +energymango +eneslannn +engrave +enjoiskate +enlmatek +enlot +enneUni +enormousguy +enservices +entiesman +envetoids +eocri +eow btw +epcr +epic +epickayle +epicnding +epocsorekiM +eptul +er2002 +eraie +eric verdonc +erik020 +erikj20 +erilthil +erk is cute +erlendolstad +ermer +ermer fudd +ernestoch +ernieK +erniethecat +erpponen +errikkold5 +error +error nope +error occurd +errorwithnam +ersatzquatch +eruze +ervin +erzin +esc +eseeg +esportspker +espress +esssaa +estra jen +eteelS +eternatus +etha +ether-or +etsii naista +eujamaispkei +euonym +euphoria btw +eureka 4 +euxy +ev tesla +evanthenewb +evidencez +evil +evil drudge +evils ault +evirgin +evoL +evol +evonaabi +evoshiva +ew its paul +ewechoose +ewenn +ewgility +ewmu +ewvn +ex0dus +ex_shadow +excalipoodle +excitedz +exila +exile +exodiass +exolyte +exp waste 07 +extesyturtle +extinct +extra +extra big pp +extrastark +extratrippy +eyes fire2 +eygs +eyniss +ezAce +ezzychu +ezzymc +f a r r r +f ainted +f c gee +f d b +f ern +f q +f r o st y +f reS +f0r 20 +f0rbes +f0rev3r +f0rzca +f1elder +f1ll2 +f1oh +f1sh1ngcrazy +f2pkiller420 +f3n1kz +f41r unknown +f4az +f4fight +f8 +fEmshi +fJack +fa1lure +fa2kil +fa43ws5gdrxn +fabsku +faceeee +facehunt +fadc2 +failbloug +fairies ring +faiyaz911 +faka jackson +fake +fakeironman +falcon30040 +fallen +fallenbouse +fallengodxx +falneek +falsehope +familypp22 +famousbutnot +famousdavies +famwell +fan3to +fancybunny84 +fanof +fanook kill +fansh +fapital one +fapyqt +farmerman111 +fart taker +farth4lyf +fartypants64 +farva5001 +fastfoodguy +fastsalmon34 +fat bish0p +fat miso +fat n ugly +fatalzgs +fatalzick92 +fatblimp +fatcactus99 +fatdabz +fatdemon +fatfish44 +fatiimma +fatpapi +fatrat095 +fattig +fatty +fatty_ironmn +fattymcthick +fawaka +fawkin +fawnt +fayeuk +fayfey +fazIlioilol +fbah2 +fcemee +fdegierr +fdsd +fe ar none +fe fi fo ben +fe fleton +fe hessu +fe shredder +fe unclefro +fe-ma-le +feaker +fearma +fearnooaths +fearsome +fech +fed the rat +fedposting +feed water +feet r neat +feet shui +feet tickle +fegorus +feinkostbob +fellman250 +felsic +femaledhide +femboy fever +femiketyson +femra +fems +femtanyl +fenimore133 +fenty +ferbies +ferderb +fergina +ferkyy +fernezi +fernibosh +ferric thane +ferrotopamin +ferrousnub +fettnerd +ffa btw +ffakin roids +ffs cmon +ffun15 +fghtmeirl +fhb ruby +fhisher9 +fi1LMma8Ke7R +fiddy +fieryflame55 +fifiz +figey +figgiolly +fighter8888 +fighttme +fighu +figit +fiiks +fiishcat +fijurgt +fiko +fikset +fill2 +filma kraken +filnrozdor +filthiefrank +fin hupu +final dip +finalkid +finally +finance king +findmydog4 +finerunes7 +finfinnegan +fingerd +finn +fire +fire skull99 +firebrotha2 +firebwan +fireflyman3 +firemadara +firewood149 +firework19 +first +fish cook +fish slut34 +fishbomb83 +fisher ilhan +fishfiinger +fishnforfun +fist +fist n twist +fistaah +fistofzeuz +fitjamal +fixedmanose +fixx ur face +fizoo +fjuc +fk bud +fkMushrooms +fkWiiz +fkn seale +fl0ppy +fl0rals +fl0xen +flabb +flaccid +flacidzillaa +flaggeding +flaminstu +flapdrol2000 +flatbroke +flatjack78 +flatpancakes +flawskee +flax somker +flenis +fleqk +flexmaniac +flexxygreen +fligh4 +flimzzy +flink1145 +flint +flip555 +flipdoggydog +flipouu +flipperkid69 +flke +floch +floie +floopily +florda v2 +florida1992 +flow +flow states +flowerbunz +flowers +flowerworks +flowing past +flpi +fluffy +flunkerr +flwc +flyingfather +flyingpigs +flymouse +flywoodhead +fmPalm +fo77y +fo_of +focusor +foldoutchair +folklore +fondledeez +fonytergus0n +food +foom +foookz +foot fe tish +footbag +footgobble9 +forbiddengol +forcestealer +forevercc +forfun_ED +forgeleader4 +forkheals +formazion +formerly act +fornitesweat +forrestriley +forss1 +fortnitecuum +forty7 +fortyfour44 +fortyfours +fotjonxd +found RS2019 +fourecks +fowrt +foxMcCl0udd +foxair +foxdude909 +foxi melissa +foxmr2 +foxological +foxspirit +foxxit +fp +fp4bank +fpsbowser +fr0stys +fr0zen46 +fractalion +frail +franklinzule +frantam +frawzti +fredz1 +free +free rations +free willy1 +freeheadbutt +freekek +freekface99 +freepknub337 +freeze4peeps +fremenik +freshaf +freshdougie +fressi +friccSailing +friday x +friedz +friendlyduck +frierenfan69 +frodobaggens +frog37 +frogggggggg7 +frogmeme420x +frogposting +froock +frootl00p233 +froppy +frosteazz +frostfire089 +frostkatss +frothsy +froxey +frozen +frqke +fruitdeeps +fryguy20 +frzen +fskencha219 +fsnack +fsteve +fsxd +ftSlimShady +ftmg +fubar +fudkingname +fuhrari +fukduelarena +fuktig +full service +fullrune383 +fun e name +fund issues +funk +funk it +funky +furi xD +fusarium5 +future days +fuwamoco fan +fuzzlumpkin +fuzzydenuts +fuzzypapi +fuzzypupz +fwapdokopjai +fwft09 +fwip +fxck +fxck versace +fxdb +fyfaen +fymcgee +fyr irony +fyromaniac +g arre +g o o w +g u L z +g00dz +g0_ober +g0d slayer19 +g0dofgames +g0dz target +g0ld +g0rgelzak +g1g1tyg0o0 +g1n00tj3 +g1o +g4rug +gIassy +gOWObs +ga zr +gaaaaleth +gabba-jabba +gabbe314 +gadnukB0W +gaffel +gagifidi +gaht +gaht dangit +gainsaid +gainz +gainz no +gainztrain9 +gallidogs +galx37 +game +gamedbroski +gamelsbad +gamer +gamer63738 +gamerb0y +games sheet +gamesalright +gamin hard +gang +gang gastino +ganger34u +gangstersfly +ganjah lord +ganoze +gapin ass +gaping +gargalonmyd +garn woolies +garra +garymunzen +gas watah +gasang +gatekeepr +gatlin +gatorbait61 +gatorclue +gaumcat14 +gavin +gay avenger +gay corn +gb +gd5 +ge1uk +gecs +gege4646 +gegebee +geitz4 +general_a3 +generalneos +genghys +geniuswinner +gentle +geof +georgemonger +gerdlol +gestrikt +get pregnant +getcance +geten30 +getpixelz +getsnipez +getting +geusjj +geve en neme +gewoonhendri +gezzle +gfink +gg Goombas +gggochu +ggremlin +ggroeffus +ggrr +ggwpezgame +gherkins +ghliz +ghost +ghost of CVS +ghostlyjon +ghostmahi +ghrimdrakan +ghxstboy +gianni025 +giannnnni +giant +giantsbane10 +gibsons dog +giffnamepls +giga +giga zooted +gigglybear +gijsro +gilgir +gim Bam +gim ajuin +gim so bad +gimeurgpm8 +gimhunter02 +gimmey bear +gimpeta +gimpinator14 +gimtmbj +gingasnapz +gingerr +ginjembre +gino2315 +gintoki +gioh +girl +girlbossed +girthing +git gud kekw +give +give in +give me 1 gp +giveortake +givmemonyplz +giza +gizmywizz +gkfdhsjbgpas +gl barnie +gl gf i win +gl lmfao +gl0s2n +gladwin97 +glazura +glgl +glica +glingster +glitch1128 +glooboowhoo +glotis420 +glowmastree +glumburger +gmac33 +gmtn +gnak +gnariska +gnarrrkilll +gnobo +gnome pegger +goGETTER87 +goal freak +goat +goated +goatflocker +goblinsyler +gochugaru +godblaster69 +godfreeB +godmiljaar +godmysavior +godofvoid +godsdankweed +godss +godver +going2maxnow +gokhanakan +goku9172 +gokublk409 +golaguard +goldenN0B0DY +goldest cat2 +goldiepawper +gomikasu +gon dor +gonarusinat +gone numb +gonewild +gonsoLE +gonz o +good +good duck 4 +goodboi525 +goodlife +goonette +goontuna +gooootsby +goos fah bah +goose +goosegoose22 +gor7 +goranfr +goreshitfan +gorgewkush +goroka +got u m8 +goth mime +gothic +gothorian +gotmadtree +gotoschool +gottaRash +gotzeeben +goy street +gp294 +gpawshaft02 +gpf93 +gr0ve +grace life +graftosh +gramss +gran chorizo +grandp4 +grandpa +grandpashome +grandslamhit +graphist II +grashuis +grass hopper +gratis +gravetheif +gray ass +greasy bacon +greasyguy19 +great +great bazza +great blazer +great keith +great pkay +greeaf +green +greenbuds1 +greenfleet1 +greenie14 +greenm4444 +greeny4 +greenzyyy +greg +greg btw +grey +grilecheese +grillmagnum +grindin2bond +grinschen +grizzy77 +grlobe +grogybog12 +gronoc +groogns +grossedinde6 +gruelsipper +grumpyy +gt i +gtrpower3 +guardy +gucci +guirkle +gularies +gulibleidiot +gullefjun2 +gulp my knob +gumlord54 +gunbladelh +gungaman3 +gunnmoses +gunnybear +gunzip +gurz +guttsberserk +guuvin +guy123452345 +guyfranklin +guyhasaname +guyladriel +guzzlinbrews +gvfsa +gwaph +gwaphics +gwapo gwapo +gwb +gwen-artemis +gwiffdakid +gwogoudain +gwug +gypzys +gyxl +h ertog +h re +h ugo +h00cares +h0rseZ +h2j +h3hz +h4h4h +h4ndshake +h8browns +h8dip +h9g +hEAdGLiTcH +hOsujaRS +haaksrikko +haam +habitus +hacchi +hackening +hadibaam +hagerlund +haha +haha lul +haha nice xd +hahaLMAOlol +hahaa +hahaa-ukko +hahaha +hahaha LOL +haiiG +hairahcaz +hairy +hairyraccoon +hairytaent +haistavittu9 +hakuikoyori +hakumaata +halal +haldfhaklfa2 +half +halfcrimp +halfrightfox +halftimegod +halling1 +halo +halo 238 +halo is scum +haloumbs +hamdrip +hamers +hamhand +hamilton +hamilton fan +hammade +hammershark +hammu666 +hamptonboys +hamthenoob +hamzullah +han sohee +hanakarjala +handi 0_0 +handi9900 +hangry_bird +hanh +happi hippo +happyprophet +har tig +hard3x +hardcoresque +hardstuck gp +hareby +harelmatlaw1 +haringbata +hark +harleybegum +harmony +harmony w +harrpp +harryderoest +harts0295 +harziol +hasansahl +hasbulla +hash +hassbulla +hat foe +haterz +havfherter +haw yee +hawkesbay +hayati enta +hayden787 +hazel nut +hc pilszen +hc_karadeniz +hcgoldslaye +hcim gud btw +hclirongang +hcmemekiller +hdhd +he a 1O but +he box jonge +he r b +he4 +heGee +hear +heartvessels +heast oida +heatassnugs +heatwave305 +heavygim +heavyiron94 +hebrewmytea +heca +heckn frick +hedonismbot +hee haw 255 +heegeer +heel +heelgoed +heeming +heeyhallozeg +heftZEUS +hehe +hehe heheh +hehehehe +hei954 +heimy22 +heizenberg11 +helgrimm +helicopta12 +hellobob488 +hellofpures +hellohello +hellohelloom +hellper +hellreaper25 +help +helpa +helpusobi1 +hembree +hemmingsson +hemmy +hemran +hemstad +henkka89 +henkleingeld +hennnin +henson23 +henzer +heppytako +her mager +herb +herb btw +herb l0rd +herb l0rd jr +herbdean0981 +herbi +herbibear +here +herezacsko +herkimer +heros +herrasmies68 +hesedona +hesi pullup +hestakuken +heuj speulen +hexergeralt +hexxers +hexzie +hey axel +hey im ben +hey its zul +hey_imgrump +hey_rayray +heywoodya +hh r +hhdrgu +hi im miku +hidde xddd +hiddeboven +hidesonkush +hidlandboys +high +high bonsai +highIMcamila +highelolux +higher man +highfly94 +highprice +highright +highsassy +hightoo99 +highventure +hih +hiiggiinss_5 +hiirihaukka +hikipastori +himokarpaasi +himself99 +hiphopdied +hipocracy +hippofart27 +hippyjump3 +hippytrippin +hirai +hirai momo +his7 +hit trees +hitchclimber +hitsumabushi +hitto +hitz +hiunknown +hiya jase +hizli maymun +hlen +hlua +hlucky +hm08 +hn k +hnge +hnsky +hoangbach456 +hobbit head +hobosloveme +hodl link +hoffnungslos +hol my got +holdadoor +holden21 +holdenrulz6 +holidayRus +hollowking +holonomy +holy +holy chad +holyfizz +holypalo +home2get +homestank +homie jaquan +hompkerbenis +honda +honeywheat +honourpig48 +honscy +hooah89D +hooliganism +hoonyboony +hoosier4life +hootis4 +hopOFFbish +hopeakettu25 +hopeless0ne +horkkaaja18 +horror +horsedik7 +hos +hoswoo +hot otter +hotdogmum99 +hotpants +hotyogapants +how 2 use ge +howliett +hows it garn +howyadurrr +howyodo +hrby +hrsn +hs +hs3 +huang9296 +hub154 +huealldaym8 +huge +huge cog +huge man big +huge ovaries +hugh +hugh_who +hugheberto +hughjazznut +hugjam02 +hulikopteeri +hulikopteri +hulken532 +hulrikon94 +human6000 +humble +humjiboi +hummerspeck +humpmedumpty +hunden +hungrypit +hungwonglow +hunter +hunter01132 +hunter123216 +huntin_pets +huor4hansu +huoranpenska +hurt +hurtswhenip +husbandowo +hush +huskyheaven +hut dugs +huutonaurua +hwow +hxdd +hxzy +hyasf +hycoda +hydra +hydraboss +hymke +hypez +hyphynx +hypofelix10 +hyprmax +hyung +hyvintoimii +hzpascal +i 0nly skill +i Bmx +i C D +i Kelly +i Kyle +i Shin Chan +i Spartan +i Stugbert i +i URNn +i Val +i am hua ren +i am iron xd +i am nickle +i am rocky +i am soo dry +i bets i +i ch i +i dandy +i dcd 4 sets +i disabled +i done +i eat noods +i forte +i gag +i gor +i got dust +i grug +i hit 420z +i i i i +i john 96 +i look great +i lose gp +i need top +i need you +i ok can win +i poop alone +i praise mvp +i preferhead +i r muffin +i r4piid i +i ronman +i vexterr +i-i-istutter +i0 strength +i0am0the0one +i126 +i2eally +i2legit +i2me +i3nd Legends +i420u +i50 +i8 2 l8 +i9 +iAIex +iAM Pleb +iAUSSIE +iAdriaan +iAlch +iAlchedNieve +iAmNotSharky +iAmaWiseAss +iAmen +iAttributes +iB Lifted +iBal +iBallr +iBeDorky +iBeanie93 +iBeast It Up +iBeatNavy +iBeleti +iBelg +iBlack Zeus +iBlake +iBloodsicle +iBlurks +iBosstastic +iBoughtpizza +iBrandon +iBukowski +iBunZoot +iBurkie +iBurn Dro +iBustedaNUT +iCakoRS +iCarna +iCbarr93 +iCh0sen +iChangeling +iCheezedOff +iCheze +iChugBleach +iCiga +iClickYellow +iCmurda +iCoconut +iCrank a lot +iCrash +iCreeme +iCyantist +iD Dazza +iDH +iDabbedOut +iDan +iDanny13oy +iDark Jesus +iDashio +iDashwood +iDeathlok +iDerpo +iDez +iDo RageQuit +iDoNot +iDontWinSad +iDrankCOFFEE +iDrebin +iDrexler +iDrops +iDuiveltje +iElfy +iElysian +iEmery +iEpa +iEprod +iEuph +iEuroVamp +iEvergarden +iFailAgainnn +iFatalFoei +iFerrumMan +iFeud +iFightClouds +iFightGiants +iFire +iFoRGe +iFrads +iFradz +iFrogs +iFry +iFucter +iFukFatChix +iFurb +iGab +iGarns +iGlaceon +iGlitched +iGlowGreen +iGohan +iGotDds +iGotDibs +iGotem +iGreig +iGuDMaFF +iGuessUrNew +iHazelnut +iHenrie +iHenry +iHiyori +iHockey +iHolydude +iHuntie +iHydroxity +iHydroxityv2 +iIimesiahiIi +iJ0HN +iJ4CK +iJCLEE X +iJake +iJamPancake +iJesslag +iJezuss +iJfr +iJohn +iJomm +iJwu +iKHole +iKILLN +iKantu +iKarl1s +iKerry +iKitch +iKitz +iKonijn +iKoning +iKozak +iKristov +iKurko +iKushUp +iLEFTmyGF4RS +iLL Sushi +iLeftHer4XP +iLegacyX20 +iLetaker +iLeveled +iLikeTacos +iLikeTheStok +iLikeuAlatte +iLoner +iLove +iLoveYou3OOO +iLuckout +iLuv Pandas +iLuvMyMilf +iLuvSubs +iM3RKEDu +iMADbro +iMahjarrat +iManiac +iMark 1 +iMarkl +iMartin11 +iMatey +iMeeger +iMellek +iMelli +iMementoMori +iMeo +iMichaelN +iMikail +iMikey +iMogUCope +iMotown +iMushh +iMuste +iMx +iN3K0 +iNamaste +iNeedBeaver +iNeverMor3 +iNewbcake +iNewton +iNibble Bats +iNz +iOPeveryday +iOhmz +iOsmumten +iOwl +iOwnU4ss +iP1 +iPIMP +iPKedEpstein +iPacmanSam +iPaki +iPalumor +iPatrickN +iPegAsians +iPerfectoX +iPete +iPhone +iPink +iPlugg +iPod +iPop +iPray_Guthix +iPresident +iPunchCones +iPure +iPvM_Soul +iPvmForBank +iPyj +iQuestas +iQuiet +iQuittedCiao +iRNGizzed +iRekt +iRepToronto +iReue +iRev Man +iRezlo +iRoN cUj0 +iRoNmAnSdUmB +iRonAllot +iRunTh3World +iRunzo +iRycoda +iSaran +iScape +iScaped +iScooby +iScream03 +iScrewedUp +iShibby +iSkane +iSkript +iSlay Girls +iSlayCookies +iSlayGoat +iSlenderMann +iSmashUrGF +iSniffCows +iSnowmobile +iSoulReap +iSpare +iStayLowKey +iStealSex +iSteele +iStick2Corp +iStonee +iStream +iStreetfight +iSuhdle +iSwarly +iSweat +iSweatyYeti +iT0m +iTan +iTaz +iTed2cold +iTheDarkKing +iTheodore +iThiellie +iTisk +iTmetzo +iToxic +iTrin +iTunder +iTw1sted +iTyler +iTz Command +iTz Frosty +iTzBoo420 +iTzGoinInDry +iTzKATalyzt +iTzSnypah +iTzTurtlexD +iTzTyLeRXD +iTzWho +iTzZ +iTzxLiMiiTz +iTzzVanquish +iUberz +iUsed2Corp +iUub +iWilkel +iWillz +iWithdrawal +iWonderWhy +iWyatt +iYahwehi +iYellowClick +iYunis +iZ4 +iZorru +iZuny +i_murder_bh +iafx +iain19 +iamAFK +iamCanadian +iamMcLovin +iamfish +iamfried247 +iamfuss0100 +iamgreatrng +iamlucas19 +iamonfiyaaaa +iamperkins +iamvery cool +iamvoldemort +iamzed +iandrehehexD +iateyourpie +ibbenbueren +ibn Mukhtar +iboomedyou +iboyfly +ibr4him +iburythebone +ibushmani +ic3d +ic3d c0ffee +icannotboss +icanread321 +icantspelle +ice beam +ice juice +ice-nine9 +icearrow28 +icebolt19987 +iceburg189 +icecoldbreez +iced +iced marbles +iceman000 +icewall0w +ichau +icjbi +icky sticky +icutL0g5 +icy ded ppl +icyT +icydilldos +icypolarbear +id c +idc +idcy +idfap +ididnthither +idiedonmyhc +idiom +idiot +idiot game +idiothead +idk chill +idkgoogleit +idkh0wtoplay +idkwhatdo +idle +idle1 +idpoen +idrater +iduggz10 +iekaajer +iekgaa +ienai +ifantomas6 +ifarted42000 +ifootfondle +ight +igiddeni +iglo16 +igotdaice +igotnolifee +igotnoolife +igotwingz +igotyour99s +igrimmerz +igugh +ih8urkind +ihan +ihaveanxiety +ihavitunopee +iheartBBLs +ihopeurope +ii Sahir ii +ii am teaser +ii bad guy +ii forte ii +ii love cats +iiBink +iiDivine +iiDrackidii +iiGallardoo +iiHydra +iiLuckyVibes +iiTz Nothing +iiZEEii +iiZno +ii_TrYHaRd +iiaannaa +iiiRood +iijelloo +iikasoyi +iimperious +iinsin +iioktb +iirc +iitsjarod +iitz deebz +iitzz Ryan +iivy11 +iizoneout +ijoinedthis +ijust +ijustgotreal +ijzer ali +ijzer vreter +ijzeren +ijzerenman1 +ik itachi ik +ikea +ikeep1r0lled +ikil +ikillstuff +ikiroz +ikoyouboy +ikp0wnsz +ikpakjou +ikrr +iksalion +iksd +iksdeee +il malocchio +ila161 +ilapaR +ileax +ileft +ilegalTruble +ileppmot +ilfi +ilike2gamble +ililliiilli +iljang +ill Dottore +ill-Money +illadelph +illenials +illisible +illmaister +illmatic +illmindhop5 +illotex +illumea +illuminavi +illyreia +illysia +ilookcat +ilovecitywok +iloveinsulin +ilswisa +iluvducks +ily stepmom +ilyakchuk +im 1v9 +im Jaacob +im Noah +im Z a n e +im a learner +im a pur8 +im at cox +im bad tbh +im batu kham +im cats +im dandy +im huge +im in charge +im nlf +im pogging +im ruben +im solo rose +im tr4vis +im ttZ +im4everxerox +imAcidic +imAhri +imAlexRyan +imBetter123 +imCodehh +imJT +imNEWY +imPapu +imStef +imWebby +im_pro_jones +ima big boy +ima survivor +imafatscaper +imago loop +imaybegod +imbaconyum +imbueddog212 +imbutz +imbuyingf +imcahos +imcaprise +imdrunkashit +imdud +imfi +imflavio +imho +imhuge +iminarager +imjeremy +immachin +immaturely +immef +immirgant +immmersion +immortalz +imnotdani +impaired +impartial +impek +imteddybear +imthenalls +imtogepi +imusualyhigh +imzahikell +in africa +inSec +inTheSlum +inb4elysian +inc +incant +incci +inclibe +includingtea +ind +indebara +indian +inescate +inf nick +infamousO775 +infamousjew +infare +infernalwhen +infessian +infragant +initiator +iniu +inject +injinourme +inked +inldgwetrust +innSink +inner child +insaned17 +instagation +intja +intwystis +invictecum +invirtua +invisybl +invynsable +inwervs +inwnucleus +inxx +ioe +iojerfwpjiof +ioliteKnight +iolm +ioncolliderz +ionlypickadc +ionman +iorcsrox +iownw69 +ipfreely939 +ipwnkthxbai +ir0nschlong +irak93 +ireq +irhunter +iriee NZ +iron +iron Dreven +iron Fapkin +iron Nido +iron bewts +iron carly65 +iron chur g +iron colb +iron cuzibro +iron d +iron dafanek +iron dumle +iron evoo +iron gariks +iron grogu +iron hobbs +iron i jad i +iron imp 89 +iron kobe +iron kydrol +iron mazie +iron nakno +iron nkellen +iron sfgiant +iron snak3s +iron snurd +iron t2 +iron te_un +iron to main +iron tylerr1 +iron veil902 +iron veyydot +iron vow +iron xarcher +iron0 +iron0_o +ironBellukka +iron_day54 +ironandwhine +ironarrow +ironbandiit +ironbass +ironclimber1 +irond +ironderp +irondude686 +ironerextion +ironerrosann +ironeye +ironfara +ironfather8 +ironfyi +irongaga +ironguxiz +ironhuuu +ironic it is +ironikcronik +ironinfinite +ironjssnoob +ironjustice +ironjutku +ironkendall +ironkevkev +ironlizrdfuk +ironlog215 +ironlooks +ironly fans +ironmortel85 +ironoujust +ironpower29 +ironpuni +ironskunkki +ironspig +irontsuki +ironvesku +ironwortel +ironwoss +irradiated +irregularly +iruste +is an option +is skimpin +isCatrileo +isayswegyolo +isleepwith3s +islugo +isoPROpain +istealyoloot +isuwu +it do be +it ends now +it0b +it0keup +itachi9113 +itbch +itirof +itisdre +itmeautim +itroy v2 +its Bread +its DeFib +its Hoffman +its Knetter +its Mewtwo +its Polle +its a ginger +its aight +its an 8th +its leviosaa +its not mine +its the game +its20after4 +itsAden +itsErnie +itsGLD +itsJayy +itsNoki +itsSt1cky +itsWum +itsa +itsa_feature +itsaart +itsalic +itsbenny +itsbill +itsdanlol +itself +itsfwhobar +itsmewarreng +itspajamaday +itsthedirtyJ +itwasme +ityttmom +itz Ozie +itz Tastey +itzjaycie +iua +iusedtosleep +ivao +ivibondivi +ivlr +iw +iwearIRONirl +iwinulosety +ix7 +ixGOONIExi +ixJake +ixoniron +iyyghg +izmibence +j e company +j o h n z +j o l s +j sta1in +j uddr +j wet +j0rd +j0rdb98 +j0shNZ +j0shwah +j1nx +j311yb311y97 +j3ffmaill3 +j3rvi5 +jDaledge +j_mes +jaakqoo +jaatzy +jackBingus +jackLonghorn +jackancoke7 +jackjester +jacksonlol +jacola +jae Bee +jaguarundi +jagweed +jagweedle +jahan +jahmelo +jahnjo +jahrezeiten +jaitt075 +jajademonrat +jajajad +jake92 +jake9549 +jakeyvil +jakkaru +jakste r +jaksterlite +jakuusa24 +jallon +jalucox +jamaz8 +james1234269 +james68889 +james9f +jamesishere +jamesw +jamflex +jamgyo +jamie g 456 +jamjarrrs +jamm +janguy +jani +jankywanky +jano +jaq0 +jargonship +jarjoevis +jarngrimre +jarno561 +jarnrisi +jarnwoodchck +jarsko +jaseDemon +jaseGrumpy +jauu +jaxta +jay 6ird +jay oh kay +jayst1n +jayveedee +jaza +jaza maxwell +jbirrd +jd345 +jdockett +jdore +jdsgsxrthou +jeREEEEEmy +jedi +jeeeeee +jeep +jeezuschrxst +jef skhiii +jeff +jeffswifty +jegerklog +jehhjr +jekkujaba +jellyfish49 +jellyjam20 +jem is cool +jerome +jerrys ags +jerrys venny +jerzieboy18 +jesjesjo +jesus bone +jesus vape +jesus4gives +jesusiswrong +jesust +jetalexnder +jettyrr +jewellski +jewjoking +jfan +jfc +jfrank127 +jfy +jfyulopaef +jheezuz +jhinnessy +jhonlee48 +jhoog +ji mbo +jibmask +jicc +jigx +jihal2020 +jikrak +jiksee +jim jones it +jimbob1 +jimbobeda +jimdeut06 +jimmy +jinjji +jippey +jjammerweer +jjerrbo +jjingx +jjpanther95 +jkfizzy +jkre +jkthekilla +jman +jmjmjt01 +jmusilli11 +jmw1031 +jndi +jnjo +jnlffs +jnyjny +jobljobl123 +jochieboy6 +jodilynne +jodo wollos +joe the pop4 +joepie +joestrider2 +joey0343 +joeyisstoned +johhny2hatz +johndalton95 +johnnyandtam +johnsmain +johnstaLoL +joje9 +joji +jojojo357 +jokaranpampu +jokemyster +jokerpoker +jokkefar +jokr +jolle rmm +jon ko +jonehehe +jones +jonk33n +jonko +jonnetuinen1 +jonnywormy99 +jonppeli +jonwillbert +jonyants +jonzii90 +joohhhnnn +joop59 +jordaaaan +jordlar +jords +jordy8878 +jordymans +jorfee +jorge w +jorma heat +jortdebonobo +josheroni +joshuab98 +joshy872 +joshykun uwu +jossejoks123 +jossiee9 +joster +jouv +jovic +joygi +jozn +jp s +jpjpj +jpmonkeyboy +jpruee +jqzz +jre257 +jrwheelyy +jslashk +jsoaksdawg +jstrot +jta1992 +ju1ce +juaco torta +juan09gon +jubbediah +juggernaught +jugiwow +juice +juicy jones +juicyj03 +juicyjoystic +juju +juke +juketsauli13 +juks +julia uwu +jullbrew +jumpe +jumpshot7 +junami14 +jungle +jupi234 +jupilersjuk +jupl234 +jusiuke +just +just living +just2own +justJust +justLush +just_willie +justamemerr +justaname20 +justapethunt +justarabbit +justin5454 +justinttu +justluxy +justsomenoob +justsomewood +justwin4head +justwitching +jutku22 +jutmeister +juwgrehg8w30 +jwalty +jwheaties900 +jwles +jwov +jxdoo +jye2014 +jynzziii +jyripetteri +jyyhnas +jzhua +jzm0 +k a p s +k anao +k e y e r +k ep +k ian +k oga +k u h +k um man +k-rock94 +k0ed y0oh +k0mpact +k0nch +k0nna +k0rrup7i0n +k1dnam3dcud1 +k1lla +k1lla cam +k1ngzinho +k3yblade +k6k3 +k80may +k9k9k9k9k9k +kFlipsta +kMikey +kUwUmiko +ka r el +ka vi +ka wa +kaaf +kaali +kaalwo +kaaskrok3t +kab000m123 +kabal1995 +kacy +kaffetime +kahleparta +kahvi +kahzaohimark +kaii tangata +kaimann +kaiokenz +kaizen1 +kajyboyyy +kak_kis +kakes +kako666 +kako666 ii +kaksaking +kalacaodan +kalev +kalijaveikko +kaljunaama +kaloopsia +kalusto123 +kalxb +kamekazi +kamerucito +kamika +kammoooooon +kanchazi +kandids +kanga roe +kangaroo +kannv +kanyefan22 +kapot +kappachino +kappaross420 +karambamb +karelzzzz +karibola +karil +karilol +karma dies +kaspery0 +kasperyo1 +kasrug +kassi +kastekann007 +katelate +katiegore +katinnekke +kavachi +kavinskie +kawasakki +kawi +kawkky +kawnoz +kaynori +kayxiv +kbest777 +kbuns +kc3 +kc3477 +kcaaJ +kcmeatlover +kdani +kdawg710 +kdog420 +kdw27 +ke-bun +keatonboss +keegan789 +keekluulz +keep +keep going33 +keepitdedpls +keesie7 +keezuth +kehd +keilaaa +keiniks +keittokinkku +keittoo +keiwa +kejo +kekipua +kekw9001 +kela +kela fan +kelan +kelan miehii +kellapea +kemabi +kembot +kemosabi +kempster8 +kenchuuuu +kendawwwg +kennynoodles +kenya help +kepijuku +keppuli +kepwontmax +kerekewere +kerm jump +kerwin +keskorian567 +ket boof +ketaccino +ketawuss +ketchupfles +kevin +kevinator41 +kevinnnggg +kevpurp +kevvaGG +keyggre +kferd +khaki cuffs +khxn +kiba420 +kibeleza +kibsy +kica7 +kickback +kiddoseta +kids +kidsteve18 +kidz +kiefcheef +kiiiiiiiiid +kiix +kil lu a +kill +kill3r +killah +killakristy +killanoob93 +killconey84 +killcrab +killd0zer666 +killedual0t +killerline +killnack +killthatree +killwi5e +killy +kilpi +kimachevich +kimbo +kimpsa +kinako4 +kind +kinda soft +kindaanxious +kindocool +king +king lee166 +king stuff1 +king-tiddus +king420smokn +kingblackops +kingcuzh +kingdaddyIM +kingdale26 +kingerr +kinghrvatska +kingknightf3 +kingkong1211 +kingofmanse +kingprince +kingrizzla2 +kingsardine9 +kingsje +kingswood +kingvoid1083 +kinky fish +kinobi +kinzyyy +kipitril +kirby421blzt +kire7693 +kireeh +kiri2kun +kirkaye +kirky 127 +kisipicka +kisses +kissmyassetz +kitashan +kitkats GIM +kittymeow556 +kivipaska +kiwidson +kiwie +kiwiibear +kjekken +kjellingeee +kjeltringen +kjems +kk lol +kkDV +kkangaroo +kkarl +kkjamin +kkman45 +kl00g +klaaore +klacen +klampo +klankerclean +klassiskt +klef +kleshkebem +kleu +klexosfox +kleyver22 +kliefhead +kll4mee9 +kloh510 +klojo103 +klojo105 +klopt +kluizen +klycko +kms fast lol +kn0ws beers +knani +kneel2me +kneeslapperr +knickname +knifemanha +knight +knightnate8 +knobb +knobby +knokro +knotts +knox +kodakid98 +kofelad +kojak1211 +kokimon +kokinaattori +kolb +komari_k +konar simp +konb +konch99 +koning broer +kontiainen +kony +koo de gras +kooks only +kooltrickz +koronaaaa +kosiq +koudekroket +kounga +koyhalaulaa +kozel +kozina +kozzuu +kpt +krZ +krab meat +krad +krakenwsn +krakim +krakkakkak +krakodile +krat +krazyfaken +krb 16 +kreepingdeth +kreeq +kreesie +krewl +krikenator +krillzscape +krioyo +kripu +krisaaferfi +krnjellytv +krobi +kronicganj +kronopes +kroodjebaass +krp +kruizin +kruuuuben +krxW +kryptocookie +ksdnklowdss +ksiadz +ksko +ksubbi +ktsmo +kudryavtseva +kugelencas +kujan2 +kukerino +kukko soosi +kukrishikari +kulers +kulers bsk +kulju +kulso +kulwreck +kumiko okada +kurasaki21 +kurdikana +kuro 275 +kuromi irl +kursa sucks +kurtebener +kush +kush tacos +kushmas +kusib +kusimursu24 +kuvaiti +kuwait333 +kveemanne +kwak +kwak eend +kwall +kwarkje +kwdn +kwinus +kwuantadyme +kxde +kxlle +kxzu +kyaa +kyanochaites +kybl +kyfu +kyle of pvm +kylehwog +kyles +kylop +kyssysmeua +kyurem_vrah +kyykanhenki +l Am Mathew +l Athena l +l BTW Envy l +l Buzzsaw l +l Click l +l Darken l +l EARN MAN +l Elija +l Fam l +l Feather l +l Floss Fish +l Flynn +l Freya le +l Hav Ligma +l Kelpie l +l Killua l +l Lena +l Love You +l Macca l +l Misfit l +l Mister l +l Nz l +l RSK l +l RWT l +l Snus l +l Steph l +l Succubus l +l Sw0rdm3n l +l Viz l +l am RON +l am cute +l cup +l failex +l lemon +l u g i a +l unchbo x +l-LEVY-l +l-Relinquish +l-l-L_l-lL_l +l0H3aV3nLy0l +l0ne0ne +l0rellai +l21 +l23 +l33tsuperh4x +l3LACK +l3W0FPI +l3en +l3enjie +l3ezzerk +l3ishop +l4n +l5h +l7ivine +l8tenite +l995 +lA R R O Wl +lAlexAnderl +lAnomaIy +lBaecob +lBakin +lBrent +lCEBERGSLIM +lCONlC +lD an +lDFC +lDalel +lDanilo +lDark +lDark ice +lDerby +lDezzy +lDokkum +lE N VY +lGuess +lHawke +lHong Kongl +lI pv M l +lIHlIIlHIllI +lIIIlIlIIII +lIIlllllIlll +lJWl +lJoynerl +lKanel +lKeith +lKenna +lKenny +lKlas +lKyle +lLY Harambe +lLewis +lLupo +lM Nathan +lMarkl +lMercyl +lMr Zaros +lNSF +lNTOXlCATlNG +lNerdRage +lNolan +lPaleHorsel +lParticle +lPeriphery +lPoe +lR0NM4N +lREKEEN +lReece +lRossy +lRyan +lSaiyanl +lSellFeetPix +lSkinny +lSlayer +lTS ON SIGHT +lTedl +lTextbookl +lTlTITlTlTIT +lVIaGiK +lVictorl +lVitor +lVlango +lYungPlaguel +l_Thunder_l +l_wyverns_l +la flare +lacefield07 +lactosebad +ladsquiron +lady-yoshi78 +ladyspartin +lafreniere13 +lagamuffin +laggium +lakde99 +lakey peak +lakeypooh +laks +lala u death +lamJason +lambar +lambreturns +lame +lamepun3than +lamironben +lamshnarf +lamyourdeath +lanch +lanthe +lapyflapy +laqsative +lardosio +large +large moist +large nob +large pox +largewillow9 +larinen +larl +larsbeuk99 +larsnjun +larvacorium +lash209 +lasseboi +last +last katana +lastdcplz +lasyy +later gater +latinamx +laughingbisc +laura +laura froggy +lawkingkong +lawo1 +laxasia +lazarus +lazy aiz +lazydj2 +lazyhitman +lazzabazza11 +lcefiend +lckle +ldy +le iromax +leafsevens +leak organs +learncox123 +least toxic +leather74 +lebanon d0n +lebusoft +ledy0710 +leech +leech iron +leech keeper +leechyGP +leehi +leesha locks +leetjojo +leevi22 +leewhiffy +leewi +leggie +legioen +legionbgbear +leglizeRanch +legn-dary +legohuis99 +leipo +leivonnainen +lejhobs +lejhonni +lekkergras +leld +leliwuz1837 +lellikedraak +lemeborrowgp +lemm y +lemon +lemon 25 +lemon cookie +lenda +lengf +leo vzla +leos main +leoshnoire +lepetitpois +lepicklenick +lepo +lerpledore +lesel +letos111 +lettam +lettername +level-103 +level-125 +level-596 +levendi +levon +lewcifer8118 +lewdogg +lexi +lexi bell3 +lexicon7 +lguana +lhommerun +liamde +libad5343 +libertador +liberteeeee +licdik21 +lick +lick my chad +life is shit +lifesalaugh +lifter +light +light year +lightfader96 +lightningess +ligma +ligma2 +ligmadich +lihaamm +lihavadino69 +liisa +liisankissa +lijkenpikker +like cooking +lil Mamacita +lil b +lil bumpp +lil chris 15 +lil ducky69 +lil gay cat +lil jev +lil mage013 +lil zeze +lil zuck +lilBula +lilJacklil +lilNoob2341 +lilbitlifted +lilchiken +lilcjay11 +lilcuff +lilgreasy +lilkcough +lill misfit +lillelar92 +lilliilillil +lilmasterOG +lilmuscles +lilseveron +lilsquiddy +liltunechi +lily0v0 +lima +limona5 +lindyman +line +linebacker +linkhg100 +linlithgow +lintydeer +linusforsman +lionking-PVM +lip length +liquidchese +lirska +lisher100 +listentonano +litger +litheum +litranmaito +littering an +little boat +little man 9 +littlebumble +littleman699 +littlemc14 +liubei4444 +livdumb +livil +liz_mar70 +ljjjt +ljzerenmes +lkalgo +lkaoz +lkeaurhteakl +lkigai +lkjhsdfglkjh +lkkle +ll Grey ll +ll Zeke ll +ll jacob ll +llBear +llIIIlIIIlII +llIIllIIll +llKaren +llKris +llNephilim +llRevenantll +llStevell +llab +llaurune +llerb +lletya sugma +lleygo +llhan +lliigmanuts +llitl +lllIlIlIll +lllPeppalll +lllnifflll +lllogical +lllustrious +llo yd +lloytronn +lluH +lm Drunk69 +lm H o T +lm Jard +lm Scoob +lm Stark +lm Washed +lm batman +lm scrub +lm2fas4u +lmAddicted +lmBarryAllen +lmTrash +lmao +lmaonation +lmfao ffs +lmgur +lmmorral +lmmortall +lmpart +lmpatiences +lmperishable +lmplication +lmplode +lmpostar +lmposter +lnSpectre +lnYourDreams +lnc +lncendie +lncest Steve +lncestralTop +lncline +lncredibilis +lndain +lndecisive +lndika +lnfa +lnfernal +lnfiltrate +lnfinitesoul +lnformed +lnitial +lnitialed +lnkd +lnquisitor +lnsanewolfy +lnsec +lnsertname +lnspect +lnspiration +lnv +lnvictxs +lnya +lo0o0lo0o0l +loadedhuggie +loadingman +loasted +lobi +lobssss +lobster pot4 +lobswordie +local +lockluster +lococonut92 +lococsgo +locustchrist +lofi cow +log item +logMs +logger2222 +loggiee +logic +login down +loginxtor +loisakurvi +lokdead +lolaskiller +lolbert +loldatfunny +lolekx6969x +lolerrofl +loli +loliconflict +loliron2main +loller63 +lollydeepthr +lolnicebank +loloharqia +lolol +lolw +lolwhoplays1 +lolxdmeme +lolzzii +lone +lonely +lonely rider +lonelybutter +lonewolf200s +lonewolf99s +long +long hcaeb +longbodd +longlabia +lonko +look1nAzz +look2thepast +look4clues +looking ass +loopyloos +loose +loota-criss +lootshark +loox +lopiwer +lopldopl +loraxkiller +lord +lord bimby +lord boozer +lordlazzy +lordrandomZE +lordrunekeys +lordsamzju +lordzyzzbrah +lore2 +lory +losbandito +losee1 +losing +lost +lost to time +lostchuck +lostingame +lostpanda21 +lostwithiel +lotion on my +loucks +loueyyy +louisa +loumit +louw +love +love bees +love haaze +loveNfungus +loveT0spooge +loveablepand +lovebeastx +lovebite +lovegoroe +loveh8hero +loves a beug +loves moms +loveyoub1tc8 +lovezz2pwn +low lQ gamer +lower caste +lowlyworm +lowrandom +lowstat +lowwpower +lpman +lreful +lrin +lron +lron Bladder +lron Fill +lron Kev +lron Mar +lron Mennis +lron Paladin +lron PvM +lron Taint +lron Tom +lron patriot +lronBud +lronConquer +lronman +lronmanBtw +lronmanCraig +lronnan +ls32o0 +lsdx +lssabella +ltachi +ltachi_01 +ltaychi +ltsJor +ltsJustified +ltsMiller +ltsYaBoi +ltsYourBoi +ltsuki +lu is +lu1gi00 +luc1d dream +lucaniste +lucid +lucid olm +lucifer290 +luck wheelie +luckeG +luckey7744 +lucknesshcim +lucky +lucky female +lucky never +luckyweeb13 +luckyy vii +lucuh +lucyramon +ludaftpitbul +lufteohl +luierick +luis +lukas +lukas2518 +luke the npc +lukehm8o +lukek22 +lukem0n +lukewarmrod +lukey +lukey pookey +lukis159 +lukutty +lulllopiet +lulu +lummby fam +lummywk17 +lunamelina +lunar frost +lunch roll +lunchbox +lung +luolapeikko +luthas +luut +luv da grind +luwl +luxyy +lv ie +lvan +lvarLothbrok +lvl 1 sleep +lvl3 +lvon +lwesche +lweyffaM +lxli +lymitz +lynx zan +lynxix13 +lysander640 +lyzolda +lzrdlvr1 +m 62 +m e e p y +m i d s +m i n i m +m i t s u +m inimum +m miq +m nice guy +m x e +m-moi +m00fen +m00fin +m00nrock +m0ker +m0mentum +m0saic +m0stert +m1ssing +m1xos +m3g4m4n +m3nd3nhall +m3rkzz +m3tku +m4ge4life4 +m4gi +m4n +m4ttay +m5q +m6ngel112 +m8tio +m8zi +mBucket +mGu +ma shnibbla +ma61187 +ma7shee +maadar sag +maahhtt +maawee +mabeltwinkle +mac_moneyy +macflag +macgleeznorg +machurrohard +macjonge +mackbhamRS +macke064 +maclean93 +mad bor +mad dogs son +mad hjorn +mad4cashh +madara666 +madeustilde +madgamer45 +madhat86 +madironman45 +madman456789 +madmat38 +madnijz +madpaul1 +madwebbie +mady I green +madzey +maeonia +mafiaz +mafiz +mafur +magerageftw7 +magesticx +maggpagg +magic +magic me92 +magicarp420 +magick pp +magicmike117 +magiskt het +magnacarta +magnum0008 +magnumdong94 +magyarok3 +mah nickel +mahamoho1 +maiden +mainCallum +mainyMCmain +maiy +makarena +makemon +makenator +makkan69 +makosoup +maksavelat +malfoy +malkin98 +malmstrom +malte313 +mamadou11 +mamatriceps +man spreader +manaakitanga +manameisjeff +mangkj +mango +mangocry +mangoszn +manmeowmagic +mansbridge +mantequille +manwhofish +manxster +manyfac3god +mao +maon +maori +maplegamer6 +mapletits +maqr +marbelo +marchdog +marcinrulz +marcmaralou +marcwins123 +marioflame +marioswe7 +mark uk +marketmoney +markobae +markypoo +marmO0n +marmalarm +marr66 +marrab +marrciee +marrrcoman +marshyymarsh +marth2king +martickle +marvypoo +mas koff +masdebator +masonkillem +masta132 +mastafarmer +master +master9782 +master_box +masterloveme +mastermisch +masterpi314 +masterseppi +masteryi01 +matata23 +matiks +matis6080 +matiteusz +mats +mats643 +matsxe +matt182xx +matteuce W +matthew6500 +matthoot88 +mattrabbit +mattv +matzRRR +matzkia1 +mauberries +maulnak +maupz +mauriveitaas +mausre +mav daddy +mavrooo +max acc btw +max all max +max pet hunt +max yet jake +maxcapealt7 +maxed +maxed nelis +maxedtheaxe +maxgt96 +maxiicano +maxiwiz +maxiyogi +maxplayer +maxrevenue +may him +may lay +may thai +maybe +maybejarrod +mayhemrs +mazzahS +mb +mcbig12 +mcbreeeeee +mcdonald +mcgigity +mcmadpac +mcnuggetcons +mcrane1202 +mcsoftee +mdawg +me disabled +me espresso +me handicap +me ineffable +me no bueno +meOwNYXx +meat jun +meatball47 +mebigbob +mechmillz +medicmain +medictbh +medium cloos +medium unit +meds bad +meekmook +meemimestari +meepify +meerks +meermaijer +meetoihi22 +mega +megabass +megajoeck +megatricks +megoodpvmer +megret +megxolotl +mehloncoly +mehmuss +mehunder +mei +meinen +melangina +melborn44 +meldrahn +meleonlyslay +mellaa98 +mellagro +mellonman +mellow jack +melncholy +melog +melog dog +melvin quit +memephis +menaceirl +menarehot69 +mendier btw +mentasltu +meow for gp +meow for raf +meowthc +meowtism +merryrice +meskil +metblo +meth0d +methcathione +method888 +mettleman149 +meurtpo +mewby +mezins +mf Catleesi +mf Giggle +mf neeko +mf yappin +mfHank +mfHank Hill +mferJones +mg +mhe00 +miTzy +mia celtic7 +miaka yuki +mianbaoroll +miceworkteam +michaelma4 +micheal +michixranged +microham 69 +microwave62 +mid clicker +midget man +midzy +mie19 +mielas +migboincan +migidi +migilicuty +mihalys +mikbea +mike 6 +mike2290 +mikefizzled +mikeohtran +mikh +mikko2112 +mikkoyy +miko +mikomiko +miksuwu +miku qwq +milahreigne +mild farm +mildMuscaria +milfnmybed +milkpatty +milkthegoat +milkuwu +milkybestdog +million sof +miltryguy248 +mims2dank4me +minato +minatokill +mind goblin +mindislost +mini booty +mini r00d +mini rocklee +miningas +mininimum +minit +minky +minmax +minni mile +minor flex +minorhazzard +minsy +minty1981 +mintyale +mintyclintyy +minus +minus Left +minyhitsk0 +miokaen +mippim +miqli +miramyra +miregal1 +mirhagk +miriti +mis +misery2018 +missingIink +missuy +mister +mitchelle1 +mitchrocks +mitchvvs +mixed snacky +mk6 +mkden2 +mkl782 +mks200 +mksu +mkvo +mlars300 +mlbg +mlgb +mlgkittycat +mlkia09 +mlong06 +mmaxie +mmigo +mmmkay02 +mmmmmmmmhmm +mmmmmmnmmnm +mmmuurrddaaa +mndo +mniml +mno +mnt +mo an +mobile +moer +mogwire +mohak45 +mohrs0 +moist +moist P00P +moistSwan43 +moistcltoras +moithab +mokkakulli44 +moksi +mol 99 +moldsack +mole +moleflair +molkyrion +mologgi +molten ass +mombasaa +mombasaa D +mondklapje +monero gay +moneybandz +moneypants +mongelman11 +monkaS +monkasusdog +monkegrip +monkey +monkeybisz +monkeymatt +monkeywilly +monkieturd +monnan56 +monstaa +monsterje11 +montaxus +monteurtje +moo vo4life +mooblesyrup +mooch86 +moocowfish +moogz +mooiboy +mookixx +moomoocrab +moonlighterr +moonona +moonpapa +moonrat2 +moonwyrms +mooofy +moor +morPL8morD8S +morgan renee +morgf +morsotiikeri +morty +mortymoo +mos f +moscuz +moska +most +mostalpha +mothaload +motmyfanny +motorbichael +mountcaedo +mpathetic +mpel +mpxd +mpz00ne +mqaccat +mr atheist +mr boobrie +mr buying gf +mr mage t +mr pink1 +mr rob iron +mr shroom +mr triggerd +mr10inches +mr12345 +mrDragon2009 +mr_adore +mrb97 +mrbreadst1ck +mrdickbals +mrfox2 +mrgeck +mrkaramazov +mrpurpdrank +mrvortex3 +mrwoffy2 +msHyde +msb2595 +msimmo93 +mss +mstfu +mstr nay nay +mtash96 +mthic +muchderanged +mucserup +mudbitedlite +mufassa +muffing +muggfac +mugii +muh +muh sheen +muhName +muhnamezjeff +muhnkydluffy +muin101 +mulletman360 +multi genius +mum ranger +munalutkutin +mungero +mungkee +munney +munoz316 +muovaz +murders +murphy +murphy XD +musashi2109 +musei +mushpinator +musnew +musta_matto +mustaa +mustardsurma +musterdsauce +musty04 +mustypill0w +muta +mutanen +mutsCateer +muufaanchu +muy bien +mv3 +mvgatron +mx +mxgali41 +mxpurp +mxq +my fruit +myballskin +mychaelven +mycrazy life +mydmallsick +myexdidntrs +mygf +mykohchoo +mymoonkeyz +myname Borat +mynamesDog +mypp +myrtlecat +mys_try +mystic +myturngranny +mzsc +n a g a +n k h +n o m i s +n oge +n os +n00b tax +n00btube +n00dIe +n0DaT +n0n Believer +n0ns3nse +n0rthmemphis +n1ch0las +n1ghtmares +n3cromans3r +n4ts +n8m +n8n +nSubordinate +nVox +nYer +n_koo +na cba +naamarihomo +naapurintati +nabritches +nachoss +nae drops +nagezz +nagoog +nah cba tbh +nahbo +nahhhh +nahka +nahkasaurus1 +nahkasohva +nakneemo +naksuu89 +naldy +nalon34 +nalyD yrraB +nambourian +name is damo +namelessRS +nami skin +namnori00 +namtar elite +nancyy +naner +naniichan +naomi +naoshika +napkins r us +nappera +narbsta +nas xy +nashmvpx2 +naskend +nassikka +nasty +natalya +nathank498 +nattte krant +natty nest +natur3za +naturesque +natuurhuisje +naughty ruz +naunas +naven +navi my dude +nawilsi +naxe +nayo123jo +nbyo +ndrs +ne cro +ne hi +nebegyd1k +nebula3 +nechs minute +neck bungee +neckals +nedpvm +nee ceri +neebzor +need +need drops +need panoche +needs tips +neeeefe +neeloy +neenisneen +neeshmow +negative +neggibo +neil +neil v +neiti +neitsytkulli +nekemaribo +nelrb +nemofishtits +neocritter +neoneu +neophyte8 +nerdneck irl +nerf +nerpkin +netsh +neuber +neukbare +neutekind +neuz +never lucker +never s0ber +never subtle +neverblume +nevercash +neverenought +neviilz +new pfp +newaccbtch +newallmaster +news +newt merch +next +next 99 +nexus +ney spook +nezumileo +nfandango +nh0x +nhy0x +ni ox +niaya +nibbla +nice +nice to game +nicelah +niceslime +nick +nick at nite +nickdv +nickel +nickfx +nicky +nicnad +nico +nicoxpico +nieve nooooo +nightmareram +nigriV +nikhil +nikler +niko +niko78878 +niksin +nilatshpes0j +nimlif +nioem +nipsunaapuri +nishkid64 +nisq +nitro +nitsuj315 +nivk420 +nizmoNL +njitram +nk spy +nko +nl Airo +nmb +nmhbu +nmzcow +nnick999 +nnko +nnmf +no birds +no engraving +no flek zone +no gag +no gay ok +no l00t +no purp bug +no use +no1evrnos69 +noDDD +noTheOwNeR +noThumbz +no_odles +noahcous +nobankpin +nobjockey400 +nochoc +nodeLT +nodropman +noek1 +noeyi +noice garrry +noiteerIW +noki keppi +noldaddy +nomiS +nominMaxCape +nomlaS norI +nomorelies22 +nona nona +nonamechange +nondedjuu +nont0xic +nonuboko +noob +nooberman37 +noobledooble +noodle +noong +nopies +noplanhere +nor so osrs +norI Ryan +nora cat +nori +norm HARDY +normal +normie +nornavsoc +norrisi +nos +nosemar +nosepack +noskilljoe +nosnhojgib +nosoberday +nostalgiaeng +noswaL +not Duncan +not chop +not cumingbk +not gods +not heppi +not herbo +not him dude +not shaken +not tiv +not tk +not today m9 +not ual +not1stepbak +notEdited +notPape +notRoyal +notanjiro +notazerk +notbennie +notdead91 +notefficient +notepad0164 +notepad14 +notlikedis +notsoB +notsosmart11 +nottrade +notwack +noutonme +novali1 +novike +novikid +nrakneS +nrdz +nt combos +ntarallucci +nthing +ntrstng +nucnad +nufnufaz +nuggeets +nugs +nullbeing +nulluserid +numb3r go up +number +number 11 +numbly +numnut +nuoli tulta +nuopisa +nurbaya +nurriez +nusta +nusta but +nut low +nut5ack +nutes +nutpeanut +nuubbaa +nuubii +nvcu +nvrpurplight +nwate +nyareet +nyc ramme +nyet +nymue +nysyGG +nzskater +o Buffy o +o Galaxy +o Jay o +o NEK o +o Pug o +o SiLeNce o +o Steven o +o c c u l t +o chem +o n e i n v +o tp +o tu +o0 Rang0r 0o +o00dan00o +o0Ganktank0o +o0mni +o3d +o9 +oAQu1LeSs +oAlsen +oAmber +oBugz +oBuster +oChezzeRo +oClairebearo +oClay +oColeeey +oDemko +oDriew +oDrizzyyy +oFelipe +oGMRKay +oGreene +oGun Smokeo +oHEXo +oHoriizon +oHxD +oIce Teak +oKsirf +oMDmA +oMalevolence +oMoJo +oOGeorgeOo +oORagnarOo +oOoITITIoOo +oRonde +oSanta +oSea +oSpecialx +oTARNAo +oWags +o_o SEMA o_o +oaenii +oaflion +oaisjgljlak +oaj +oakypinkre +oatenz +obama +obamas ass +obbE x +obees +obej +obese_man61 +obican +obitokun +obosk +obvi_no_gf +ocbslim +ocian +ocruT +octazookaa94 +octopussi11 +od1np1ck +odafan +odd woof +oddfinn +oddniffler +odenthas +odinsjourney +odio +odlolien +odty +odyssey +oerinn +of a china +of booze +off balance +offends +offshore +og kasi +ogag +ogbrittney +ogeesus +ogg25the2nd +ogned +ogogog +ogteleblock +oh no fuse +ohSmelly +ohai ohai +oheesnose +ohgoshyjoshy +ohh_man200 +ohhh nooooo +ohhnnnoooo +ohia +ohio is for +ohioisonfire +ohiostate347 +ohly +ohmyrod +ohtukurva +ohyep +oi ranga +oids +oigia +oily rod +oilysurprise +oixi +ok baba +okannah +oke +oksen32 +ol Twizted1 +ol kq +ol pleb +ol_l +olatrekuk +old Soul rs +old kind 911 +old man agst +old man zedd +old meat +old mem +older +older fruit +oldsports +oleNeilyBob +olen lahe +olindaelostz +oljon112 +ollie +olliedamage +olliethekat +olllllllo +olllllllo TJ +olmec +olmmmmm +olms beach +olovi kolome +olsyboi +olvia +omavi +omegaOnepump +omff +omgbabestop +omgimacarrot +ompahelppoo +omrip96 +omwtotob +omyefge +on 9 +on the fella +onalite +onbak1992 +oncenterlink +one 69 +one1one1one +oneblade +onelifehaze +onespringday +oneticktony +onex +ongelmanuori +onizuka +onle +onlinetares +only +only4pvm +onnetar +ons va +onthebook +ontspan maat +ontv1992 +onyo +onyx no +oo7jordan +oobent +ooblued +oof mikael +oofbored +ooi +ook Thunder +ookbye +ooli +ooo Papi +oooRush99ooo +ooooby +oooopsiee +op +op P +openyoarmpit +opiumwet ii +opneemvot +opticsnail +opzu +orangeluke +orangetree34 +orb in bag +orb knob +ordy +orebac +oreo lil +oreru +orexinergic +orez66 +org asms +orgasmdonor +orielor +orig +orir +oritx +orkans +orkut +ormz +orophyr +orra +orrichimaru +os SlayScape +osJuhiss +osbhuda +ose420 +osmati +osn +ososrswhen +osquiver +osrs Apathy +osrs MCFS +osrsbilly +ossaciM +osu +osynlig +otallone +otdog +oteb +otherguy3668 +otoboR +ottledread +ottx +ouic +oum +ouououuoouuu +outohere2k +outsmart3d +outsourced +ouwe +ovas bis +overact +oversize rat +ovox +owen4boro +owenwilson +ownsome1 +ownt by flan +owo0 +ox +oxifaze +oxoxoxoxox +oxtale +oxyy +oysni tu +ozos +ozztrevor +p hd +p n g +p x v x m +p000r +p0ge +p0tat0_baked +p0w3r +p0werSinn +p0werliftin +p2pell +pAj4ri +pHqiXfQb5rpO +pRandgris +pRiesty +p_tane +paatttxxi +pacack +pacbackpack +paccerz +pack +packmas +pacman5882 +padedu +padhimself +padq +pagakoning +pahe +painter2020 +pajiaobin +pakgg +pakkohoito +pakoonjuokse +pakwatch +palacePier +paladylan +panda +pandahands +pandas flail +pandascapes +panel v2 +panelupgrade +papa jjinx +papaisthatu +papatec +paper +paperbutter +parB +para1911 +parsakeito +party-joiker +partyinferno +partymonkey +partypooyan +partypossum +pashol +pasismi +paskapylly6 +pastry +pat summitt +patbeerpants +patches4623 +patnazNkryme +patriciogmz +patrol +paul94nl +paulimvitor +paulmacawk +paw fetish +pay peru +payout +pazmar +pb tiramisu +pbagel +pbj eater +pbjt +pcce +pd3 +pdi +peace love h +peaceofbread +peaceoverwar +peacsenur +peajy +peakyberry +pebbles256 +pecemker99 +pecker neck +pecko517 +pedagoog +peeje +peenwa +peepeepeepe +peepichu +peepoGamer +peepoParker +peerks +pegfemboys +pegge jr +peksi +pelaan +peliken2 +pellemaailma +pelmot +pemmex +pen gee23 +penakonda +penally +penile pain +penny 4 thot +penteroinen +peoples0123 +pepe max +perc ceo +perc5 +perckey +perigor22 +perlecta +perm +pernieuw +pernix +persepullo +persesreign +persisted +person +personajay22 +personal +pesto pasta +pet melon +pet my mole +petc0 +peternguin +petesmcskeet +petlucksucks +pettyrogue +pewbs +pezzler +pfiati +phatpunch +phatsocallum +phattymaster +phen0mXD +phenotype +pheras +phetagoras +pheyyw +phinex +phlayme +phonon +phoop +phorme +photolstamp +pi n g +pibbi +pickle llama +pieater_314 +pierke +pietu +pietun +pieww +pigeonkisser +pigeontoeman +piggybosspen +pigusvaistai +pihseurc +piia potka +piie +pikir +pikknu +pikkukala +pikkupeppi +pillman +pilludemoni +pimmscup +pineapples56 +pink soup +pink spoon7 +pink4 +pinkdragon76 +pinna67 +piomon +pipiopi +pippelisurma +pippy 429 +pipratoos +pir0tekniq +piraat bwana +piratedog7 +pisk naxui +pixelpeat +pixiedrank +pizano +pizzaforce33 +pizzaloksi +pizzalord321 +pizzerr +pj137137 +pjmonkey03 +pk3rsh34v3ns +pk_all_pk1 +pk_by_me +pkdrwho2 +pkdude116 +pker +pker ice +pkerdude559 +pkew +pkpk +pkshitomario +pkwy +pl33k_supa +pl3d +plaatshouder +planetflat +plank r +plankforsure +platygirl +play +player198792 +plea +pleadingface +pleadtha5th +please +pleasebuyckb +pleb Remains +pleb166 +pleben +plebminister +pletsjer +ploomert +plopko +plszulpet +plum lee +pluma +plumb +plumb bum420 +plumit +plumpy nut +plz dont kry +plzl +plzvenmome +pm 2 spy +pm4 boost +pmax +pmmefeetpics +pneck +pnn +po0z +poachpenguin +pocar +podginator +podolskee +poesiewoesi +poesiwoesie +poffdragon1 +pogarmyy +pogdoor +poggersgif +poggie +pogglewogger +pohaku +pohwe +pointn +pointright +poire +pok758758 +pokas +pokemonsunim +polentusmax +politieman +polo gee +poly +ponderer +pontlarge +ponyika +poo from bum +poobutton +pooga +poohwell +poolbadger +poon fisher +poon nanny +poop81 +poopeepeeman +poopsm0ke +poorlyhung +pop-tato +pope +popstantot +popwig +porkchop-kun +porkchop87 +poro600500 +porpleRanger +poseidon0928 +post +post nut sad +potato +potato pleb +potatogod62 +potatolove20 +potatoplayer +potholderz +potionsell3r +power +power helmie +powercheck6 +powerpluging +powerslide +pp 73 +ppb +ppdandelions +ppengu +ppfighter +ppidd +pr0jectcarry +pr0kkeh +pr1est +prQmethazine +practice +praskiepas +prayfx +preachably +pregnant +pretty +prillage +princesstktk +pripps0 +prkr +prncss +pro90 +problitz1 +progmog +project eggs +prom +prostate +proud2bbalin +prtck +prut257 +ps1 jrpg +pshot25 +psp 11O6 +pssssssh +psykotic12 +pt37 +ptdn +pubnroh +puddskape69 +pudgy +pugginSpooky +pugmen +puhkipantu +pul uk +pulinaseppo +puljulaine +pullo viinaa +pulpfree +pumiss +pummi984 +pumpkinslaye +puncher +punchlineNL +pungur +punken +puny +pur3gh0st99 +purEvil808 +pure +pure owns al +pure wood23 +pure10693 +pureblackid +puregluttony +purity +purpfanatic +pusha tree +pvm bioodz +pvm-owning +pvmingbr0 +pvmrob +pvpmirage +pvtRyansPvts +pvvm +pwn me plox +pwn0grapphy +pwn2b3w1ld +pwnnya +pwuh +px yra +pxls +pxtchy +py ze +pynergy +pyro +pyro255 +pyromaangast +pyttyyn +pz +pzqlpwbma +q Aleks +q Nossie p +q b0nkerz q +q f z +q l l u +q sl +q-Mini-p +q0k +q9q9q +qJezza +qOsMoSiSq +qPepsi +qQazp +qTiger +qazi +qazio +qbc +qbi +qbt +qckr +qerw22 +qez +qi e +qiany +qiunc +qiyamah +qlxxlp +qnzjosh +qoao +qooo +qop +qorbin +qp +qpwoei1029 +qqgoat +qsse +qtAlice +qtb +qtei +quazepam +quekchose +questarila +queundas +quickiies +quickmoist +quickster61 +quit afking +quit cry +quitb42k +quiver81 +quky +qwaylub +qwerps +qwertralph +qwerty2431 +qwertyboll93 +qwertyuiozxc +qwl 2 +qwopr8 +qwruqwpourqr +qy +qz +qzxz +r a i n i n +r a i q +r d x +r eflex +r ehab +r i ley +r n g o d +r o c h i +r pt +r u a pussy +r0adh0g +r0jasss +r0mera +r0p3_tv +r0yalrag3r +r1ch3r mitch +r1chmond +r1ddlbox +r1z1n +r3laxed +r3mov3k3bab +r4cky +rAEbl88 +rIcHmAn4 +rMatey +rVino +r_rl +raando +rabid +raccy rac +rackee chan +rackelzz +rackemballz +rackzcity +racoon96 +raddawgg +rademakertj3 +radox +rafa2424 +rafnek1 +rafuchoz +ragde28 +ragegoon206 +raid +raiden +raildex +raisin canes +rakete +rallikaar +ralliss +ram this +ramafie +ramblin +rambo 1206 +rambombon +rambroze +ramjamyelham +ramsesthecat +ranarr +ranarrbiss +random +rang2d +range +rangedp00wns +rangoraus +ransty +rarefleas +rarekia +rarru +rarurrer +rat catcher4 +rat ritual +ratboysteve +rateddd +ratirl +ratirlAlfred +rats +rattiyanee +ratzzzzzzzzz +rautamon +raves m4ck +raving +ravioliwren +rawheadshot +rawkneedong +rawr +rawrsmashh +rayhoon +raymanvh +razorwheels1 +razzdnutz +razzex +razzmatazz23 +rb winter +rbjk +rbootsGOD +rcr333 +rcyy +rdrluvr77 +re-frozen +reBoosted +real boyo +real-derin +realAxu +reallityfail +reallyhigh +realpcooktho +reamillion +rebirthofyay +rebuildd +rec me +reclinedgmr +recognizable +reconjack +red eye jedi +red fox8 +red504 +redank +redberry +redditlucio +reddragon950 +redeye q p +redgorilla12 +redhunter193 +redman211 +redpatch +redracecar27 +redrumyliad +redsheik +redsox216 +redsp3c +redwagon9 +reenur +reese +reetznutz +reflexlols +refurb99 +reggie v2 +reggieblunts +regorydog +regular ph +rei1315 +reikimastr +reilaria +reistje +reitan2k +rekordlaunh1 +rekrog +rektum +relac +relaxed +relaxed now +rellu riku +reluf +remind +remind309498 +remko maxed +renaissance +renasue +renruB +reopened +report you +reptil51 +reptile reas +reptilepoop8 +repulz +resU +resetcentral +resupplyalt +retern +retrrd +retuson +retzc +reznas5 +rezpek +rfr0sti +rg44 +rgfji +rhey +rhiller83 +rhygan1 +rhys c +ribalibali +ribe4 +ricard0live +ricardos78 +richarb14 +richy +richy rain +rickrko +rickthick73 +rickystackss +ridewitme +riilis +riipx +rikkertik +riksa123 +riku230 +rikuirl +riller +rils2 +rimpati +ringo794 +ringosting0 +rino +rip dj +ripHuyy11 +ripbobthecat +ripend +ripsrc +risbarn +riskbizz +risker +ritcey +rithvik +ritotrisoto +riuCooler +rizn +rjh300 +rjweb +rl9g10rs +rlkgfseorhfe +rnatt +rng god x +rng limey +rnom +rnue +rnv +ro0b0 +road2broke +rob nagle +robbinator27 +robhode +robilo123 +robinchris +robo +robombalt +rockcrabpvmr +rockeroHN +rocketberg +rockhead7746 +rockstarwht +rocky leeg +rockyandtaz +rockyou 2 +roest +roflbaker +roggy +roldan_one +roldunogene +rollsyy +rommmey +romper +roofy +rornburst +ros n +rosati924 +roshambee +rossdark1234 +rossmain +rostiefrosti +rosullivan8 +rot popstar +rotceleS +rouge +round cat +round kc +royalpanda53 +royce ranger +rqkrtzjvbsuh +rrautamies +rriot +rrrpR +rrrrrrc +rryutie +rs3 blows +rs3dansgame +rsoby +rsruinmelife +rstr expert +rsyux +rthgo200 +ru-ne +rubengouveia +rubikslayer +rubj3llyonme +rubtuge +ruck ur dad +ruding +ruikkuapina +rukdingme +rullakebaani +run amuk +run its bc +runaru +runaway iron +rune +rune dogger +rune enjoyer +rune poon +runedongs783 +runedragslay +runeferyearz +runehol1st1 +runeika +runep3 +runequeen163 +runesc4pe +runesoftime +runetraction +runite +runite bars +rupt +russien +rusted +rusted shaft +rustigggggg +rustinged +rustys word +rusvet +rvrse +rxbi +rxylvrn +ry1n +ryh +ryppyreika +rythail1 +s h l o o p +s hok +s i r tinly +s k i p o w +s laack +s n u f f e +s nekk +s t i l +s tress +s0spwnz +s0uln0te +s0ultage +s10w +s11gm4 +s1ayerg0d +s1pa +s1r maximus +s3fa +s3nna +s3nt +s3ppa +s3vuu +s4mu +s4nc +s7v7nty +s7vey +sCUM Runner +sKDestine +sNEXyBaker +sSahm +sSpring +sTs W33D +sTxje +sYo +s_ck it +sa ko +sa-ku +sabfas +sackiltrog22 +sackmen +sackmyduck +sacredchange +sad nmad +saddest +sadgeboi +sadnmad +sadnmad666 +safe bunnys +safermoon +saffyO1 +saffyO2 +safino +saguyuyu +saiko +sailsouls +saintffs +saiyansmithy +saknoM rD +sakuyaaa +salad +saltia +saltycups +saltynads +saltypepper +saltysealife +sam ofc +samdegreat +same +same hada +samo0o +samoht10 +samothon +samqwop +samtatt1 +samuraigod13 +samwise1133 +sandai korky +sande108 +sanooJ +santa cloud +santa ho ho +santorio +saphinix +sara +sara 35 +saralandry +sarcasmz +sari essayah +sarppatsu +sashamii +saskecas1 +sassy fool +satisfried +satsuJima +saturos159 +sauna41 +sausage +savPalestine +savage_grey +savi 2 +savukorilas +sawb +sawb0ssnl +sawl7 +sawshoulders +sawyfabj +saynototofu +sayyless +sbrand0n8300 +sburzz +sc arlett +sc00ben +scaffidi +scallicci +scape for 1 +scape4ever20 +scapey123 +scaredbunny1 +scat wagon +scb +sccrub +sce nes +scerp +schaamlap +scherzmfromz +schetts +schiggs +schildknaap +schmashmu +schneeple +schneky +schnibbyy +schzu +scidder123 +scitles +scnick +scone99 +scoobydooby9 +scoobysdooby +scotian 902 +scottslipper +scottuzamaki +scottydo27 +scout +scout robot +scrollspirit +scrotumfart +scrubEE +scuffedbrain +scuffi +scumbag 66 +scuterholmes +scythe +scytheXI +sdfsd125 +sdotmaxedout +sdzl +seBlait +sea owl +seabird +seachrome +seacowcow +seamondemon +search0 +seared +seawolfsam +sebbe osrs +secs +securite +see attached +see me whip +see4limbs +seepah +seetod +sefeeee +seffimz +seizure +sekkuso +selfShow +selfcurse +selfish coal +selling +sembino +semper +semperstrik3 +senZe +senapsgasen +sendu2edge +sendykap +senggg +senpai +senpai btw +senseyf +sentterih +seppem +seppes121 +seppevb +seppohaa +septynetas +ser angus +ser tugger +seraphine jo +serbuttkiss +serious +seriouslee98 +serpentSmelt +servix +sessarrow +settyboy66 +settyz +sex mum +sexy skuxz +sexypersian +seyed +sezery94 +sfinx71 +sfnative +sfsdfg +sgaben +sgf419 +sgg9779 +sgk +sgq +sgurdevolii +sh-Y-ft +sh1nan1gans +sh1ttyrng +sha0ski +sha7y +shabado +shad y +shadex94 +shadow +shadow brr +shadow btw +shadow77440 +shadow926629 +shadowarmy +shadracker +shafli +shakedabooti +shaking irl +shamabeast +shamans +shambbles +shanemck +shantyklawsh +shape +share +sharingbox +sharkey_32 +sharpshot776 +sharto86 +sharyn cox +shasd whip +shawnn1 +shayge +she btw +shed dabber +sheep5 +sheev85 +shekelgoblin +shelfy 2 +shents +shere khan1 +shes sleepy +shezze +shhit +shiddingpant +shields_zzz +shift drop +shifty +shiftydaboss +shigha +shiky +shio +shishiodoshi +shisui +shizcake +shkoB0 +shliure +shmoopaladoo +shnizzlebear +shoarmamama +shokki +shoopa +shoot162 +shordilele +shore +shortsleeves +shortstroked +shower +shoyu +shreddin +shredness +shredskater +shrek5 +shrigma +shrlmp +shrooon +shroooooooms +shrootfarm +shroudyroudy +shtos +shturpants +shumili +shushlik +shvxstxchla +shxg +shxyzzz +shy lo +siNusas +sibeepboop +sickGeneral +sicklyhare +sideways640 +sidney3241 +sienna +sienna sleep +sieracki +sigh +sign0ut +siik +siimzz97 +siiz +sikatopi62 +sikazz +silburr +silemani +silenthenk69 +silentical +silenttrew +silim acac +silk +silly cowboy +silvar93 +silver bean1 +silveraze123 +silverwar33 +silvethril +silvio lol +simi sai +simmeg +simp 4 life +simple +sims Hsp +simz +sinannani +sinappi688 +sindicalism +sindulis +sinfulnature +singlemom34 +sinsofmany +sippin +siptar +sir ecnar +sir skau +sirlotje +sirmesoulier +sirpaul +sirpoopball5 +sissijuustox +sisuwu +sitonmaface7 +six2midnight +sixanddagger +sixerr +sixovercrest +sjaq +sk0me +sk1rttt +sk9bord +skaiii +skaios24 +skandaali +skaring kids +skateenjoi +skaterdogz +skatermatt91 +skatterpunk1 +skaugi +skcusxegaj +skedie +skeide +skek +skeletoon +skeli +sketchdreams +ski +skidipoppop +skilgrave +skill +skillachris2 +skiller270 +skilleuhjong +skillmaster +skillngbot41 +skills2millz +skillz davoo +skin suit +skinny227419 +skinnypimp71 +skipz1419 +skittels +skittlesour +skiu_21 +skizzurp +skizzy sammy +sknzor +skoalintry +skoowu +skorthen +skowotek +skranzii +skrenne +skrtskrtpvdb +sks110 +skuccy +skuirk +skunk nugs +skunkpaste +skunkskillzz +skyE +skyelar27 +skyffoxx +skyz +skzs912lav +slaack +slack austin +slacky456 +slajdaren +slap her box +slappfisken +slartiste +slavhouse +slay +slayJTIaster +slayer +slayer92 +slayerfrog57 +slayerxp +slayetd +slayhore +slaying +slayzerot +sle3k +sleek2d +sleepinonice +sleept1ght +sleepy 940 +sleepysleeky +sleepyweasel +sleightest +slemgaedda +slice +slice O pie +slickstick21 +slickvick21 +slidesteps +slidtegitte +slight +slight7 +sliginz +sliim +slim in dar +slim j3sus +slimski +slinnGimme +slippaa +slipstrides +slobthyknob +slowmopwns +sludgebag +slundersc0re +slurpeeboi9 +slurpeeking9 +slurpy40 +slurpydong15 +sluz +slvtty slvt +sly seyda +slyhitman +slypupper +slyr4ng3d +sm0ke herbs +sm0kebeers +smChi +smackbo +smaddz +smaggd +smalcano +small boaty +smallmichell +smallppbigxp +smalsey +smasher12121 +smasher95 +smaugs +smbonn2005 +smeerpijper +smel +smelly fuss +smellyducks +smerq +smettjes1 +smh Monkey +smiithy +smirqqel +smithdarts +smittty2009 +smoe +smoke +smoke buds +smokesIetsgo +smokin +smokin turdz +smokingalone +smol bat +smol chris +smolBen29 +smoothcamel +smoothlover +smote +smoug007 +smrgn +smuqu +smurfrookie +smurpfy +smushman +snaggle +snagnURkill +snailydog +snakehuntr94 +snakenbaked +snaplocket +snapped neck +snarfoo +snck +sneakY geeB +sneakyleazrd +sneakyyj +sneekeysnek +sneeky +snek +snek killa69 +snek man_44 +snidletics +sniff +sniffmapouch +snikkels +snipper143 +snoogensss +snoppen97 +snorlax481 +snot aap +snow dude678 +snowdance +snowfild +snowkeepuh +snowy +snowyhawk45 +snowysonic +snoxxyl +snp500 +snubsnub +snurtfe +snuskfet +snuskukken +snusnuending +snygg o smal +so joe +so jung mijo +so much ass +soarix +sobsk +soccerdog +soccermom82 +soccerrad177 +sock +socopb +sodChamp +soderfalk +sodynamic +soft +soft dab +softer bugg +sofus64 +soggybread4u +soggywaffel9 +sohju +soiled +sojraal +sokoudjou +solfam +solidon +solo +solodiyloner +solodoloyolo +soloeraut +solopops +solos +solost7 +sombb +somber +some +some1saybags +someBODY325 +somos papaya +sondrep +sonera +sonoboymw +sonofablitz +soobli +soombie +soon2bxwife +sophiebear69 +soppel +sorris alt +sorry +sorry pls no +sorrymatey +sotaneekeri +soul +soul et luna +souldrainer +soulkamikazi +soulkra +soundspeeds +soupnbannock +sourkraut +soxx +sp3edie +spOnsOrr +space craft +spacemanriff +spaceonion44 +spagh bol +spam123 +spangulation +spankmoi +sparkoftruth +spartan1137 +sparterrang9 +special k258 +specialton +specuri +speed +speeder269 +speedtrain +speeeeeen +spell +spenmaso +spete +sphicologo +spiLLLLL +spicke21 +spiderman 13 +spidey +spigems +spinova +spiwit twee +spladay +spleiner +spletcher2 +spliffens +sploobie +spoiled mayo +spondonicles +spooki xd +spookib +spoon +spoondrngplz +spoonfed +spoontarded +spoonyg +spoooficus +spootineftw +spord8 +spozz +sppak +sppoh +spratel +springAnonce +springplant +springsteen3 +sprite zero +spritelum +sprits +sprsp +spudmyster +spugEddi +spunkontitz +spyde96 +spyrolegend4 +sq shield +sqad +sqrls +squareheadfk +squatlownslo +squidnstab +squirrel1991 +squirt fan +squirts +sralisas +sray +srd +srgynt +ssA taE +ssei +ssh keys +ssj3 +sspiriNut +sssu +ssttaann +ssyd +st aeryn +st4k3l0rd +staarii +stabbycut +stabekk +stackables +stackagawea +stahldog +stainalt +staleburrit0 +stan darshhh +stannaz +stannum +star +starcrosdlvr +starfalI +starknightsy +starshoppinn +starvn-marvn +static void +steadiskill +stealthwolf +steckubnU +steel +steel slime +steeljake +steelplums +steeveee +steezybear +steezyledge +stefanopt +steflon don +stekkeT +stella1 +stepbro +steph n +stephvn +steponnopets +stereos +sterre1ch +stertanz +steveagogoo +stevenovak6 +stew thru +stewiii +stfn +sticc +stickuppix +sticky clay +sticky holes +stickygirl +stiff +stig sucks +stiice +stikybandit3 +still +stingray2018 +stinky +stinkybunny9 +stinkymooner +stokstaart +stoned +stoned84 +stonedowned +stonerwelds +stoneybolgne +stony +stoodzy +stop log +stopbegging +stopy wersow +stor m +storkis95 +storm +stormynight +stouterikk +stp3ach +str3tch33 +str8 balling +straangeDayz +stradiSlay +stranglege +strap locks +strateigo +straw cup +strawbery +strawnk5 +streetshark2 +strex1 +striker +strnagetamer +stroudlee +strp0tzz +stugex +stuntti +stupid +stupid game +stupidcape +stupot845 +stylebend3r +styrkekram +styxRYAN +sub merge +sub2purple +sublime +submunculus +subooptimal +substring +subzero +suchti +sudden sloth +suga +sugar d0nkey +sugarfreeman +sugarwater +sugme nob +suheil69 +suhuan123 +sukau +sukc +sukidarkra +sukii +sullz +sum1elsecall +summa +summa arte +sumsy +sun delusion +sunaert +sunday tea +sundburgaren +sung101 +sunkir +sunkirrr +sunny +sunny sponge +sunrakuz +sunris +sunu +suolahappo +sup J +sup3r0n3 +supagorilla +supalordwar +supbruh +super +super slooow +super system +super-thoms +superbuds +supercolds +superj4 +superlisko +superlonely +supermanJJ +supermarket +supermaxx +supermoist +superr +supnoobs10 +suppertmain +suppus +supra +surfboardcat +susanno +susdog +suspect12 +suss +suwo +suxc +suzuky +svedanya +svennepen +svenskeren80 +svettnisse +svimmelskam +svoji +svrN +svstre +svti +svver +sw x +swag +swag dr +swagburgler +swaggabawz93 +swaggb0y0wnz +swaggie365 +swagscape666 +swake420 +swamp +swamp man_43 +swampertman8 +swampwitchx +swampy fool +swansoup +swasian +sweaty +swed +swed 420 +sweet ass +sweetpissin +sweety 77 +sweggdaddy1 +swerve q p +swfc50 +swfc51 +swftz +swiet +swiftmango21 +swissbagette +swol +swolelord +swooinc +sword +swordngun3 +swordsplay62 +swxasxx +sxkes +sxtt0 +sxybro +sycp +syklo +symmm +synack +syndra007 +synnistra +synterrafox +syua +syytu +szer +szeth17 +sztuk +t iel +t imbo +t r a m +t rio +t u k e +t ux +t-Wrench +t-painn +t0_valhalla +t0ast mal0ne +t0c00l +t0nni +t0xicpoptart +t1n3 +t1tz1 +t4aker +t4t frot dog +tOxI +tRIPdoubt +tRNA +tSessa +tZiMiNt +ta det lugnt +taasen +tabbionny +tabulast +taco +tad3j +taeyeon +tage3xx +tak0981 +take +takimoto +takotime +tala 7t +talinklion +talisam +tallest +tallwhitebr1 +tamesh +tandem dooks +tanfastics +tanguay478 +tanklesss +tankyster +tanuliina +tanzfangplz +tar +targ119 +targa +tarpGC +tastenz +tatarsauce +tatuwah +taxed2 +taybonejones +taysmehu +tayyab +tazzen +tazzzz31 +tb 3O3 +tbaballers +tbach +tboowscouter +tbow +tbradz +tbrey24 +tcorky +tcroft +tdawgthekid +tdoe +tdogtsw +tdslaterG +tdufflebags +teagantime +teakte00 +techev +techeverria +technitions +teem0her0 +teemerco +teh_new_guy +tehe302 +tehskoozy +teini_horo +tellymantel +temmi69 +temx +tenac +tentacion +tentacruel38 +tepaseohijo +terenerd +teroy +terrence +terroristiI9 +terrryfold +tescoworker6 +tess tlckles +testokersa +tetinhaaa +tetsundo +teum +tevlevdeR +tewwowism +tezje +tfortal3nt +tfsi +tfw +tfzx +tgchick3n +tgkiller +th0my188 +th3engineers +th3m0nrr0 +th3physicis7 +thaiboygoon +thajokerkid +thames1000 +thasonn +that1stoner +thatbaldkid1 +thatbuttguy +thats +thats bone +thatthicksix +the 2 of us +the G herbo +the Unreal +the Zec +the afg-gun +the assail +the big girl +the capt +the creaper +the girls +the kleeborp +the lupo +the lurkkii +the mighty R +the ocean +the suns +theDazzling +theFish +theH0witzer +theHNC +theMatan123 +theSuperb0wl +theWOODchpr +the_blindguy +theachaian +thealemdar92 +thebestgf +thebrucelee +thecoolbro97 +thecwakecake +thedamoes +thedarclit +thedarklit +thedyermaker +theebeker +theeib +theforkster +thefunkmonk +thegamebad +theguyman160 +thehow112 +theironlotus +thejonsson +thekingkane1 +thelanco +theletterbla +themaestrox +thematrixgg +themrgiggles +theon +theonebrova +thepirateman +therangetank +thereal bi n +therealAxu +therealchr1s +therealinfex +therealramba +therminy +thes5016 +thesavior315 +theserpent +thesmurfster +thetibo +thetoday +thewooshh +they gave up +thezucc +thhxd +thicassglass +thicc dady +thicccc +thicchode +thiever05 +thijssb +thinker +thinky +this +this blunder +this gu y +thiseku +thisthat2019 +thongmasterb +thoomed +thosma777 +thot +thot tub834 +thotortiana +thoughtz +thrakataluk +thrashcan86 +three2one0 +thricer +throat queen +thrynandwen +thug z9 +thugger +thugli +thundeman999 +thurgo pie +thwison +thx4zloot +tibbs plural +ticklemesack +tidnabregdab +tienermoeder +tigerturtle0 +tightteen97 +tijgertje3 +tiktok rizz +timaye56 +timejumpsolo +timmaxio +timmer +timmy +timmyisweeni +timmyjoe643O +tinmer +tinnaytookit +tintaria13 +tippystick +tipua +tipyt0p +tire +tiredcloth +tisbea +tissiliisa +titches wit +titsanddrags +titty +tittyjuggler +tj44 +tjappko +tjcombro +tjd1233 +tjomka +tksnevrlucky +tmahones +tmeer +tmeer 18 +tmjdx +tmued +to dd +to0Oldf0r1t +to_o +toad +toad03 +toasted max +toastfinder +toastypoast +toatsme42 +tobiasalex4r +tobinoo +todd crosset +todtplanker +toe2 +toebumper +toes +toesmeller87 +toff +toff haha +toffelboy +toffij +tojo228 +toks +tolerable 24 +tom hutch +tom widdle +tombaum +tombradynfl +tominator87 +tommybun +tommys488 +tomrichmond9 +tomriddle09 +tonko +tonttitonder +tony danza +tony el gros +too bad +too known +toolbar +toomastoomas +toonits +tooowise +toot +top her 1000 +topdollar +topgun 17 +topgun343 +topie +toptom90 +toqs1986 +torfy +tormutrose +toronomans +torpedox1 +tosspot12 +tossta +tostaempo +totip46 +tottti +touhutimppa +touma +toxi +toxicburn13 +toxiclun +toxicsaitama +toy Owner +tozmic +tq +tr0nberg +tr0nd +tra1nwr3ck13 +trade +tradescreen +trading law +traevitz +traffic +trafficly +trainman222 +tramayne +tranquiltoad +tranqzz +trans +trapbag +trapizium01 +trashy +trattqunnar +trav50 +travym66 +trcky americ +treboolks +treetardo +treezy +tremmu +trenboloneyy +trevor4ever +trevs +trevs iron +treyblob +triangle28 +trickyerrr +trickyricky +trickytoad59 +triggaevery1 +trikyricky +trilla +tripin +triple fin +triple pre +triple zero +triplefiter +triplelmao +trippel agen +triv hamzy +trojan break +troll +trolling +tropiiix +trout +troutking96 +troy the mak +trso +tru3 +trucker74 +truskey +trustfundcat +trustsfund +truucas +try the wiki +trying2quit +tryksta +trytohuntme +ts4ever +tsqq +tstrong5689 +tsukemen +tsumino +tsurie +tsw +tswiftfan82 +tthe +ttnq +tubu +tuggly +tuhdhuderr +tulieee +tum0ppi +tumeken jyra +tumme +tummytickler +tumunduktu +tunalife +tunnepelaaja +turban911 +turbo +turbo nut +turboChett +turboboost93 +turboed son +turbogamer12 +turbojoey +turbothots +turkishh +turkles ahmo +turn the 6 +turnt +turntBurrito +turntgod711 +turtl111 +tututu +tuumas +tv_vt +tvmv +twasnotready +twelve bags +twelvecharac +twelveswords +twiceascool +twink irl +twinr0va +twisted tina +twistedgirls +twisty +twitterclans +twixinthemix +twiztid5000 +two4nine +twohandedfap +twotoedsloth +twrangles +twubble +ty RuneLite +ty zmith +ty4flail +tyguy +tyler1041 +tylorLotus +typage +typedef +typto +tyrant +tz13 +tztok-worm +tzuyah +tzuyufan14 +u dead now09 +u got a dart +u got beaned +u itachi +u kno de wae +u r gay 4 rs +u0h +uEnv +uKnoTheRules +uLiveButOnce +uRattt +uSnAvYsEaLs7 +uTBER +u_u sunshine +uberHasu btw +uberstunts +ubiquitous96 +ubug +uchar +udq +udr +uetzcayotl +ufnn +uganstolfin +ugivahrimjob +ugly 67 +uglyandfat +uiaF +uiliuiliu +uilz +uimi +ukn0w +ukwolf1 +ukzharry +ulab +uliuli reps +ult u fk jzs +ultimo0se +ultracet +um Cya +uma pyoi +umer +umexx +umr +umw +un deux +un1versa1 +unFolly +unaroc +unawareaxe +unazegamoth +uncle +unclefro +uncleskrt +und +und3adedd +undeadgun +underslept +undoc +uneek2you +ungafknbunga +unholyblood +unitewankers +unkyjay +unla +unless +unlucky2020 +unluki +unravel +unravelslapz +unreaL294 +unrequited +unsoy +untc +untilnextyea +untitled +unwarranted +unzips +uppahoods +upset +upset berry +upwindnofear +uqx +ur a bird +ur buttugly +ur cool +ur so mad +ur stinky +ur6 +urBunsRDone +urNANS +urano O_o +urashitpker +urfault +urgirlisf2p +urgnah8me +urondelekk +urqt +urvinis1 +urza +usainb0ltrag +uselessbozo +uselessmap +user187 +usergoeshere +userjman1428 +usinlefthand +usma6100 +utiliser +utpaatur +utsw +uu Sauce +uub +uubaidaus +uul +uuuoouuououo +uuuuhhh +uwja +uwu merchant +uwu noises +uwu24 +uxbridgekid +uyakO +uz x +uzei +uzis akimbo +uzui +v Simba v +v olksu +v oltage +v tsng +v uka +v yp +v-yordan0702 +v0i kehveli +v0mbat +v13 +v3kz +v453 +vAnthony +vBlankie +vCamel +vDragzi +vFoley +vJace +vJordxn +vLachieAU +vLeqacy +vNicholas +vPikis +vRoso +vSnoop +vSpectre +vTaqq +vaderex-1 +vaflyga +vageet +vaghairs +vagtap +val val val +valeriaT3amo +valithi +vallihauta96 +vampfrog +vampir +vampiremiyo +van est +van soi +vanVoren +vanacis +vanacularr +varla phase +vasia +vasxx +vaux One +vavmaster +vb cannsss +vb1 +vbehn44 +vbhos +vc +vcl +vcnyew +vcw +veEXP +veergolio +veetuli10 +vega591 +vegiebobs +vegiitto +vekter1 +veldow +velek +ven g +venazuelan +vene +venefae +veneruuti +venezuelan76 +vengedclaws +vengedurmom +vennie123 +venom nate +vent +venturo +venzano +vepie +veri2222 +verlord +vernonb2688 +versacejean5 +versatility4 +vertigo love +vertztheone +verychillguy +verzikius +vesikulho22 +vesq +vestapol +vftvmv +vgtrs +vibe check +vibing +victoriauwu +video +video peli +videogamer +viento suave +vierges +viet dragon +vieze sjomp +vigilant +vihervasuri +viikzt +viilipytty +viki +viktor main +viktoras300 +villavolta80 +villeh +vinigha +vinke00 +vippaa +virtualsucks +visdayox +viserbro +vislegis +vispikauha +vissiman +visualduck +visuna +vitunhomo +vitunkoyha +vitunneekers +vitur scythe +vitutor +vituvahe35 +vivaa +vizzN +vkt +vlaamsbelang +vlees petje +vllekoo +vlyn +vmooo829 +vmxn +voddeman +vodka +vodkapro +vodke +voi vattu +void-e-d +void5 +volconhammer +voldersnort +volga34 +vomax +vork4sh +vorosity +vosol +vougz +voui +voxi6 +voyage_zjo +voyej +vpxl +vraakmanus +vriskafan888 +vro +vubervos +vulnaamin +vulxe +vunts +vuokko22 +vurn +vursa +vutr +vuur +vuzvuz +vvBearded +vval +vvtt +vw +vzi +vzkg +w Danko +w e b r l +w en +w ert +w vy +w00_88 +w00d pecker +w00tgh0st +w00x titan +w00xy +w0Ive +w0ked +w0lcomcz +w33dplanter +w3n +w4kenbak3 +w5s +w6rst +wYungen +waaayneee +waaluigii +wack pack +wacup +waga iron +wagen +wagween +waitwhyudead +wakecub +wakingupsad +wakuser +walk +walker80 +walli +walloftime39 +wallyally13 +walmart nuts +walmart used +walnutmonkey +waltjrs legs +wanShy +wana corp +wanna quit +wanolo +wapwap +warcauser33 +warcraftgame +wardongs +warestoteles +warface125 +warm +warm cuddles +warm is vuur +warmclouds +warrior +warteryyy +waseem76786 +waste of alt +watch +watch hp ty +waterbender +waterdrink +wathx +wavej4 +wawuweewa +waxRS +waxhitwonder +wayabove +wayne s new +wcdak +wdx +we died fast +weThoom +weak dummy +weaknd +wealldiesoon +wealthletics +weaponman54 +wear croc +weary pigeon +wechilling +wednesdvy +weeb +weeb doggo +weebew +weedkillsppl +weegthe32nd +weekendfun +weenscape +weh8ironmen +wehde +weight4 +weir19 +weirdo +wekkes +wenwick +weoh +weppend +weregild +werkd +wermz8 +werndoggaa +wertyer2 +wesley 256 +wesley biets +wesrrules92 +westsider011 +wet da bed +wet oven +weve +weweweweoox +wewkek +wf_solo123 +wfh atm +wfsdfvwwfsdq +wfsn +wh1tey95 +whale +whale come +whathitu +whatiswork +whats +whats skills +whatsoup +when +when I chant +where +where ask +where moon +where noon +where yat +wheresyaboy +whip2b +whipbanned +whiskey bow +whisoserious +whispery +white +whitedog8 +whitless +whizprjazpxr +whk +who is react +whoawhoami +whodo +whodoyouknow +whololo30 +whoopdidy +whoppinknob +whoscherry +whotf +whtmicrowave +whuchaka v +why afk +why ego +whyaintyoume +whyamisofat +whynotp2p +whyuboolyme +whyzerkbro +wi f +wibeton +widefang +wiegehtsmir +wienerbread +wife4sale +wifes +wifibananas +wiidziss +wikedfix +wil je ket +wildarko +wildberryRS +wildcheery77 +wildystuff6 +will +will vv +will win 2 +will_mello +willc893 +willeehawk +willie432 +willis28 +willmissit +willmott +willsand2405 +willsuck4GMK +win we must +winnur +winterburnI +winterdaze +wiseguy2187 +wiseoldPapi +wiseoldnam +wispykarma +wistfulgyre +witchbladezz +witeboi +witenry +with +witnesspower +wiw +wizard129 +wizardyoda7 +wizkid499 +wjsn +wkurtin +wlkerTXrangr +wndow +wndy +wngo +woah +wocket +wodg +woesh0 +wohc +wokkejzzbak +wolfbless +wolfy +wolrus +wombo_zombo +womp +wonder_wenis +wonnie +wonniwonkaka +woodchopp +woofmaster +wooohooo +wooooom +woopingcrab +wooski43 +wootex +woox +woox10k +wormple +woshishabi +wowda +woxzard +wrdd +wrdflexoke +wrong ranger +wrsrule +wruhtra +wsodonnell76 +wsvolt +wtbzenyte +wtffixthis +wtfix +wubzh8black +wucebrilllis +wuckedenergy +wucy +wudi +wudup9696 +wuil10 +wulfwulfson +wussupfool +wutzgood +wutzit +wwTakun +wweadge2 +www +wwwMusic-Map +wyat +wyattearp99 +wyked +wytch +wyverns4days +wzav423 +wzrdddddyo +wzrds +wzs +x 0lev x +x ABBlE +x Argonath x +x Chainz x +x Chelli +x D E E x +x Dante +x Fabinho +x FiFi +x Flux +x GS Cookies +x Haste +x Kane x +x Kierac x +x L i o n +x Lady +x Lafferty x +x LostBoy +x Mayhem +x Ndo +x Nex +x Not blue x +x Nym +x Pho +x Red Rum +x Ryu +x Ryuu +x Sorvete +x Verzik x +x Zela +x Zink +x a t +x e l a b +x gladiat0r +x husla +x iNtrigue +x iyad x +x lollage x +x mk ultra +x preska x +x r +x warri0r121 +x zi +x zn +x073x +x0Mag +x0Tub +x12ob1n +x1deag +x1flyx +x235 +x2u mania +x3 nuzzle +x7 Curvelo +x86 +x8737 +x8mz3hg7zm5f +xAFK_BTWx +xAbysss +xAddictive +xAeroWolf +xAndrew +xBL00DSTREAM +xBaNeSoldier +xBarlah +xBayLiss +xBeefStonks +xBeerbear +xBehavior +xBellax +xBenny +xBlackDahlia +xBongzilla +xBootySlayer +xBottleCap +xBotty +xBowlofPhox +xBrendyy +xBrimz +xBrown +xBusse +xCUFFSx +xCallT0Armsx +xCarter +xCastiiel +xCheeseheadx +xChemistry +xCherish +xChew +xChiro +xChyeaa +xClf +xClifffff +xCloudie +xCodeh +xComposure +xD1E +xDCx152 +xDOMIN1C +xDRAYx +xDab of Iron +xDaf +xDagon +xDapzz +xDat +xDevastor +xDevil +xDied +xDieter +xDijon +xDilexro +xDingy +xDora +xDoremonx +xDrawingDead +xDuckyV +xET99 +xElliott +xElsa +xEnforcerx +xEtiquette +xExclusive +xFMSx +xFailBoatx +xFirespiritx +xFlea +xFloaty +xFranku +xFraz +xFremmy +xFruity +xGallarzax +xGigz +xGoat +xGongo +xGrant +xGusBus +xH1ckz +xH4rry +xHades +xHamzha +xHannna +xHartliss +xHarty +xHayez +xHearTBow +xHerp +xHmongHerox +xHugsi +xHussla +xI3reeze +xIron Senpai +xJeb +xJiren +xJlN +xJolt +xJord +xJordd +xJulia +xJuve +xKAJJEx +xKadi +xKdpunx +xKing +xKodai +xKrab +xKril +xL2MUZZx +xLayLay +xLelooToo +xLester +xLrc +xLuXx +xLumby +xLunatiQ +xLynn +xMBx +xMEKANIKx +xMMGx +xMardy +xMarkos +xMassx +xMatah +xMatty +xMedicate +xMentalXx +xMetharos +xMewzic +xMochiix +xMonkey +xMp5 +xMyrupz +xN I K Ex +xNatureladx +xNeilzus +xNerevar +xNgocdol +xNickaap +xNova +xO Poe +xOBG +xOG420 +xOnetickFap +xPager +xPedu +xPhil +xPortgas +xPussSmasher +xQSS +xQuantumxx +xRICK OWENSx +xRadagonx +xRakine +xRaptor +xReaperx666x +xReckless +xRedGlow +xRefactor +xRektByAMain +xRemyLacroix +xRipple +xRivv +xRobdebankx +xRobertox22 +xRobscapes +xRxmeo +xSPAGHETTIx +xSamR +xScooter +xScribbz +xScrimp +xSecret +xSeized +xServing +xSillyCybinx +xSkizzy +xSkuffy +xSkySnow +xSlayer +xSleeper +xSleepgoodx +xSlysoft +xSnaytronSx +xSnvw +xSoKi +xSteezy +xSweetHopex +xSword +xSxAxMx +xSynn +xT o m +xT0A +xTERRIBLEx +xTKOx +xTWM +xTerpenes +xThirlmere +xTopher +xTorsti +xTransfer +xTrigger +xTwister +xVektor +xVenomx9 +xVoidRange +xW R A T Hx +xWANNTEDx +xWar +xWarface +xWillowTreex +xWillx93 +xWoke +xWoodChopx +xX Bez Xx +xXBlitzO +xXCaBiDeXx +xXDurryXx +xXGIMP420Xx +xXJoshUKXxHD +xXNaliXx +xXightx +xXshadowz7Xx +xYogibear +xZAKATAKx +xZCH +xZITOx +xZayin +xZeeBaby +xZuk +x_Goddess_xz +x_Huzy_x +x_Theron +x_x Fish +x_xMGKx_x +xaa2 +xaarpus +xal din +xangoose +xansinmybody +xaoeu +xapd +xaro +xaxon +xbox +xboxkid +xc00lxDawgx +xceasea +xcoda +xcrolles +xcvbg +xd domi +xd jumper +xdamanx +xeem +xegaF +xemulate +xenaines +xeney +xenomuslol +xenvzi +xeravier +xerkin +xexezinh0 +xfishngrillx +xfxe +xgamerxx +xhamstr +xhard82x +xhennamariax +xhoq +xi execut3 x +xi li er +xiBubbax +xiaohongshu +xiaolingxiao +xienn +ximix +xinnox +xir0nm4skx +xirampagezz +xironluckx +xiwitl +xjawz1e +xl Aaron lx +xl cook +xlDerekxl +xlReversal +xlibrio +xlr704 +xlxl xlxl +xmikeyx +xmxxmx56 +xoKt +xoRUNExo +xolindseyxo +xoreZ +xoro +xoxoverdose +xozoca +xp per hour +xp waster 47 +xpabax +xpcumsez +xpeyotex +xplo it +xpoltergiest +xpwast3d +xrated +xslayerbobx +xson +xspacedoll +xstic +xtcoming999 +xthn +xtothedee +xttx +xtyrantix +xvn +xvrph +xvza +xwl +xwuwesxdrf +xx darkminer +xxDerp +xxMatter +xxREVENANTxx +xxSabin09xx +xxSe7en +xxTanner +xxcombatgodx +xxero +xxok +xxpurskillxx +xxx2sp3cuxxx +xyujah +xyzn +xzanle +xzb +xzizzil +xzn 2 +xzwu +y om +y w +y0y0keepitup +y37ir +y8s1 +yTried +ya pig +ya winning +yaJaeT +yaboyalex +yack daniels +yacobson99 +yae +yahn +yai5 +yamawaro +yamb0 +yamsauze +yankmynads +yannickal4 +yanq10 +yaowiee +yapgragim +yasuo god69 +yayasquirrel +ydoc +ye idc +ye ki M +ye p to +yea im jebus +yeahboi9992 +yeahsmitty +yeahyoink +yearstowaste +yeastyboys +yechu +yedgy +yee yee fkrs +yeet +yellow car01 +yeniL +yerrakunt +yesigame +yesy0u +yinghao870 +yinksnerf +yinonormal +yipcl +yippie1317 +yispaulcute +ykO Ops +ykeL +yleisradio +ylliB +ym y +ymca4life +yna +yo eight +yo itz ep +yobacha +yodA +yoda +yoda monkey +yohaha123 +yolomuffin +yonex +yonghoon +yooyeet +yorkietootz +yorue +you died123 +you r a qt +youb1n +youneedcope +young meows +young vibby +youngbriks +youngmachine +youngtrop21 +youngwings +youpougou +your +your thrall +youralterego +youssef +yowasupppbra +yoyoma361 +yp +ypoodle +ypool4 +ypools +yragbackward +yrhs +yribbles +ytsud mi +ytuiop +yugiiii +yuh huh +yum +yummybolete +yung +yung chubs +yung cody +yung inf +yungando +yungcozzy +yuor +yurciq +yuy165 +yves klein +yvonko +ywwoT +yxow +yyknaH J +yyttam +yyzanadu94 +yzyzyzy +z 5 x +z Animal z +z Rhodes +z Shane +z a p s +z iQ +z man827 +z0nk +z0rrda +z0up +z1ftz +z4np +z5p +z7co +zBando +zBenn +zBonesz +zCocoa +zDaremeth +zDeku +zFalcone68 +zGameDance +zGanj +zGibao +zGz +zJenga +zKamp +zKno +zKuru +zLost +zMonchi +zNico +zNolan +zRarePiece +zRavenx +zSlay +zSpaceRaptor +zSwanny +zTitan +zWxLF +za2 +za33erklan +zaaza +zacharial +zachhy +zachte +zack +zack_0333 +zacyy +zaddy +zak vol zalm +zakaru9999 +zakk0 +zakrey +zakrobgames +zalem +zancan2 +zapper920 +zarehp +zarfeq +zartrez +zasmaru +zatch_maxed +zazalover69 +zazazhizhma +zazyga +zbra +zclx +zcollins +zdi +zdin +zdya +ze4l +zeKrD +zeachh +zeall +zeano +zebakkes +zeccStake +zedabranca +zeddicus676 +zedisabled +zedzke +zeeebak +zeeno +zegg +zehstee +zeikhannes +zeker +zeldris +zelo1 +zendendead +zenmort +zensix +zenuk zay +zenyte4money +zeppelin0ooh +zeqha +zer0 +zer0sirisFHK +zerker seven +zerkhelm +zero +zero gd +zero u_u +zeroblade81 +zeroixx +zerotwonine +zeroz136 +zerzerz +zeus energy +zewos +zewzh +zhengu +zhipowerz +zi0n1 +zibri7 +ziewe +zifyr +ziggy man 77 +ziily +zilyana +zina +zina n chill +zinax +ziniD +zinzares +zionari +zippp +zirreael +ziurbtw +ziuys +ziyi_wangler +zjh +zjind +zlayaa +zlink10 +zlliM +zlowden +zmakisan +znap5 +zoan +zoboz +zohcysp +zokunashi +zole +zomff +zomgrick +zonares +zookwaa +zoomixd +zop1 +zorkie +zoro u +zouse +zparky +zppr +zq0 +zreL +zrl +zruG +zrzwns +ztaM +ztkfps +zu b +zubor1 +zuenzima +zujal +zuk a cuck +zuk xd +zuk2hard4me +zukushichi +zulogz +zulrah +zuluTriPig +zummorak +zurcc +zurlond +zuuryy +zw +zwah +zwint +zwolle +zwqpDEOXl23 +zxpf +zyeetz +zygarde92 +zygis323 +zykez +zymaa +zymz +zysuna +zzad +zzai +zzben +zzero +zzigma +zzzJonno diff --git a/Server/data/botdata/ge_bot_appearances_and_equipment.json b/Server/data/botdata/ge_bot_appearances_and_equipment.json new file mode 100644 index 0000000..a4a1bef --- /dev/null +++ b/Server/data/botdata/ge_bot_appearances_and_equipment.json @@ -0,0 +1,68 @@ +{ + "noob": [ + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"3","id":"1265"},{"amount":"1","charge":"1000","slot":"5","id":"1171"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"0"},{"color":"0","look":"11"},{"color":"16","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"34"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1169"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"9183"},{"amount":"1","charge":"1000","slot":"4","id":"1131"},{"amount":"1","charge":"1000","slot":"7","id":"2495"},{"amount":"1","charge":"1000","slot":"9","id":"2491"},{"amount":"1","charge":"1000","slot":"10","id":"88"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"106"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1163"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"5698"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"3105"}]}, + {"appearance":{"appearance_cache":[{"color":"9","look":"266"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"3","id":"1333"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"11019"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"2910"},{"amount":"1","charge":"1000","slot":"1","id":"10499"},{"amount":"1","charge":"1000","slot":"2","id":"552"},{"amount":"1","charge":"1000","slot":"3","id":"861"},{"amount":"1","charge":"1000","slot":"4","id":"544"},{"amount":"1","charge":"1000","slot":"7","id":"2497"},{"amount":"1","charge":"1000","slot":"9","id":"7458"},{"amount":"1","charge":"1000","slot":"10","id":"2904"}]}, + {"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"1007"},{"amount":"1","charge":"1000","slot":"3","id":"1381"},{"amount":"1","charge":"1000","slot":"4","id":"426"},{"amount":"1","charge":"1000","slot":"7","id":"428"}]}, +{"appearance":{"appearance_cache":[{"color":"20","look":"267"},{"color":"0","look":"12"},{"color":"0","look":"18"},{"color":"0","look":"31"},{"color":"4","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"3","id":"6908"},{"amount":"1","charge":"1000","slot":"4","id":"1135"},{"amount":"1","charge":"1000","slot":"7","id":"428"}]}, +{"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"6","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1161"},{"amount":"1","charge":"1000","slot":"3","id":"1287"},{"amount":"1","charge":"1000","slot":"4","id":"1123"},{"amount":"1","charge":"1000","slot":"5","id":"1199"},{"amount":"1","charge":"1000","slot":"7","id":"1073"}]}, +{"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1153"},{"amount":"1","charge":"1000","slot":"3","id":"1363"},{"amount":"1","charge":"1000","slot":"4","id":"6184"},{"amount":"1","charge":"1000","slot":"5","id":"1540"},{"amount":"1","charge":"1000","slot":"7","id":"6185"}]}, + {"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11021"},{"amount":"1","charge":"1000","slot":"1","id":"4411"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"1333"},{"amount":"1","charge":"1000","slot":"4","id":"11020"},{"amount":"1","charge":"1000","slot":"5","id":"1185"},{"amount":"1","charge":"1000","slot":"7","id":"11022"},{"amount":"1","charge":"1000","slot":"10","id":"11019"}]}, + {"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1949"},{"amount":"1","charge":"1000","slot":"1","id":"1007"},{"amount":"1","charge":"1000","slot":"3","id":"1381"},{"amount":"1","charge":"1000","slot":"4","id":"426"},{"amount":"1","charge":"1000","slot":"5","id":"1540"},{"amount":"1","charge":"1000","slot":"7","id":"428"}]}, + {"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10774"},{"amount":"1","charge":"1000","slot":"1","id":"10069"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"1333"},{"amount":"1","charge":"1000","slot":"4","id":"1125"},{"amount":"1","charge":"1000","slot":"7","id":"1077"},{"amount":"1","charge":"1000","slot":"9","id":"2997"},{"amount":"1","charge":"1000","slot":"10","id":"7114"}]} + + ], + "intermediate": [ + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"3","id":"1265"},{"amount":"1","charge":"1000","slot":"5","id":"1171"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"1"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"2637"},{"amount":"1","charge":"1000","slot":"1","id":"6568"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1305"},{"amount":"1","charge":"1000","slot":"4","id":"3140"},{"amount":"1","charge":"1000","slot":"5","id":"6524"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"9","id":"3060"},{"amount":"1","charge":"1000","slot":"10","id":"11732"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"1"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11674"},{"amount":"1","charge":"1000","slot":"1","id":"10720"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"1387"},{"amount":"1","charge":"1000","slot":"4","id":"8839"},{"amount":"1","charge":"1000","slot":"7","id":"8840"},{"amount":"1","charge":"1000","slot":"9","id":"8842"},{"amount":"1","charge":"1000","slot":"10","id":"11732"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]}, + {"appearance":{"appearance_cache":[{"color":"12","look":"261"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"9805"},{"amount":"1","charge":"1000","slot":"4","id":"10348"},{"amount":"1","charge":"1000","slot":"10","id":"1837"}]}, + {"appearance":{"appearance_cache":[{"color":"12","look":"261"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10392"},{"amount":"1","charge":"1000","slot":"1","id":"1007"},{"amount":"1","charge":"1000","slot":"2","id":"11113"},{"amount":"1","charge":"1000","slot":"3","id":"1387"},{"amount":"1","charge":"1000","slot":"4","id":"1117"},{"amount":"1","charge":"1000","slot":"5","id":"1173"},{"amount":"1","charge":"1000","slot":"7","id":"1075"},{"amount":"1","charge":"1000","slot":"10","id":"4129"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"3755"},{"amount":"1","charge":"1000","slot":"1","id":"2412"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1383"},{"amount":"1","charge":"1000","slot":"4","id":"4091"},{"amount":"1","charge":"1000","slot":"7","id":"4093"},{"amount":"1","charge":"1000","slot":"9","id":"7462"},{"amount":"1","charge":"1000","slot":"10","id":"10696"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9755"},{"amount":"1","charge":"1000","slot":"1","id":"9754"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1275"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"88"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"106"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11665"},{"amount":"1","charge":"1000","slot":"1","id":"9807"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"13290"},{"amount":"1","charge":"1000","slot":"4","id":"8839"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"8840"},{"amount":"1","charge":"1000","slot":"9","id":"8842"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"106"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9672"},{"amount":"1","charge":"1000","slot":"1","id":"9783"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"9674"},{"amount":"1","charge":"1000","slot":"7","id":"2497"},{"amount":"1","charge":"1000","slot":"9","id":"7458"},{"amount":"1","charge":"1000","slot":"10","id":"3105"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"106"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10828"},{"amount":"1","charge":"1000","slot":"1","id":"9763"},{"amount":"1","charge":"1000","slot":"2","id":"1725"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"8850"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"3105"}]}, + {"appearance":{"appearance_cache":[{"color":"9","look":"266"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10828"},{"amount":"1","charge":"1000","slot":"1","id":"2414"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"9802"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"6182"},{"amount":"1","charge":"1000","slot":"1","id":"4355"},{"amount":"1","charge":"1000","slot":"2","id":"1478"},{"amount":"1","charge":"1000","slot":"3","id":"9185"},{"amount":"1","charge":"1000","slot":"4","id":"544"},{"amount":"1","charge":"1000","slot":"7","id":"2497"}]} , + {"appearance":{"appearance_cache":[{"color":"1","look":"1"},{"color":"0","look":"10"},{"color":"14","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"20","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"10071"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"8872"},{"amount":"1","charge":"1000","slot":"9","id":"1059"},{"amount":"1","charge":"1000","slot":"10","id":"88"}]}, +{"appearance":{"appearance_cache":[{"color":"20","look":"278"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1149"},{"amount":"1","charge":"1000","slot":"1","id":"6568"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1305"},{"amount":"1","charge":"1000","slot":"4","id":"2623"},{"amount":"1","charge":"1000","slot":"5","id":"6524"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]}, + {"appearance":{"appearance_cache":[{"color":"20","look":"1"},{"color":"0","look":"14"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"4413"},{"amount":"1","charge":"1000","slot":"3","id":"1271"},{"amount":"1","charge":"1000","slot":"4","id":"1123"},{"amount":"1","charge":"1000","slot":"7","id":"1073"}]}, +{"appearance":{"appearance_cache":[{"color":"20","look":"1"},{"color":"0","look":"14"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"3751"},{"amount":"1","charge":"1000","slot":"1","id":"10499"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"546"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"548"},{"amount":"1","charge":"1000","slot":"10","id":"3105"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"14120"},{"amount":"1","charge":"1000","slot":"2","id":"9470"},{"amount":"1","charge":"1000","slot":"3","id":"1305"},{"amount":"1","charge":"1000","slot":"4","id":"10822"},{"amount":"1","charge":"1000","slot":"5","id":"1540"},{"amount":"1","charge":"1000","slot":"7","id":"10824"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1153"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4153"},{"amount":"1","charge":"1000","slot":"4","id":"1115"},{"amount":"1","charge":"1000","slot":"7","id":"1067"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"3751"},{"amount":"1","charge":"1000","slot":"1","id":"6568"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"5698"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"8847"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"4131"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1163"},{"amount":"1","charge":"1000","slot":"2","id":"3853"},{"amount":"1","charge":"1000","slot":"3","id":"1373"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"1079"}]} , + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11021"},{"amount":"1","charge":"1000","slot":"2","id":"3853"},{"amount":"1","charge":"1000","slot":"3","id":"1373"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"5","id":"1201"},{"amount":"1","charge":"1000","slot":"7","id":"1079"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"5","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11021"},{"amount":"1","charge":"1000","slot":"1","id":"14081"},{"amount":"1","charge":"1000","slot":"2","id":"3853"},{"amount":"1","charge":"1000","slot":"3","id":"1373"},{"amount":"1","charge":"1000","slot":"4","id":"6184"},{"amount":"1","charge":"1000","slot":"7","id":"6185"},{"amount":"1","charge":"1000","slot":"10","id":"3107"}]}, +{"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"6","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"6182"},{"amount":"1","charge":"1000","slot":"1","id":"10636"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1371"},{"amount":"1","charge":"1000","slot":"4","id":"10633"},{"amount":"1","charge":"1000","slot":"5","id":"3122"},{"amount":"1","charge":"1000","slot":"7","id":"6181"}]}, +{"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"16"},{"color":"6","look":"18"},{"color":"0","look":"27"},{"color":"0","look":"84"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"10071"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1381"},{"amount":"1","charge":"1000","slot":"10","id":"88"}]} + + ], + "veteran": [ + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1038"},{"amount":"1","charge":"1000","slot":"1","id":"6570"},{"amount":"1","charge":"1000","slot":"2","id":"10360"},{"amount":"1","charge":"1000","slot":"3","id":"3053"},{"amount":"1","charge":"1000","slot":"4","id":"3140"},{"amount":"1","charge":"1000","slot":"5","id":"1171"},{"amount":"1","charge":"1000","slot":"7","id":"10394"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]}, + {"appearance":{"appearance_cache":[{"color":"4","look":"48"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1038"},{"amount":"1","charge":"1000","slot":"1","id":"6570"},{"amount":"1","charge":"1000","slot":"2","id":"10360"},{"amount":"1","charge":"1000","slot":"3","id":"3053"},{"amount":"1","charge":"1000","slot":"4","id":"3140"},{"amount":"1","charge":"1000","slot":"5","id":"1171"},{"amount":"1","charge":"1000","slot":"7","id":"10394"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]}, + {"appearance":{"appearance_cache":[{"color":"4","look":"48"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9950"},{"amount":"1","charge":"1000","slot":"1","id":"6570"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"7668"},{"amount":"1","charge":"1000","slot":"4","id":"2503"},{"amount":"1","charge":"1000","slot":"7","id":"2497"},{"amount":"1","charge":"1000","slot":"9","id":"5556"},{"amount":"1","charge":"1000","slot":"10","id":"11732"},{"amount":"293","charge":"1000","slot":"13","id":"877"}]}, + {"appearance":{"appearance_cache":[{"color":"12","look":"261"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"9805"},{"amount":"1","charge":"1000","slot":"4","id":"10348"},{"amount":"1","charge":"1000","slot":"10","id":"1837"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"9807"},{"amount":"1","charge":"1000","slot":"2","id":"1656"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"9","id":"7462"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9758"},{"amount":"1","charge":"1000","slot":"1","id":"9757"},{"amount":"1","charge":"1000","slot":"2","id":"1656"},{"amount":"1","charge":"1000","slot":"3","id":"1387"},{"amount":"1","charge":"1000","slot":"4","id":"10378"},{"amount":"1","charge":"1000","slot":"5","id":"1183"},{"amount":"1","charge":"1000","slot":"7","id":"10380"},{"amount":"1","charge":"1000","slot":"9","id":"7462"},{"amount":"1","charge":"1000","slot":"10","id":"10696"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10828"},{"amount":"1","charge":"1000","slot":"1","id":"10635"},{"amount":"1","charge":"1000","slot":"2","id":"9470"},{"amount":"1","charge":"1000","slot":"3","id":"9185"},{"amount":"1","charge":"1000","slot":"4","id":"10386"},{"amount":"1","charge":"1000","slot":"5","id":"3842"},{"amount":"1","charge":"1000","slot":"7","id":"10388"},{"amount":"1","charge":"1000","slot":"10","id":"1837"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"3"},{"color":"0","look":"16"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9755"},{"amount":"1","charge":"1000","slot":"1","id":"9754"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"1275"},{"amount":"1","charge":"1000","slot":"4","id":"1127"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"10","id":"88"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9764"},{"amount":"1","charge":"1000","slot":"1","id":"9763"},{"amount":"1","charge":"1000","slot":"2","id":"1704"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"108"},{"color":"3","look":"34"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9814"},{"amount":"1","charge":"1000","slot":"1","id":"10662"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"16","look":"18"},{"color":"0","look":"108"},{"color":"3","look":"34"},{"color":"16","look":"38"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"9749"},{"amount":"1","charge":"1000","slot":"1","id":"10662"},{"amount":"1","charge":"1000","slot":"2","id":"6585"},{"amount":"1","charge":"1000","slot":"3","id":"5016"},{"amount":"1","charge":"1000","slot":"4","id":"13858"},{"amount":"1","charge":"1000","slot":"5","id":"7053"},{"amount":"1","charge":"1000","slot":"7","id":"13861"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"11718"},{"amount":"1","charge":"1000","slot":"1","id":"10499"},{"amount":"1","charge":"1000","slot":"2","id":"87"},{"amount":"1","charge":"1000","slot":"3","id":"9185"},{"amount":"1","charge":"1000","slot":"4","id":"11720"},{"amount":"1","charge":"1000","slot":"5","id":"11283"},{"amount":"1","charge":"1000","slot":"7","id":"11722"},{"amount":"1","charge":"1000","slot":"9","id":"7458"},{"amount":"1","charge":"1000","slot":"10","id":"6920"}]}, + {"appearance":{"appearance_cache":[{"color":"1","look":"2"},{"color":"0","look":"13"},{"color":"1","look":"18"},{"color":"0","look":"28"},{"color":"0","look":"33"},{"color":"16","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"6918"},{"amount":"1","charge":"1000","slot":"1","id":"9771"},{"amount":"1","charge":"1000","slot":"2","id":"87"},{"amount":"1","charge":"1000","slot":"3","id":"1387"},{"amount":"1","charge":"1000","slot":"4","id":"6916"},{"amount":"1","charge":"1000","slot":"5","id":"11283"},{"amount":"1","charge":"1000","slot":"7","id":"6924"},{"amount":"1","charge":"1000","slot":"9","id":"6922"},{"amount":"1","charge":"1000","slot":"10","id":"6920"}]}, +{"appearance":{"appearance_cache":[{"color":"0","look":"45"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"6","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"2637"},{"amount":"1","charge":"1000","slot":"1","id":"9769"},{"amount":"1","charge":"1000","slot":"2","id":"1478"},{"amount":"1","charge":"1000","slot":"3","id":"4151"},{"amount":"1","charge":"1000","slot":"4","id":"10460"},{"amount":"1","charge":"1000","slot":"5","id":"3842"},{"amount":"1","charge":"1000","slot":"7","id":"10394"},{"amount":"1","charge":"1000","slot":"9","id":"2912"},{"amount":"1","charge":"1000","slot":"10","id":"2904"}]}, + {"appearance":{"appearance_cache":[{"color":"0","look":"45"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"6","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"8903"},{"amount":"1","charge":"1000","slot":"1","id":"9807"},{"amount":"1","charge":"1000","slot":"2","id":"6585"},{"amount":"1","charge":"1000","slot":"3","id":"4151"},{"amount":"1","charge":"1000","slot":"4","id":"14479"},{"amount":"1","charge":"1000","slot":"5","id":"1187"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"9","id":"2912"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]}, +{"appearance":{"appearance_cache":[{"color":"20","look":"278"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"1","id":"10635"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4151"},{"amount":"1","charge":"1000","slot":"4","id":"4757"},{"amount":"1","charge":"1000","slot":"5","id":"7053"},{"amount":"1","charge":"1000","slot":"7","id":"4759"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]}, + {"appearance":{"appearance_cache":[{"color":"20","look":"278"},{"color":"0","look":"1000"},{"color":"0","look":"56"},{"color":"0","look":"61"},{"color":"0","look":"68"},{"color":"0","look":"70"},{"color":"0","look":"79"}],"gender":"1"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"1163"},{"amount":"1","charge":"1000","slot":"1","id":"9766"},{"amount":"1","charge":"1000","slot":"2","id":"1704"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"10551"},{"amount":"1","charge":"1000","slot":"5","id":"8850"},{"amount":"1","charge":"1000","slot":"7","id":"1079"},{"amount":"1","charge":"1000","slot":"9","id":"7455"}]}, +{"appearance":{"appearance_cache":[{"color":"12","look":"2"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"0","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"2643"},{"amount":"1","charge":"1000","slot":"1","id":"10446"},{"amount":"1","charge":"1000","slot":"2","id":"6585"},{"amount":"1","charge":"1000","slot":"3","id":"4151"},{"amount":"1","charge":"1000","slot":"4","id":"4712"},{"amount":"1","charge":"1000","slot":"5","id":"8850"},{"amount":"1","charge":"1000","slot":"7","id":"4714"},{"amount":"1","charge":"1000","slot":"9","id":"7461"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]}, +{"appearance":{"appearance_cache":[{"color":"0","look":"0"},{"color":"0","look":"10"},{"color":"0","look":"18"},{"color":"0","look":"26"},{"color":"6","look":"33"},{"color":"0","look":"36"},{"color":"0","look":"42"}],"gender":"0"},"equipment":[{"amount":"1","charge":"1000","slot":"0","id":"10828"},{"amount":"1","charge":"1000","slot":"1","id":"2414"},{"amount":"1","charge":"1000","slot":"2","id":"6585"},{"amount":"1","charge":"1000","slot":"3","id":"4587"},{"amount":"1","charge":"1000","slot":"4","id":"10551"},{"amount":"1","charge":"1000","slot":"5","id":"1187"},{"amount":"1","charge":"1000","slot":"7","id":"4087"},{"amount":"1","charge":"1000","slot":"9","id":"7462"},{"amount":"1","charge":"1000","slot":"10","id":"11732"}]} + + + ] +} \ No newline at end of file diff --git a/Server/data/botdata/getnames.sh b/Server/data/botdata/getnames.sh new file mode 100755 index 0000000..cce1c43 --- /dev/null +++ b/Server/data/botdata/getnames.sh @@ -0,0 +1,4 @@ +for i in {6000..6500} +do + wget -O- "https://secure.runescape.com/m=hiscore_oldschool/overall.ws?table=0&page=$i" | grep user1= | sed 's/^.*user1=//'| sed 's/".*$//' | grep -v "Binary" >> botnames.txt +done diff --git a/Server/data/botdata/namesandarmor.txt b/Server/data/botdata/namesandarmor.txt new file mode 100644 index 0000000..1759f16 --- /dev/null +++ b/Server/data/botdata/namesandarmor.txt @@ -0,0 +1,335 @@ +XMR BTC ETH:7:0:0:0:841:0:0:0:0:0:0:1061:0: +SpinnerYOU:8:0:0:0:1277:0:1171:0:0:0:0:0:0: +im-rahha:58:0:0:0:0:0:0:0:0:0:0:0:0: +newvicn:20:0:0:0:0:0:0:0:0:0:0:0:0: +KnocktdafOut:101:0:0:0:0:0:0:0:0:0:0:0:0: +Powndrake196:3:0:0:0:0:0:0:0:0:0:0:0:0: +muppemxx:3:1038:0:0:0:0:0:0:0:0:0:0:0: +GGraft:32:1949:4335:1725:1329:546:20166:0:548:0:2922:1061:0: +OdymX:3:0:0:0:1293:1101:1175:0:1067:0:1063:0:0: +jesusj17:48:0:4391:0:843:0:0:0:0:0:2932:1061:0: +Raningblast3:3:0:0:0:1351:0:0:0:0:0:0:0:0: +65fatknife:3:0:0:0:0:0:0:0:0:0:0:0:0: +NeobilkDark:23:0:0:0:1203:0:1173:0:0:0:0:0:0: +TROXZ144POXZ:56:1161:0:1009:1301:1123:1197:0:1073:0:0:0:0: +xXMakiaXx:80:0:0:0:1381:0:0:0:1033:0:0:0:0: +Molebats1209:3:0:0:0:0:0:0:0:0:0:0:0:0: +64 Wise 1978:3:0:0:0:0:0:0:0:0:0:0:0:0: +Clue Mimic:3:0:3781:0:0:0:0:0:0:0:2922:2914:0: +claymus14:30:1157:0:0:1329:1115:1193:0:1069:0:0:0:0: +xAlexGGotYaX:10:1949:0:0:1277:0:1171:0:0:0:0:0:0: +Morerule1367:3:0:0:0:0:0:0:0:0:0:0:0:0: +77shiny1198:3:0:0:0:0:0:0:0:0:0:0:0:0: +YaelColins:40:0:0:552:9703:0:9704:0:0:0:0:0:0: +casacoima10:12:0:0:0:1277:0:1171:0:0:0:0:0:0: +MenMaster:20:0:0:0:1205:0:0:0:0:0:0:0:0: +M0L1NTR0N3:44:1949:0:1725:1357:1005:9704:0:1095:0:0:1061:0: +fdsfwrfW2E:40:0:0:0:1277:0:1171:0:0:0:0:0:0: +Lewt Bags:58:1155:4351:21149:1387:1117:1189:0:1075:0:1065:4119:0: +bierfietsss:72:1163:1019:1731:1333:1127:1201:0:1079:0:1059:9005:0: +TaDeDeBeShPa:3:0:0:0:0:0:0:0:0:0:0:0:0: +Soonride2043:3:0:0:0:0:0:0:0:0:0:0:0:0: +KolSinRa6944:3:0:0:0:0:0:0:0:0:0:0:0:0: +BoCaRefVaCyI:3:0:0:0:0:0:0:0:0:0:0:0:0: +Gerloc55:43:0:0:0:1387:0:13660:0:0:0:0:9006:0: +ChMaIvCrJanL:3:0:0:0:0:0:0:0:0:0:0:0:0: +Happier Dog:44:7136:20214:10366:1387:1844:0:0:1845:0:11858:1846:0: +emachorrr:3:0:0:0:1277:0:0:0:0:0:0:0:0: +MIDNIGHTHOUR:63:1042:0:1710:10156:6322:4156:0:1099:0:11120:0:0: +LilOmni:6:0:0:0:0:0:0:0:0:0:0:1061:0: +wef6qwe4r561:3:0:0:0:0:0:0:0:0:0:0:0:0: +Sister 13:3:12600:9793:0:20590:6186:24325:0:13288:0:0:23285:0: +IsidraJr:58:0:0:0:0:0:0:0:0:0:0:0:0: +BeDeMaSa0891:3:0:0:0:0:0:0:0:0:0:0:0:0: +JustSkillezZ:50:1017:0:0:1387:426:0:0:428:0:0:0:0: +Elcangri11:39:1017:1007:1727:1381:1035:1199:0:1033:0:1059:1061:0: +haroldas 99r:13:1017:1019:1731:843:0:0:0:1015:0:1059:1061:0: +Day Dreamer2:47:1145:0:1727:1355:1123:7352:0:1091:0:0:0:0: +venepower:67:1017:0:1731:1381:577:0:0:1033:0:1059:0:0: +GOOL19207:59:1163:0:0:1333:1123:1201:0:1079:0:0:0:0: +T A L 3 N T:67:10452:12197:6585:11785:544:12610:0:2497:0:11133:12598:0: +xz Team:30:579:4371:0:1387:577:0:0:1033:0:21816:626:0: +lWontEverDie:96:0:0:0:853:7370:0:0:1099:0:0:0:0: +WooJ:122:2986:9808:1704:3053:13106:0:0:0:0:11140:13131:0: +Zaliukas19:7:1153:1031:1478:1323:1115:1175:0:1067:0:0:0:0: +Marian Nasir:3:0:0:0:0:0:0:0:0:0:0:0:0: +laitukas29:3:0:0:0:0:0:0:0:0:0:0:0:0: +AFRODITA-23:38:0:0:0:0:0:0:0:0:0:0:0:0: +Monrojas:50:0:1029:1725:1381:0:0:0:1099:0:1065:1061:0: +stejler:114:21266:6570:19553:4151:21301:12954:0:21304:0:7462:11840:0: +Loamjytuner:3:0:0:0:0:0:0:0:0:0:0:0:0: +u smoke mid:92:12293:10499:10364:1387:1121:1197:0:1071:0:1065:11840:0: +MIMIYEEET:64:0:10499:0:861:0:0:0:0:0:0:0:0: +hamnndoza:3:1153:0:0:11709:1115:1191:0:1067:0:1063:1061:0: +4virgin:112:0:0:0:1275:0:0:0:0:0:0:0:0: +LSASORI-666:60:579:0:1731:1387:577:0:0:1011:0:0:1061:0: +12evil2175:4:0:0:0:0:0:0:0:0:0:0:0:0: +Rushkaril208:71:1153:0:1478:1331:1119:1191:0:1067:0:7595:0:0: +sneksk13:49:0:0:0:0:0:0:0:0:0:0:0:0: +M i m e s:53:0:0:0:1387:3058:0:0:3059:0:0:3061:0: +llego crispy:54:9925:0:22692:853:1123:0:0:1073:0:9922:24313:0: +dami420:71:3486:20214:1731:12389:3481:3488:0:3483:0:23261:1061:0: +Vjx:59:12455:1019:10366:1387:12451:13660:0:12447:0:2912:1061:0: +jonko_08:39:1161:0:1731:1387:1123:1197:0:1073:0:1063:1061:0: +Oliverg1995:36:6188:4351:0:837:6654:0:0:0:0:2922:0:0: +TErko SKs:20:1017:0:0:1383:0:1173:0:0:0:0:0:0: +e t h x n:67:0:0:0:1387:6654:0:0:6181:0:7595:9005:0: +Beretsand522:85:5554:0:1710:21646:5553:0:0:5555:0:5556:5557:0: +ApS Squirrel:55:1163:4325:1731:1333:1113:1201:0:1079:0:2942:1061:0: +Acazandra:60:579:4407:1727:1387:577:0:0:1011:0:24311:1061:0: +BybisTasei:112:1169:1027:1731:1387:1135:24325:0:1099:0:1065:1061:0: +WelshPro2:47:1053:0:1725:1333:544:0:0:542:0:0:1061:0: +ElwinLeong:46:1044:0:1654:851:7364:0:0:1099:0:1065:7596:0: +Squaawk:99:0:6568:0:0:0:0:0:0:0:11126:0:0: +Bread1991:4:1155:0:0:1293:1117:1171:0:1075:0:0:0:0: +Tzaska:112:1949:9781:0:6562:11854:22322:0:11856:0:11858:11860:0: +honkah0nka:120:0:0:0:1359:0:0:0:0:0:0:0:0: +VitsEco:64:7394:23300:1731:1387:7390:13660:0:7378:0:1065:23291:0: +Emer Jhon 19:62:0:0:0:1381:1035:0:0:1033:0:0:0:0: +Roberthx:55:1163:0:1725:1333:1113:1201:0:1079:0:0:0:0: +Nikitakitz:33:12283:4371:1478:1285:12277:12281:0:12285:0:11079:3061:0: +DNoancy76:3:0:0:0:0:0:0:0:0:0:0:0:0: +black chinin:34:0:0:0:0:0:0:0:0:0:0:0:0: +NO0MEERCYY:106:0:0:0:0:0:0:0:0:0:0:0:0: +Kekava:89:11862:1019:7803:1327:1125:1195:0:1077:0:0:3061:0: +Finis34:76:24305:23410:10364:1387:24307:24325:0:24309:0:24311:24313:0: +SSSniperWolf:53:23101:23099:0:11709:23369:2589:0:23095:0:23091:23093:0: +HazeyJ:49:0:0:21314:11707:0:0:0:0:0:0:4121:0: +dontbrkrules:45:0:0:0:1387:0:0:0:0:0:0:0:0: +s46gs4g6s5dg:3:0:0:0:0:0:0:0:0:0:0:0:0: +PuRe_ReVs97:39:1169:0:1704:8880:1129:0:0:1099:0:2487:0:0: +DrakenHamer:108:0:0:0:1381:1035:0:0:1033:0:0:0:0: +VoHoTi816863:3:0:0:0:0:0:0:0:0:0:0:0:0: +H 2 P:63:1053:13679:21314:1387:22695:24325:0:13288:0:0:13286:0: +Leviathan Sr:3:0:1007:0:13328:6654:0:0:6655:0:0:0:0: +Chuka Ryori:102:0:0:0:1387:0:0:0:0:0:0:0:0: +5g4sg4sg4sg:3:0:0:0:0:0:0:0:0:0:0:0:0: +Elroyfct19:8:1949:0:0:0:0:1173:0:0:0:0:0:0: +PureEffectQ:37:1161:1019:1725:1331:1123:1540:0:1073:0:1059:1061:0: +rowcharger2:58:2613:0:0:1387:2607:2611:0:3475:0:1065:0:0: +Redrani1:33:1038:0:0:0:0:0:0:0:0:0:0:0: +ottn ook eem:76:12639:9757:0:4934:13104:0:0:6185:0:0:6666:0: +UzairScape:52:0:0:0:1387:0:0:0:0:0:0:0:0: +Ultiwarriors:65:1169:4379:1731:853:1135:0:0:1099:0:1065:9006:0: +kilaSTR:21:579:4345:1725:1329:577:0:0:1081:0:0:1061:0: +homeboijones:22:0:0:0:0:0:0:0:0:0:0:0:0: +Jcc1992:9:1157:0:0:1353:1119:1193:0:1069:0:2922:0:0: +Rsk venom:69:24288:0:12002:12000:24291:6889:0:24294:0:6922:6920:0: +Paptor986:68:1949:1027:1731:1333:1113:0:0:1079:0:2902:1061:0: +BigDuncan69:42:1161:1031:1478:1333:1123:1199:0:1073:0:2922:9006:0: +Gril:34:579:0:1727:1381:581:0:0:542:0:0:0:0: +54 27:69:1163:4351:1725:1385:1113:1201:0:1079:0:1065:1061:0: +treghar:3:0:0:0:0:0:0:0:0:0:0:0:0: +TreeWise Ben:59:1017:0:1727:1387:546:0:0:548:0:0:0:0: +ladiabla6666:59:0:0:0:0:0:0:0:0:0:0:0:0: +Joekeltje05:42:1055:4399:1727:1381:1035:0:0:1033:0:0:1061:0: +Cykelpump94:68:0:0:0:1381:1035:0:0:1033:0:0:0:0: +ToP WinG:61:0:0:11113:9185:0:0:0:0:0:0:0:0: +Smigol89:75:12504:10499:1704:9185:2503:1540:0:2497:0:2491:6328:0: +6d54fd4d5:3:0:0:0:0:0:0:0:0:0:0:0:0: +JaDeLashKriT:3:0:0:0:0:0:0:0:0:0:0:0:0: +Devskii:64:1169:9783:1731:853:1129:0:0:1099:0:1065:1061:0: +AliArcher22:107:1163:4371:1725:1333:1127:1201:0:1079:0:1065:1061:0: +Y0URN0TREADY:21:11847:0:10364:667:23097:13660:0:9923:0:23091:9921:0: +Kepler16b:15:1153:0:552:1267:1115:1191:0:6181:0:1059:0:0: +JamitusDeath:63:1163:1019:0:1333:1127:1201:0:1079:0:2902:1061:0: +blib vbob:3:0:0:0:0:0:0:0:0:0:0:0:0: +FighterMan3D:3:0:0:0:1265:0:1173:0:0:0:0:0:0: +dustyturnip:54:1163:0:1478:1333:2599:1201:0:1079:0:0:9006:0: +Cucilo:63:0:0:0:0:0:0:0:0:0:0:0:0: +BrrrrCold:53:2657:1007:1731:1333:2653:2659:0:3478:0:2912:9006:0: +Nv-BlackMind:88:24315:24207:0:1271:24317:0:0:24319:0:24321:24323:0: +kjuse:71:1038:0:1731:0:9924:0:0:9923:0:9922:1837:0: +Archie b:73:12453:6568:10364:1381:7390:2621:0:7386:0:2912:11840:0: +lamarcelazaz:112:0:0:0:0:0:0:0:0:0:0:0:0: +Soni Evil:3:0:0:0:1351:0:0:0:0:0:0:0:0: +Ubertas:91:0:4323:1727:1387:0:0:0:0:0:0:3061:0: +bholehairz:24:579:4365:1727:1381:577:0:0:1011:0:2932:1061:0: +I P0p ZanZ:41:579:0:1727:1387:0:0:0:0:0:0:0:0: +mr 7ranks:94:0:0:0:0:0:0:0:0:0:0:0:0: +weedmam44:89:0:0:0:0:0:0:0:0:0:0:0:0: +Bort Goth:54:1042:4387:1478:23330:23215:7348:0:2617:0:1059:9005:0: +godkin94:43:12231:4407:1662:1387:12225:12233:0:12227:0:2922:1061:0: +zznjujkuiy:3:0:0:0:0:0:0:0:0:0:0:0:0: +Snakenaldo:30:1155:0:1731:1359:1117:1173:0:1075:0:1059:1061:0: +Osmar-Rvn:75:12455:23297:10364:1387:12451:24325:0:12447:0:0:9921:0: +J U Q:3:11850:11852:1708:10010:11854:0:0:11856:0:10075:11860:0: +batrinhos:45:6182:4349:1478:1387:6654:0:0:7380:0:1065:9005:0: +d5fd45fdfd43:3:0:0:0:0:0:0:0:0:0:0:0:0: +mhxomklo:64:12013:0:0:1275:12014:0:0:12015:0:21345:12016:0: +Jaxaloth:42:1153:0:10364:1331:1115:1191:0:1081:0:0:0:0: +DuctileMarro:5:0:0:552:1277:0:1171:0:0:0:0:0:0: +FirmGrandma:124:22326:6570:19553:22978:22327:22322:0:22328:0:22981:7159:0: +Andr3ws:51:0:0:0:0:0:0:0:0:0:2902:7596:0: +Motel IlIIlI:54:0:0:0:0:0:0:0:0:0:0:0:0: +Its yeboii:98:12434:19697:19720:1387:19958:3842:0:19964:0:4105:23285:0: +TheOverdraft:118:0:0:0:0:0:0:0:0:0:0:0:0: +jbl092191:85:2665:4357:0:0:2661:2667:0:2663:0:6720:6328:0: +NewSummerVI:79:12600:23300:10366:23279:20199:13660:0:2593:0:23091:12891:0: +hambargaman:80:1040:0:0:1387:9924:0:0:9923:0:0:9921:0: +Ivyone42:35:0:13679:0:0:0:13660:0:0:0:0:0:0: +grumpy troll:116:0:0:0:0:0:0:0:0:0:0:0:0: +xRektify:93:0:0:11107:6739:0:0:0:0:0:0:0:0: +bramboom:5:0:4407:0:1351:0:0:0:0:0:0:0:0: +wrap a joint:94:2627:9795:1725:1333:1113:0:0:1079:0:2491:11840:0: +leegon1:85:0:0:0:0:0:0:0:0:0:0:0:0: +koekeroekoe1:94:21298:6568:11128:0:21301:12954:0:21304:0:11122:11840:0: +maryamgee123:10:1153:1019:0:1381:0:1191:0:0:0:0:0:0: +zazuke2019:53:22689:13679:22692:853:22695:0:0:1099:0:0:22701:0: +Mrmeanbow:97:1163:23297:1725:1333:1127:1201:0:1079:0:0:0:0: +MagicBunny01:47:1949:0:0:0:1757:0:0:0:0:0:0:0: +el frinchy:49:0:0:0:0:0:0:0:0:0:0:0:0: +Ninja1901:50:6188:13679:0:1387:0:0:0:0:0:0:0:0: +Dilk Mud:81:12241:6570:1725:1333:12235:1191:0:1067:0:0:0:0: +zELGLw:5:0:0:0:1277:0:1171:0:0:0:0:0:0: +DeMeLo139067:3:0:0:0:0:0:0:0:0:0:0:0:0: +Sun Rocks:49:2613:0:0:1381:1035:1201:0:1033:0:0:0:0: +Black Arkan:42:2605:0:0:1331:2599:2603:0:12279:0:1063:1061:0: +xxrreexxrex:3:0:4365:0:0:0:0:0:0:0:0:0:0: +Kingdavid370:16:0:0:0:1349:0:0:0:0:0:0:0:0: +OTEguQ:5:0:0:0:1205:0:1171:0:0:0:0:1061:0: +OnlYMrSmItH:3:12845:0:22692:1419:6184:0:0:6185:0:13287:13286:0: +DinkelBrot:14:1048:13679:0:0:20184:13660:0:20187:0:3060:1837:0: +Voidsux:98:0:0:0:1359:544:0:0:542:0:0:0:0: +worchafts:3:0:0:1654:0:0:0:0:0:0:0:0:0: +1k sand crab:79:1038:23297:0:10010:1035:12335:0:1033:0:0:11840:0: +Gopherslane:101:0:0:0:0:0:0:0:0:0:0:0:0: +Firehit2:28:1165:1019:0:1329:1125:1195:0:0:0:0:1061:0: +BeanSw3de:71:2595:4335:0:1387:2591:2597:0:2593:0:24311:3061:0: +rarebreed28:42:579:0:0:1387:577:0:0:1033:0:0:0:0: +Mullac255:50:0:1019:1731:1381:6184:1540:0:6185:0:1059:1061:0: +680m:110:0:0:0:0:0:0:0:0:0:0:0:0: +Niffou:7:1153:0:0:1323:1115:1191:0:1067:0:0:0:0: +AlessandlawD:4:0:0:0:0:0:0:0:0:0:0:0:0: +chandelaaaa:52:0:0:0:1275:0:0:0:0:0:1580:0:0: +kevkeassel:8:1153:1007:1478:1323:1115:1191:0:1067:0:1059:1061:0: +RockMauler:57:0:0:0:0:0:0:0:0:0:0:0:0: +Apothus14:43:0:0:0:1387:0:0:0:0:0:0:0:0: +lilibthx3:3:0:0:0:0:0:0:0:0:0:0:0:0: +Choc Luvr:48:1949:0:0:1333:0:0:0:13288:0:1059:1061:0: +ALXNDR B:60:0:0:0:0:0:0:0:0:0:0:0:0: +crisalida1:29:0:0:0:1351:0:0:0:0:0:0:0:0: +doynana:25:1157:0:1718:2402:1129:1177:0:1095:0:1063:1061:0: +homer_1993:64:1163:4365:1731:853:1113:0:0:1099:0:1065:1061:0: +Kos Emak lol:80:1163:4367:1725:853:1135:0:0:1079:0:1065:24313:0: +chinowaggon:42:1153:0:1725:853:1101:0:0:1099:0:1065:0:0: +Raised Wood:40:1159:0:0:1333:1121:1197:0:1071:0:0:0:0: +PalavaMaa:3:21859:13679:22692:22684:0:13660:0:0:0:13287:13286:0: +adroit4559:3:0:0:0:0:0:0:0:0:0:0:0:0: +SensaiKush:85:10828:6568:6585:0:0:0:0:0:0:0:11840:0: +Neba Brat:70:0:0:0:0:0:0:0:0:0:0:0:0: +Zartharias:55:1165:0:0:1333:1125:1195:0:1077:0:0:0:0: +lioooooooooo:38:0:0:0:0:0:0:0:0:0:0:0:0: +Julle2900:54:0:0:0:0:0:0:0:0:0:0:0:0: +ItsSpectrum:92:0:0:0:0:0:0:0:0:0:0:0:0: +Pinkjoe_369:68:6182:0:0:1275:6180:0:0:6181:0:0:0:0: +iD3CAP1TATE:86:1050:0:1731:0:0:0:0:0:0:1065:23285:0: +0wnbyme0:80:2665:4355:0:1387:2661:2667:0:2663:0:1065:9005:0: +whodis1:11:1153:4351:1725:1325:1115:1191:0:1067:0:0:1061:0: +V-Caracas:75:0:0:0:1211:0:0:0:0:0:0:0:0: +Jackawoo:24:1153:1019:1009:1323:1101:1191:0:1081:0:1059:0:0: +yorwys:76:0:0:0:1357:0:0:0:2617:0:0:0:0: +ashwoog:8:0:0:0:0:0:0:0:0:0:0:0:0: +Belly111:57:1169:0:1725:1373:1129:0:0:1099:0:1065:1061:0: +rolexeshh:54:0:0:0:1381:0:0:0:0:0:0:0:0: +Flamingasz:39:1040:23297:1660:1273:0:0:0:0:0:0:0:0: +TooFreeBoy:38:1159:0:1725:1329:1121:1197:0:1071:0:7595:1061:0: +el capibara:64:0:1019:0:0:0:0:0:0:0:0:0:0: +maName1999:43:1169:0:1725:853:1115:0:0:1099:0:1065:0:0: +noobmager69:13:579:4397:1727:1381:577:0:0:1011:0:1063:1061:0: +Greg lad:53:1153:4315:1725:1373:1115:1191:0:1081:0:0:1061:0: +420 McWaffle:42:1169:4339:0:853:1129:0:0:1099:0:1065:0:0: +SwappingSpit:56:1053:4351:1725:853:1101:0:0:1099:0:1065:1061:0: +og Swervinn:74:0:0:0:0:0:0:0:0:0:0:0:0: +yurmari:41:0:0:0:1351:0:13660:0:0:0:0:0:0: +mrintensely8:120:0:0:0:0:0:0:0:0:0:0:0:0: +65s4gs6g:3:0:0:0:0:0:0:0:0:0:0:0:0: +Yippi kaye:32:5533:0:0:0:0:13660:0:0:0:0:0:0: +E D U A R DO:58:5533:0:552:1381:23404:0:0:1099:0:0:0:0: +RichBichLily:57:0:0:1710:20590:0:0:0:0:0:0:0:0: +ee PILLERI:94:0:0:0:0:0:0:0:0:0:0:0:0: +el tor001:84:0:0:1712:1381:0:0:0:0:0:0:0:0: +Ill have tht:49:6188:4325:1725:20155:1129:0:0:1099:0:1065:1061:0: +Li-Fan Wei:61:2665:1023:1731:853:2661:0:0:3479:0:1065:0:0: +CrsipDaddy69:62:1163:0:1731:1333:1127:1201:0:1079:0:1065:0:0: +50 Crow 2195:4:0:0:0:1351:0:0:0:0:0:0:0:0: +Nonce No:42:24315:13679:1725:853:24317:0:0:1099:0:1065:24323:0: +c6z0urhtkxou:3:0:0:0:0:0:0:0:0:0:0:0:0: +capulina 12:71:0:0:0:1359:0:0:0:0:0:0:0:0: +atti zuen:27:579:1019:1727:1387:577:0:0:0:0:0:0:0: +Wildmake:25:1153:1019:1725:1331:1101:1191:0:1067:0:0:1061:0: +iGod Butcher:69:2627:1027:1731:1333:1127:2629:0:2625:0:0:22701:0: +imma warlock:25:1153:0:0:1381:1115:1191:0:1067:0:1063:1061:0: +Kingviking11:50:1169:1021:1725:853:1115:0:0:1099:0:1065:1061:0: +Hookhda1995:51:1153:4365:1725:1333:1115:0:0:1067:0:0:1061:0: +OptusWIFI:27:0:4409:1727:1381:1035:0:0:1033:0:0:1061:0: +No Chance G:58:0:0:1725:853:1101:0:0:1099:0:1065:1061:0: +19F10V7XUA3L:3:0:0:0:0:0:0:0:0:0:0:0:0: +Karamjanda23:50:1169:4393:1731:853:1109:0:0:1099:0:1065:1061:0: +Duskthrow39:34:1017:4405:1478:853:1035:0:0:1099:0:0:1061:0: +skitzatics:36:0:0:1725:1331:0:0:0:1099:0:1065:0:0: +Vi Vinner:59:1153:1027:1725:853:1115:0:0:1099:0:1065:1061:0: +666 sauce:56:0:3789:10364:1333:0:0:0:0:0:1065:6666:0: +Purple Sclm:54:1169:24207:1725:853:1101:0:0:1099:0:1065:1061:0: +69leo:55:1163:1027:1478:1303:23392:1201:0:1079:0:0:0:0: +125i:77:1163:4345:1725:1333:1127:1201:0:1079:0:1065:1061:0: +Shady_4720:29:1017:4345:1727:1381:544:0:0:542:0:0:1061:0: +gotitondeck:30:1169:1019:1725:853:1129:0:0:1097:0:2912:1061:0: +Crispy chips:78:1163:1027:1731:853:1113:0:0:1099:0:1065:24313:0: +PlzRisk More:45:12518:4389:1725:853:1101:0:0:7378:0:1065:1837:0: +P K Bash Man:56:1169:0:1725:853:1129:0:0:1099:0:1065:1061:0: +Kieran2809:18:0:0:0:1355:0:0:0:0:0:0:1061:0: +Yes I m New:79:2665:1019:1731:1333:2661:2667:0:2663:0:1065:9006:0: +HMAY4QQ37YGB:3:0:0:0:0:0:0:0:0:0:0:0:0: +Soul Dig 934:50:1153:0:0:1323:1115:1191:0:1067:0:1059:1061:0: +Mr Medicated:63:1157:1027:1725:853:1119:0:0:1099:0:1065:1061:0: +Troll2k:4:1153:0:0:1277:1129:1171:0:0:0:0:1061:0: +Protect Hope:62:2665:1027:10364:853:2669:0:0:2655:0:2489:11840:0: +ITS ME KDP:14:0:0:1731:0:0:0:0:0:0:1063:1061:0: +anastasiaemp:28:1153:0:0:1277:1103:1173:0:1087:0:0:0:0: +Aka Flying:45:5527:4367:1725:853:0:0:0:0:0:1065:6666:0: +llSlayerlI:47:1169:4385:1725:853:1129:0:0:1099:0:1065:1061:0: +jO9hurley:61:1163:1021:1725:1333:1113:1201:0:1079:0:2912:1061:0: +lilaf:43:1169:0:1725:1319:1129:0:0:1099:0:1065:0:0: +Logamconner:3:0:0:0:0:0:0:0:0:0:0:0:0: +dunnbros1:64:1169:4383:1725:853:1129:0:0:1099:0:1065:1061:0: +345458472110:101:1169:4407:1725:853:1133:0:0:1099:0:1065:1061:0: +Blonkalex23:61:1163:0:1725:1333:1127:1201:0:1079:0:0:1061:0: +0hide0cry:67:0:0:1731:853:1129:0:0:1097:0:1063:0:0: +Magemac99:27:579:4365:0:1387:577:1177:0:1011:0:0:0:0: +Alcap0ny:54:1153:0:0:0:1105:0:0:1067:0:2932:1061:0: +WISDJGJJ5CK4:3:0:0:0:0:0:0:0:0:0:0:0:0: +Confiteor:81:0:0:0:853:0:0:0:0:0:0:0:0: +x Obey the:68:579:0:1727:1333:577:0:0:542:0:0:0:0: +sicriona:103:1163:1023:1725:1333:1127:1201:0:1079:0:2922:1061:0: +Deleo Hostem:74:2619:9753:1731:23334:2661:2659:0:2663:0:1065:2914:0: +K E N N O:89:10294:0:1731:1333:7372:0:0:1093:0:1065:1061:0: +T3CHe:47:579:0:1731:1333:577:0:0:1099:0:1063:0:0: +Kaiju_X:72:1169:0:1731:853:544:0:0:1099:0:1065:0:0: +Junior_steez:68:0:0:1725:1333:544:0:0:542:0:2912:1061:0: +BllI1C:52:1169:0:1725:853:1129:0:0:1099:0:1065:1061:0: +Husky Fellow:53:6335:20217:1725:853:1129:0:0:7380:0:1065:23288:0: +w33d pk u:73:1169:4373:1725:853:1135:0:0:1099:0:1065:1061:0: +Gl Im Ninat:55:1169:4333:1725:853:0:0:0:1099:0:1065:1061:0: +12iownu:56:579:0:1725:1333:577:0:0:1099:0:1065:0:0: +TernoWildust:87:0:0:1731:1381:577:0:0:542:0:1065:0:0: +xongbax:57:1169:4347:1725:853:1129:0:0:1099:0:1065:1061:0: +G0DS Of Edge:76:2673:1027:1731:1333:2669:2675:0:2671:0:1065:1061:0: +Slashz:46:1169:4351:0:853:1129:0:0:1099:0:1065:0:0: +MicKy242:66:579:1021:0:1333:1121:1197:0:1085:0:1059:1061:0: +God trust:70:0:0:1725:1333:544:0:0:1099:0:1065:0:0: +Nodak Josh:69:12283:13679:1731:853:7362:0:0:7378:0:1065:1061:0: +ryuga attak:66:1163:0:1725:1333:1113:1201:0:1079:0:0:1061:0: +OldeEnglish:74:1163:0:1731:1333:1127:0:0:1079:0:0:0:0: +Vettige Sam:28:6656:0:1654:0:6654:0:0:6655:0:2902:0:0: +sitdown:61:1169:0:1704:868:1129:0:0:2497:0:2491:1837:0: +Zamppaliin:57:0:0:0:0:0:0:0:0:0:0:0:0: +kuchar23:94:1163:1019:1725:853:1135:0:0:1079:0:1065:1061:0: +Tyuio594:69:0:0:0:0:0:0:0:0:0:0:0:0: +oZeZo:90:0:0:0:1359:0:0:0:0:0:0:0:0: +Mrmagicmatt:50:1153:4377:1725:1333:1115:0:0:1067:0:1059:1061:0: +iism0ke:51:1169:4325:1725:853:1129:0:0:1099:0:1065:626:0: +Dzestiz:3:5533:0:21314:20779:0:24325:0:3059:0:3060:3061:0: +Justiniksass:3:0:0:0:0:0:0:0:0:0:0:0:0: +rag 1:66:2619:23410:1731:853:2661:0:0:2663:0:1065:23285:0: + diff --git a/Server/data/botdata/namesandarmorscript b/Server/data/botdata/namesandarmorscript new file mode 100644 index 0000000..b22283d --- /dev/null +++ b/Server/data/botdata/namesandarmorscript @@ -0,0 +1,78 @@ +/* + +This script is run with OSBot. Created by Red Bracket. + +namesandarmor.txt has the following format: +name:cblevel:helmet:cape:neck:weapon:chest:shield:unknown:legs:unknown:gloves:boots: + +*/ + + +import org.osbot.rs07.api.def.ItemDefinition; +import org.osbot.rs07.api.model.Player; +import org.osbot.rs07.script.Script; +import org.osbot.rs07.script.ScriptManifest; + +import java.io.*; +import java.util.ArrayList; + +@ScriptManifest(name = "Fetch data10", author = "b4", version = 2, logo = "", info = "info") +public class Reader extends Script { + + private ArrayList names = new ArrayList<>(20); + + @Override + public int onLoop() { + Player p = getPlayers().closest(o -> !names.contains(o.getName())); + if (p != null) + { + names.add(p.getName()); + String equipment = getOthersEquipment(p); + //Format: + //name:cblevel:helmet:cape:neck:weapon:chest:shield:unknown:legs:unknown:gloves:boots: + log2(p.getName() + + ":" + p.getCombatLevel() + + ":" + equipment); + } + return 50; + } + + private void log2(String msg) + { + try { + log(msg); + FileReader fr = new FileReader(getDirectoryData() + "Data.txt"); + BufferedReader br = new BufferedReader(fr); + for (String line; (line = br.readLine()) != null; ) { + if (line.split(":")[0].equals(msg.split(":")[0])) + { + log("Not adding that one, since we already have it"); + return; + } + } + + + FileWriter fw = new FileWriter(getDirectoryData() + "Data.txt", true); + BufferedWriter bw = new BufferedWriter(fw); + PrintWriter out = new PrintWriter(bw); + out.println(msg); + out.close(); + } catch (Exception e) { + log(e); + } + } + + private String getOthersEquipment(Player p) { + String equipmentList = ""; + if(p != null) { + int[] equipment = p.getDefinition().getAppearance(); + for (int value : equipment) { + if (value - 512 > 0) + equipmentList += ItemDefinition.forId(value - 512).getId() + ":"; + else + equipmentList += 0 + ":"; + } + } + return equipmentList; + } +} diff --git a/Server/data/botdata/pestcontrolcopies.txt b/Server/data/botdata/pestcontrolcopies.txt new file mode 100644 index 0000000..0fd7663 --- /dev/null +++ b/Server/data/botdata/pestcontrolcopies.txt @@ -0,0 +1,38 @@ +#Format: +#name:cblevel:helmet:cape:neck:weapon:chest:shield:unknown:legs:unknown:gloves:boots: +SirKermit:138:1149:6568:6585:4587:10564:6524:0:4585:0:1059:1061: +ceikry:110:1149:6568:6585:4587:10564:6524:0:4585:0:1059:1061: +loving puppy:95:11665:6568:6585:4587:8839:14767:0:8840:0:8842:1061: +rattle63:83:14096:10499:6585:4151:14094:14767:0:14095:0:8842:1061: +baluga:110:10828:6568:6585:4151:3140:6524:0:4087:0:8842:11732: +crabcake:115:10828:10446:6585:4151:10564:6524:0:4087:0:8842:11732: +Red:94:121:6568:10354:6585:10564:0:0:4087:0:1059:11732: +puglet:120:10828:6568:6585:11696:4757:0:0:8840:0:1059:3105: +linux:101:10828:10069:6585:4151:3140:14767:0:4087:0:1059:3105: +sicriona:103:1163:1023:6585:1333:1127:1201:0:1079:0:2922:1061:0: +czar:110:1149:6568:6585:4587:10564:6524:0:4585:0:1059:1061: +Alex:95:11665:6568:6585:4587:8839:14767:0:8840:0:8842:1061: +RedSparr0w:83:1149:6568:6585:4587:10564:6524:0:4585:0:1059:1061: +Summer:110:10828:6568:6585:4151:3140:6524:0:4087:0:8842:11732: +RedBracket:115:10828:10446:6585:13477:10564:6524:0:4087:0:8842:11732: +Woah:94:1163:6568:6585:13477:10564:0:0:4087:0:1059:11732: +SirKermit:130:10828:6568:6585:13477:4757:0:0:8840:0:1059:3105: +ceikry:95:10828:10069:6585:4151:3140:14767:0:4087:0:1059:3105: +SirKermit:138:1149:6568:6585:4587:10564:6524:0:4585:0:1059:1061: +ceikry:110:1149:6568:6585:4587:10564:6524:0:4585:0:1059:1061: +loving puppy:95:11665:6568:6585:4587:8839:14767:0:8840:0:8842:1061: +rattle63:83:14096:10499:6585:4151:14094:14767:0:14095:0:8842:1061: +baluga:110:10828:6568:6585:4151:3140:6524:0:4087:0:8842:11732: +crabcake:115:10828:10446:6585:4151:10564:6524:0:4087:0:8842:11732: +Red:94:121:6568:10354:6585:10564:0:0:4087:0:1059:11732: +puglet:120:10828:6568:6585:11696:4757:0:0:8840:0:1059:3105: +linux:101:10828:10069:6585:4151:3140:14767:0:4087:0:1059:3105: +sicriona:103:1163:1023:6585:1333:1127:1201:0:1079:0:2922:1061:0: +czar:110:1149:6568:6585:4587:10564:6524:0:4585:0:1059:1061: +Alex:95:11665:6568:6585:4587:8839:14767:0:8840:0:8842:1061: +RedSparr0w:83:1149:6568:6585:4587:10564:6524:0:4585:0:1059:1061: +Summer:110:10828:6568:6585:4151:3140:6524:0:4087:0:8842:11732: +RedBracket:115:10828:10446:6585:13477:10564:6524:0:4087:0:8842:11732: +Woah:94:1163:6568:6585:13477:10564:0:0:4087:0:1059:11732: +SirKermit:130:10828:6568:6585:13477:4757:0:0:8840:0:1059:3105: +ceikry:95:10828:10069:6585:4151:3140:14767:0:4087:0:1059:3105: \ No newline at end of file diff --git a/Server/data/cache/main_file_cache.dat2 b/Server/data/cache/main_file_cache.dat2 new file mode 100644 index 0000000..d7514d6 Binary files /dev/null and b/Server/data/cache/main_file_cache.dat2 differ diff --git a/Server/data/cache/main_file_cache.idx0 b/Server/data/cache/main_file_cache.idx0 new file mode 100644 index 0000000..29da3cf Binary files /dev/null and b/Server/data/cache/main_file_cache.idx0 differ diff --git a/Server/data/cache/main_file_cache.idx1 b/Server/data/cache/main_file_cache.idx1 new file mode 100644 index 0000000..ed15fcd Binary files /dev/null and b/Server/data/cache/main_file_cache.idx1 differ diff --git a/Server/data/cache/main_file_cache.idx10 b/Server/data/cache/main_file_cache.idx10 new file mode 100644 index 0000000..59d2161 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx10 differ diff --git a/Server/data/cache/main_file_cache.idx11 b/Server/data/cache/main_file_cache.idx11 new file mode 100644 index 0000000..6dccb5f Binary files /dev/null and b/Server/data/cache/main_file_cache.idx11 differ diff --git a/Server/data/cache/main_file_cache.idx12 b/Server/data/cache/main_file_cache.idx12 new file mode 100644 index 0000000..e27eb6d Binary files /dev/null and b/Server/data/cache/main_file_cache.idx12 differ diff --git a/Server/data/cache/main_file_cache.idx13 b/Server/data/cache/main_file_cache.idx13 new file mode 100644 index 0000000..8acd7ef Binary files /dev/null and b/Server/data/cache/main_file_cache.idx13 differ diff --git a/Server/data/cache/main_file_cache.idx14 b/Server/data/cache/main_file_cache.idx14 new file mode 100644 index 0000000..96c7bd0 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx14 differ diff --git a/Server/data/cache/main_file_cache.idx15 b/Server/data/cache/main_file_cache.idx15 new file mode 100644 index 0000000..d504977 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx15 differ diff --git a/Server/data/cache/main_file_cache.idx16 b/Server/data/cache/main_file_cache.idx16 new file mode 100644 index 0000000..ad2c1b1 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx16 differ diff --git a/Server/data/cache/main_file_cache.idx17 b/Server/data/cache/main_file_cache.idx17 new file mode 100644 index 0000000..7a2a366 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx17 differ diff --git a/Server/data/cache/main_file_cache.idx18 b/Server/data/cache/main_file_cache.idx18 new file mode 100644 index 0000000..b7dcc43 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx18 differ diff --git a/Server/data/cache/main_file_cache.idx19 b/Server/data/cache/main_file_cache.idx19 new file mode 100644 index 0000000..da1040f Binary files /dev/null and b/Server/data/cache/main_file_cache.idx19 differ diff --git a/Server/data/cache/main_file_cache.idx2 b/Server/data/cache/main_file_cache.idx2 new file mode 100644 index 0000000..73bf75f Binary files /dev/null and b/Server/data/cache/main_file_cache.idx2 differ diff --git a/Server/data/cache/main_file_cache.idx20 b/Server/data/cache/main_file_cache.idx20 new file mode 100644 index 0000000..72c6cda Binary files /dev/null and b/Server/data/cache/main_file_cache.idx20 differ diff --git a/Server/data/cache/main_file_cache.idx21 b/Server/data/cache/main_file_cache.idx21 new file mode 100644 index 0000000..1da8fce Binary files /dev/null and b/Server/data/cache/main_file_cache.idx21 differ diff --git a/Server/data/cache/main_file_cache.idx22 b/Server/data/cache/main_file_cache.idx22 new file mode 100644 index 0000000..caee83c Binary files /dev/null and b/Server/data/cache/main_file_cache.idx22 differ diff --git a/Server/data/cache/main_file_cache.idx23 b/Server/data/cache/main_file_cache.idx23 new file mode 100644 index 0000000..0d03d75 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx23 differ diff --git a/Server/data/cache/main_file_cache.idx24 b/Server/data/cache/main_file_cache.idx24 new file mode 100644 index 0000000..29172b7 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx24 differ diff --git a/Server/data/cache/main_file_cache.idx25 b/Server/data/cache/main_file_cache.idx25 new file mode 100644 index 0000000..dcc8774 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx25 differ diff --git a/Server/data/cache/main_file_cache.idx255 b/Server/data/cache/main_file_cache.idx255 new file mode 100644 index 0000000..6f133c7 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx255 differ diff --git a/Server/data/cache/main_file_cache.idx26 b/Server/data/cache/main_file_cache.idx26 new file mode 100644 index 0000000..e3be0f5 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx26 differ diff --git a/Server/data/cache/main_file_cache.idx27 b/Server/data/cache/main_file_cache.idx27 new file mode 100644 index 0000000..24e8b4b Binary files /dev/null and b/Server/data/cache/main_file_cache.idx27 differ diff --git a/Server/data/cache/main_file_cache.idx28 b/Server/data/cache/main_file_cache.idx28 new file mode 100644 index 0000000..681e537 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx28 differ diff --git a/Server/data/cache/main_file_cache.idx3 b/Server/data/cache/main_file_cache.idx3 new file mode 100644 index 0000000..8dfb06a Binary files /dev/null and b/Server/data/cache/main_file_cache.idx3 differ diff --git a/Server/data/cache/main_file_cache.idx4 b/Server/data/cache/main_file_cache.idx4 new file mode 100644 index 0000000..8c2eb47 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx4 differ diff --git a/Server/data/cache/main_file_cache.idx5 b/Server/data/cache/main_file_cache.idx5 new file mode 100644 index 0000000..cb88101 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx5 differ diff --git a/Server/data/cache/main_file_cache.idx6 b/Server/data/cache/main_file_cache.idx6 new file mode 100644 index 0000000..899c420 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx6 differ diff --git a/Server/data/cache/main_file_cache.idx7 b/Server/data/cache/main_file_cache.idx7 new file mode 100644 index 0000000..7dc29a6 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx7 differ diff --git a/Server/data/cache/main_file_cache.idx8 b/Server/data/cache/main_file_cache.idx8 new file mode 100644 index 0000000..3c213c6 Binary files /dev/null and b/Server/data/cache/main_file_cache.idx8 differ diff --git a/Server/data/cache/main_file_cache.idx9 b/Server/data/cache/main_file_cache.idx9 new file mode 100644 index 0000000..a8e00ff Binary files /dev/null and b/Server/data/cache/main_file_cache.idx9 differ diff --git a/Server/data/configs/account_limit_exceptions.conf b/Server/data/configs/account_limit_exceptions.conf new file mode 100644 index 0000000..c412ca2 --- /dev/null +++ b/Server/data/configs/account_limit_exceptions.conf @@ -0,0 +1,2 @@ +[exceptions] +"127.0.0.1" = 5 \ No newline at end of file diff --git a/Server/data/configs/ammo_configs.json b/Server/data/configs/ammo_configs.json new file mode 100644 index 0000000..4cc7dbc --- /dev/null +++ b/Server/data/configs/ammo_configs.json @@ -0,0 +1,1770 @@ +[ + { + "itemId": "78", + "name": "Ice arrows", + "start_graphic": "25,96", + "darkbow_graphic": "1110,96", + "projectile": "16,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "598", + "name": "Bronze fire arrows", + "start_graphic": "26,96", + "darkbow_graphic": "1113,96", + "projectile": "17,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "732", + "name": "Holy water", + "start_graphic": "193,0", + "darkbow_graphic": "", + "projectile": "192,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "800", + "name": "Bronze thrownaxe", + "start_graphic": "43,96", + "darkbow_graphic": "", + "projectile": "36,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "801", + "name": "Iron thrownaxe", + "start_graphic": "42,96", + "darkbow_graphic": "", + "projectile": "35,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "802", + "name": "Steel thrownaxe", + "start_graphic": "44,96", + "darkbow_graphic": "", + "projectile": "37,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "803", + "name": "Mithril thrownaxe", + "start_graphic": "45,96", + "darkbow_graphic": "", + "projectile": "38,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "804", + "name": "Adamant thrownaxe", + "start_graphic": "46,96", + "darkbow_graphic": "", + "projectile": "39,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "805", + "name": "Rune thrownaxe", + "start_graphic": "48,96", + "darkbow_graphic": "", + "projectile": "41,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "806", + "name": "Bronze dart", + "start_graphic": "232,96", + "darkbow_graphic": "", + "projectile": "226,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "807", + "name": "Iron dart", + "start_graphic": "233,96", + "darkbow_graphic": "", + "projectile": "227,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "808", + "name": "Steel dart", + "start_graphic": "234,96", + "darkbow_graphic": "", + "projectile": "228,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "809", + "name": "Mithril dart", + "start_graphic": "235,96", + "darkbow_graphic": "", + "projectile": "229,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "810", + "name": "Adamant dart", + "start_graphic": "236,96", + "darkbow_graphic": "", + "projectile": "230,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "811", + "name": "Rune dart", + "start_graphic": "237,96", + "darkbow_graphic": "", + "projectile": "231,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "812", + "name": "Bronze dart(p)", + "start_graphic": "232,96", + "darkbow_graphic": "", + "projectile": "226,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "813", + "name": "Iron dart(p)", + "start_graphic": "233,96", + "darkbow_graphic": "", + "projectile": "227,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "814", + "name": "Steel dart(p)", + "start_graphic": "234,96", + "darkbow_graphic": "", + "projectile": "228,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "815", + "name": "Mithril dart(p)", + "start_graphic": "235,96", + "darkbow_graphic": "", + "projectile": "229,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "816", + "name": "Adamant dart(p)", + "start_graphic": "236,96", + "darkbow_graphic": "", + "projectile": "230,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "817", + "name": "Rune dart(p)", + "start_graphic": "237,96", + "darkbow_graphic": "", + "projectile": "231,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "825", + "name": "Bronze javelin", + "start_graphic": "206,96", + "darkbow_graphic": "", + "projectile": "200,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "826", + "name": "Iron javelin", + "start_graphic": "207,96", + "darkbow_graphic": "", + "projectile": "201,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "827", + "name": "Steel javelin", + "start_graphic": "208,96", + "darkbow_graphic": "", + "projectile": "202,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "828", + "name": "Mithril javelin", + "start_graphic": "209,96", + "darkbow_graphic": "", + "projectile": "203,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "829", + "name": "Adamant javelin", + "start_graphic": "210,96", + "darkbow_graphic": "", + "projectile": "204,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "830", + "name": "Rune javelin", + "start_graphic": "211,96", + "darkbow_graphic": "", + "projectile": "205,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "831", + "name": "Bronze javelin(p)", + "start_graphic": "206,96", + "darkbow_graphic": "", + "projectile": "200,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "832", + "name": "Iron javelin(p)", + "start_graphic": "207,96", + "darkbow_graphic": "", + "projectile": "201,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "833", + "name": "Steel javelin(p)", + "start_graphic": "208,96", + "darkbow_graphic": "", + "projectile": "202,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "834", + "name": "Mithril javelin(p)", + "start_graphic": "209,96", + "darkbow_graphic": "", + "projectile": "203,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "835", + "name": "Adamant javelin(p)", + "start_graphic": "210,96", + "darkbow_graphic": "", + "projectile": "204,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "836", + "name": "Rune javelin(p)", + "start_graphic": "211,96", + "darkbow_graphic": "", + "projectile": "205,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "863", + "name": "Iron knife", + "start_graphic": "220,96", + "darkbow_graphic": "", + "projectile": "213,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "864", + "name": "Bronze knife", + "start_graphic": "219,96", + "darkbow_graphic": "", + "projectile": "212,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "865", + "name": "Steel knife", + "start_graphic": "221,96", + "darkbow_graphic": "", + "projectile": "214,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "866", + "name": "Mithril knife", + "start_graphic": "223,96", + "darkbow_graphic": "", + "projectile": "216,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "867", + "name": "Adamant knife", + "start_graphic": "224,96", + "darkbow_graphic": "", + "projectile": "217,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "868", + "name": "Rune knife", + "start_graphic": "225,96", + "darkbow_graphic": "", + "projectile": "218,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "869", + "name": "Black knife", + "start_graphic": "222,96", + "darkbow_graphic": "", + "projectile": "215,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "870", + "name": "Bronze knife(p)", + "start_graphic": "219,96", + "darkbow_graphic": "", + "projectile": "212,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "871", + "name": "Iron knife(p)", + "start_graphic": "220,96", + "darkbow_graphic": "", + "projectile": "213,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "872", + "name": "Steel knife(p)", + "start_graphic": "221,96", + "darkbow_graphic": "", + "projectile": "214,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "873", + "name": "Mithril knife(p)", + "start_graphic": "223,96", + "darkbow_graphic": "", + "projectile": "216,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "874", + "name": "Black knife(p)", + "start_graphic": "222,96", + "darkbow_graphic": "", + "projectile": "215,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "875", + "name": "Adamant knife(p)", + "start_graphic": "224,96", + "darkbow_graphic": "", + "projectile": "217,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "876", + "name": "Rune knife(p)", + "start_graphic": "225,96", + "darkbow_graphic": "", + "projectile": "218,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "877", + "name": "Bronze bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "878", + "name": "Bronze bolts(p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "28" + }, + { + "itemId": "879", + "name": "Opal bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "880", + "name": "Pearl bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "882", + "name": "Bronze arrow", + "start_graphic": "19,96", + "darkbow_graphic": "1104,96", + "projectile": "10,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "883", + "name": "Bronze arrow(p)", + "start_graphic": "19,96", + "darkbow_graphic": "1104,96", + "projectile": "10,40,36,41,46,5,0", + "poison_damage": "28" + }, + { + "itemId": "884", + "name": "Iron arrow", + "start_graphic": "18,96", + "darkbow_graphic": "1105,96", + "projectile": "9,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "885", + "name": "Iron arrow(p)", + "start_graphic": "18,96", + "darkbow_graphic": "1105,96", + "projectile": "9,40,36,41,46,5,0", + "poison_damage": "28" + }, + { + "itemId": "886", + "name": "Steel arrow", + "start_graphic": "20,96", + "darkbow_graphic": "1106,96", + "projectile": "11,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "887", + "name": "Steel arrow(p)", + "start_graphic": "20,96", + "darkbow_graphic": "1106,96", + "projectile": "11,40,36,41,46,5,0", + "poison_damage": "28" + }, + { + "itemId": "888", + "name": "Mithril arrow", + "start_graphic": "21,96", + "darkbow_graphic": "1107,96", + "projectile": "12,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "889", + "name": "Mithril arrow(p)", + "start_graphic": "21,96", + "darkbow_graphic": "1107,96", + "projectile": "12,40,36,41,46,5,0", + "poison_damage": "28" + }, + { + "itemId": "890", + "name": "Adamant arrow", + "start_graphic": "22,96", + "darkbow_graphic": "1108,96", + "projectile": "13,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "891", + "name": "Adamant arrow(p)", + "start_graphic": "22,96", + "darkbow_graphic": "1108,96", + "projectile": "13,40,36,41,46,5,0", + "poison_damage": "28" + }, + { + "itemId": "892", + "name": "Rune arrow", + "start_graphic": "24,96", + "darkbow_graphic": "1109,96", + "projectile": "15,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "893", + "name": "Rune arrow(p)", + "start_graphic": "24,96", + "darkbow_graphic": "1109,96", + "projectile": "15,40,36,41,46,5,0", + "poison_damage": "28" + }, + { + "itemId": "2532", + "name": "Iron fire arrows", + "start_graphic": "26,96", + "darkbow_graphic": "1113,96", + "projectile": "17,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "2534", + "name": "Steel fire arrows", + "start_graphic": "26,96", + "darkbow_graphic": "1113,96", + "projectile": "17,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "2536", + "name": "Mithril fire arrows", + "start_graphic": "26,96", + "darkbow_graphic": "1113,96", + "projectile": "17,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "2538", + "name": "Adamant fire arrows", + "start_graphic": "26,96", + "darkbow_graphic": "1113,96", + "projectile": "17,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "2540", + "name": "Rune fire arrows", + "start_graphic": "26,96", + "darkbow_graphic": "1113,96", + "projectile": "17,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "2866", + "name": "Ogre arrow", + "start_graphic": "243,60", + "darkbow_graphic": "", + "projectile": "242,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "3093", + "name": "Black dart", + "start_graphic": "273,96", + "darkbow_graphic": "", + "projectile": "227,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "3094", + "name": "Black dart(p)", + "start_graphic": "273,96", + "darkbow_graphic": "", + "projectile": "227,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "4160", + "name": "Broad arrow", + "start_graphic": "325,96", + "darkbow_graphic": "1112,96", + "projectile": "326,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4212", + "name": "New crystal bow", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4214", + "name": "Crystal bow full", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4215", + "name": "Crystal bow 9/10", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4216", + "name": "Crystal bow 8/10", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4217", + "name": "Crystal bow 7/10", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4218", + "name": "Crystal bow 6/10", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4219", + "name": "Crystal bow 5/10", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4220", + "name": "Crystal bow 4/10", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4221", + "name": "Crystal bow 3/10", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4222", + "name": "Crystal bow 2/10", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4223", + "name": "Crystal bow 1/10", + "start_graphic": "250,96", + "darkbow_graphic": "", + "projectile": "249,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4740", + "name": "Bolt rack", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "4778", + "name": "Iron brutal", + "start_graphic": "18,96", + "darkbow_graphic": "", + "projectile": "9,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4783", + "name": "Steel brutal", + "start_graphic": "20,96", + "darkbow_graphic": "", + "projectile": "11,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4788", + "name": "Black brutal", + "start_graphic": "18,96", + "darkbow_graphic": "", + "projectile": "9,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4793", + "name": "Mithril brutal", + "start_graphic": "21,96", + "darkbow_graphic": "", + "projectile": "12,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4798", + "name": "Adamant brutal", + "start_graphic": "22,96", + "darkbow_graphic": "", + "projectile": "13,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "4803", + "name": "Rune brutal", + "start_graphic": "24,96", + "darkbow_graphic": "", + "projectile": "15,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "5616", + "name": "Bronze arrow(p+)", + "start_graphic": "19,96", + "darkbow_graphic": "1104,96", + "projectile": "10,40,36,41,46,5,0", + "poison_damage": "38" + }, + { + "itemId": "5617", + "name": "Iron arrow(p+)", + "start_graphic": "18,96", + "darkbow_graphic": "1105,96", + "projectile": "9,40,36,41,46,5,0", + "poison_damage": "38" + }, + { + "itemId": "5618", + "name": "Steel arrow(p+)", + "start_graphic": "20,96", + "darkbow_graphic": "1106,96", + "projectile": "11,40,36,41,46,5,0", + "poison_damage": "38" + }, + { + "itemId": "5619", + "name": "Mithril arrow(p+)", + "start_graphic": "21,96", + "darkbow_graphic": "1107,96", + "projectile": "12,40,36,41,46,5,0", + "poison_damage": "38" + }, + { + "itemId": "5620", + "name": "Adamant arrow(p+)", + "start_graphic": "22,96", + "darkbow_graphic": "1108,96", + "projectile": "13,40,36,41,46,5,0", + "poison_damage": "38" + }, + { + "itemId": "5621", + "name": "Rune arrow(p+)", + "start_graphic": "19,96", + "darkbow_graphic": "", + "projectile": "10,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "5622", + "name": "Bronze arrow(p++)", + "start_graphic": "19,96", + "darkbow_graphic": "1104,96", + "projectile": "10,40,36,41,46,5,0", + "poison_damage": "48" + }, + { + "itemId": "5623", + "name": "Iron arrow(p++)", + "start_graphic": "18,96", + "darkbow_graphic": "1105,96", + "projectile": "9,40,36,41,46,5,0", + "poison_damage": "48" + }, + { + "itemId": "5624", + "name": "Steel arrow(p++)", + "start_graphic": "20,96", + "darkbow_graphic": "1106,96", + "projectile": "11,40,36,41,46,5,0", + "poison_damage": "48" + }, + { + "itemId": "5625", + "name": "Mithril arrow(p++)", + "start_graphic": "21,96", + "darkbow_graphic": "1107,96", + "projectile": "12,40,36,41,46,5,0", + "poison_damage": "48" + }, + { + "itemId": "5626", + "name": "Adamant arrow(p++)", + "start_graphic": "22,96", + "darkbow_graphic": "1108,96", + "projectile": "13,40,36,41,46,5,0", + "poison_damage": "48" + }, + { + "itemId": "5627", + "name": "Rune arrow(p++)", + "start_graphic": "24,96", + "darkbow_graphic": "1109,96", + "projectile": "15,40,36,41,46,5,0", + "poison_damage": "48" + }, + { + "itemId": "5628", + "name": "Bronze dart(p+)", + "start_graphic": "232,96", + "darkbow_graphic": "", + "projectile": "226,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5629", + "name": "Iron dart(p+)", + "start_graphic": "233,96", + "darkbow_graphic": "", + "projectile": "227,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5630", + "name": "Steel dart(p+)", + "start_graphic": "235,96", + "darkbow_graphic": "", + "projectile": "229,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5631", + "name": "Black dart(p+)", + "start_graphic": "273,96", + "darkbow_graphic": "", + "projectile": "227,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5633", + "name": "Adamant dart(p+)", + "start_graphic": "236,96", + "darkbow_graphic": "", + "projectile": "230,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5634", + "name": "Rune dart(p+)", + "start_graphic": "237,96", + "darkbow_graphic": "", + "projectile": "231,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5635", + "name": "Bronze dart(p++)", + "start_graphic": "232,96", + "darkbow_graphic": "", + "projectile": "226,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5636", + "name": "Iron dart(p++)", + "start_graphic": "233,96", + "darkbow_graphic": "", + "projectile": "227,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5637", + "name": "Steel dart(p++)", + "start_graphic": "234,96", + "darkbow_graphic": "", + "projectile": "228,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5638", + "name": "Black dart(p++)", + "start_graphic": "273,96", + "darkbow_graphic": "", + "projectile": "227,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5639", + "name": "Mithril dart(p++)", + "start_graphic": "235,96", + "darkbow_graphic": "", + "projectile": "229,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5640", + "name": "Adamant dart(p++)", + "start_graphic": "236,96", + "darkbow_graphic": "", + "projectile": "230,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5641", + "name": "Rune dart(p++)", + "start_graphic": "237,96", + "darkbow_graphic": "", + "projectile": "231,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5642", + "name": "Bronze javelin(p+)", + "start_graphic": "206,96", + "darkbow_graphic": "", + "projectile": "200,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5643", + "name": "Iron javelin(p+)", + "start_graphic": "207,96", + "darkbow_graphic": "", + "projectile": "201,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5644", + "name": "Steel javelin(p+)", + "start_graphic": "208,96", + "darkbow_graphic": "", + "projectile": "202,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5645", + "name": "Mithril javelin(p+)", + "start_graphic": "209,96", + "darkbow_graphic": "", + "projectile": "203,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5646", + "name": "Adamant javelin(p+)", + "start_graphic": "210,96", + "darkbow_graphic": "", + "projectile": "204,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5647", + "name": "Rune javelin(p+)", + "start_graphic": "211,96", + "darkbow_graphic": "", + "projectile": "205,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5648", + "name": "Bronze jav\\'n(p++)", + "start_graphic": "206,96", + "darkbow_graphic": "", + "projectile": "200,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5649", + "name": "Iron javelin(p++)", + "start_graphic": "207,96", + "darkbow_graphic": "", + "projectile": "201,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5650", + "name": "Steel javelin(p++)", + "start_graphic": "208,96", + "darkbow_graphic": "", + "projectile": "202,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5651", + "name": "Mithril javelin(p++)", + "start_graphic": "209,96", + "darkbow_graphic": "", + "projectile": "203,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5652", + "name": "Adamant javelin(p++)", + "start_graphic": "210,96", + "darkbow_graphic": "", + "projectile": "204,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5653", + "name": "Rune javelin(p++)", + "start_graphic": "211,96", + "darkbow_graphic": "", + "projectile": "205,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5654", + "name": "Bronze knife(p+)", + "start_graphic": "219,96", + "darkbow_graphic": "", + "projectile": "212,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5655", + "name": "Iron knife(p+)", + "start_graphic": "220,96", + "darkbow_graphic": "", + "projectile": "213,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5656", + "name": "Steel knife(p+)", + "start_graphic": "221,96", + "darkbow_graphic": "", + "projectile": "214,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5657", + "name": "Mithril knife(p+)", + "start_graphic": "223,96", + "darkbow_graphic": "", + "projectile": "216,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5658", + "name": "Black knife(p+)", + "start_graphic": "222,96", + "darkbow_graphic": "", + "projectile": "215,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5659", + "name": "Adamant knife(p+)", + "start_graphic": "224,96", + "darkbow_graphic": "", + "projectile": "217,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5660", + "name": "Rune knife(p+)", + "start_graphic": "225,96", + "darkbow_graphic": "", + "projectile": "218,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "5661", + "name": "Bronze knife(p++)", + "start_graphic": "219,96", + "darkbow_graphic": "", + "projectile": "212,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5662", + "name": "Iron knife(p++)", + "start_graphic": "220,96", + "darkbow_graphic": "", + "projectile": "213,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5663", + "name": "Steel knife(p++)", + "start_graphic": "221,96", + "darkbow_graphic": "", + "projectile": "214,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5664", + "name": "Mithril knife(p++)", + "start_graphic": "223,96", + "darkbow_graphic": "", + "projectile": "216,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5665", + "name": "Black knife(p++)", + "start_graphic": "222,96", + "darkbow_graphic": "", + "projectile": "215,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5666", + "name": "Adamant knife(p++)", + "start_graphic": "224,96", + "darkbow_graphic": "", + "projectile": "217,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "5667", + "name": "Rune knife(p++)", + "start_graphic": "225,96", + "darkbow_graphic": "", + "projectile": "218,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "6061", + "name": "Bronze bolts(p+)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "38" + }, + { + "itemId": "6062", + "name": "Bronze bolts(p++)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "48" + }, + { + "itemId": "6522", + "name": "Toktz-xil-ul", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "442,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "8882", + "name": "Bone bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9139", + "name": "Blurite bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9140", + "name": "Iron bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9141", + "name": "Steel bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9142", + "name": "Mithril bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9143", + "name": "Adamant bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9144", + "name": "Rune bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9236", + "name": "Opal bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9237", + "name": "Jade bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9238", + "name": "Pearl bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9239", + "name": "Topaz bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9240", + "name": "Sapphire bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9241", + "name": "Emerald bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9242", + "name": "Ruby bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9243", + "name": "Diamond bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9244", + "name": "Dragon bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9245", + "name": "Onyx bolts (e)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9286", + "name": "Blurite bolts(p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "28" + }, + { + "itemId": "9287", + "name": "Iron bolts (p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "28" + }, + { + "itemId": "9288", + "name": "Steel bolts (p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "28" + }, + { + "itemId": "9289", + "name": "Mithril bolts (p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "28" + }, + { + "itemId": "9290", + "name": "Adamant bolts (p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "28" + }, + { + "itemId": "9291", + "name": "Runite bolts (p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "28" + }, + { + "itemId": "9293", + "name": "Blurite bolts(p+)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "38" + }, + { + "itemId": "9294", + "name": "Iron bolts(p+)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "38" + }, + { + "itemId": "9295", + "name": "Steel bolts(p+)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "38" + }, + { + "itemId": "9296", + "name": "Mithril bolts(p+)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "38" + }, + { + "itemId": "9297", + "name": "Adamant bolts(p+)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "38" + }, + { + "itemId": "9298", + "name": "Runite bolts(p+)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "38" + }, + { + "itemId": "9300", + "name": "Blurite bolts(p++)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "48" + }, + { + "itemId": "9301", + "name": "Iron bolts(p++)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "48" + }, + { + "itemId": "9302", + "name": "Steel bolts(p++)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "48" + }, + { + "itemId": "9303", + "name": "Mithril bolts(p++)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "48" + }, + { + "itemId": "9304", + "name": "Adamant bolts(p++)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "48" + }, + { + "itemId": "9305", + "name": "Runite bolts(p++)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "48" + }, + { + "itemId": "9335", + "name": "Jade bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9336", + "name": "Topaz bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9337", + "name": "Sapphire bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9338", + "name": "Emerald bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9339", + "name": "Ruby bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9340", + "name": "Diamond bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9341", + "name": "Dragon bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9342", + "name": "Onyx bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "9706", + "name": "Training arrows", + "start_graphic": "806,96", + "darkbow_graphic": "806,96", + "projectile": "805,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "10033", + "name": "Chinchompa", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "908,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "10034", + "name": "Red chinchompa", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "909,40,36,45,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "10158", + "name": "Kebbit bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "10159", + "name": "Long kebbit bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "11212", + "name": "Dragon arrow", + "start_graphic": "1116,96", + "darkbow_graphic": "1114,96", + "projectile": "1120,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "11217", + "name": "Dragon fire arrows", + "start_graphic": "26,96", + "darkbow_graphic": "1113,96", + "projectile": "17,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "11227", + "name": "Dragon arrow(p)", + "start_graphic": "1116,96", + "darkbow_graphic": "1114,96", + "projectile": "1120,40,36,41,46,5,0", + "poison_damage": "28" + }, + { + "itemId": "11228", + "name": "Dragon arrow(p+)", + "start_graphic": "1116,96", + "darkbow_graphic": "1114,96", + "projectile": "1120,40,36,41,46,5,0", + "poison_damage": "38" + }, + { + "itemId": "11229", + "name": "Dragon arrow(p++)", + "start_graphic": "1116,96", + "darkbow_graphic": "1114,96", + "projectile": "1120,40,36,41,46,5,0", + "poison_damage": "48" + }, + { + "itemId": "11230", + "name": "Dragon dart", + "start_graphic": "1123,96", + "darkbow_graphic": "", + "projectile": "1122,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "11231", + "name": "Dragon dart(p)", + "start_graphic": "1123,96", + "darkbow_graphic": "", + "projectile": "1122,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "11233", + "name": "Dragon dart(p+)", + "start_graphic": "1123,96", + "darkbow_graphic": "", + "projectile": "1122,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "11234", + "name": "Dragon dart(p++)", + "start_graphic": "1123,96", + "darkbow_graphic": "", + "projectile": "1122,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "13083", + "name": "Black bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "13084", + "name": "Black bolts(p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "28" + }, + { + "itemId": "13085", + "name": "Black bolts(p+)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "38" + }, + { + "itemId": "13086", + "name": "Black bolts(p++)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "48" + }, + { + "itemId": "13280", + "name": "Broad-tipped bolts", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "27,38,36,41,32,5,0", + "poison_damage": "0" + }, + { + "itemId": "13879", + "name": "Morrigan\\'s javelin", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "1837,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "13880", + "name": "Morrigan\\'s javelin(p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "1837,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "13881", + "name": "Morrigan\\'s javelin(p+)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "1837,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "13882", + "name": "Morrigan\\'s javelin(p++)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "1837,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "13883", + "name": "Morrigan\\'s throwing axe", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "1839,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "13953", + "name": "Corrupt morrigan\\'s javelin", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "1837,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "13954", + "name": "C. morrigan\\'s javelin (p)", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "1837,40,36,32,32,15,0", + "poison_damage": "28" + }, + { + "itemId": "13955", + "name": "C. morrigan\\'s javelin (p+)", + "start_graphic": "1837,96", + "darkbow_graphic": "", + "projectile": "1840,40,36,32,32,15,0", + "poison_damage": "38" + }, + { + "itemId": "13956", + "name": "C. morrigan\\'s javelin (p++)", + "start_graphic": "1837,96", + "darkbow_graphic": "", + "projectile": "1840,40,36,32,32,15,0", + "poison_damage": "48" + }, + { + "itemId": "13957", + "name": "C. morrigan\\'s throwing axe", + "start_graphic": "-1,0", + "darkbow_graphic": "", + "projectile": "1839,40,36,32,32,15,0", + "poison_damage": "0" + }, + { + "itemId": "14202", + "name": "Arrows (class 1)", + "start_graphic": "24,96", + "darkbow_graphic": "1109,96", + "projectile": "15,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "14203", + "name": "Arrows (class 2)", + "start_graphic": "24,96", + "darkbow_graphic": "1109,96", + "projectile": "15,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "14204", + "name": "Arrows (class 3)", + "start_graphic": "24,96", + "darkbow_graphic": "1109,96", + "projectile": "15,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "14205", + "name": "Arrows (class 4)", + "start_graphic": "24,96", + "darkbow_graphic": "1109,96", + "projectile": "15,40,36,41,46,5,0", + "poison_damage": "0" + }, + { + "itemId": "14206", + "name": "Arrows (class 5)", + "start_graphic": "24,96", + "darkbow_graphic": "1109,96", + "projectile": "15,40,36,41,46,5,0", + "poison_damage": "0" + } +] diff --git a/Server/data/configs/clue_rewards.json b/Server/data/configs/clue_rewards.json new file mode 100644 index 0000000..5554b13 --- /dev/null +++ b/Server/data/configs/clue_rewards.json @@ -0,0 +1,2182 @@ +{ + "rare": [ + { + "minAmount": 1, + "weight": 50, + "id": 10362, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 30, + "id": 3486, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 30, + "id": 3481, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 30, + "id": 3483, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 30, + "id": 3485, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 30, + "id": 3488, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10330, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10332, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10334, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10336, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10338, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10340, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10342, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10344, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10346, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10348, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10350, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": 10, + "id": 10352, + "maxAmount": 1 + } + ], + "medium": [ + { + "minAmount": 1, + "weight": "5", + "id": 2605, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2599, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2601, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2603, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3474, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2613, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2607, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2609, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3475, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2611, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2647, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2645, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2649, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2577, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2579, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7319, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7321, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7323, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7325, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7327, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7372, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7380, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7370, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7378, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13103, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13097, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10282, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13109, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13107, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13111, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13113, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13115, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10364, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10420, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10422, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10400, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10402, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10416, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10418, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10436, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10438, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10296, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10298, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10300, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10302, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10304, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7334, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7340, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7346, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7352, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7358, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10446, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10448, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10450, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10452, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10454, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10456, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1161, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1123, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1073, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1091, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1199, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1183, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1111, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1211, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1271, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1287, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1301, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1317, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1357, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1371, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1430, + "maxAmount": 1 + }, + { + "minAmount": 10, + "weight": "5", + "id": 4823, + "maxAmount": 40 + }, + { + "minAmount": 1, + "weight": "5", + "id": 9183, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1393, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1099, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1135, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 857, + "maxAmount": 1 + }, + { + "minAmount": 10, + "weight": "5", + "id": 8781, + "maxAmount": 43 + }, + { + "minAmount": 6, + "weight": "5", + "id": 374, + "maxAmount": 23 + }, + { + "minAmount": 15, + "weight": "5", + "id": 380, + "maxAmount": 43 + }, + { + "minAmount": 500, + "weight": "5", + "id": 995, + "maxAmount": 7000 + }, + { + "minAmount": 15, + "weight": "5", + "id": 10326, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 7329, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 7331, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 7330, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 10327, + "maxAmount": 40 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10476, + "maxAmount": 27 + }, + { + "minAmount": 1, + "weight": "5", + "id": 556, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 554, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 557, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 555, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3827, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3828, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3829, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3830, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3831, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3832, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3833, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3834, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3835, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3836, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3837, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3838, + "maxAmount": 1 + } + ], + "hard": [ + { + "minAmount": 1, + "weight": "5", + "id": 10284, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13101, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13099, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10470, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10472, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10474, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10440, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10442, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10444, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2627, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2623, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2625, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3477, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2629, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2619, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2615, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2617, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3476, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2621, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2673, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2669, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2671, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3480, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2675, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2657, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2653, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2655, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3478, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2659, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2665, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2661, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2663, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3479, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2667, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10286, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7336, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10288, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7342, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10290, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7348, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10292, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7354, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10294, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7360, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7376, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7384, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7374, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7382, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10374, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10368, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10370, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10372, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10382, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10376, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10378, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10380, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10390, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10384, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10386, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10388, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2651, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2581, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2639, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2641, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2643, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1163, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1127, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1079, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1093, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1201, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1185, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1213, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1275, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1289, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1303, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1319, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1359, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1373, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1432, + "maxAmount": 1 + }, + { + "minAmount": 10, + "weight": "5", + "id": 4824, + "maxAmount": 43 + }, + { + "minAmount": 6, + "weight": "5", + "id": 9144, + "maxAmount": 23 + }, + { + "minAmount": 1, + "weight": "5", + "id": 9185, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2497, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2503, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 861, + "maxAmount": 2 + }, + { + "minAmount": 1, + "weight": "5", + "id": 859, + "maxAmount": 2 + }, + { + "minAmount": 6, + "weight": "5", + "id": 8783, + "maxAmount": 27 + }, + { + "minAmount": 16, + "weight": "5", + "id": 380, + "maxAmount": 38 + }, + { + "minAmount": 7, + "weight": "5", + "id": 386, + "maxAmount": 32 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7398, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7399, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7400, + "maxAmount": 1 + }, + { + "minAmount": 500, + "weight": "5", + "id": 995, + "maxAmount": 7000 + }, + { + "minAmount": 15, + "weight": "5", + "id": 10326, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 7329, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 7331, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 7330, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 10327, + "maxAmount": 40 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10476, + "maxAmount": 27 + }, + { + "minAmount": 1, + "weight": "5", + "id": 556, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 554, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 557, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 555, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3827, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3828, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3829, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3830, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3831, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3832, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3833, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3834, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3835, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3836, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3837, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3838, + "maxAmount": 1 + } + ], + "easy": [ + { + "minAmount": 1, + "weight": "5", + "id": 2633, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2635, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2637, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2587, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2583, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2585, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3472, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2589, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2595, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2591, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2593, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3473, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2597, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10306, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10308, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10310, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10312, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10314, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7332, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7338, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7344, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7350, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7356, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 2631, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7392, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7396, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7388, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7390, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7386, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7394, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7362, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7366, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7364, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 7368, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10404, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10406, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10424, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10426, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10408, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10410, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10428, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10430, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10412, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10414, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10432, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10434, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10316, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10318, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10320, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10322, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10324, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10392, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10394, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10396, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10398, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10366, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10458, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10464, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10462, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10466, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10460, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10468, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13095, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 13105, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10280, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1077, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1089, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1107, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1125, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1151, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1165, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1179, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1195, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1217, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1283, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1297, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1313, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1327, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1341, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1361, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1367, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1426, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3098, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 4821, + "maxAmount": 1 + }, + { + "minAmount": 4, + "weight": "5", + "id": 8779, + "maxAmount": 38 + }, + { + "minAmount": 1, + "weight": "5", + "id": 850, + "maxAmount": 4 + }, + { + "minAmount": 4, + "weight": "5", + "id": 334, + "maxAmount": 19 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1169, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1059, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1061, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1063, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1095, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1129, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1167, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1131, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 858, + "maxAmount": 4 + }, + { + "minAmount": 3, + "weight": "5", + "id": 330, + "maxAmount": 23 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1441, + "maxAmount": 3 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1443, + "maxAmount": 3 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1270, + "maxAmount": 3 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1097, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 1133, + "maxAmount": 1 + }, + { + "minAmount": 500, + "weight": "5", + "id": 995, + "maxAmount": 7000 + }, + { + "minAmount": 15, + "weight": "5", + "id": 10326, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 7329, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 7331, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 7330, + "maxAmount": 40 + }, + { + "minAmount": 15, + "weight": "5", + "id": 10327, + "maxAmount": 40 + }, + { + "minAmount": 1, + "weight": "5", + "id": 10476, + "maxAmount": 27 + }, + { + "minAmount": 1, + "weight": "5", + "id": 556, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 554, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 557, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 555, + "maxAmount": 228 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3827, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3828, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3829, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3830, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3831, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3832, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3833, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3834, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3835, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3836, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3837, + "maxAmount": 1 + }, + { + "minAmount": 1, + "weight": "5", + "id": 3838, + "maxAmount": 1 + } + ] +} diff --git a/Server/data/configs/door_configs.json b/Server/data/configs/door_configs.json new file mode 100644 index 0000000..ec17288 --- /dev/null +++ b/Server/data/configs/door_configs.json @@ -0,0 +1,3090 @@ +[ + { + "id": "3", + "replaceId": "1531", + "fence": "false", + "metal": "false" + }, + { + "id": "4", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "24", + "replaceId": "8791", + "fence": "false", + "metal": "false" + }, + { + "id": "59", + "replaceId": "1534", + "fence": "false", + "metal": "false" + }, + { + "id": "71", + "replaceId": "1517", + "fence": "false", + "metal": "false" + }, + { + "id": "72", + "replaceId": "1520", + "fence": "false", + "metal": "false" + }, + { + "id": "73", + "replaceId": "4425", + "fence": "false", + "metal": "false" + }, + { + "id": "74", + "replaceId": "4426", + "fence": "false", + "metal": "false" + }, + { + "id": "81", + "replaceId": "11712", + "fence": "false", + "metal": "false" + }, + { + "id": "82", + "replaceId": "11715", + "fence": "false", + "metal": "false" + }, + { + "id": "89", + "replaceId": "1560", + "fence": "false", + "metal": "true" + }, + { + "id": "90", + "replaceId": "1560", + "fence": "false", + "metal": "true" + }, + { + "id": "92", + "replaceId": "91", + "fence": "false", + "metal": "false" + }, + { + "id": "93", + "replaceId": "12445", + "fence": "false", + "metal": "false" + }, + { + "id": "94", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "95", + "replaceId": "1560", + "fence": "false", + "metal": "true" + }, + { + "id": "99", + "replaceId": "14750", + "fence": "false", + "metal": "false" + }, + { + "id": "102", + "replaceId": "13002", + "fence": "false", + "metal": "false" + }, + { + "id": "166", + "replaceId": "1556", + "fence": "false", + "metal": "false" + }, + { + "id": "167", + "replaceId": "1552", + "fence": "false", + "metal": "false" + }, + { + "id": "883", + "replaceId": "7051", + "fence": "false", + "metal": "false" + }, + { + "id": "1512", + "replaceId": "1515", + "fence": "false", + "metal": "false" + }, + { + "id": "1513", + "replaceId": "1514", + "fence": "false", + "metal": "false" + }, + { + "id": "1516", + "replaceId": "1517", + "fence": "false", + "metal": "false" + }, + { + "id": "1519", + "replaceId": "1520", + "fence": "false", + "metal": "false" + }, + { + "id": "1530", + "replaceId": "1531", + "fence": "false", + "metal": "false" + }, + { + "id": "1533", + "replaceId": "1534", + "fence": "false", + "metal": "false" + }, + { + "id": "1536", + "replaceId": "1537", + "fence": "false", + "metal": "false" + }, + { + "id": "1539", + "replaceId": "1540", + "fence": "false", + "metal": "true" + }, + { + "id": "1542", + "replaceId": "1543", + "fence": "false", + "metal": "true" + }, + { + "id": "1544", + "replaceId": "1545", + "fence": "false", + "metal": "true" + }, + { + "id": "1551", + "replaceId": "1552", + "fence": "true", + "metal": "false" + }, + { + "id": "1553", + "replaceId": "1556", + "fence": "true", + "metal": "false" + }, + { + "id": "1557", + "replaceId": "1560", + "fence": "false", + "metal": "true" + }, + { + "id": "1558", + "replaceId": "1560", + "fence": "true", + "metal": "true" + }, + { + "id": "1573", + "replaceId": "1574", + "fence": "false", + "metal": "false" + }, + { + "id": "1575", + "replaceId": "1576", + "fence": "false", + "metal": "false" + }, + { + "id": "1589", + "replaceId": "1561", + "fence": "true", + "metal": "true" + }, + { + "id": "1590", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "1591", + "replaceId": "1531", + "fence": "false", + "metal": "false" + }, + { + "id": "1595", + "replaceId": "1531", + "fence": "false", + "metal": "false" + }, + { + "id": "1596", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "1597", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "1598", + "replaceId": "1556", + "fence": "false", + "metal": "false" + }, + { + "id": "1599", + "replaceId": "1556", + "fence": "false", + "metal": "false" + }, + { + "id": "1804", + "replaceId": "1531", + "fence": "false", + "metal": "false" + }, + { + "id": "1805", + "replaceId": "15535", + "fence": "false", + "metal": "false" + }, + { + "id": "1991", + "replaceId": "1545", + "fence": "false", + "metal": "true" + }, + { + "id": "2000", + "replaceId": "1537", + "fence": "false", + "metal": "false" + }, + { + "id": "2002", + "replaceId": "1537", + "fence": "false", + "metal": "false" + }, + { + "id": "2025", + "replaceId": "2026", + "fence": "false", + "metal": "false" + }, + { + "id": "2034", + "replaceId": "1531", + "fence": "false", + "metal": "false" + }, + { + "id": "1530", + "replaceId": "1531", + "fence": "false", + "metal": "false" + }, + { + "id": "2039", + "replaceId": "1560", + "fence": "false", + "metal": "true" + }, + { + "id": "2041", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2050", + "replaceId": "15511", + "fence": "true", + "metal": "false" + }, + { + "id": "2051", + "replaceId": "15513", + "fence": "true", + "metal": "false" + }, + { + "id": "2054", + "replaceId": "24375", + "fence": "false", + "metal": "false" + }, + { + "id": "2058", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2060", + "replaceId": "1561", + "fence": "false", + "metal": "false" + }, + { + "id": "2069", + "replaceId": "23339", + "fence": "false", + "metal": "false" + }, + { + "id": "2115", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2116", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2154", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2155", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2184", + "replaceId": "7260", + "fence": "false", + "metal": "false" + }, + { + "id": "2307", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2308", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2309", + "replaceId": "1540", + "fence": "false", + "metal": "true" + }, + { + "id": "2338", + "replaceId": "35631", + "fence": "false", + "metal": "false" + }, + { + "id": "2391", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2392", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2397", + "replaceId": "24383", + "fence": "false", + "metal": "false" + }, + { + "id": "2398", + "replaceId": "24379", + "fence": "false", + "metal": "false" + }, + { + "id": "2399", + "replaceId": "36319", + "fence": "false", + "metal": "false" + }, + { + "id": "2406", + "replaceId": "2407", + "fence": "false", + "metal": "false" + }, + { + "id": "2416", + "replaceId": "2417", + "fence": "false", + "metal": "false" + }, + { + "id": "2427", + "replaceId": "36864", + "fence": "false", + "metal": "false" + }, + { + "id": "2428", + "replaceId": "36359", + "fence": "false", + "metal": "false" + }, + { + "id": "2429", + "replaceId": "36343", + "fence": "false", + "metal": "false" + }, + { + "id": "2430", + "replaceId": "36853", + "fence": "false", + "metal": "false" + }, + { + "id": "2431", + "replaceId": "36848", + "fence": "false", + "metal": "false" + }, + { + "id": "2432", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2433", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2438", + "replaceId": "3728", + "fence": "false", + "metal": "false" + }, + { + "id": "2439", + "replaceId": "3727", + "fence": "false", + "metal": "false" + }, + { + "id": "2526", + "replaceId": "24377", + "fence": "false", + "metal": "true" + }, + { + "id": "2528", + "replaceId": "24935", + "fence": "false", + "metal": "false" + }, + { + "id": "2534", + "replaceId": "2998", + "fence": "false", + "metal": "false" + }, + { + "id": "2535", + "replaceId": "2998", + "fence": "false", + "metal": "false" + }, + { + "id": "2537", + "replaceId": "24932", + "fence": "false", + "metal": "false" + }, + { + "id": "2546", + "replaceId": "2547", + "fence": "false", + "metal": "false" + }, + { + "id": "2548", + "replaceId": "2549", + "fence": "false", + "metal": "false" + }, + { + "id": "2550", + "replaceId": "27989", + "fence": "false", + "metal": "false" + }, + { + "id": "2551", + "replaceId": "30865", + "fence": "false", + "metal": "false" + }, + { + "id": "2552", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2553", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2554", + "replaceId": "26916", + "fence": "false", + "metal": "false" + }, + { + "id": "2555", + "replaceId": "1537", + "fence": "false", + "metal": "false" + }, + { + "id": "2556", + "replaceId": "25417", + "fence": "false", + "metal": "false" + }, + { + "id": "2557", + "replaceId": "1543", + "fence": "false", + "metal": "true" + }, + { + "id": "2558", + "replaceId": "25717", + "fence": "false", + "metal": "false" + }, + { + "id": "2559", + "replaceId": "25820", + "fence": "false", + "metal": "false" + }, + { + "id": "2595", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "2621", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "2622", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "2624", + "replaceId": "2549", + "fence": "false", + "metal": "false" + }, + { + "id": "2625", + "replaceId": "2549", + "fence": "false", + "metal": "false" + }, + { + "id": "2626", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "2627", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "2628", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "2631", + "replaceId": "1545", + "fence": "false", + "metal": "true" + }, + { + "id": "2673", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2674", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2705", + "replaceId": "25643", + "fence": "false", + "metal": "false" + }, + { + "id": "2712", + "replaceId": "36865", + "fence": "false", + "metal": "false" + }, + { + "id": "2786", + "replaceId": "20088", + "fence": "false", + "metal": "true" + }, + { + "id": "2787", + "replaceId": "20087", + "fence": "false", + "metal": "false" + }, + { + "id": "2788", + "replaceId": "20090", + "fence": "false", + "metal": "true" + }, + { + "id": "2789", + "replaceId": "20089", + "fence": "false", + "metal": "false" + }, + { + "id": "2814", + "replaceId": "1561", + "fence": "false", + "metal": "false" + }, + { + "id": "2815", + "replaceId": "1561", + "fence": "false", + "metal": "false" + }, + { + "id": "2861", + "replaceId": "15535", + "fence": "false", + "metal": "false" + }, + { + "id": "2862", + "replaceId": "24815", + "fence": "false", + "metal": "false" + }, + { + "id": "2863", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "2865", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2866", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2882", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2883", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "2997", + "replaceId": "2998", + "fence": "false", + "metal": "false" + }, + { + "id": "3014", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3015", + "replaceId": "3727", + "fence": "true", + "metal": "false" + }, + { + "id": "3016", + "replaceId": "3727", + "fence": "true", + "metal": "false" + }, + { + "id": "3017", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3018", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3019", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3020", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "3021", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "3022", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "3023", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "3024", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3025", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3026", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3027", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3197", + "replaceId": "3727", + "fence": "false", + "metal": "false" + }, + { + "id": "3198", + "replaceId": "3727", + "fence": "false", + "metal": "false" + }, + { + "id": "3270", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3506", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "3507", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "3725", + "replaceId": "3727", + "fence": "true", + "metal": "false" + }, + { + "id": "3726", + "replaceId": "3728", + "fence": "true", + "metal": "false" + }, + { + "id": "3743", + "replaceId": "17090", + "fence": "false", + "metal": "false" + }, + { + "id": "3745", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3746", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "3747", + "replaceId": "3748", + "fence": "false", + "metal": "false" + }, + { + "id": "3763", + "replaceId": "3764", + "fence": "false", + "metal": "true" + }, + { + "id": "3776", + "replaceId": "3777", + "fence": "false", + "metal": "false" + }, + { + "id": "4148", + "replaceId": "4246", + "fence": "false", + "metal": "false" + }, + { + "id": "4165", + "replaceId": "4697", + "fence": "false", + "metal": "false" + }, + { + "id": "4166", + "replaceId": "7374", + "fence": "false", + "metal": "false" + }, + { + "id": "4247", + "replaceId": "21342", + "fence": "false", + "metal": "false" + }, + { + "id": "4311", + "replaceId": "4139", + "fence": "true", + "metal": "false" + }, + { + "id": "4312", + "replaceId": "4140", + "fence": "false", + "metal": "false" + }, + { + "id": "4423", + "replaceId": "4425", + "fence": "false", + "metal": "false" + }, + { + "id": "4424", + "replaceId": "4426", + "fence": "false", + "metal": "false" + }, + { + "id": "4427", + "replaceId": "4429", + "fence": "false", + "metal": "false" + }, + { + "id": "4428", + "replaceId": "4430", + "fence": "false", + "metal": "false" + }, + { + "id": "4487", + "replaceId": "4492", + "fence": "false", + "metal": "false" + }, + { + "id": "4490", + "replaceId": "4491", + "fence": "false", + "metal": "false" + }, + { + "id": "4629", + "replaceId": "4630", + "fence": "false", + "metal": "false" + }, + { + "id": "4631", + "replaceId": "4630", + "fence": "false", + "metal": "false" + }, + { + "id": "4632", + "replaceId": "4634", + "fence": "false", + "metal": "false" + }, + { + "id": "4633", + "replaceId": "4634", + "fence": "false", + "metal": "false" + }, + { + "id": "4636", + "replaceId": "4639", + "fence": "false", + "metal": "false" + }, + { + "id": "4637", + "replaceId": "4639", + "fence": "false", + "metal": "false" + }, + { + "id": "4638", + "replaceId": "4639", + "fence": "false", + "metal": "false" + }, + { + "id": "4640", + "replaceId": "4639", + "fence": "false", + "metal": "false" + }, + { + "id": "4696", + "replaceId": "21343", + "fence": "false", + "metal": "false" + }, + { + "id": "4962", + "replaceId": "3271", + "fence": "false", + "metal": "false" + }, + { + "id": "4963", + "replaceId": "17092", + "fence": "false", + "metal": "false" + }, + { + "id": "4964", + "replaceId": "17094", + "fence": "false", + "metal": "false" + }, + { + "id": "5126", + "replaceId": "5128", + "fence": "false", + "metal": "false" + }, + { + "id": "5172", + "replaceId": "1545", + "fence": "false", + "metal": "true" + }, + { + "id": "5183", + "replaceId": "5188", + "fence": "false", + "metal": "false" + }, + { + "id": "5186", + "replaceId": "5187", + "fence": "false", + "metal": "false" + }, + { + "id": "5244", + "replaceId": "5245", + "fence": "false", + "metal": "false" + }, + { + "id": "5501", + "replaceId": "8821", + "fence": "false", + "metal": "true" + }, + { + "id": "5667", + "replaceId": "26207", + "fence": "false", + "metal": "false" + }, + { + "id": "5803", + "replaceId": "4173", + "fence": "false", + "metal": "false" + }, + { + "id": "5804", + "replaceId": "5132", + "fence": "false", + "metal": "false" + }, + { + "id": "5805", + "replaceId": "7435", + "fence": "false", + "metal": "false" + }, + { + "id": "5806", + "replaceId": "5268", + "fence": "false", + "metal": "false" + }, + { + "id": "6100", + "replaceId": "6101", + "fence": "false", + "metal": "false" + }, + { + "id": "6102", + "replaceId": "6103", + "fence": "false", + "metal": "false" + }, + { + "id": "6104", + "replaceId": "6105", + "fence": "false", + "metal": "false" + }, + { + "id": "6106", + "replaceId": "6107", + "fence": "false", + "metal": "false" + }, + { + "id": "6108", + "replaceId": "6107", + "fence": "false", + "metal": "false" + }, + { + "id": "6110", + "replaceId": "6111", + "fence": "false", + "metal": "false" + }, + { + "id": "6112", + "replaceId": "6113", + "fence": "false", + "metal": "false" + }, + { + "id": "6114", + "replaceId": "6113", + "fence": "false", + "metal": "false" + }, + { + "id": "6451", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "6452", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "6624", + "replaceId": "6626", + "fence": "false", + "metal": "false" + }, + { + "id": "6625", + "replaceId": "6627", + "fence": "false", + "metal": "false" + }, + { + "id": "6975", + "replaceId": "6976", + "fence": "false", + "metal": "false" + }, + { + "id": "6977", + "replaceId": "6109", + "fence": "false", + "metal": "false" + }, + { + "id": "7049", + "replaceId": "7051", + "fence": "true", + "metal": "false" + }, + { + "id": "7050", + "replaceId": "7052", + "fence": "true", + "metal": "false" + }, + { + "id": "7222", + "replaceId": "7260", + "fence": "false", + "metal": "false" + }, + { + "id": "7259", + "replaceId": "7260", + "fence": "false", + "metal": "false" + }, + { + "id": "7274", + "replaceId": "5245", + "fence": "false", + "metal": "false" + }, + { + "id": "7302", + "replaceId": "5245", + "fence": "false", + "metal": "false" + }, + { + "id": "7317", + "replaceId": "5245", + "fence": "false", + "metal": "false" + }, + { + "id": "7320", + "replaceId": "5245", + "fence": "false", + "metal": "false" + }, + { + "id": "7323", + "replaceId": "5245", + "fence": "false", + "metal": "false" + }, + { + "id": "7326", + "replaceId": "5245", + "fence": "false", + "metal": "false" + }, + { + "id": "7354", + "replaceId": "5245", + "fence": "false", + "metal": "false" + }, + { + "id": "7373", + "replaceId": "7374", + "fence": "false", + "metal": "false" + }, + { + "id": "8695", + "replaceId": "8696", + "fence": "false", + "metal": "false" + }, + { + "id": "8786", + "replaceId": "11708", + "fence": "false", + "metal": "false" + }, + { + "id": "8787", + "replaceId": "10261", + "fence": "false", + "metal": "false" + }, + { + "id": "8788", + "replaceId": "1545", + "fence": "false", + "metal": "true" + }, + { + "id": "8789", + "replaceId": "11710", + "fence": "false", + "metal": "false" + }, + { + "id": "8810", + "replaceId": "8812", + "fence": "true", + "metal": "false" + }, + { + "id": "8811", + "replaceId": "8813", + "fence": "true", + "metal": "false" + }, + { + "id": "8818", + "replaceId": "8819", + "fence": "false", + "metal": "false" + }, + { + "id": "8820", + "replaceId": "8821", + "fence": "false", + "metal": "true" + }, + { + "id": "9562", + "replaceId": "9564", + "fence": "false", + "metal": "true" + }, + { + "id": "9563", + "replaceId": "9564", + "fence": "false", + "metal": "true" + }, + { + "id": "10260", + "replaceId": "10261", + "fence": "false", + "metal": "false" + }, + { + "id": "10262", + "replaceId": "10263", + "fence": "false", + "metal": "false" + }, + { + "id": "10264", + "replaceId": "10265", + "fence": "false", + "metal": "false" + }, + { + "id": "10325", + "replaceId": "10327", + "fence": "false", + "metal": "false" + }, + { + "id": "10431", + "replaceId": "37996", + "fence": "false", + "metal": "false" + }, + { + "id": "10527", + "replaceId": "10528", + "fence": "false", + "metal": "false" + }, + { + "id": "10529", + "replaceId": "10530", + "fence": "false", + "metal": "false" + }, + { + "id": "11196", + "replaceId": "10327", + "fence": "false", + "metal": "false" + }, + { + "id": "11197", + "replaceId": "4639", + "fence": "false", + "metal": "false" + }, + { + "id": "11379", + "replaceId": "11380", + "fence": "false", + "metal": "false" + }, + { + "id": "11381", + "replaceId": "11380", + "fence": "false", + "metal": "false" + }, + { + "id": "11483", + "replaceId": "11708", + "fence": "false", + "metal": "false" + }, + { + "id": "11616", + "replaceId": "11617", + "fence": "false", + "metal": "false" + }, + { + "id": "11707", + "replaceId": "11708", + "fence": "false", + "metal": "false" + }, + { + "id": "11709", + "replaceId": "11710", + "fence": "false", + "metal": "false" + }, + { + "id": "11711", + "replaceId": "11710", + "fence": "false", + "metal": "false" + }, + { + "id": "11713", + "replaceId": "11712", + "fence": "false", + "metal": "false" + }, + { + "id": "11714", + "replaceId": "11715", + "fence": "false", + "metal": "false" + }, + { + "id": "11716", + "replaceId": "11722", + "fence": "false", + "metal": "false" + }, + { + "id": "11721", + "replaceId": "11723", + "fence": "false", + "metal": "false" + }, + { + "id": "11993", + "replaceId": "11994", + "fence": "false", + "metal": "false" + }, + { + "id": "12045", + "replaceId": "12046", + "fence": "false", + "metal": "false" + }, + { + "id": "12047", + "replaceId": "12048", + "fence": "false", + "metal": "false" + }, + { + "id": "12348", + "replaceId": "10327", + "fence": "false", + "metal": "false" + }, + { + "id": "12349", + "replaceId": "11382", + "fence": "false", + "metal": "false" + }, + { + "id": "12350", + "replaceId": "11382", + "fence": "false", + "metal": "false" + }, + { + "id": "12444", + "replaceId": "12445", + "fence": "false", + "metal": "false" + }, + { + "id": "12446", + "replaceId": "12447", + "fence": "false", + "metal": "false" + }, + { + "id": "12448", + "replaceId": "12449", + "fence": "false", + "metal": "false" + }, + { + "id": "12761", + "replaceId": "11617", + "fence": "false", + "metal": "false" + }, + { + "id": "12816", + "replaceId": "12988", + "fence": "false", + "metal": "false" + }, + { + "id": "12817", + "replaceId": "12989", + "fence": "false", + "metal": "false" + }, + { + "id": "12986", + "replaceId": "7051", + "fence": "true", + "metal": "false" + }, + { + "id": "12987", + "replaceId": "7052", + "fence": "true", + "metal": "false" + }, + { + "id": "13001", + "replaceId": "34353", + "fence": "false", + "metal": "false" + }, + { + "id": "13006", + "replaceId": "13008", + "fence": "false", + "metal": "false" + }, + { + "id": "13007", + "replaceId": "13009", + "fence": "false", + "metal": "false" + }, + { + "id": "13015", + "replaceId": "13018", + "fence": "false", + "metal": "false" + }, + { + "id": "13016", + "replaceId": "13017", + "fence": "false", + "metal": "false" + }, + { + "id": "13094", + "replaceId": "13095", + "fence": "false", + "metal": "false" + }, + { + "id": "13096", + "replaceId": "13097", + "fence": "false", + "metal": "false" + }, + { + "id": "13100", + "replaceId": "13103", + "fence": "false", + "metal": "false" + }, + { + "id": "13101", + "replaceId": "13102", + "fence": "false", + "metal": "false" + }, + { + "id": "13107", + "replaceId": "13108", + "fence": "false", + "metal": "false" + }, + { + "id": "13109", + "replaceId": "13110", + "fence": "false", + "metal": "false" + }, + { + "id": "13118", + "replaceId": "13120", + "fence": "false", + "metal": "false" + }, + { + "id": "13119", + "replaceId": "13121", + "fence": "false", + "metal": "false" + }, + { + "id": "13314", + "replaceId": "13315", + "fence": "false", + "metal": "false" + }, + { + "id": "13317", + "replaceId": "13318", + "fence": "false", + "metal": "true" + }, + { + "id": "13320", + "replaceId": "13321", + "fence": "false", + "metal": "true" + }, + { + "id": "13323", + "replaceId": "13324", + "fence": "false", + "metal": "true" + }, + { + "id": "13326", + "replaceId": "13327", + "fence": "false", + "metal": "false" + }, + { + "id": "13344", + "replaceId": "13350", + "fence": "false", + "metal": "false" + }, + { + "id": "13345", + "replaceId": "13351", + "fence": "false", + "metal": "false" + }, + { + "id": "13346", + "replaceId": "13352", + "fence": "false", + "metal": "true" + }, + { + "id": "13347", + "replaceId": "13353", + "fence": "false", + "metal": "true" + }, + { + "id": "13348", + "replaceId": "13354", + "fence": "false", + "metal": "true" + }, + { + "id": "13349", + "replaceId": "13355", + "fence": "false", + "metal": "true" + }, + { + "id": "14233", + "replaceId": "14234", + "fence": "true", + "metal": "false" + }, + { + "id": "14235", + "replaceId": "14236", + "fence": "true", + "metal": "false" + }, + { + "id": "14237", + "replaceId": "14238", + "fence": "true", + "metal": "false" + }, + { + "id": "14239", + "replaceId": "14240", + "fence": "true", + "metal": "false" + }, + { + "id": "14241", + "replaceId": "14242", + "fence": "true", + "metal": "false" + }, + { + "id": "14243", + "replaceId": "14244", + "fence": "true", + "metal": "false" + }, + { + "id": "14245", + "replaceId": "14246", + "fence": "true", + "metal": "false" + }, + { + "id": "14247", + "replaceId": "14246", + "fence": "true", + "metal": "false" + }, + { + "id": "14749", + "replaceId": "14750", + "fence": "false", + "metal": "false" + }, + { + "id": "14751", + "replaceId": "14754", + "fence": "false", + "metal": "false" + }, + { + "id": "14752", + "replaceId": "14753", + "fence": "false", + "metal": "false" + }, + { + "id": "14923", + "replaceId": "17115", + "fence": "false", + "metal": "false" + }, + { + "id": "14982", + "replaceId": "24930", + "fence": "false", + "metal": "false" + }, + { + "id": "15056", + "replaceId": "14924", + "fence": "false", + "metal": "false" + }, + { + "id": "15204", + "replaceId": "15205", + "fence": "false", + "metal": "false" + }, + { + "id": "15510", + "replaceId": "15511", + "fence": "true", + "metal": "false" + }, + { + "id": "15512", + "replaceId": "15513", + "fence": "true", + "metal": "false" + }, + { + "id": "15514", + "replaceId": "15515", + "fence": "true", + "metal": "false" + }, + { + "id": "15516", + "replaceId": "15517", + "fence": "true", + "metal": "false" + }, + { + "id": "15536", + "replaceId": "15535", + "fence": "false", + "metal": "false" + }, + { + "id": "15641", + "replaceId": "15642", + "fence": "false", + "metal": "false" + }, + { + "id": "15644", + "replaceId": "15645", + "fence": "false", + "metal": "false" + }, + { + "id": "15647", + "replaceId": "15648", + "fence": "false", + "metal": "false" + }, + { + "id": "15650", + "replaceId": "15645", + "fence": "false", + "metal": "false" + }, + { + "id": "15653", + "replaceId": "15654", + "fence": "false", + "metal": "false" + }, + { + "id": "15759", + "replaceId": "14750", + "fence": "false", + "metal": "false" + }, + { + "id": "16774", + "replaceId": "16777", + "fence": "false", + "metal": "false" + }, + { + "id": "16776", + "replaceId": "16777", + "fence": "false", + "metal": "false" + }, + { + "id": "16778", + "replaceId": "16779", + "fence": "false", + "metal": "false" + }, + { + "id": "17089", + "replaceId": "17090", + "fence": "false", + "metal": "false" + }, + { + "id": "17091", + "replaceId": "17092", + "fence": "false", + "metal": "false" + }, + { + "id": "17093", + "replaceId": "17092", + "fence": "false", + "metal": "false" + }, + { + "id": "17114", + "replaceId": "17115", + "fence": "false", + "metal": "false" + }, + { + "id": "17316", + "replaceId": "17317", + "fence": "false", + "metal": "false" + }, + { + "id": "17600", + "replaceId": "18031", + "fence": "false", + "metal": "false" + }, + { + "id": "17601", + "replaceId": "18032", + "fence": "false", + "metal": "false" + }, + { + "id": "17973", + "replaceId": "18031", + "fence": "false", + "metal": "false" + }, + { + "id": "18091", + "replaceId": "18032", + "fence": "false", + "metal": "false" + }, + { + "id": "18092", + "replaceId": "18032", + "fence": "false", + "metal": "false" + }, + { + "id": "18168", + "replaceId": "11617", + "fence": "false", + "metal": "false" + }, + { + "id": "18489", + "replaceId": "18490", + "fence": "false", + "metal": "true" + }, + { + "id": "18698", + "replaceId": "18699", + "fence": "false", + "metal": "false" + }, + { + "id": "18700", + "replaceId": "18701", + "fence": "false", + "metal": "false" + }, + { + "id": "20391", + "replaceId": "28518", + "fence": "false", + "metal": "true", + "autowalk": "true" + }, + { + "id": "28514", + "replaceId": "28518", + "fence": "false", + "metal": "true", + "autowalk": "true" + }, + { + "id": "21065", + "replaceId": "21161", + "fence": "false", + "metal": "false" + }, + { + "id": "21160", + "replaceId": "21161", + "fence": "false", + "metal": "false" + }, + { + "id": "21162", + "replaceId": "21161", + "fence": "false", + "metal": "false" + }, + { + "id": "21164", + "replaceId": "21161", + "fence": "false", + "metal": "false" + }, + { + "id": "21340", + "replaceId": "21342", + "fence": "false", + "metal": "false" + }, + { + "id": "21341", + "replaceId": "21342", + "fence": "false", + "metal": "false" + }, + { + "id": "21397", + "replaceId": "21398", + "fence": "false", + "metal": "true" + }, + { + "id": "21399", + "replaceId": "21402", + "fence": "false", + "metal": "true" + }, + { + "id": "21400", + "replaceId": "21401", + "fence": "false", + "metal": "true" + }, + { + "id": "21403", + "replaceId": "21404", + "fence": "true", + "metal": "true" + }, + { + "id": "21405", + "replaceId": "21406", + "fence": "true", + "metal": "true" + }, + { + "id": "21505", + "replaceId": "21506", + "fence": "false", + "metal": "false" + }, + { + "id": "21507", + "replaceId": "21508", + "fence": "false", + "metal": "false" + }, + { + "id": "21600", + "replaceId": "21601", + "fence": "false", + "metal": "false" + }, + { + "id": "22435", + "replaceId": "22436", + "fence": "false", + "metal": "false" + }, + { + "id": "22437", + "replaceId": "22438", + "fence": "false", + "metal": "false" + }, + { + "id": "22779", + "replaceId": "22778", + "fence": "false", + "metal": "false" + }, + { + "id": "22914", + "replaceId": "22913", + "fence": "false", + "metal": "false" + }, + { + "id": "22921", + "replaceId": "22920", + "fence": "false", + "metal": "true" + }, + { + "id": "23056", + "replaceId": "24685", + "fence": "false", + "metal": "false" + }, + { + "id": "23216", + "replaceId": "23217", + "fence": "true", + "metal": "true" + }, + { + "id": "23338", + "replaceId": "23339", + "fence": "false", + "metal": "false" + }, + { + "id": "23340", + "replaceId": "23341", + "fence": "false", + "metal": "false" + }, + { + "id": "23342", + "replaceId": "23343", + "fence": "false", + "metal": "false" + }, + { + "id": "23378", + "replaceId": "23339", + "fence": "false", + "metal": "false" + }, + { + "id": "23917", + "replaceId": "23918", + "fence": "true", + "metal": "false" + }, + { + "id": "24369", + "replaceId": "24373", + "fence": "false", + "metal": "false" + }, + { + "id": "24370", + "replaceId": "24374", + "fence": "false", + "metal": "false" + }, + { + "id": "24376", + "replaceId": "24377", + "fence": "false", + "metal": "false" + }, + { + "id": "24378", + "replaceId": "24377", + "fence": "false", + "metal": "false" + }, + { + "id": "24381", + "replaceId": "24379", + "fence": "false", + "metal": "false" + }, + { + "id": "24384", + "replaceId": "24383", + "fence": "false", + "metal": "false" + }, + { + "id": "24565", + "replaceId": "36316", + "fence": "false", + "metal": "false" + }, + { + "id": "24567", + "replaceId": "36318", + "fence": "false", + "metal": "false" + }, + { + "id": "24686", + "replaceId": "24685", + "fence": "false", + "metal": "false" + }, + { + "id": "24816", + "replaceId": "24815", + "fence": "false", + "metal": "false" + }, + { + "id": "24931", + "replaceId": "24930", + "fence": "false", + "metal": "false" + }, + { + "id": "24933", + "replaceId": "24932", + "fence": "false", + "metal": "false" + }, + { + "id": "24936", + "replaceId": "24935", + "fence": "false", + "metal": "false" + }, + { + "id": "25418", + "replaceId": "25417", + "fence": "false", + "metal": "false" + }, + { + "id": "25594", + "replaceId": "25639", + "fence": "false", + "metal": "false" + }, + { + "id": "25595", + "replaceId": "25639", + "fence": "false", + "metal": "false" + }, + { + "id": "25638", + "replaceId": "25639", + "fence": "false", + "metal": "false" + }, + { + "id": "25640", + "replaceId": "25641", + "fence": "false", + "metal": "false" + }, + { + "id": "25642", + "replaceId": "25643", + "fence": "false", + "metal": "false" + }, + { + "id": "25716", + "replaceId": "25717", + "fence": "false", + "metal": "false" + }, + { + "id": "25718", + "replaceId": "25719", + "fence": "false", + "metal": "false" + }, + { + "id": "25748", + "replaceId": "25791", + "fence": "false", + "metal": "false" + }, + { + "id": "25750", + "replaceId": "25789", + "fence": "false", + "metal": "false" + }, + { + "id": "25788", + "replaceId": "25641", + "fence": "false", + "metal": "false" + }, + { + "id": "25790", + "replaceId": "25639", + "fence": "false", + "metal": "false" + }, + { + "id": "25799", + "replaceId": "25800", + "fence": "false", + "metal": "false" + }, + { + "id": "25804", + "replaceId": "25805", + "fence": "false", + "metal": "false" + }, + { + "id": "25806", + "replaceId": "25807", + "fence": "false", + "metal": "false" + }, + { + "id": "25813", + "replaceId": "25816", + "fence": "false", + "metal": "false" + }, + { + "id": "25814", + "replaceId": "25815", + "fence": "false", + "metal": "false" + }, + { + "id": "25819", + "replaceId": "25820", + "fence": "false", + "metal": "false" + }, + { + "id": "25825", + "replaceId": "25826", + "fence": "false", + "metal": "false" + }, + { + "id": "25827", + "replaceId": "25828", + "fence": "false", + "metal": "false" + }, + { + "id": "25876", + "replaceId": "25877", + "fence": "false", + "metal": "true" + }, + { + "id": "26081", + "replaceId": "26083", + "fence": "false", + "metal": "true", + "autowalk": "true" + }, + { + "id": "26082", + "replaceId": "26084", + "fence": "false", + "metal": "true", + "autowalk": "true" + }, + { + "id": "26130", + "replaceId": "26132", + "fence": "false", + "metal": "true" + }, + { + "id": "26131", + "replaceId": "26133", + "fence": "false", + "metal": "true" + }, + { + "id": "26425", + "replaceId": "2521", + "fence": "false", + "metal": "false" + }, + { + "id": "26426", + "replaceId": "26852", + "fence": "false", + "metal": "false" + }, + { + "id": "26427", + "replaceId": "26851", + "fence": "false", + "metal": "false" + }, + { + "id": "26428", + "replaceId": "2520", + "fence": "false", + "metal": "false" + }, + { + "id": "26560", + "replaceId": "26561", + "fence": "false", + "metal": "true" + }, + { + "id": "26706", + "replaceId": "26707", + "fence": "false", + "metal": "true" + }, + { + "id": "26787", + "replaceId": "8821", + "fence": "false", + "metal": "false" + }, + { + "id": "26808", + "replaceId": "26916", + "fence": "false", + "metal": "false" + }, + { + "id": "26810", + "replaceId": "26916", + "fence": "false", + "metal": "false" + }, + { + "id": "26906", + "replaceId": "26907", + "fence": "false", + "metal": "false" + }, + { + "id": "26908", + "replaceId": "26909", + "fence": "false", + "metal": "false" + }, + { + "id": "26910", + "replaceId": "26911", + "fence": "false", + "metal": "false" + }, + { + "id": "26913", + "replaceId": "26914", + "fence": "false", + "metal": "false" + }, + { + "id": "26917", + "replaceId": "26916", + "fence": "false", + "metal": "false" + }, + { + "id": "27065", + "replaceId": "1561", + "fence": "true", + "metal": "true" + }, + { + "id": "27066", + "replaceId": "1561", + "fence": "false", + "metal": "true" + }, + { + "id": "27846", + "replaceId": "27851", + "fence": "false", + "metal": "false" + }, + { + "id": "27848", + "replaceId": "27853", + "fence": "true", + "metal": "false" + }, + { + "id": "27852", + "replaceId": "27851", + "fence": "true", + "metal": "false" + }, + { + "id": "27854", + "replaceId": "27853", + "fence": "false", + "metal": "false" + }, + { + "id": "27988", + "replaceId": "27989", + "fence": "false", + "metal": "false" + }, + { + "id": "28407", + "replaceId": "28408", + "fence": "false", + "metal": "false" + }, + { + "id": "28409", + "replaceId": "28410", + "fence": "false", + "metal": "false" + }, + { + "id": "28589", + "replaceId": "28588", + "fence": "false", + "metal": "false" + }, + { + "id": "28690", + "replaceId": "28692", + "fence": "false", + "metal": "true" + }, + { + "id": "28691", + "replaceId": "28693", + "fence": "false", + "metal": "true" + }, + { + "id": "29261", + "replaceId": "29262", + "fence": "false", + "metal": "true" + }, + { + "id": "29315", + "replaceId": "29317", + "fence": "false", + "metal": "true" + }, + { + "id": "29316", + "replaceId": "29322", + "fence": "false", + "metal": "true" + }, + { + "id": "29319", + "replaceId": "29318", + "fence": "false", + "metal": "true" + }, + { + "id": "29320", + "replaceId": "29321", + "fence": "false", + "metal": "true" + }, + { + "id": "29575", + "replaceId": "30865", + "fence": "false", + "metal": "false" + }, + { + "id": "29732", + "replaceId": "30865", + "fence": "false", + "metal": "false" + }, + { + "id": "30116", + "replaceId": "30117", + "fence": "true", + "metal": "false" + }, + { + "id": "30118", + "replaceId": "30119", + "fence": "true", + "metal": "false" + }, + { + "id": "30120", + "replaceId": "30121", + "fence": "true", + "metal": "false" + }, + { + "id": "30122", + "replaceId": "30123", + "fence": "true", + "metal": "false" + }, + { + "id": "30124", + "replaceId": "30125", + "fence": "true", + "metal": "false" + }, + { + "id": "30126", + "replaceId": "30127", + "fence": "true", + "metal": "false" + }, + { + "id": "30128", + "replaceId": "30129", + "fence": "true", + "metal": "false" + }, + { + "id": "30130", + "replaceId": "30131", + "fence": "true", + "metal": "false" + }, + { + "id": "30503", + "replaceId": "18031", + "fence": "false", + "metal": "false" + }, + { + "id": "30864", + "replaceId": "30865", + "fence": "false", + "metal": "false" + }, + { + "id": "31340", + "replaceId": "31341", + "fence": "false", + "metal": "false" + }, + { + "id": "31342", + "replaceId": "31343", + "fence": "false", + "metal": "false" + }, + { + "id": "31534", + "replaceId": "31535", + "fence": "false", + "metal": "true" + }, + { + "id": "31808", + "replaceId": "31809", + "fence": "false", + "metal": "false" + }, + { + "id": "31811", + "replaceId": "31812", + "fence": "false", + "metal": "false" + }, + { + "id": "31814", + "replaceId": "31816", + "fence": "false", + "metal": "false" + }, + { + "id": "31815", + "replaceId": "31817", + "fence": "false", + "metal": "false" + }, + { + "id": "31818", + "replaceId": "31816", + "fence": "false", + "metal": "false" + }, + { + "id": "31819", + "replaceId": "31817", + "fence": "false", + "metal": "false" + }, + { + "id": "31820", + "replaceId": "31821", + "fence": "false", + "metal": "false" + }, + { + "id": "31822", + "replaceId": "31823", + "fence": "false", + "metal": "false" + }, + { + "id": "31825", + "replaceId": "31824", + "fence": "false", + "metal": "false" + }, + { + "id": "31827", + "replaceId": "31826", + "fence": "false", + "metal": "false" + }, + { + "id": "31830", + "replaceId": "31829", + "fence": "false", + "metal": "true" + }, + { + "id": "31832", + "replaceId": "31831", + "fence": "false", + "metal": "true" + }, + { + "id": "31838", + "replaceId": "31839", + "fence": "false", + "metal": "true" + }, + { + "id": "31841", + "replaceId": "31842", + "fence": "false", + "metal": "false" + }, + { + "id": "31844", + "replaceId": "31845", + "fence": "false", + "metal": "true" + }, + { + "id": "33060", + "replaceId": "31828", + "fence": "false", + "metal": "false" + }, + { + "id": "34005", + "replaceId": "31845", + "fence": "false", + "metal": "true" + }, + { + "id": "34042", + "replaceId": "34043", + "fence": "false", + "metal": "true" + }, + { + "id": "34044", + "replaceId": "34045", + "fence": "false", + "metal": "false" + }, + { + "id": "34046", + "replaceId": "6115", + "fence": "false", + "metal": "true" + }, + { + "id": "34234", + "replaceId": "34808", + "fence": "false", + "metal": "false" + }, + { + "id": "34312", + "replaceId": "34313", + "fence": "false", + "metal": "false" + }, + { + "id": "34354", + "replaceId": "34353", + "fence": "false", + "metal": "false" + }, + { + "id": "34779", + "replaceId": "34777", + "fence": "true", + "metal": "false" + }, + { + "id": "34780", + "replaceId": "34778", + "fence": "true", + "metal": "false" + }, + { + "id": "34805", + "replaceId": "34808", + "fence": "false", + "metal": "false" + }, + { + "id": "34806", + "replaceId": "34808", + "fence": "false", + "metal": "false" + }, + { + "id": "34807", + "replaceId": "34808", + "fence": "false", + "metal": "false" + }, + { + "id": "34809", + "replaceId": "34808", + "fence": "false", + "metal": "false" + }, + { + "id": "34811", + "replaceId": "34813", + "fence": "false", + "metal": "false" + }, + { + "id": "34812", + "replaceId": "34813", + "fence": "false", + "metal": "false" + }, + { + "id": "34816", + "replaceId": "34818", + "fence": "false", + "metal": "false" + }, + { + "id": "34817", + "replaceId": "34813", + "fence": "false", + "metal": "false" + }, + { + "id": "34819", + "replaceId": "34820", + "fence": "false", + "metal": "false" + }, + { + "id": "34822", + "replaceId": "34823", + "fence": "false", + "metal": "false" + }, + { + "id": "34825", + "replaceId": "34826", + "fence": "false", + "metal": "false" + }, + { + "id": "34827", + "replaceId": "34828", + "fence": "false", + "metal": "false" + }, + { + "id": "35241", + "replaceId": "35242", + "fence": "false", + "metal": "false" + }, + { + "id": "35243", + "replaceId": "15651", + "fence": "false", + "metal": "false" + }, + { + "id": "35540", + "replaceId": "35541", + "fence": "false", + "metal": "false" + }, + { + "id": "35630", + "replaceId": "35631", + "fence": "false", + "metal": "false" + }, + { + "id": "35991", + "replaceId": "36021", + "fence": "false", + "metal": "false" + }, + { + "id": "36022", + "replaceId": "36021", + "fence": "false", + "metal": "false" + }, + { + "id": "36315", + "replaceId": "36342", + "fence": "false", + "metal": "false" + }, + { + "id": "36317", + "replaceId": "36340", + "fence": "false", + "metal": "false" + }, + { + "id": "36320", + "replaceId": "36319", + "fence": "false", + "metal": "false" + }, + { + "id": "36339", + "replaceId": "36358", + "fence": "false", + "metal": "false" + }, + { + "id": "36341", + "replaceId": "36356", + "fence": "false", + "metal": "false" + }, + { + "id": "36344", + "replaceId": "36343", + "fence": "false", + "metal": "false" + }, + { + "id": "36355", + "replaceId": "36356", + "fence": "false", + "metal": "false" + }, + { + "id": "36357", + "replaceId": "36356", + "fence": "false", + "metal": "false" + }, + { + "id": "36360", + "replaceId": "36359", + "fence": "false", + "metal": "false" + }, + { + "id": "36844", + "replaceId": "36845", + "fence": "false", + "metal": "false" + }, + { + "id": "36846", + "replaceId": "36848", + "fence": "false", + "metal": "false" + }, + { + "id": "36847", + "replaceId": "36848", + "fence": "false", + "metal": "false" + }, + { + "id": "36851", + "replaceId": "36853", + "fence": "false", + "metal": "false" + }, + { + "id": "36852", + "replaceId": "36853", + "fence": "false", + "metal": "false" + }, + { + "id": "36856", + "replaceId": "36858", + "fence": "false", + "metal": "false" + }, + { + "id": "36857", + "replaceId": "36859", + "fence": "false", + "metal": "false" + }, + { + "id": "36862", + "replaceId": "36864", + "fence": "false", + "metal": "false" + }, + { + "id": "36863", + "replaceId": "36864", + "fence": "false", + "metal": "false" + }, + { + "id": "36913", + "replaceId": "36912", + "fence": "true", + "metal": "false" + }, + { + "id": "36915", + "replaceId": "36914", + "fence": "true", + "metal": "false" + }, + { + "id": "36917", + "replaceId": "36916", + "fence": "true", + "metal": "false" + }, + { + "id": "36919", + "replaceId": "36918", + "fence": "true", + "metal": "false" + }, + { + "id": "36999", + "replaceId": "37000", + "fence": "false", + "metal": "false" + }, + { + "id": "37002", + "replaceId": "37003", + "fence": "false", + "metal": "false" + }, + { + "id": "37352", + "replaceId": "37351", + "fence": "true", + "metal": "false" + }, + { + "id": "37354", + "replaceId": "37353", + "fence": "false", + "metal": "false" + }, + { + "id": "37995", + "replaceId": "37996", + "fence": "false", + "metal": "false" + }, + { + "id": "38124", + "replaceId": "38123", + "fence": "false", + "metal": "false" + }, + { + "id": "38141", + "replaceId": "38142", + "fence": "false", + "metal": "false" + } +] diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json new file mode 100644 index 0000000..00bceef --- /dev/null +++ b/Server/data/configs/drop_tables.json @@ -0,0 +1,58803 @@ +[ + { + "default": [], + "charm": [], + "ids": "0", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1,2,3,16,24,170,351,359,663,726,727,728,729,730,1081,1084,1085,1086,1087,1088,1089,2675,2683,3223,3224,3225,3915,5923", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "22.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "37.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "4,5,6,25,352,353,354,360,361,362,363,2776,2684,3226,3227,5924", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "22.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "37.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "7,1377,1757,1758,1759,1760,1761,7128,7129,7130", + "description": "", + "main": [ + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "11.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "27.0", + "id": "14430", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "38.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "27.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "5341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "5345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "5343", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5329", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5340", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "8,282,2674,2696,5926,5927,5928,5929", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "882", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "877", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "877", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1381", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "863", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "562", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "557", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "554", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "558", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "436", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "91.6064", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0005", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7927", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4372", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1632", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "9,32,206,296,297,298,299,344,345,346,368,678,812,887,1142,1143,1144,1145,1146,1147,1148,1149,1150,1296,1297,1374,1805,1806,2699,2700,2701,2702,2703,2704,2705,2962,2963,2964,2965,2966,2967,2968,2969,2970,2971,2972,2973,3228,3229,3230,3231,3232,3233,3241,3407,3408,3715,3941,3942,4257,4258,4259,4260,4301,4302,4303,4304,4305,4306,4307,4308,4309,4310,4311,4336,4993,4994,4995,4996,4997,4998,4999,5000,5001,5002,5489,5490,5491,5492,5800,5801,5919,5920,6183,6184,6190,6498,6499,6500,6501,6502,6503,7142", + "description": "", + "main": [ + { + "minAmount": "4", + "weight": "50.0", + "id": "5318", + "maxAmount": "6" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5324", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5322", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5323", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "5321", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "556", + "maxAmount": "6" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "557", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "554", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1458", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "565", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "561", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "50.0", + "id": "884", + "maxAmount": "12" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "9140", + "maxAmount": "18" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "882", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "886", + "maxAmount": "11" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "1987", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1947", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "1947", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1115", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "91.6064", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "94.08", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.2133", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.1733", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2667", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2667", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "12,3246,3247,3248,3249,3250,3251,3252,3253,3255,3256,3257,3258,3259,3260,3261,3262,3263,5909", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1375", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1420", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "3.0", + "id": "882", + "maxAmount": "15" + }, + { + "minAmount": "8", + "weight": "3.0", + "id": "884", + "maxAmount": "8" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "8", + "weight": "2.0", + "id": "554", + "maxAmount": "8" + }, + { + "minAmount": "10", + "weight": "2.0", + "id": "558", + "maxAmount": "10" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "41.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "8", + "weight": "9.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "25", + "weight": "5.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "32", + "weight": "3.0", + "id": "995", + "maxAmount": "32" + }, + { + "minAmount": "1", + "weight": "36.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "948", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2142", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "956", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "77.9122", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.4761", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.5379", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.8192", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2546", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "13,652,1263,5195,5196,5197", + "description": "", + "main": [ + { + "minAmount": "5", + "weight": "3.0", + "id": "556", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "556", + "maxAmount": "12" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "554", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "554", + "maxAmount": "12" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "555", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "555", + "maxAmount": "12" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "557", + "maxAmount": "12" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "559", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "559", + "maxAmount": "12" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "558", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "558", + "maxAmount": "12" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "1.0", + "id": "562", + "maxAmount": "10" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "9.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "18", + "weight": "7.0", + "id": "995", + "maxAmount": "18" + }, + { + "minAmount": "30", + "weight": "1.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "577", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "579", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "89.3939", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.6277", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.9481", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.7316", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2987", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "15", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "89.3939", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "18", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "22.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "37.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "19,1092,3348,3349,3350", + "description": "", + "main": [ + { + "minAmount": "20", + "weight": "50.0", + "id": "555", + "maxAmount": "47" + }, + { + "minAmount": "9", + "weight": "50.0", + "id": "559", + "maxAmount": "24" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "558", + "maxAmount": "5" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "558", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "562", + "maxAmount": "5" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "561", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "565", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "888", + "maxAmount": "5" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "888", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "890", + "maxAmount": "5" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "890", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5324", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "5321", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "5323", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1933", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2335", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2351", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "20,365,2256", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "13.0", + "id": "555", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "16.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "8", + "weight": "10.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "15", + "weight": "18.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "48", + "weight": "40.0", + "id": "995", + "maxAmount": "48" + }, + { + "minAmount": "120", + "weight": "2.0", + "id": "995", + "maxAmount": "120" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5733", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "21,1072", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "23,26", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "127.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "38,39,675", + "description": "", + "main": [ + { + "minAmount": "10", + "weight": "50.0", + "id": "995", + "maxAmount": "56" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2138", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "41,288,951,1017,1401,1402,2313,2314,2315", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "32.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "64.0", + "id": "314", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "32.0", + "id": "314", + "maxAmount": "15" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "20.1053", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "69.0441", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0025", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.8402", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0079", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "49,3586,6210", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "126.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1747", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "4", + "weight": "28.2697", + "id": "0", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "4.6304", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "4.2242", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "61.4947", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "1.381", + "id": "12163", + "maxAmount": "4" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "7980", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "127.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "50,2642", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1369", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1317", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1123", + "maxAmount": "1" + }, + { + "minAmount": "105", + "weight": "50.0", + "id": "556", + "maxAmount": "105" + }, + { + "minAmount": "105", + "weight": "50.0", + "id": "554", + "maxAmount": "105" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "560", + "maxAmount": "7" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "15" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "15" + }, + { + "minAmount": "690", + "weight": "25.0", + "id": "884", + "maxAmount": "690" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "9144", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1725", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "441", + "maxAmount": "100" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "1516", + "maxAmount": "100" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "9431", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "385", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "407", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "50.0", + "id": "995", + "maxAmount": "690" + }, + { + "minAmount": "1", + "weight": "0.20404", + "id": "11286", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "200.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "534", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "52,4665,4666", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1749", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "18.0057", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "17.6693", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "43.5864", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "17.0291", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.7095", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "53,4669,4670,4671,4672", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1369", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1123", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "20.0", + "id": "828", + "maxAmount": "20" + }, + { + "minAmount": "4", + "weight": "8.0", + "id": "892", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "563", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "8", + "weight": "3.0", + "id": "811", + "maxAmount": "8" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "196", + "weight": "36.0", + "id": "995", + "maxAmount": "196" + }, + { + "minAmount": "330", + "weight": "10.0", + "id": "995", + "maxAmount": "330" + }, + { + "minAmount": "690", + "weight": "1.0", + "id": "995", + "maxAmount": "690" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "1897", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.25", + "id": "12477", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1747", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "3", + "weight": "56.6693", + "id": "0", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "8.6692", + "id": "12158", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "26.5555", + "id": "12159", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "6.759", + "id": "12160", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "1.3469", + "id": "12163", + "maxAmount": "3" + } + ], + "ids": "54,4673,4674,4675,4676", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1369", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1123", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "20.0", + "id": "829", + "maxAmount": "30" + }, + { + "minAmount": "50", + "weight": "8.0", + "id": "554", + "maxAmount": "50" + }, + { + "minAmount": "16", + "weight": "7.0", + "id": "816", + "maxAmount": "16" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "563", + "maxAmount": "10" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "868", + "maxAmount": "2" + }, + { + "minAmount": "15", + "weight": "3.0", + "id": "565", + "maxAmount": "15" + }, + { + "minAmount": "75", + "weight": "1.0", + "id": "556", + "maxAmount": "75" + }, + { + "minAmount": "10", + "weight": "1.0", + "id": "562", + "maxAmount": "10" + }, + { + "minAmount": "196", + "weight": "40.0", + "id": "995", + "maxAmount": "196" + }, + { + "minAmount": "330", + "weight": "10.0", + "id": "995", + "maxAmount": "330" + }, + { + "minAmount": "690", + "weight": "1.0", + "id": "995", + "maxAmount": "690" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1897", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.25", + "id": "12480", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0128", + "id": "11286", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1751", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "48.5393", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.0668", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "27.2748", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.9091", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.21", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "55,4681,4682,4683,4684,5178", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1069", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1245", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "75", + "weight": "8.0", + "id": "555", + "maxAmount": "75" + }, + { + "minAmount": "15", + "weight": "5.0", + "id": "561", + "maxAmount": "15" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "37", + "weight": "1.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "8", + "weight": "1.0", + "id": "565", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "11", + "weight": "5.0", + "id": "995", + "maxAmount": "11" + }, + { + "minAmount": "44", + "weight": "26.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "132", + "weight": "25.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "200", + "weight": "10.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "440", + "weight": "1.0", + "id": "995", + "maxAmount": "440" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "449", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.25", + "id": "12478", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "87.586", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.549", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.8189", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.3911", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6551", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "59,60", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "839", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1189", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "3.0", + "id": "882", + "maxAmount": "8" + }, + { + "minAmount": "8", + "weight": "3.0", + "id": "877", + "maxAmount": "8" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "556", + "maxAmount": "6" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "7", + "weight": "2.0", + "id": "559", + "maxAmount": "7" + }, + { + "minAmount": "6", + "weight": "1.0", + "id": "558", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "19.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "40.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "10.0", + "id": "995", + "maxAmount": "12" + }, + { + "minAmount": "20", + "weight": "1.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "229", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "2307", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1009", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "91.8947", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.065", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.2525", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.3423", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.4455", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "61,1004,1221,1473,1474,4400,4401,7207", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "6291", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "62,1478,2491,2492,6376,6377", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1233", + "maxAmount": "1" + }, + { + "minAmount": "17", + "weight": "8.0", + "id": "9288", + "maxAmount": "17" + }, + { + "minAmount": "12", + "weight": "8.0", + "id": "814", + "maxAmount": "12" + }, + { + "minAmount": "13", + "weight": "2.0", + "id": "557", + "maxAmount": "13" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "72.2513", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0631", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9319", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6049", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1488", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "63", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "62.4612", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "23.1644", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.4798", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.4467", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.4478", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "64", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "71", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1307", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1375", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "806", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "3190", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1337", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "807", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1420", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1155", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1075", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1101", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "4.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "8", + "weight": "4.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "10", + "weight": "4.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "12", + "weight": "4.0", + "id": "995", + "maxAmount": "12" + }, + { + "minAmount": "23", + "weight": "4.0", + "id": "995", + "maxAmount": "23" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "14424", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "73,74,75,419,420,421,422,423,424,2714,2863,2866,2869,2878,3622,4392,4393,4394,5293,5294,5295,5296,5297,5298,5299,5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315,5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331,5375,5376,5377,5378,5379,5380,5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408,5409,5410,6099,6100,6131", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1420", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1189", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "7.0", + "id": "884", + "maxAmount": "5" + }, + { + "minAmount": "8", + "weight": "4.0", + "id": "884", + "maxAmount": "8" + }, + { + "minAmount": "5", + "weight": "2.0", + "id": "886", + "maxAmount": "5" + }, + { + "minAmount": "6", + "weight": "5.0", + "id": "559", + "maxAmount": "6" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "558", + "maxAmount": "5" + }, + { + "minAmount": "13", + "weight": "4.0", + "id": "556", + "maxAmount": "13" + }, + { + "minAmount": "7", + "weight": "1.0", + "id": "554", + "maxAmount": "7" + }, + { + "minAmount": "6", + "weight": "1.0", + "id": "561", + "maxAmount": "6" + }, + { + "minAmount": "4", + "weight": "1.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "4.0", + "id": "995", + "maxAmount": "4" + }, + { + "minAmount": "10", + "weight": "11.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "2.0", + "id": "995", + "maxAmount": "18" + }, + { + "minAmount": "26", + "weight": "3.0", + "id": "995", + "maxAmount": "26" + }, + { + "minAmount": "35", + "weight": "2.0", + "id": "995", + "maxAmount": "35" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "313", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1351", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "77", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "530", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "78.7445", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "19.2498", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.521", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2069", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2779", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "78,1005,2482,3711", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1739", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2132", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "94.9773", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.8562", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.8921", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2258", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0486", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "81,397,955,1767,3309", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "93.9387", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.8077", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7671", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.8683", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6181", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "82,4694,4695,4696,4697,6101", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "8.0", + "id": "554", + "maxAmount": "60" + }, + { + "minAmount": "12", + "weight": "5.0", + "id": "562", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "30", + "weight": "1.0", + "id": "554", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "7.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "40", + "weight": "29.0", + "id": "995", + "maxAmount": "40" + }, + { + "minAmount": "120", + "weight": "40.0", + "id": "995", + "maxAmount": "120" + }, + { + "minAmount": "200", + "weight": "10.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "450", + "weight": "1.0", + "id": "995", + "maxAmount": "450" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1993", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "62.1649", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.9276", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.7889", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "26.1919", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9267", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "83,4698,4699,4700,4701", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1073", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "75", + "weight": "8.0", + "id": "554", + "maxAmount": "75" + }, + { + "minAmount": "15", + "weight": "3.0", + "id": "562", + "maxAmount": "15" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "37", + "weight": "1.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "11", + "weight": "7.0", + "id": "995", + "maxAmount": "11" + }, + { + "minAmount": "44", + "weight": "28.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "132", + "weight": "40.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "220", + "weight": "10.0", + "id": "995", + "maxAmount": "220" + }, + { + "minAmount": "460", + "weight": "1.0", + "id": "995", + "maxAmount": "460" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "1.0", + "id": "1734", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "22.5725", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.8465", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.762", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "44.1955", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6236", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "84,677,4702,4703,4704,4705", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1283", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1165", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "50", + "weight": "8.0", + "id": "556", + "maxAmount": "50" + }, + { + "minAmount": "10", + "weight": "7.0", + "id": "562", + "maxAmount": "10" + }, + { + "minAmount": "7", + "weight": "4.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "37", + "weight": "1.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "7.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "44", + "weight": "6.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "132", + "weight": "38.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "220", + "weight": "6.0", + "id": "995", + "maxAmount": "220" + }, + { + "minAmount": "460", + "weight": "1.0", + "id": "995", + "maxAmount": "460" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "133", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2134", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "86,87,446,950,4395,4922,4923,4924,4925,4926,4927,4942,4943,4944,4945", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "88,224,4928,4929,4936,4937", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "2134", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "237", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "89,987", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "90.3666", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.2856", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.8525", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.4723", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.023", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "90,91,92,93,459,1471,2036,2037,2715,3151,3291,3581,4384,4385,4386,5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5365,5366,5367,5368,5381,5385,5386,5387,5388,5389,5390,5391,5392,5411,5412,5422,6091,6092,6093,6764,6765,6766,6767,6768", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "6.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "1137", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1323", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "4.0", + "id": "882", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "884", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "2.0", + "id": "556", + "maxAmount": "15" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "557", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "554", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "886", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "18.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "7.0", + "id": "995", + "maxAmount": "4" + }, + { + "minAmount": "12", + "weight": "7.0", + "id": "995", + "maxAmount": "12" + }, + { + "minAmount": "16", + "weight": "4.0", + "id": "995", + "maxAmount": "16" + }, + { + "minAmount": "25", + "weight": "4.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "33", + "weight": "4.0", + "id": "995", + "maxAmount": "33" + }, + { + "minAmount": "48", + "weight": "4.0", + "id": "995", + "maxAmount": "48" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1947", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "94,3844,3850,3851", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1013", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "27", + "weight": "50.0", + "id": "995", + "maxAmount": "434" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1625", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1934", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2351", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "532", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "2859", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "88.6454", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.5857", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.992", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.5777", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1992", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "95,142,1330,4413,4414,6047,6048,6049", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "7830", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "2859", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "73.057", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.8446", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.849", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.8793", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3701", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "96,97", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "99,3582,6374", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "88.8944", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.6568", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3775", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9295", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1418", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "100,101,102,444,445,1769,1770,1771,1772,1773,1774,1775,1776,2274,2275,2276,2277,2278,2279,2280,2281,2678,2679,2680,2681,3264,3265,3266,3267,3726,4261,4262,4263,4264,4265,4266,4267,4268,4269,4270,4271,4272,4273,4274,4275,4276,4407,4408,4409,4410,4411,4412,4479,4480,4481,4482,4483,4484,4485,4486,4487,4488,4489,4490,4491,4492,4499,4633,4634,4635,4636,4637,5855,5856,6125,6126,6132,6133,6279,6280,6281,6282,6283,6402,6403,6404,6405,6406,6407,6408,6409,6410,6411,6412,6413,6414,6415,6416,6417,6418,6419,6420,6421,6422,6423,6424,6425,6426,6427,6428,6429,6430,6431,6432,6433,6434,6435,6436,6437,6438,6439,6440,6441,6442,6443,6444,6445,6446,6447,6448,6449,6450,6451,6452,6453,6454,6455,6456,6457,6458,6459,6460,6461,6462,6463,6464,6465,6466,6467,6490,6491,6492,6493,6494,6495,7964", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1237", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1173", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1189", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1155", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1239", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "5.0", + "id": "555", + "maxAmount": "6" + }, + { + "minAmount": "7", + "weight": "5.0", + "id": "559", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "3.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "8", + "weight": "3.0", + "id": "877", + "maxAmount": "8" + }, + { + "minAmount": "5", + "weight": "2.0", + "id": "825", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "562", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "561", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "35.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "9", + "weight": "3.0", + "id": "995", + "maxAmount": "9" + }, + { + "minAmount": "15", + "weight": "3.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "20", + "weight": "2.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "2347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1949", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10999", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1009", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1987", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "948", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2136", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "85.6976", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.7526", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.596", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6717", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2821", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "105,1195", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "948", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2136", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "82.1397", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.534", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4421", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5305", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3537", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "106", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "30.6289", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "55.6271", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.2156", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0098", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.5185", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "9973.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10977", + "maxAmount": "1" + } + ], + "ids": "110,1582,1583,1584,1585,1586,7003,7004", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1393", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "150", + "weight": "10.0", + "id": "554", + "maxAmount": "150" + }, + { + "minAmount": "5", + "weight": "7.0", + "id": "562", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "5.0", + "id": "892", + "maxAmount": "12" + }, + { + "minAmount": "5", + "weight": "4.0", + "id": "565", + "maxAmount": "5" + }, + { + "minAmount": "37", + "weight": "1.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "19.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "40.0", + "id": "995", + "maxAmount": "60" + }, + { + "minAmount": "15", + "weight": "7.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "6.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "300", + "weight": "2.0", + "id": "995", + "maxAmount": "300" + }, + { + "minAmount": "50", + "weight": "1.0", + "id": "995", + "maxAmount": "50" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "117", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "45.9587", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "44.7868", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.9505", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.5777", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7263", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "9973.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10977", + "maxAmount": "1" + } + ], + "ids": "111,3072,4685,4686,4687", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1195", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1067", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "6.0", + "id": "890", + "maxAmount": "5" + }, + { + "minAmount": "6", + "weight": "4.0", + "id": "561", + "maxAmount": "6" + }, + { + "minAmount": "24", + "weight": "3.0", + "id": "558", + "maxAmount": "24" + }, + { + "minAmount": "37", + "weight": "3.0", + "id": "559", + "maxAmount": "37" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "12", + "weight": "1.0", + "id": "555", + "maxAmount": "12" + }, + { + "minAmount": "4", + "weight": "1.0", + "id": "564", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "117", + "weight": "32.0", + "id": "995", + "maxAmount": "117" + }, + { + "minAmount": "53", + "weight": "12.0", + "id": "995", + "maxAmount": "53" + }, + { + "minAmount": "196", + "weight": "10.0", + "id": "995", + "maxAmount": "196" + }, + { + "minAmount": "8", + "weight": "7.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "22", + "weight": "6.0", + "id": "995", + "maxAmount": "22" + }, + { + "minAmount": "400", + "weight": "1.0", + "id": "995", + "maxAmount": "400" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1993", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "447", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1963", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5733", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "61.6452", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.5923", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.7924", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.4366", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5336", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "9973.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10977", + "maxAmount": "1" + } + ], + "ids": "112,1587,1588,1681,4534,4688,4706", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1179", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1389", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1285", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1193", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "4.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "18", + "weight": "3.0", + "id": "556", + "maxAmount": "18" + }, + { + "minAmount": "27", + "weight": "3.0", + "id": "557", + "maxAmount": "27" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "562", + "maxAmount": "7" + }, + { + "minAmount": "6", + "weight": "3.0", + "id": "561", + "maxAmount": "6" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "564", + "maxAmount": "3" + }, + { + "minAmount": "15", + "weight": "2.0", + "id": "884", + "maxAmount": "15" + }, + { + "minAmount": "30", + "weight": "1.0", + "id": "886", + "maxAmount": "30" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "35.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "37", + "weight": "19.0", + "id": "995", + "maxAmount": "37" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "119", + "weight": "10.0", + "id": "995", + "maxAmount": "119" + }, + { + "minAmount": "300", + "weight": "2.0", + "id": "995", + "maxAmount": "300" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1969", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "3125", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "58.3163", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "36.367", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.4356", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.4642", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4168", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "113,6268", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "30.0", + "id": "1237", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1239", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "827", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "10.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "2.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "2.0", + "id": "561", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1533", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1525", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "22", + "weight": "20.0", + "id": "6306", + "maxAmount": "22" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "2114", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1963", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "526", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "532", + "maxAmount": "3" + }, + { + "minAmount": "6", + "weight": "1.0", + "id": "532", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5733", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "1000.0", + "id": "0", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "4986.5", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.5", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "10977", + "maxAmount": "1" + } + ], + "ids": "114", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "39.0625", + "id": "6666", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "78.125", + "id": "6665", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.0", + "id": "14430", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "156.25", + "id": "345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "156.25", + "id": "327", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "156.25", + "id": "371", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "156.25", + "id": "372", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "156.25", + "id": "359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "156.25", + "id": "360", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "39.0625", + "id": "383", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "39.0625", + "id": "349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "39.0625", + "id": "331", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "156.25", + "id": "313", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "156.25", + "id": "1511", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "39.0625", + "id": "1383", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "78.125", + "id": "407", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "78.125", + "id": "402", + "maxAmount": "8" + }, + { + "minAmount": "5", + "weight": "4.0", + "id": "555", + "maxAmount": "18" + }, + { + "minAmount": "3", + "weight": "78.125", + "id": "6664", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "39.0625", + "id": "401", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "39.0625", + "id": "6667", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "82.5938", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.9157", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.736", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.3739", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3806", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "9973.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10977", + "maxAmount": "1" + } + ], + "ids": "115,374,852,2801,3419,5174", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "19.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "109.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "2" + } + ], + "charm": [], + "ids": "116,4291,4292,6078,6079,6080,6081,6269,6270", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1283", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1217", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "869", + "maxAmount": "19" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1430", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1317", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "886", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1101", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "558", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "558", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "564", + "maxAmount": "3" + }, + { + "minAmount": "7", + "weight": "5.0", + "id": "555", + "maxAmount": "7" + }, + { + "minAmount": "15", + "weight": "5.0", + "id": "554", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5101", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5318", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5324", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "5309", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "995", + "maxAmount": "473" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "85.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "489.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "117,4689,4690,4691,4692,4693", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "6.0", + "id": "884", + "maxAmount": "3" + }, + { + "minAmount": "15", + "weight": "3.0", + "id": "554", + "maxAmount": "15" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "555", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "2.0", + "id": "886", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "558", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "14430", + "maxAmount": "1" + }, + { + "minAmount": "38", + "weight": "14.0", + "id": "995", + "maxAmount": "38" + }, + { + "minAmount": "52", + "weight": "10.0", + "id": "995", + "maxAmount": "52" + }, + { + "minAmount": "15", + "weight": "8.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "8", + "weight": "6.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "88", + "weight": "2.0", + "id": "995", + "maxAmount": "88" + }, + { + "minAmount": "1", + "weight": "11.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6544", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.32", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0256", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "561", + "maxAmount": "6" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "90.789", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.7853", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.8556", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.9837", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5864", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "118,120,121,382,582,3219,3220,3221,3268,3269,3270,3271,3272,3273,3274,3275,3294,3295,4316,5880,5881,5882,5883,5884,5885", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "10.0", + "id": "1265", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1375", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1267", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "877", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "20.0", + "id": "995", + "maxAmount": "4" + }, + { + "minAmount": "10", + "weight": "15.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "30", + "weight": "2.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "2347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "2349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1913", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "81.6299", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.4137", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0075", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.2593", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.6896", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "119,2423", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "1.0", + "id": "555", + "maxAmount": "10" + }, + { + "minAmount": "24", + "weight": "3.0", + "id": "556", + "maxAmount": "24" + }, + { + "minAmount": "37", + "weight": "3.0", + "id": "558", + "maxAmount": "37" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "564", + "maxAmount": "3" + }, + { + "minAmount": "10", + "weight": "3.0", + "id": "562", + "maxAmount": "10" + }, + { + "minAmount": "9", + "weight": "3.0", + "id": "561", + "maxAmount": "9" + }, + { + "minAmount": "3", + "weight": "4.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "991", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1985", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1982", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "2.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "11.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "47", + "weight": "13.0", + "id": "995", + "maxAmount": "47" + }, + { + "minAmount": "92", + "weight": "40.0", + "id": "995", + "maxAmount": "92" + }, + { + "minAmount": "150", + "weight": "10.0", + "id": "995", + "maxAmount": "150" + }, + { + "minAmount": "350", + "weight": "2.0", + "id": "995", + "maxAmount": "350" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "82.4038", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.9877", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.493", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9659", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1495", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "122,123,2685,2686,2687,2688,3583,4898,6275", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1237", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "826", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1241", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "555", + "maxAmount": "2" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "559", + "maxAmount": "6" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "554", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "8.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5324", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5321", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5306", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5105", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "288", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "6306", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1987", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "62" + }, + { + "minAmount": "1", + "weight": "82.4038", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "74.8304", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.0131", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.5294", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.9457", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6814", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "124", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.0", + "id": "1241", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1385", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "13.0", + "id": "557", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "9.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "7.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "6.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "60", + "weight": "3.0", + "id": "557", + "maxAmount": "60" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "14.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "18.0", + "id": "995", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "28.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "53.6086", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "41.9912", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.4642", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.5197", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4162", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "125,145,3073", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.0", + "id": "1363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1195", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "10.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "8.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "7.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "888", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "890", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "1.0", + "id": "890", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "10.0", + "id": "995", + "maxAmount": "4" + }, + { + "minAmount": "15", + "weight": "18.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "125", + "weight": "2.0", + "id": "995", + "maxAmount": "125" + }, + { + "minAmount": "1", + "weight": "13.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "447", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "126", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "4", + "weight": "8.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "15", + "weight": "8.0", + "id": "888", + "maxAmount": "15" + }, + { + "minAmount": "2", + "weight": "7.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1641", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "1363", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "127", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "128,1479,1875,4343", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "7862", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "100.0", + "id": "886", + "maxAmount": "26" + }, + { + "minAmount": "12", + "weight": "100.0", + "id": "802", + "maxAmount": "21" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "54.5455", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "21.6783", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.1888", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.2937", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.2937", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "130", + "description": "", + "main": [ + { + "minAmount": "21", + "weight": "50.0", + "id": "557", + "maxAmount": "21" + }, + { + "minAmount": "22", + "weight": "50.0", + "id": "557", + "maxAmount": "22" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "565", + "maxAmount": "3" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "562", + "maxAmount": "15" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "563", + "maxAmount": "13" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "99", + "weight": "5.0", + "id": "562", + "maxAmount": "99" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "165", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3030", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5949", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7054", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7210", + "maxAmount": "1" + }, + { + "minAmount": "323", + "weight": "5.0", + "id": "995", + "maxAmount": "525" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "3166", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "132,1463,1464,1487,2301,4344,4363,5852,6943,7211,7213,7215,7217,7219,7221,7223,7225,7227", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "237", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "84.4867", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.9954", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.6471", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5729", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2979", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "133", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "2859", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "143", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "3", + "weight": "11.0653", + "id": "0", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "20.685", + "id": "12158", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "10.8348", + "id": "12159", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "20.7757", + "id": "12160", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "36.6392", + "id": "12163", + "maxAmount": "3" + } + ], + "ids": "8349,8350,8351,8352,8353,8354,8355,8356,8357,8358,8359,8360,8361,8362,8363,8364,8365,8366", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "96.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "24.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "24.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "48.0", + "id": "4699", + "maxAmount": "40" + }, + { + "minAmount": "20", + "weight": "24.0", + "id": "560", + "maxAmount": "40" + }, + { + "minAmount": "20", + "weight": "16.0", + "id": "563", + "maxAmount": "40" + }, + { + "minAmount": "10", + "weight": "48.0", + "id": "565", + "maxAmount": "20" + }, + { + "minAmount": "8", + "weight": "144.0", + "id": "14424", + "maxAmount": "10" + }, + { + "minAmount": "4", + "weight": "144.0", + "id": "14422", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "16.0", + "id": "385", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "163", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "139", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "24.0", + "id": "2361", + "maxAmount": "5" + }, + { + "minAmount": "3", + "weight": "16.0", + "id": "1602", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "24.0", + "id": "1442", + "maxAmount": "5" + }, + { + "minAmount": "11000", + "weight": "216.0", + "id": "995", + "maxAmount": "13000" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14484", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14472", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14474", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14476", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "64.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "70.7701", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.4637", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.361", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.8041", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6011", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "158", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "1233", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "869", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1245", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "581", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "9.0", + "id": "564", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "45", + "weight": "4.0", + "id": "556", + "maxAmount": "45" + }, + { + "minAmount": "2", + "weight": "6.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "8", + "weight": "46.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "22.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "187", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "163,164,2781", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "2169", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2102", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2120", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2128", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2171", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2167", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2164", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2165", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2166", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2026", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2025", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2023", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "49.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "125", + "weight": "1.0", + "id": "995", + "maxAmount": "125" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "172,174,3242,3243,3244,3245,4658,4659,4660,4661", + "description": "", + "main": [ + { + "minAmount": "10", + "weight": "3.0", + "id": "557", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "2.0", + "id": "557", + "maxAmount": "18" + }, + { + "minAmount": "10", + "weight": "3.0", + "id": "556", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "2.0", + "id": "556", + "maxAmount": "18" + }, + { + "minAmount": "10", + "weight": "3.0", + "id": "555", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "2.0", + "id": "555", + "maxAmount": "18" + }, + { + "minAmount": "10", + "weight": "3.0", + "id": "554", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "2.0", + "id": "554", + "maxAmount": "18" + }, + { + "minAmount": "10", + "weight": "3.0", + "id": "558", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "2.0", + "id": "558", + "maxAmount": "18" + }, + { + "minAmount": "10", + "weight": "3.0", + "id": "559", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "2.0", + "id": "559", + "maxAmount": "18" + }, + { + "minAmount": "4", + "weight": "6.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "7.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "581", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1017", + "maxAmount": "1" + }, + { + "minAmount": "36", + "weight": "4.0", + "id": "557", + "maxAmount": "36" + }, + { + "minAmount": "1", + "weight": "17.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "16.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "7.0", + "id": "995", + "maxAmount": "4" + }, + { + "minAmount": "29", + "weight": "3.0", + "id": "995", + "maxAmount": "29" + }, + { + "minAmount": "30", + "weight": "1.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "173", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "175,2697,7161,7162", + "description": "", + "main": [ + { + "minAmount": "2", + "weight": "27.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "555", + "maxAmount": "6" + }, + { + "minAmount": "5", + "weight": "2.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "9", + "weight": "3.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "13.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "39.0", + "id": "954", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "12.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "3.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "94.1431", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.2003", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2851", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7167", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6549", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "178,179,2751,2777,2778,6189", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1165", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "888", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1283", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1125", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1077", + "maxAmount": "1" + }, + { + "minAmount": "29", + "weight": "25.0", + "id": "558", + "maxAmount": "29" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "557", + "maxAmount": "10" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "559", + "maxAmount": "9" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "564", + "maxAmount": "7" + }, + { + "minAmount": "46", + "weight": "25.0", + "id": "562", + "maxAmount": "46" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "34", + "weight": "25.0", + "id": "563", + "maxAmount": "34" + }, + { + "minAmount": "6", + "weight": "5.0", + "id": "561", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "5324", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "23", + "weight": "5.0", + "id": "5323", + "maxAmount": "23" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "5321", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "500" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1933", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "181,2547,7105", + "description": "", + "main": [ + { + "minAmount": "2", + "weight": "7.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "9142", + "maxAmount": "12" + }, + { + "minAmount": "36", + "weight": "3.0", + "id": "556", + "maxAmount": "36" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "559", + "maxAmount": "9" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "557", + "maxAmount": "9" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "558", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "35.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "11.0", + "id": "14424", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "8", + "weight": "5.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "29", + "weight": "3.0", + "id": "995", + "maxAmount": "29" + }, + { + "minAmount": "35", + "weight": "1.0", + "id": "995", + "maxAmount": "35" + }, + { + "minAmount": "1", + "weight": "30.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1594", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1627", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1137", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1454", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "182,183,184,185,2695,3167,3168,3169,3170,3171,3172,3173,3174,3175,3176,3177,3178,3179,3180,3181,3182,3183,3184,3185,3186,3187,3188,3189,3190,3191,3192,3193,3194,3195,3196,6346,6347,6348,6349,6350,6351,6352,6353,6354,6355,6356", + "description": "", + "main": [ + { + "minAmount": "10", + "weight": "2.0", + "id": "556", + "maxAmount": "10" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "557", + "maxAmount": "9" + }, + { + "minAmount": "5", + "weight": "2.0", + "id": "554", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "6.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "10.0", + "id": "9140", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1115", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "1025", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1949", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "9", + "weight": "3.0", + "id": "882", + "maxAmount": "9" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "882", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "29.0", + "id": "995", + "maxAmount": "4" + }, + { + "minAmount": "7", + "weight": "8.0", + "id": "995", + "maxAmount": "7" + }, + { + "minAmount": "12", + "weight": "6.0", + "id": "995", + "maxAmount": "12" + }, + { + "minAmount": "25", + "weight": "13.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "35", + "weight": "4.0", + "id": "995", + "maxAmount": "35" + }, + { + "minAmount": "55", + "weight": "1.0", + "id": "995", + "maxAmount": "55" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "86.7406", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.5076", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7715", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6429", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3375", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "186,7106,7107,7108,7109,7110,7111,7112,7113,7114", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1137", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "13.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "24.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "167", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "23.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "15", + "weight": "11.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "20", + "weight": "1.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "30", + "weight": "2.0", + "id": "995", + "maxAmount": "30" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "85.3493", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.9531", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.4672", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.3107", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.9197", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "187", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1115", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "22.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "36.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "191,2496,2497", + "description": "", + "main": [ + { + "minAmount": "10", + "weight": "25.0", + "id": "828", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1237", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1241", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "827", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1525", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1533", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "3188", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "6306", + "maxAmount": "62" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1933", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "74.1154", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "17.7558", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.9091", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0402", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.1795", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "192", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1151", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1420", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1426", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "4.0", + "id": "882", + "maxAmount": "8" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "558", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "555", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "557", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "31.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "20.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "6", + "weight": "20.0", + "id": "995", + "maxAmount": "6" + }, + { + "minAmount": "13", + "weight": "7.0", + "id": "995", + "maxAmount": "13" + }, + { + "minAmount": "20", + "weight": "6.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "30", + "weight": "2.0", + "id": "995", + "maxAmount": "30" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "193", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "1217", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "5.0", + "id": "554", + "maxAmount": "12" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "557", + "maxAmount": "9" + }, + { + "minAmount": "36", + "weight": "1.0", + "id": "556", + "maxAmount": "36" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "34.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "10.0", + "id": "14424", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "235", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "225", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "225", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "15.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "10", + "weight": "1.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "29", + "weight": "3.0", + "id": "995", + "maxAmount": "29" + }, + { + "minAmount": "1", + "weight": "37.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "167", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "199", + "description": "", + "main": [ + { + "minAmount": "5", + "weight": "270.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2142", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "26.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1595", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "948", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.5", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "1375", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.2", + "id": "1420", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "18.0", + "id": "882", + "maxAmount": "10" + }, + { + "minAmount": "8", + "weight": "14.0", + "id": "884", + "maxAmount": "8" + }, + { + "minAmount": "5", + "weight": "14.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "9.0", + "id": "558", + "maxAmount": "10" + }, + { + "minAmount": "9", + "weight": "9.0", + "id": "554", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "150.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "202", + "description": "", + "main": [ + { + "minAmount": "12", + "weight": "25.0", + "id": "559", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "30", + "weight": "25.0", + "id": "555", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1175", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1177", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "120", + "weight": "50.0", + "id": "995", + "maxAmount": "300" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "442", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "374", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "203", + "description": "", + "main": [ + { + "minAmount": "12", + "weight": "25.0", + "id": "559", + "maxAmount": "12" + }, + { + "minAmount": "30", + "weight": "25.0", + "id": "555", + "maxAmount": "30" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "995", + "maxAmount": "69" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.417", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "442", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "374", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "204", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "50.0", + "id": "995", + "maxAmount": "150" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "442", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1313", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "374", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "205", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "1217", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "5.0", + "id": "555", + "maxAmount": "12" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "36", + "weight": "1.0", + "id": "554", + "maxAmount": "36" + }, + { + "minAmount": "1", + "weight": "39.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "10", + "weight": "3.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "24", + "weight": "3.0", + "id": "995", + "maxAmount": "24" + }, + { + "minAmount": "1", + "weight": "37.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.0", + "id": "167", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "993", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "37.5", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.5", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.25", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.75", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "221", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "555", + "maxAmount": "1" + }, + { + "minAmount": "24", + "weight": "50.0", + "id": "563", + "maxAmount": "24" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "554", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5324", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "830", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "281", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "283", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "370,357,348,369,347,371", + "description": "all combat mourners", + "main": [] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "81.6118", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.83", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.4426", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4809", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6347", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "412", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "530", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "438,439,440,441,442,443,4470", + "description": "Tree Spirit (Hostile Woodcutting Random Event/Enchanted Valley)", + "main": [ + { + "minAmount": "1", + "weight": "8.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "14.0", + "id": "14428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "3051", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "3049", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "16.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "8.0", + "id": "561", + "maxAmount": "10" + }, + { + "minAmount": "22", + "weight": "2.0", + "id": "561", + "maxAmount": "22" + }, + { + "minAmount": "28", + "weight": "2.0", + "id": "561", + "maxAmount": "28" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1963", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "490,1959,1962,1963,1964,1965,1966,1967,1968,2015,2016,2017,2018,2019,6753,6754,6755,6756,6757,6758,6759,6760", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1673", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1654", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1635", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1696", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1639", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2566", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1727", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1656", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11072", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "970", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "9032", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1939", + "maxAmount": "17" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "950", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "2007", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "609,4603,4604,4605,4606", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "556", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "562", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "557", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "561", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "554", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "882", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "886", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5324", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1947", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5318", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "781", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "667", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "708,709,1531,6211", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "877", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1949", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1944", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2138", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2307", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2142", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1933", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1759", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1474", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1470", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1476", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1472", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2146", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1947", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "753", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1735", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1925", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1929", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1935", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1937", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1993", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "195", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1931", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "956", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1927", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "9442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "434", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "579", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "749", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1081", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "857", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1430", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1193", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "9145", + "maxAmount": "5" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "886", + "maxAmount": "20" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "890", + "maxAmount": "5" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "565", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "565", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "9419", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "808", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "865", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "9144", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2356", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11443", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11465", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "106", + "weight": "50.0", + "id": "995", + "maxAmount": "467" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1515", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1623", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1619", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "750", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "11371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1081", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1430", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1193", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "857", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "9145", + "maxAmount": "5" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "886", + "maxAmount": "20" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "890", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "565", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "565", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "9419", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "808", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "865", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "9144", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2356", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11443", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11465", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "106", + "weight": "50.0", + "id": "995", + "maxAmount": "106" + }, + { + "minAmount": "142", + "weight": "50.0", + "id": "995", + "maxAmount": "142" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1515", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "751", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "865", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "857", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "808", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1430", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1081", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1193", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "890", + "maxAmount": "5" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "886", + "maxAmount": "20" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "9145", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "9144", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "565", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "565", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1515", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "2354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11443", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11465", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "752", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1430", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11367", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11369", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11375", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1193", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1081", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1149", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "867", + "maxAmount": "20" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "892", + "maxAmount": "10" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "9419", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "9144", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "9145", + "maxAmount": "5" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "560", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11467", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11465", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11507", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11505", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11475", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11473", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "106", + "weight": "5.0", + "id": "995", + "maxAmount": "106" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "533", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "383", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "385", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "2355", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "2360", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2362", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2364", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "857", + "maxAmount": "1" + }, + { + "minAmount": "13", + "weight": "25.0", + "id": "1515", + "maxAmount": "13" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "2859", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "839,6050,6051", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1861", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "840", + "description": "", + "main": [] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "870", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "877", + "description": "", + "main": [ + { + "minAmount": "8", + "weight": "25.0", + "id": "556", + "maxAmount": "8" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "882", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "886", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "995", + "maxAmount": "35" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1448", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "878", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1137", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "556", + "maxAmount": "8" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "6", + "weight": "5.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "882", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "886", + "maxAmount": "2" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "886", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1753", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "66.2159", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.4604", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0822", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.7004", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.5411", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "941,4677,4678,4679,4680", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1069", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "75", + "weight": "8.0", + "id": "555", + "maxAmount": "75" + }, + { + "minAmount": "15", + "weight": "5.0", + "id": "561", + "maxAmount": "15" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "37", + "weight": "1.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "11", + "weight": "10.0", + "id": "995", + "maxAmount": "11" + }, + { + "minAmount": "44", + "weight": "23.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "132", + "weight": "25.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "200", + "weight": "10.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "440", + "weight": "1.0", + "id": "995", + "maxAmount": "440" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "449", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.25", + "id": "12479", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1490", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "988", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "25.0", + "id": "555", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2353", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "989", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1623", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "25.0", + "id": "555", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2353", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1490", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "990", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "25.0", + "id": "555", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2359", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1497", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "998", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1498", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "999", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1499", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1000", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1410", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1002", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1007", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1397", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1399", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1393", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1395", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "50.0", + "id": "556", + "maxAmount": "60" + }, + { + "minAmount": "189", + "weight": "50.0", + "id": "556", + "maxAmount": "189" + }, + { + "minAmount": "79", + "weight": "50.0", + "id": "557", + "maxAmount": "79" + }, + { + "minAmount": "86", + "weight": "50.0", + "id": "557", + "maxAmount": "86" + }, + { + "minAmount": "51", + "weight": "50.0", + "id": "554", + "maxAmount": "51" + }, + { + "minAmount": "180", + "weight": "50.0", + "id": "554", + "maxAmount": "180" + }, + { + "minAmount": "86", + "weight": "50.0", + "id": "555", + "maxAmount": "86" + }, + { + "minAmount": "107", + "weight": "50.0", + "id": "555", + "maxAmount": "107" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "565", + "maxAmount": "8" + }, + { + "minAmount": "25", + "weight": "25.0", + "id": "564", + "maxAmount": "25" + }, + { + "minAmount": "45", + "weight": "25.0", + "id": "560", + "maxAmount": "45" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "563", + "maxAmount": "9" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "561", + "maxAmount": "12" + }, + { + "minAmount": "28", + "weight": "25.0", + "id": "561", + "maxAmount": "28" + }, + { + "minAmount": "77", + "weight": "50.0", + "id": "995", + "maxAmount": "77" + }, + { + "minAmount": "89", + "weight": "50.0", + "id": "995", + "maxAmount": "89" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2876", + "maxAmount": "1" + }, + { + "minAmount": "11", + "weight": "100.0", + "id": "314", + "maxAmount": "30" + } + ], + "charm": [], + "ids": "1016,1550", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "86.2037", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0201", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.9644", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.2179", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5939", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1019", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "554", + "maxAmount": "20" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "560", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "50.0", + "id": "995", + "maxAmount": "42" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1387", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1021", + "description": "", + "main": [ + { + "minAmount": "15", + "weight": "13.0", + "id": "556", + "maxAmount": "15" + }, + { + "minAmount": "2", + "weight": "9.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "7.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "560", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "3.0", + "id": "556", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "14.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "36.0", + "id": "995", + "maxAmount": "12" + }, + { + "minAmount": "42", + "weight": "3.0", + "id": "995", + "maxAmount": "42" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1381", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "28.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "227", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1022", + "description": "", + "main": [ + { + "minAmount": "15", + "weight": "13.0", + "id": "555", + "maxAmount": "15" + }, + { + "minAmount": "2", + "weight": "9.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "7.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "560", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "3.0", + "id": "555", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "14.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "36.0", + "id": "995", + "maxAmount": "12" + }, + { + "minAmount": "42", + "weight": "3.0", + "id": "995", + "maxAmount": "42" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1383", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "28.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "3325", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "1023,1220,1223,1225,6214", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "6.7715", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1029,6056", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "855", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1097", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1901", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7178", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "247", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1539", + "maxAmount": "5" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "1784", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1523", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7936", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5970", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1777", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1761", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "8778", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "133", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2347", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1030,6057", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2011", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2327", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1897", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5004", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1883", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "247", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "380", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "386", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7170", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5755", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7178", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7188", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "10137", + "maxAmount": "5" + }, + { + "minAmount": "6", + "weight": "5.0", + "id": "7179", + "maxAmount": "6" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "374", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10136", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5406", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2007", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5970", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "3145", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "3143", + "maxAmount": "2" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1032,6059", + "description": "", + "main": [ + { + "minAmount": "4", + "weight": "50.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "1330", + "weight": "50.0", + "id": "555", + "maxAmount": "1330" + }, + { + "minAmount": "25", + "weight": "50.0", + "id": "558", + "maxAmount": "25" + }, + { + "minAmount": "30", + "weight": "50.0", + "id": "556", + "maxAmount": "30" + }, + { + "minAmount": "28", + "weight": "50.0", + "id": "559", + "maxAmount": "30" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "554", + "maxAmount": "50" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "7937", + "maxAmount": "35" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "1436", + "maxAmount": "20" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "564", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "4695", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "4696", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "4698", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "4694", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "4699", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "4697", + "maxAmount": "4" + }, + { + "minAmount": "7", + "weight": "5.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "11", + "weight": "5.0", + "id": "566", + "maxAmount": "11" + }, + { + "minAmount": "13", + "weight": "5.0", + "id": "563", + "maxAmount": "13" + }, + { + "minAmount": "13", + "weight": "5.0", + "id": "561", + "maxAmount": "13" + }, + { + "minAmount": "13", + "weight": "5.0", + "id": "560", + "maxAmount": "13" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1442", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1033,6060", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1273", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2493", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10083", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5970", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "2358", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "450", + "maxAmount": "10" + }, + { + "minAmount": "30", + "weight": "50.0", + "id": "556", + "maxAmount": "57" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "7936", + "maxAmount": "35" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "237", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1601", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "5760", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "7208", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "8779", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "5321", + "maxAmount": "3" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1035,6062", + "description": "", + "main": [ + { + "minAmount": "3", + "weight": "50.0", + "id": "1701", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "1732", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2569", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "3391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "2571", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5541", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "1748", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "2364", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1603", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "1602", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5287", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "987", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "985", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "993", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12121", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1052,1053,3606,3607,3608,3609,3610,3611", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1420", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "830", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1189", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "559", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "556", + "maxAmount": "3" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "554", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "125" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "313", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "7218", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "69.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.0", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1096", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1119", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1183", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3122", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "80", + "weight": "8.0", + "id": "557", + "maxAmount": "80" + }, + { + "minAmount": "16", + "weight": "5.0", + "id": "561", + "maxAmount": "16" + }, + { + "minAmount": "4", + "weight": "3.0", + "id": "563", + "maxAmount": "4" + }, + { + "minAmount": "65", + "weight": "1.0", + "id": "557", + "maxAmount": "65" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "40", + "weight": "29.0", + "id": "995", + "maxAmount": "40" + }, + { + "minAmount": "135", + "weight": "25.0", + "id": "995", + "maxAmount": "135" + }, + { + "minAmount": "190", + "weight": "10.0", + "id": "995", + "maxAmount": "190" + }, + { + "minAmount": "20", + "weight": "4.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "420", + "weight": "1.0", + "id": "995", + "maxAmount": "420" + }, + { + "minAmount": "6", + "weight": "3.0", + "id": "454", + "maxAmount": "6" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "360", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1357", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "53.7736", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "35.8491", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.6038", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.7736", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1097", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1119", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1183", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3122", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "80", + "weight": "8.0", + "id": "557", + "maxAmount": "80" + }, + { + "minAmount": "16", + "weight": "5.0", + "id": "561", + "maxAmount": "16" + }, + { + "minAmount": "4", + "weight": "3.0", + "id": "563", + "maxAmount": "4" + }, + { + "minAmount": "65", + "weight": "1.0", + "id": "557", + "maxAmount": "65" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "40", + "weight": "29.0", + "id": "995", + "maxAmount": "40" + }, + { + "minAmount": "135", + "weight": "25.0", + "id": "995", + "maxAmount": "135" + }, + { + "minAmount": "190", + "weight": "10.0", + "id": "995", + "maxAmount": "190" + }, + { + "minAmount": "20", + "weight": "4.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "420", + "weight": "1.0", + "id": "995", + "maxAmount": "420" + }, + { + "minAmount": "6", + "weight": "3.0", + "id": "454", + "maxAmount": "6" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "360", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1357", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "67.1141", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "21.6443", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0336", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.1946", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0134", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1098", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1119", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1183", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3122", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "80", + "weight": "8.0", + "id": "557", + "maxAmount": "80" + }, + { + "minAmount": "16", + "weight": "5.0", + "id": "561", + "maxAmount": "16" + }, + { + "minAmount": "4", + "weight": "3.0", + "id": "563", + "maxAmount": "4" + }, + { + "minAmount": "65", + "weight": "1.0", + "id": "557", + "maxAmount": "65" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "40", + "weight": "29.0", + "id": "995", + "maxAmount": "40" + }, + { + "minAmount": "135", + "weight": "25.0", + "id": "995", + "maxAmount": "135" + }, + { + "minAmount": "190", + "weight": "10.0", + "id": "995", + "maxAmount": "190" + }, + { + "minAmount": "20", + "weight": "4.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "420", + "weight": "1.0", + "id": "995", + "maxAmount": "420" + }, + { + "minAmount": "6", + "weight": "3.0", + "id": "454", + "maxAmount": "6" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "360", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1357", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1101,1102,1103,1104,1105", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "8.0", + "id": "557", + "maxAmount": "60" + }, + { + "minAmount": "7", + "weight": "5.0", + "id": "561", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "45", + "weight": "1.0", + "id": "557", + "maxAmount": "45" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "19.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "7.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "35", + "weight": "29.0", + "id": "995", + "maxAmount": "35" + }, + { + "minAmount": "50", + "weight": "6.0", + "id": "995", + "maxAmount": "50" + }, + { + "minAmount": "100", + "weight": "10.0", + "id": "995", + "maxAmount": "100" + }, + { + "minAmount": "250", + "weight": "1.0", + "id": "995", + "maxAmount": "250" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "454", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.32", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0256", + "id": "10977", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1106,1107,1108,1109,1110,1111,1112,1138", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "8.0", + "id": "557", + "maxAmount": "60" + }, + { + "minAmount": "7", + "weight": "5.0", + "id": "561", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "45", + "weight": "1.0", + "id": "557", + "maxAmount": "45" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "19.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "7.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "35", + "weight": "29.0", + "id": "995", + "maxAmount": "35" + }, + { + "minAmount": "50", + "weight": "6.0", + "id": "995", + "maxAmount": "50" + }, + { + "minAmount": "100", + "weight": "10.0", + "id": "995", + "maxAmount": "100" + }, + { + "minAmount": "250", + "weight": "1.0", + "id": "995", + "maxAmount": "250" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "454", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.32", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0256", + "id": "10977", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "50.0805", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "39.694", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.9114", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.2206", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0934", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1115,1116,1117", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1119", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1183", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3122", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "80", + "weight": "8.0", + "id": "557", + "maxAmount": "80" + }, + { + "minAmount": "16", + "weight": "5.0", + "id": "561", + "maxAmount": "16" + }, + { + "minAmount": "4", + "weight": "3.0", + "id": "563", + "maxAmount": "4" + }, + { + "minAmount": "65", + "weight": "1.0", + "id": "557", + "maxAmount": "65" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "4.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "40", + "weight": "29.0", + "id": "995", + "maxAmount": "40" + }, + { + "minAmount": "135", + "weight": "25.0", + "id": "995", + "maxAmount": "135" + }, + { + "minAmount": "190", + "weight": "10.0", + "id": "995", + "maxAmount": "190" + }, + { + "minAmount": "420", + "weight": "1.0", + "id": "995", + "maxAmount": "420" + }, + { + "minAmount": "6", + "weight": "3.0", + "id": "454", + "maxAmount": "6" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "360", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.32", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0256", + "id": "10977", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1118,1119,1120,1121,1122,1123,1124", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "50.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "35", + "weight": "50.0", + "id": "995", + "maxAmount": "35" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "561", + "maxAmount": "7" + }, + { + "minAmount": "25", + "weight": "50.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "45", + "weight": "50.0", + "id": "557", + "maxAmount": "45" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "454", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7884", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1130,1131,1132,1133,1134", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "8.0", + "id": "557", + "maxAmount": "60" + }, + { + "minAmount": "7", + "weight": "5.0", + "id": "561", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "45", + "weight": "1.0", + "id": "557", + "maxAmount": "45" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "19.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "7.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "35", + "weight": "29.0", + "id": "995", + "maxAmount": "35" + }, + { + "minAmount": "50", + "weight": "6.0", + "id": "995", + "maxAmount": "50" + }, + { + "minAmount": "100", + "weight": "10.0", + "id": "995", + "maxAmount": "100" + }, + { + "minAmount": "250", + "weight": "1.0", + "id": "995", + "maxAmount": "250" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "454", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.32", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0256", + "id": "10977", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "87.6923", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.8422", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.1442", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.5573", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.764", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1153,1156", + "description": "", + "main": [ + { + "minAmount": "11", + "weight": "50.0", + "id": "556", + "maxAmount": "19" + }, + { + "minAmount": "11", + "weight": "50.0", + "id": "555", + "maxAmount": "19" + }, + { + "minAmount": "11", + "weight": "50.0", + "id": "557", + "maxAmount": "19" + }, + { + "minAmount": "11", + "weight": "50.0", + "id": "554", + "maxAmount": "19" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "555", + "maxAmount": "2" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "554", + "maxAmount": "7" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "559", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1837", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1835", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1833", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1329", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1131", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "826", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1823", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3138", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1783", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "73.4384", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.9927", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.2881", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.8405", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.4403", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1154", + "description": "", + "main": [ + { + "minAmount": "60", + "weight": "50.0", + "id": "554", + "maxAmount": "60" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "562", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "561", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "5.0", + "id": "554", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1146", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "240" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "995", + "maxAmount": "450" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1823", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "64.8768", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.2327", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.3396", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.8032", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.7477", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1155,1157", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1285", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "50", + "weight": "8.0", + "id": "556", + "maxAmount": "50" + }, + { + "minAmount": "10", + "weight": "7.0", + "id": "562", + "maxAmount": "10" + }, + { + "minAmount": "7", + "weight": "4.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "37", + "weight": "1.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "132", + "weight": "40.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "30", + "weight": "7.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "44", + "weight": "6.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "220", + "weight": "6.0", + "id": "995", + "maxAmount": "220" + }, + { + "minAmount": "460", + "weight": "1.0", + "id": "995", + "maxAmount": "460" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "133", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "6", + "weight": "79.5353", + "id": "0", + "maxAmount": "6" + }, + { + "minAmount": "6", + "weight": "2.681", + "id": "12158", + "maxAmount": "6" + }, + { + "minAmount": "6", + "weight": "3.3959", + "id": "12159", + "maxAmount": "6" + }, + { + "minAmount": "6", + "weight": "5.8981", + "id": "12160", + "maxAmount": "6" + }, + { + "minAmount": "6", + "weight": "8.4897", + "id": "12163", + "maxAmount": "6" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "255.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "7981", + "maxAmount": "1" + } + ], + "ids": "1158,1159,1160,3835,3836,4234", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1245", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.2737", + "id": "7158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.2737", + "id": "3140", + "maxAmount": "1" + }, + { + "minAmount": "500", + "weight": "50.0", + "id": "888", + "maxAmount": "500" + }, + { + "minAmount": "350", + "weight": "50.0", + "id": "884", + "maxAmount": "350" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "892", + "maxAmount": "100" + }, + { + "minAmount": "75", + "weight": "75.0", + "id": "561", + "maxAmount": "75" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "563", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1131", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2501", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.5475", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "600", + "weight": "25.0", + "id": "554", + "maxAmount": "600" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "565", + "maxAmount": "50" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "246", + "maxAmount": "20" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "379", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3053", + "maxAmount": "1" + }, + { + "minAmount": "1560", + "weight": "50.0", + "id": "995", + "maxAmount": "1560" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "59.5722", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.8769", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "24.361", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.5554", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6345", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1183,1184,1201,2359,2360,2361,2362,2373,7438,7439,7440,7441", + "description": "", + "main": [ + { + "minAmount": "70", + "weight": "50.0", + "id": "555", + "maxAmount": "70" + }, + { + "minAmount": "37", + "weight": "25.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "561", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1099", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1135", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1065", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "385", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "397", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "995", + "maxAmount": "427" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "6103", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "449", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "6102", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "948", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2136", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "85.3383", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.1504", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.5038", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.2556", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7519", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1196,1197", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "2859", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "60.5114", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.1023", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "22.4432", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.2386", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.7045", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1198", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1200,1203,1204,1206,4649,7120", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1073", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "75", + "weight": "8.0", + "id": "554", + "maxAmount": "75" + }, + { + "minAmount": "15", + "weight": "5.0", + "id": "562", + "maxAmount": "15" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "37", + "weight": "1.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "132", + "weight": "40.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "44", + "weight": "29.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "220", + "weight": "10.0", + "id": "995", + "maxAmount": "220" + }, + { + "minAmount": "11", + "weight": "7.0", + "id": "995", + "maxAmount": "11" + }, + { + "minAmount": "460", + "weight": "1.0", + "id": "995", + "maxAmount": "460" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "1.0", + "id": "1734", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "79.478", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.3672", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7552", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2444", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1553", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1218", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1458", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7881", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "82.6794", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.4178", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2519", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.287", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.364", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1219", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "127.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "3363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "3345", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1227", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "3367", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "3347", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1228", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "3363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "3349", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1229", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "3367", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "3351", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1230", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "3365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "3353", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1231", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "3396", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1240", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "3396", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1241", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1255,1256", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "877", + "maxAmount": "11" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "5.0", + "id": "313", + "maxAmount": "110" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2681", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1257,1258,1261,1262", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "877", + "maxAmount": "11" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "5.0", + "id": "313", + "maxAmount": "110" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1264", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1397", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1395", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1399", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1393", + "maxAmount": "1" + }, + { + "minAmount": "189", + "weight": "25.0", + "id": "556", + "maxAmount": "189" + }, + { + "minAmount": "196", + "weight": "25.0", + "id": "556", + "maxAmount": "196" + }, + { + "minAmount": "42", + "weight": "25.0", + "id": "555", + "maxAmount": "42" + }, + { + "minAmount": "126", + "weight": "25.0", + "id": "555", + "maxAmount": "126" + }, + { + "minAmount": "79", + "weight": "25.0", + "id": "557", + "maxAmount": "79" + }, + { + "minAmount": "86", + "weight": "25.0", + "id": "557", + "maxAmount": "86" + }, + { + "minAmount": "51", + "weight": "25.0", + "id": "554", + "maxAmount": "51" + }, + { + "minAmount": "180", + "weight": "25.0", + "id": "554", + "maxAmount": "180" + }, + { + "minAmount": "25", + "weight": "25.0", + "id": "564", + "maxAmount": "25" + }, + { + "minAmount": "28", + "weight": "25.0", + "id": "561", + "maxAmount": "28" + }, + { + "minAmount": "30", + "weight": "25.0", + "id": "561", + "maxAmount": "30" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "563", + "maxAmount": "9" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "563", + "maxAmount": "10" + }, + { + "minAmount": "45", + "weight": "25.0", + "id": "560", + "maxAmount": "45" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "565", + "maxAmount": "8" + }, + { + "minAmount": "40", + "weight": "25.0", + "id": "565", + "maxAmount": "40" + }, + { + "minAmount": "7789", + "weight": "25.0", + "id": "995", + "maxAmount": "7789" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "1265,1267", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1265", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1267", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "826", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "554", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "562", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "995", + "maxAmount": "498" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "407", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "402", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "403", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "411", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "409", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1969", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "453", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "436", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "438", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "313", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "45", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "9187", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1306", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1337", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1335", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "438", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "436", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "995", + "maxAmount": "16" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1925", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "229", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "247", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3690", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1307", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "229", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "247", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1925", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1337", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1335", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "438", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "436", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "440", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3690", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1308", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1337", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1335", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3757", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3758", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3748", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "436", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "438", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "440", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "995", + "maxAmount": "16" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "229", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1925", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "247", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1582", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3690", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "55.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1338", + "description": "Chaos Tunnels / Lighthouse Dagannoths", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1237", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "555", + "maxAmount": "15" + }, + { + "minAmount": "15", + "weight": "2.0", + "id": "886", + "maxAmount": "15" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "828", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "14428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "301", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "4.0", + "id": "345", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "4.0", + "id": "327", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "311", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "2.0", + "id": "314", + "maxAmount": "15" + }, + { + "minAmount": "50", + "weight": "2.0", + "id": "313", + "maxAmount": "50" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "377", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "359", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "2.0", + "id": "402", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "413", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "411", + "maxAmount": "2" + }, + { + "minAmount": "56", + "weight": "29.0", + "id": "995", + "maxAmount": "56" + }, + { + "minAmount": "25", + "weight": "9.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "44", + "weight": "8.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "41", + "weight": "6.0", + "id": "995", + "maxAmount": "41" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "45", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "55.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2455", + "description": "Waterbirth Dagannoths (Melee Variant)", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "3749", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3751", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3753", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3755", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "160.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "160.0", + "id": "828", + "maxAmount": "3" + }, + { + "minAmount": "15", + "weight": "80.0", + "id": "886", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "48.0", + "id": "3748", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "48.0", + "id": "3757", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "48.0", + "id": "3758", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "3767", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "3761", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "3799", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "160.0", + "id": "555", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "160.0", + "id": "561", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "160.0", + "id": "563", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "565", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "64.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "14428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "160.0", + "id": "6155", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "160.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "112.0", + "id": "411", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "80.0", + "id": "377", + "maxAmount": "1" + }, + { + "minAmount": "47", + "weight": "32.0", + "id": "995", + "maxAmount": "47" + }, + { + "minAmount": "3", + "weight": "32.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "38", + "weight": "32.0", + "id": "995", + "maxAmount": "38" + }, + { + "minAmount": "26", + "weight": "32.0", + "id": "995", + "maxAmount": "26" + }, + { + "minAmount": "81", + "weight": "32.0", + "id": "995", + "maxAmount": "81" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "3801", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1452", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1462", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "55.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2456", + "description": "Waterbirth Dagannoths (Ranged Variant)", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "3749", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3751", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3753", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3755", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "160.0", + "id": "886", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "48.0", + "id": "3748", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "48.0", + "id": "3757", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "48.0", + "id": "3758", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "3767", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "3761", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "3799", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "32.0", + "id": "828", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "6149", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "6143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "128.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "14428", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "480.0", + "id": "402", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "160.0", + "id": "45", + "maxAmount": "20" + }, + { + "minAmount": "47", + "weight": "32.0", + "id": "995", + "maxAmount": "47" + }, + { + "minAmount": "3", + "weight": "32.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "38", + "weight": "32.0", + "id": "995", + "maxAmount": "38" + }, + { + "minAmount": "26", + "weight": "32.0", + "id": "995", + "maxAmount": "26" + }, + { + "minAmount": "81", + "weight": "32.0", + "id": "995", + "maxAmount": "81" + }, + { + "minAmount": "5", + "weight": "128.0", + "id": "403", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "80.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "80.0", + "id": "413", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "80.0", + "id": "363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "6169", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "6171", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "6173", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "3801", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1452", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1462", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1390", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "10937", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12162", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1521,1522,1523", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "960", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "98.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1524,1525,5678,5679,5680,5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696,5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712,5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728,5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744,5745,5746,5747", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "7863", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10940", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10945", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10941", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10933", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7666", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3365", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "3367", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "884", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "886", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1291", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "558", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "560.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1539", + "description": "", + "main": [ + { + "minAmount": "5", + "weight": "25.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1137", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "556", + "maxAmount": "15" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "555", + "maxAmount": "9" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "562", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "2859", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "80.7333", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.7333", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.3333", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1558,1559,1951,1952,1953,1954,1955,1956,6052", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1560,1561,1562,1563,1564,1565,1566", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1125", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3122", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "25", + "weight": "50.0", + "id": "565", + "maxAmount": "25" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "560", + "maxAmount": "15" + }, + { + "minAmount": "65", + "weight": "50.0", + "id": "555", + "maxAmount": "65" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "359", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "380", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "453", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "534", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1589,3588,4667,4668", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "100.0", + "id": "2349", + "maxAmount": "5" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "39.7302", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.6424", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.8949", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.2934", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.4391", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1590", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1369", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1123", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "20.0", + "id": "829", + "maxAmount": "30" + }, + { + "minAmount": "50", + "weight": "8.0", + "id": "554", + "maxAmount": "50" + }, + { + "minAmount": "16", + "weight": "7.0", + "id": "816", + "maxAmount": "16" + }, + { + "minAmount": "2", + "weight": "6.0", + "id": "9142", + "maxAmount": "12" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "563", + "maxAmount": "10" + }, + { + "minAmount": "15", + "weight": "3.0", + "id": "565", + "maxAmount": "15" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "868", + "maxAmount": "2" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "560", + "maxAmount": "25" + }, + { + "minAmount": "196", + "weight": "39.0", + "id": "995", + "maxAmount": "196" + }, + { + "minAmount": "330", + "weight": "10.0", + "id": "995", + "maxAmount": "330" + }, + { + "minAmount": "690", + "weight": "1.0", + "id": "995", + "maxAmount": "690" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "373", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0625", + "id": "4087", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0625", + "id": "4585", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "100.0", + "id": "2351", + "maxAmount": "5" + } + ], + "charm": [ + { + "minAmount": "2", + "weight": "39.7985", + "id": "0", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "12.2826", + "id": "12158", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "32.2437", + "id": "12159", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "12.8932", + "id": "12160", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "2.782", + "id": "12163", + "maxAmount": "2" + } + ], + "ids": "1591", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1317", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1183", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "20.0", + "id": "830", + "maxAmount": "4" + }, + { + "minAmount": "15", + "weight": "15.0", + "id": "560", + "maxAmount": "15" + }, + { + "minAmount": "9", + "weight": "7.0", + "id": "817", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "6.0", + "id": "9143", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "566", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "868", + "maxAmount": "5" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "566", + "maxAmount": "3" + }, + { + "minAmount": "270", + "weight": "19.0", + "id": "995", + "maxAmount": "270" + }, + { + "minAmount": "550", + "weight": "10.0", + "id": "995", + "maxAmount": "550" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "9431", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "2361", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "2011", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0128", + "id": "11286", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.125", + "id": "4087", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.125", + "id": "4585", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "100.0", + "id": "2353", + "maxAmount": "5" + } + ], + "charm": [ + { + "minAmount": "3", + "weight": "33.614", + "id": "0", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "13.8986", + "id": "12158", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "35.1826", + "id": "12159", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "14.2297", + "id": "12160", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "3.0751", + "id": "12163", + "maxAmount": "3" + } + ], + "ids": "1592,3590", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "20.0", + "id": "830", + "maxAmount": "7" + }, + { + "minAmount": "15", + "weight": "15.0", + "id": "565", + "maxAmount": "15" + }, + { + "minAmount": "12", + "weight": "7.0", + "id": "817", + "maxAmount": "12" + }, + { + "minAmount": "2", + "weight": "6.0", + "id": "9144", + "maxAmount": "12" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "566", + "maxAmount": "5" + }, + { + "minAmount": "470", + "weight": "20.0", + "id": "995", + "maxAmount": "470" + }, + { + "minAmount": "650", + "weight": "10.0", + "id": "995", + "maxAmount": "650" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "9431", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "2363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "165", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2011", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "2011", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0128", + "id": "11286", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.25", + "id": "4087", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.25", + "id": "4585", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "868", + "maxAmount": "7" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "70.4846", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.8947", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.901", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.4401", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2796", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1593,1594", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "87.3121", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.0562", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.2646", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9459", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4212", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1600,1601,1602,1603", + "description": "", + "main": [ + { + "minAmount": "9", + "weight": "50.0", + "id": "557", + "maxAmount": "10" + }, + { + "minAmount": "12", + "weight": "50.0", + "id": "554", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5319", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5324", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5320", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12148", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "223", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "235", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "8", + "weight": "50.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4119", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "187", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "73.48", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.8412", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.9054", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.9876", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.7859", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1604,1605,1606,1607", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "12.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "3053", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1073", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "4103", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "130.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "130.0", + "id": "14424", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "47.0", + "id": "14424", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "76.0", + "id": "14428", + "maxAmount": "1" + }, + { + "minAmount": "460", + "weight": "4.0", + "id": "995", + "maxAmount": "460" + }, + { + "minAmount": "1", + "weight": "72.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "56.3725", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.8432", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "26.9563", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.4594", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.3687", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "2999.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "7978", + "maxAmount": "1" + } + ], + "ids": "1608,1609,4229", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1123", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "13290", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "4111", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "4160", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "13280", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "2.0", + "id": "13278", + "maxAmount": "60" + }, + { + "minAmount": "20", + "weight": "2.0", + "id": "13279", + "maxAmount": "60" + }, + { + "minAmount": "5", + "weight": "2.0", + "id": "9143", + "maxAmount": "20" + }, + { + "minAmount": "5", + "weight": "10.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "6.0", + "id": "561", + "maxAmount": "15" + }, + { + "minAmount": "30", + "weight": "2.0", + "id": "561", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "22", + "weight": "8.0", + "id": "995", + "maxAmount": "22" + }, + { + "minAmount": "748", + "weight": "2.0", + "id": "995", + "maxAmount": "748" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "239", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "225", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "3.0", + "id": "2114", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1963", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "1963", + "maxAmount": "2" + }, + { + "minAmount": "20", + "weight": "2.0", + "id": "1780", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2289", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "526", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "1.0", + "id": "526", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "532", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "1.0", + "id": "532", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "173", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "4.0", + "id": "558", + "maxAmount": "16" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "560", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "73.7631", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.5666", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.7979", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.8876", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.9849", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1610,1827,6389", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "16.0", + "id": "1311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "4129", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "4153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "4101", + "maxAmount": "1" + }, + { + "minAmount": "75", + "weight": "32.0", + "id": "554", + "maxAmount": "75" + }, + { + "minAmount": "15", + "weight": "12.0", + "id": "562", + "maxAmount": "15" + }, + { + "minAmount": "5", + "weight": "12.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "37", + "weight": "4.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "132", + "weight": "160.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "44", + "weight": "108.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "220", + "weight": "40.0", + "id": "995", + "maxAmount": "220" + }, + { + "minAmount": "11", + "weight": "28.0", + "id": "995", + "maxAmount": "11" + }, + { + "minAmount": "460", + "weight": "4.0", + "id": "995", + "maxAmount": "460" + }, + { + "minAmount": "3", + "weight": "8.0", + "id": "2353", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "8.0", + "id": "2359", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "4.0", + "id": "1734", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "35", + "weight": "8.0", + "id": "7937", + "maxAmount": "35" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "1611", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4129", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "37", + "weight": "50.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "75", + "weight": "50.0", + "id": "554", + "maxAmount": "75" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "562", + "maxAmount": "15" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "11", + "weight": "50.0", + "id": "995", + "maxAmount": "498" + }, + { + "minAmount": "35", + "weight": "25.0", + "id": "7937", + "maxAmount": "35" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "2359", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "2353", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "1734", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "88.902", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.4973", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.9705", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.3085", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3217", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1612", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "16.0", + "id": "1420", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "23.0", + "id": "556", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "16.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "6", + "weight": "8.0", + "id": "562", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "23.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "7", + "weight": "8.0", + "id": "554", + "maxAmount": "7" + }, + { + "minAmount": "13", + "weight": "80.0", + "id": "995", + "maxAmount": "13" + }, + { + "minAmount": "26", + "weight": "64.0", + "id": "995", + "maxAmount": "26" + }, + { + "minAmount": "13", + "weight": "176.0", + "id": "7937", + "maxAmount": "13" + }, + { + "minAmount": "7", + "weight": "40.0", + "id": "313", + "maxAmount": "7" + }, + { + "minAmount": "15", + "weight": "176.0", + "id": "313", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "4105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "272.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "35", + "weight": "64.0", + "id": "995", + "maxAmount": "35" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "55.2891", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.8367", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.368", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.4735", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0327", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1613", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1073", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "4131", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "3.0", + "id": "560", + "maxAmount": "10" + }, + { + "minAmount": "37", + "weight": "1.0", + "id": "562", + "maxAmount": "37" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "14428", + "maxAmount": "1" + }, + { + "minAmount": "132", + "weight": "40.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "44", + "weight": "29.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "220", + "weight": "10.0", + "id": "995", + "maxAmount": "220" + }, + { + "minAmount": "11", + "weight": "7.0", + "id": "995", + "maxAmount": "11" + }, + { + "minAmount": "460", + "weight": "1.0", + "id": "995", + "maxAmount": "460" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "1.0", + "id": "1734", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "52.8956", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.6662", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.4161", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.9683", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0538", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "7979", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4999.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "1615,4230", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1283", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "19.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "50", + "weight": "8.0", + "id": "556", + "maxAmount": "50" + }, + { + "minAmount": "7", + "weight": "4.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "10", + "weight": "6.0", + "id": "562", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "60", + "weight": "5.0", + "id": "7937", + "maxAmount": "60" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "7.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "44", + "weight": "6.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "132", + "weight": "35.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "220", + "weight": "9.0", + "id": "995", + "maxAmount": "220" + }, + { + "minAmount": "460", + "weight": "1.0", + "id": "995", + "maxAmount": "460" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1452", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "133", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.25", + "id": "4151", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "67.2875", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0347", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "19.4192", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0371", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2214", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "7977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1999.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "1616,1617,4228", + "description": "", + "main": [ + { + "minAmount": "75", + "weight": "50.0", + "id": "555", + "maxAmount": "175" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "561", + "maxAmount": "45" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "562", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "11", + "weight": "50.0", + "id": "995", + "maxAmount": "495" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7899", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1452", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "449", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "53.9118", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.3528", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.9557", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.6941", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0855", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1618,1619,6215", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "4125", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "8.0", + "id": "554", + "maxAmount": "60" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "565", + "maxAmount": "3" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "565", + "maxAmount": "10" + }, + { + "minAmount": "30", + "weight": "1.0", + "id": "565", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "7.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "40", + "weight": "25.0", + "id": "995", + "maxAmount": "40" + }, + { + "minAmount": "120", + "weight": "20.0", + "id": "995", + "maxAmount": "120" + }, + { + "minAmount": "200", + "weight": "10.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "450", + "weight": "1.0", + "id": "995", + "maxAmount": "450" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "532", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "2293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "11072", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "88.9239", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.2682", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.3641", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.1737", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.27", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "114872.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "128.0", + "id": "7976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13000.0", + "id": "12109", + "maxAmount": "1" + } + ], + "ids": "1620,1621,4227", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "12.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "4121", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "4.0", + "id": "826", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "4117", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "24.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "16.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "12.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "6", + "weight": "8.0", + "id": "561", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "555", + "maxAmount": "2" + }, + { + "minAmount": "7", + "weight": "8.0", + "id": "554", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "40.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "72.0", + "id": "14430", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "64.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "5", + "weight": "48.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "28", + "weight": "48.0", + "id": "995", + "maxAmount": "28" + }, + { + "minAmount": "62", + "weight": "16.0", + "id": "995", + "maxAmount": "62" + }, + { + "minAmount": "42", + "weight": "12.0", + "id": "995", + "maxAmount": "42" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "84.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "64.0022", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.3073", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "22.1332", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.3634", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.1938", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1622,1623,1626,1627,1628,1629,1630", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "19.0", + "id": "1069", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "13290", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "4113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "17.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "15", + "weight": "14.0", + "id": "561", + "maxAmount": "15" + }, + { + "minAmount": "37", + "weight": "3.0", + "id": "561", + "maxAmount": "37" + }, + { + "minAmount": "1", + "weight": "22.0", + "id": "199", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "201", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "203", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "9.0", + "id": "205", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "207", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "211", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "213", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "215", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "2485", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "217", + "maxAmount": "3" + }, + { + "minAmount": "44", + "weight": "77.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "132", + "weight": "32.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "440", + "weight": "3.0", + "id": "995", + "maxAmount": "440" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "19.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "45", + "weight": "1.0", + "id": "561", + "maxAmount": "45" + }, + { + "minAmount": "1", + "weight": "64.0022", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "55.1863", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.8733", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.1533", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.8346", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9525", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1624", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "892", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2489", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1399", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "37", + "weight": "50.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "150", + "weight": "50.0", + "id": "554", + "maxAmount": "150" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "562", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "15.0", + "id": "566", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "566", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "25.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1883", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.02822962", + "id": "3140", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "300", + "weight": "15.0", + "id": "554", + "maxAmount": "300" + }, + { + "minAmount": "60", + "weight": "25.0", + "id": "995", + "maxAmount": "60" + }, + { + "minAmount": "300", + "weight": "25.0", + "id": "995", + "maxAmount": "300" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1631,1632", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "0.07", + "id": "4115", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "8.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "42", + "weight": "1.3", + "id": "557", + "maxAmount": "42" + }, + { + "minAmount": "2", + "weight": "1.3", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.9", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.6", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.3", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5", + "id": "2349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3", + "id": "447", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "1.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "0.6", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "0.5", + "id": "5324", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "0.2", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "0.1", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "0.05", + "id": "5323", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "0.025", + "id": "5321", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "3.7", + "id": "1913", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.6", + "id": "2347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.3", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "86.6357", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0393", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.4947", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.338", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4923", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1633,1634,1635,1636,6216", + "description": "", + "main": [ + { + "minAmount": "30", + "weight": "50.0", + "id": "554", + "maxAmount": "30" + }, + { + "minAmount": "60", + "weight": "50.0", + "id": "554", + "maxAmount": "60" + }, + { + "minAmount": "12", + "weight": "50.0", + "id": "562", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1387", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "886", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4123", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "40", + "weight": "50.0", + "id": "995", + "maxAmount": "40" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1993", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "65.9946", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.6208", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "21.8565", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.5828", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9453", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1637,1638,1639,1640,1641,1642", + "description": "", + "main": [ + { + "minAmount": "15", + "weight": "25.0", + "id": "562", + "maxAmount": "15" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "555", + "maxAmount": "21" + }, + { + "minAmount": "7", + "weight": "5.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4127", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1119", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "11", + "weight": "50.0", + "id": "995", + "maxAmount": "497" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "1734", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "61.2459", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.8603", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.7701", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.5155", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6082", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1643,1644,1645,1646,1647", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1387", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3053", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1401", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "557", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "554", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "50.0", + "id": "554", + "maxAmount": "18" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "560", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "565", + "maxAmount": "4" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "556", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "25.0", + "id": "556", + "maxAmount": "18" + }, + { + "minAmount": "18", + "weight": "25.0", + "id": "558", + "maxAmount": "18" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "555", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "25.0", + "id": "555", + "maxAmount": "18" + }, + { + "minAmount": "18", + "weight": "25.0", + "id": "559", + "maxAmount": "18" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4099", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4107", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "511.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "7975", + "maxAmount": "1" + } + ], + "ids": "1648,1649,1650,1651,1652,1653,1654,1655,1656,1657", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "2902", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2922", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2912", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2942", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3799", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4155", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1635", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1639", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1641", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "995", + "maxAmount": "442" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "2859", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "46.664", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "44.29", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0169", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.9727", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0564", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016,6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032,6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6212,6213", + "description": "Werewolves (and human form for Canifis)", + "main": [ + { + "minAmount": "5", + "weight": "50.0", + "id": "2138", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "2132", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2136", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1993", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "886", + "maxAmount": "50" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1329", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "830", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "90", + "weight": "50.0", + "id": "995", + "maxAmount": "90" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "6814", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "958", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7868", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "245", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "983", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1925", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "453", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1739", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "4287", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "1691,5211", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "100.0", + "id": "314", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "4289", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1692", + "description": "", + "main": [] + }, + { + "default": [], + "charm": [], + "ids": "1698", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "555", + "maxAmount": "6" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "559", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "612" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1710,1711,1712", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1129", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "697", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "686", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "882", + "maxAmount": "8" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "886", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1265", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1267", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1269", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "19" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1625", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1627", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "321", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2138", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1739", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "688", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1511", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "314", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1734", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5323", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5324", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2370", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1713,4329", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1714,1715,1716,1717,4318,4320", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "882", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1265", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1267", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "886", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1269", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1129", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "21" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2138", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "314", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1734", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1511", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1625", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "686", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "697", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2714", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1627", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "688", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1739", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "82.8244", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.2137", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5725", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0076", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3817", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1752,1753,6109,6110,6111", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "2128", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2102", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2171", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2120", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2165", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2166", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2169", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2164", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "7878", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "1739", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2132", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "93.2258", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.7419", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.5806", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9677", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4839", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1766,1768,2310", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "93.2258", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1795,1796,1797", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1814,1815,1816,1817,1818", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "86.9276", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.5495", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.476", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.8488", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.1981", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1822,1823,1824,1825,5752,5753,5754,5755,5756,5757,5758,5759,5760,5761,5762,5763,5764,5765,5766,5767,5768,5769,5783,5785,5873,5874,5875,5876,5877,5878", + "description": "", + "main": [ + { + "minAmount": "6", + "weight": "50.0", + "id": "555", + "maxAmount": "6" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "559", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "13", + "weight": "25.0", + "id": "558", + "maxAmount": "19" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "50.0", + "id": "877", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5016", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5018", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1381", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1009", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1237", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1173", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7907", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1949", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2307", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "10999", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1101", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "995", + "maxAmount": "49" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "1987", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1828", + "description": "", + "main": [ + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "30", + "weight": "50.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "4517", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "561", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "22", + "weight": "25.0", + "id": "884", + "maxAmount": "22" + }, + { + "minAmount": "45", + "weight": "25.0", + "id": "886", + "maxAmount": "45" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "564", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1969", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4129", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1829", + "description": "", + "main": [ + { + "minAmount": "12", + "weight": "25.0", + "id": "555", + "maxAmount": "12" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "557", + "maxAmount": "12" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "995", + "maxAmount": "15" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "4517", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1830,2469,2470,2471,2472,2473,2689,3300,3783", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5004", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "5004", + "maxAmount": "5" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "555", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11766", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11767", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11768", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11769", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11764", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "1939", + "maxAmount": "6" + } + ], + "charm": [], + "ids": "1831", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1155", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4121", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "555", + "maxAmount": "15" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "559", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "596", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4540", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "52.5489", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.5845", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "36.5336", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.5259", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.8071", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "5750", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "223", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "235", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "10978", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4529", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "36", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "555", + "maxAmount": "167" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "557", + "maxAmount": "147" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "554", + "maxAmount": "91" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "561", + "maxAmount": "8" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "36" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "10978", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1395", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1874", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "7862", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1935,1936,1937,1938,1939,1940,1941,1942", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1125", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3122", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "25", + "weight": "50.0", + "id": "565", + "maxAmount": "25" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "560", + "maxAmount": "15" + }, + { + "minAmount": "65", + "weight": "50.0", + "id": "555", + "maxAmount": "65" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "359", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "380", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "453", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "1958,1961,1960,5360", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "4675", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1673", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1654", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1635", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1696", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1639", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2566", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1727", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1656", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11072", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "970", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "9032", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1939", + "maxAmount": "17" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "950", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "2007", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "86.2564", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.1429", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.5191", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.838", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2436", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1976", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "3032", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2432", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "113", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1991", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "995", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1994", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "7914", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "9052", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1995", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1996,3675,3676,6792,6946,7320,7322,7324,7326,7328", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "7911", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11965", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "79.2519", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.389", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.9177", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.7431", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6983", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2031", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2032", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "91.6382", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.6928", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.4744", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9386", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.256", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2033,4920,4921", + "description": "", + "main": [] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "90.4762", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.291", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.1164", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5291", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.5873", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2035", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "4850", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "4812", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2044,2045,2046,2047,2048,2049,2050,2051,2052,2053,2054,2055,2056,2057", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2058", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1189", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1420", + "maxAmount": "1" + }, + { + "minAmount": "58", + "weight": "25.0", + "id": "884", + "maxAmount": "58" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "886", + "maxAmount": "32" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "888", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1381", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "559", + "maxAmount": "11" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "556", + "maxAmount": "3" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "554", + "maxAmount": "84" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "558", + "maxAmount": "7" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6476", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7863", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "82" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "313", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "966", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1594", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2331", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2069,2070,2071,2072,2075,2076,2077,2078", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "440", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7907", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5014", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2073,2074", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "5016", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5018", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5014", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1101", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "50.0", + "id": "995", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7907", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "590", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "2109,2110,2111,2112,2113,2114,2115,2116,2117,2118,2119,2120,2121,2122,2124,2126", + "description": "", + "main": [ + { + "minAmount": "100", + "weight": "99.0", + "id": "995", + "maxAmount": "100" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "73.5695", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.9046", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.1281", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6349", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.7629", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2130,2131,2132,2133,3276,3277,3278,3279", + "description": "", + "main": [ + { + "minAmount": "2", + "weight": "25.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1375", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "877", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1337", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1265", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "995", + "maxAmount": "42" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.11111", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3801", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1929", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2134,2135,2136,2232", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1337", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1335", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "35", + "weight": "50.0", + "id": "995", + "maxAmount": "57" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3801", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1929", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "2234,2235", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "5291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5280", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "99.1835", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.8165", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2239,2240,2316,2317", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "96.1266", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7056", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.9032", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2058", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0588", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2263", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "5521", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7936", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "7937", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "7937", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "7937", + "maxAmount": "10" + }, + { + "minAmount": "25", + "weight": "50.0", + "id": "7937", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1452", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1462", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1458", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5516", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "96.1266", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "80.0326", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0474", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.1634", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.149", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6076", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2264", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "45.0", + "id": "5521", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7936", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "7937", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "7937", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "7937", + "maxAmount": "10" + }, + { + "minAmount": "25", + "weight": "50.0", + "id": "7937", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1452", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1462", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1458", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5516", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "80.0326", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "73.5196", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.1545", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.176", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.6304", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5194", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2265", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "45.0", + "id": "5521", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7936", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "7937", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "7937", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "7937", + "maxAmount": "10" + }, + { + "minAmount": "25", + "weight": "50.0", + "id": "7937", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1452", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1462", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1458", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5516", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "73.5196", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "3", + "weight": "2.8249", + "id": "0", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "79.2687", + "id": "12158", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "9.3063", + "id": "12159", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "6.6384", + "id": "12160", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "1.9617", + "id": "12163", + "maxAmount": "3" + } + ], + "ids": "2452,2885", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "555", + "maxAmount": "39" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "557", + "maxAmount": "37" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1462", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1452", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1119", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1125", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6151", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "27", + "weight": "50.0", + "id": "995", + "maxAmount": "27" + }, + { + "minAmount": "28", + "weight": "50.0", + "id": "995", + "maxAmount": "28" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "377", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "6157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "6159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2454", + "description": "", + "main": [ + { + "minAmount": "16", + "weight": "50.0", + "id": "995", + "maxAmount": "38" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "314", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "327", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "555", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "407", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "411", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "56.7727", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.2283", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.576", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.5159", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.907", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "2457,2884", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "554", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "556", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "555", + "maxAmount": "10" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "557", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "562", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "564", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "561", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "560", + "maxAmount": "10" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "565", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1462", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "9", + "weight": "50.0", + "id": "7937", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "886", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6167", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6165", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "353", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "995", + "maxAmount": "489" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "6287", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2489,2490", + "description": "", + "main": [] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "40.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "88.0", + "id": "12168", + "maxAmount": "1" + } + ], + "ids": "2591,2592,2593,2594,2595,2596,2597,7753", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "6526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6568", + "maxAmount": "1" + }, + { + "minAmount": "25", + "weight": "256.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "25", + "weight": "256.0", + "id": "554", + "maxAmount": "25" + }, + { + "minAmount": "25", + "weight": "128.0", + "id": "556", + "maxAmount": "25" + }, + { + "minAmount": "5", + "weight": "64.0", + "id": "562", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "64.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "32.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1617", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "32.0", + "id": "1619", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "64.0", + "id": "1621", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "128.0", + "id": "1623", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "160.0", + "id": "9194", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "1280.0", + "id": "6529", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "1622.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "40.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "88.0", + "id": "12168", + "maxAmount": "1" + } + ], + "ids": "2598,2599,2600,2601,2602,2603,7754,7767,7768,7769", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "8.0", + "id": "2347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1755", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1935", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1931", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1617", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1619", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1621", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "1623", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "9194", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "160.0", + "id": "6529", + "maxAmount": "700" + }, + { + "minAmount": "1", + "weight": "263.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "40.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "88.0", + "id": "12168", + "maxAmount": "2" + } + ], + "ids": "2604,2605,2606,2607,2608,2609,7755", + "description": "", + "main": [ + { + "minAmount": "9", + "weight": "1.0", + "id": "6522", + "maxAmount": "29" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6523", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6525", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6568", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1617", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1619", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1621", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "1623", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "9194", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "160.0", + "id": "6529", + "maxAmount": "2000" + }, + { + "minAmount": "1", + "weight": "299.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "40.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "88.0", + "id": "12168", + "maxAmount": "2" + } + ], + "ids": "2610,2611,2612,2613,2614,2615,2616,2624,2625", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "6528", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6524", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6568", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1617", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1619", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1621", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "1623", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "9194", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "160.0", + "id": "6529", + "maxAmount": "2000" + }, + { + "minAmount": "1", + "weight": "300.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2698", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1153", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1165", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "888", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1283", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1125", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1077", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "557", + "maxAmount": "10" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "559", + "maxAmount": "9" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "564", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "562", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "563", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "5.0", + "id": "561", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "5324", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "23", + "weight": "5.0", + "id": "5323", + "maxAmount": "23" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "5321", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "500" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1933", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "7518", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2706,3421,3424,4346", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "7536", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7538", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "407", + "maxAmount": "2" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2707,2708,6115,6116", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "7889", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2709", + "description": "", + "main": [ + { + "minAmount": "4", + "weight": "50.0", + "id": "554", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1442", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "555", + "maxAmount": "10" + } + ], + "charm": [], + "ids": "2710", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "555", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2711", + "description": "", + "main": [ + { + "minAmount": "5", + "weight": "50.0", + "id": "557", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1440", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2712", + "description": "", + "main": [ + { + "minAmount": "4", + "weight": "50.0", + "id": "556", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1381", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5527", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2717", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1013", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "27", + "weight": "50.0", + "id": "995", + "maxAmount": "434" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1625", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1934", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2351", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "532", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "64.7702", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.6684", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.3532", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.2923", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.9158", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "9973.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10977", + "maxAmount": "1" + } + ], + "ids": "2783", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "16.0", + "id": "1313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "1367", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1183", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "11235", + "maxAmount": "1" + }, + { + "minAmount": "47", + "weight": "32.0", + "id": "556", + "maxAmount": "47" + }, + { + "minAmount": "10", + "weight": "28.0", + "id": "562", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "20.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "7", + "weight": "16.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "5", + "weight": "4.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "60.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "16.0", + "id": "14424", + "maxAmount": "2" + }, + { + "minAmount": "152", + "weight": "159.0", + "id": "995", + "maxAmount": "152" + }, + { + "minAmount": "64", + "weight": "24.0", + "id": "995", + "maxAmount": "64" + }, + { + "minAmount": "95", + "weight": "24.0", + "id": "995", + "maxAmount": "95" + }, + { + "minAmount": "220", + "weight": "20.0", + "id": "995", + "maxAmount": "220" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "385", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1456", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "121", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "385", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2803", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "441", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "454", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "447", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5324", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5323", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "554", + "maxAmount": "42" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "1831", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1829", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1827", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1825", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1971", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "1823", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4115", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2804,2805,2806", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "441", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "454", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "447", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5324", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5323", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "554", + "maxAmount": "42" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "1831", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1829", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1827", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1825", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1971", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "1823", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4115", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2807,2808", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "441", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "454", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "447", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5324", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5323", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "554", + "maxAmount": "42" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "1831", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1829", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1827", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1825", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1971", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "1823", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4115", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2837,2838,2839,2840,2841,2842,5629,5630,5631,5632,5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648,5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664,5665", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1329", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1209", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "9141", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "556", + "maxAmount": "3" + }, + { + "minAmount": "23", + "weight": "25.0", + "id": "555", + "maxAmount": "23" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "559", + "maxAmount": "6" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "562", + "maxAmount": "7" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "564", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "38", + "weight": "50.0", + "id": "995", + "maxAmount": "46" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6716", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "313", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "7157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6721", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7863", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "2843,2844,2845,2846,2847,2848", + "description": "", + "main": [ + { + "minAmount": "17", + "weight": "25.0", + "id": "555", + "maxAmount": "17" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "559", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "556", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7863", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "995", + "maxAmount": "40" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6716", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "313", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6721", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "2850", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2880", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "6729", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "6155", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2881", + "description": "", + "main": [ + { + "minAmount": "25", + "weight": "10.0", + "id": "866", + "maxAmount": "50" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "2489", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "805", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "810", + "maxAmount": "25" + }, + { + "minAmount": "200", + "weight": "5.0", + "id": "863", + "maxAmount": "500" + }, + { + "minAmount": "50", + "weight": "5.0", + "id": "865", + "maxAmount": "150" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3757", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3748", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3758", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6724", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6739", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3749", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6133", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6135", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6733", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "9144", + "maxAmount": "12" + }, + { + "minAmount": "50", + "weight": "5.0", + "id": "886", + "maxAmount": "250" + }, + { + "minAmount": "200", + "weight": "4.0", + "id": "884", + "maxAmount": "500" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "14428", + "maxAmount": "1" + }, + { + "minAmount": "156", + "weight": "10.0", + "id": "995", + "maxAmount": "156" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "413", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "45", + "maxAmount": "30" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "385", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "50", + "weight": "5.0", + "id": "1518", + "maxAmount": "150" + }, + { + "minAmount": "50", + "weight": "3.0", + "id": "1516", + "maxAmount": "150" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "9431", + "maxAmount": "1" + }, + { + "minAmount": "250", + "weight": "1.0", + "id": "314", + "maxAmount": "500" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "6729", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "6155", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2882", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "10.0", + "id": "1399", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1395", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1397", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1392", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3757", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3748", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3758", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6562", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6739", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3755", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6731", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "6.0", + "id": "556", + "maxAmount": "200" + }, + { + "minAmount": "50", + "weight": "5.0", + "id": "557", + "maxAmount": "100" + }, + { + "minAmount": "25", + "weight": "2.0", + "id": "565", + "maxAmount": "75" + }, + { + "minAmount": "25", + "weight": "2.0", + "id": "563", + "maxAmount": "75" + }, + { + "minAmount": "25", + "weight": "2.0", + "id": "561", + "maxAmount": "75" + }, + { + "minAmount": "25", + "weight": "2.0", + "id": "560", + "maxAmount": "75" + }, + { + "minAmount": "25", + "weight": "2.0", + "id": "4698", + "maxAmount": "75" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "14428", + "maxAmount": "1" + }, + { + "minAmount": "25", + "weight": "10.0", + "id": "1441", + "maxAmount": "75" + }, + { + "minAmount": "25", + "weight": "7.0", + "id": "1439", + "maxAmount": "75" + }, + { + "minAmount": "25", + "weight": "7.0", + "id": "1445", + "maxAmount": "75" + }, + { + "minAmount": "5", + "weight": "10.0", + "id": "385", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "413", + "maxAmount": "1" + }, + { + "minAmount": "150", + "weight": "5.0", + "id": "7937", + "maxAmount": "150" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "972", + "weight": "3.0", + "id": "995", + "maxAmount": "972" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "6729", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "6155", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2883", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "17.0", + "id": "1193", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.0", + "id": "1343", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1119", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1273", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1123", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "3757", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6739", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3748", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3758", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2570", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6129", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6130", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6737", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6735", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2456", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "129", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "165", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "191", + "maxAmount": "1" + }, + { + "minAmount": "25", + "weight": "10.0", + "id": "448", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "2.0", + "id": "454", + "maxAmount": "100" + }, + { + "minAmount": "150", + "weight": "1.0", + "id": "441", + "maxAmount": "150" + }, + { + "minAmount": "15", + "weight": "1.0", + "id": "2354", + "maxAmount": "30" + }, + { + "minAmount": "156", + "weight": "10.0", + "id": "995", + "maxAmount": "156" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "7.0", + "id": "365", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "4.0", + "id": "373", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "1.0", + "id": "385", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "2", + "weight": "47.6638", + "id": "0", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "16.3926", + "id": "12158", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "8.9794", + "id": "12159", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "23.8319", + "id": "12160", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "3.1323", + "id": "12163", + "maxAmount": "2" + } + ], + "ids": "2889", + "description": "", + "main": [ + { + "minAmount": "5", + "weight": "50.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "9", + "weight": "50.0", + "id": "555", + "maxAmount": "9" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "7936", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "886", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "884", + "maxAmount": "17" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3757", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5318", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5324", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5322", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12148", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "401", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "403", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "377", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1781", + "maxAmount": "1" + }, + { + "minAmount": "355", + "weight": "25.0", + "id": "995", + "maxAmount": "355" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "6812", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "2", + "weight": "33.9281", + "id": "0", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "6.6641", + "id": "12158", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "3.3079", + "id": "12159", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "54.6051", + "id": "12160", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.4948", + "id": "12163", + "maxAmount": "2" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "9999.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "11286", + "maxAmount": "1" + } + ], + "ids": "3068,3069,3070,3071", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "16.0", + "id": "1283", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "6324", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1399", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "6809", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "8882", + "maxAmount": "12" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "9142", + "maxAmount": "12" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "9144", + "maxAmount": "12" + }, + { + "minAmount": "10", + "weight": "28.0", + "id": "566", + "maxAmount": "10" + }, + { + "minAmount": "30", + "weight": "16.0", + "id": "556", + "maxAmount": "30" + }, + { + "minAmount": "30", + "weight": "16.0", + "id": "555", + "maxAmount": "30" + }, + { + "minAmount": "7", + "weight": "16.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "3", + "weight": "4.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "48.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "132", + "weight": "139.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "220", + "weight": "36.0", + "id": "995", + "maxAmount": "220" + }, + { + "minAmount": "30", + "weight": "28.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "44", + "weight": "24.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "460", + "weight": "4.0", + "id": "995", + "maxAmount": "460" + }, + { + "minAmount": "60", + "weight": "20.0", + "id": "7937", + "maxAmount": "60" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "9463", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1454", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1452", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "133", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "91.5619", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.7734", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.9766", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4995", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1886", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "3153", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1387", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4123", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "562", + "maxAmount": "30" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "90" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "30", + "weight": "50.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "40", + "weight": "50.0", + "id": "995", + "maxAmount": "40" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1993", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "799", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3200", + "description": "Chaos Elemental (Boss)", + "main": [ + { + "minAmount": "1", + "weight": "6.0", + "id": "7158", + "maxAmount": "1" + }, + { + "minAmount": "500", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "565", + "maxAmount": "50" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "562", + "maxAmount": "100" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "560", + "maxAmount": "50" + }, + { + "minAmount": "200", + "weight": "25.0", + "id": "892", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "464", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "187", + "maxAmount": "1" + }, + { + "minAmount": "300", + "weight": "150.0", + "id": "995", + "maxAmount": "300" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "400", + "weight": "50.0", + "id": "809", + "maxAmount": "400" + }, + { + "minAmount": "500", + "weight": "25.0", + "id": "884", + "maxAmount": "500" + }, + { + "minAmount": "1000", + "weight": "25.0", + "id": "884", + "maxAmount": "1000" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "83.9189", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "14.0681", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.081", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7755", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1567", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "3201,3202", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1397", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1393", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1381", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1387", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1401", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "556", + "maxAmount": "17" + }, + { + "minAmount": "18", + "weight": "50.0", + "id": "554", + "maxAmount": "45" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "561", + "maxAmount": "37" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "4694", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "11", + "weight": "50.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "2", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "569", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "1781", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3222", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "22.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "37.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3237", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "22.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "37.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3238", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "22.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "37.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3239", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "22.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "37.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3240,5025,5048", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "22.0", + "id": "877", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "3.0", + "id": "882", + "maxAmount": "7" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "557", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "9", + "weight": "2.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "2", + "weight": "1.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "37.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "9.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "15", + "weight": "4.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "25", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "7416", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "7418", + "maxAmount": "3" + } + ], + "charm": [ + { + "minAmount": "2", + "weight": "71.1249", + "id": "0", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "8.5018", + "id": "12158", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "11.3012", + "id": "12159", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "6.4282", + "id": "12160", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "2.6439", + "id": "12163", + "maxAmount": "2" + } + ], + "ids": "3340", + "description": "", + "main": [ + { + "minAmount": "105", + "weight": "50.0", + "id": "556", + "maxAmount": "105" + }, + { + "minAmount": "105", + "weight": "50.0", + "id": "554", + "maxAmount": "105" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "565", + "maxAmount": "15" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "560", + "maxAmount": "7" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "15" + }, + { + "minAmount": "690", + "weight": "25.0", + "id": "884", + "maxAmount": "690" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1369", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1725", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "1516", + "maxAmount": "100" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "441", + "maxAmount": "100" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "407", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "385", + "maxAmount": "4" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3346,3347", + "description": "", + "main": [ + { + "minAmount": "2", + "weight": "25.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "563", + "maxAmount": "50" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "557", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5323", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5305", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5308", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5098", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5307", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5306", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5096", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5099", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7432", + "maxAmount": "1" + }, + { + "minAmount": "44", + "weight": "25.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "64", + "weight": "25.0", + "id": "995", + "maxAmount": "64" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6035", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2970", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "434", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "534", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "55.9766", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.1987", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "21.9199", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.0684", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.8364", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "3376", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "7.0", + "id": "145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "55.9766", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "91.209", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.8008", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.9436", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.7576", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.289", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "3406,6217,7714,7715", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "111.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "555", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "556", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "3587", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "7844", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3697,3698,3699,3700,3701,3702,3703,3704,3705", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "5291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "50.0", + "id": "556", + "maxAmount": "60" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "562", + "maxAmount": "9" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "564", + "maxAmount": "4" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "555", + "maxAmount": "20" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "888", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1329", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1265", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "995", + "maxAmount": "50" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3706,3710", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2134", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "73.7201", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "22.7431", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6213", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.4998", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4157", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "3707", + "description": "", + "main": [ + { + "minAmount": "10", + "weight": "25.0", + "id": "378", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "383", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "384", + "maxAmount": "3" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "384", + "maxAmount": "8" + }, + { + "minAmount": "18", + "weight": "25.0", + "id": "350", + "maxAmount": "18" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "372", + "maxAmount": "9" + }, + { + "minAmount": "18", + "weight": "5.0", + "id": "2135", + "maxAmount": "18" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "557", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "50.0", + "id": "557", + "maxAmount": "18" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "560", + "maxAmount": "7" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "555", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "25.0", + "id": "555", + "maxAmount": "18" + }, + { + "minAmount": "18", + "weight": "25.0", + "id": "556", + "maxAmount": "18" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "565", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11037", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "100.0", + "id": "526", + "maxAmount": "3" + } + ], + "charm": [], + "ids": "3808,3819", + "description": "", + "main": [ + { + "minAmount": "10", + "weight": "50.0", + "id": "5324", + "maxAmount": "29" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5101", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "5319", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5322", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5096", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5097", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5099", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5103", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5308", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "5305", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5323", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5098", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5309", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5307", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5320", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2150", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2114", + "maxAmount": "1" + }, + { + "minAmount": "16", + "weight": "50.0", + "id": "1968", + "maxAmount": "101" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2253", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2064", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2187", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1458", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "557", + "maxAmount": "14" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "566", + "maxAmount": "11" + }, + { + "minAmount": "12", + "weight": "50.0", + "id": "886", + "maxAmount": "23" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "888", + "maxAmount": "13" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7939", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10995", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6333", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6332", + "maxAmount": "4" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3815", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3939", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "8.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4695", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "555", + "maxAmount": "15" + }, + { + "minAmount": "22", + "weight": "100.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "313", + "maxAmount": "50" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "571", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "402", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "404", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "377", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "363", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "411", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "823", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "46", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "4160", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3940", + "description": "", + "main": [ + { + "minAmount": "4", + "weight": "25.0", + "id": "4160", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "823", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "46", + "maxAmount": "3" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "555", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4695", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "363", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "377", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "403", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "401", + "maxAmount": "5" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "313", + "maxAmount": "50" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "571", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "411", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5103", + "maxAmount": "1" + }, + { + "minAmount": "21", + "weight": "50.0", + "id": "995", + "maxAmount": "21" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "44", + "weight": "50.0", + "id": "995", + "maxAmount": "44" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "7959", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3943", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "8.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "22", + "weight": "100.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "823", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "46", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "4160", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "571", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "555", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4695", + "maxAmount": "1" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "313", + "maxAmount": "50" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "363", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "377", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "411", + "maxAmount": "2" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "4226", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1059", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2902", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2922", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2912", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2942", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3799", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4155", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1635", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1639", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1641", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "995", + "maxAmount": "442" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "4327", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "882", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1265", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1267", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "886", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1269", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1129", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "995", + "maxAmount": "21" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2138", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "314", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1734", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1511", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1625", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "686", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "697", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1627", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "688", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1739", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "81.7721", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.6723", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.4324", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6996", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4235", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "4348,4349,4350,4351,4352", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1335", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "826", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1239", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "561", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "560", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5319", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5324", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5322", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5320", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12148", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "441", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "6334", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "6332", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2115", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "526", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "532", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "8778", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "78.7882", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.6555", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.1922", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.8093", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5548", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "4353,4354,4355,4356,4357", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.73581", + "id": "8901", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5324", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5319", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12148", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5320", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5322", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "554", + "maxAmount": "50" + }, + { + "minAmount": "44", + "weight": "25.0", + "id": "995", + "maxAmount": "44" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "6334", + "maxAmount": "4" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "6332", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "561", + "maxAmount": "6" + }, + { + "minAmount": "132", + "weight": "25.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "440", + "weight": "25.0", + "id": "995", + "maxAmount": "440" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "72.1599", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "23.6015", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6356", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.2041", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3988", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "4381,4382,4383", + "description": "", + "main": [ + { + "minAmount": "5", + "weight": "25.0", + "id": "890", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "869", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "565", + "maxAmount": "11" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "560", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5098", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7082", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "50.0", + "id": "995", + "maxAmount": "500" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "1437", + "maxAmount": "15" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "7937", + "maxAmount": "15" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "448", + "maxAmount": "14" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "187", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "9008", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "72.1599", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "88.929", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.1142", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.9575", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7357", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2637", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "4389,4390,4391", + "description": "", + "main": [ + { + "minAmount": "3", + "weight": "50.0", + "id": "559", + "maxAmount": "12" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "4696", + "maxAmount": "23" + }, + { + "minAmount": "42", + "weight": "50.0", + "id": "554", + "maxAmount": "42" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "499" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "441", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "592", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "9011", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1165", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "88.929", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "76.9587", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "19.0203", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.3723", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.3297", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3191", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "4397,4398,4399", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "888", + "maxAmount": "17" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "890", + "maxAmount": "14" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1165", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "329", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "373", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "1437", + "maxAmount": "15" + }, + { + "minAmount": "30", + "weight": "25.0", + "id": "1437", + "maxAmount": "30" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "555", + "maxAmount": "7" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "7937", + "maxAmount": "15" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "554", + "maxAmount": "15" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "564", + "maxAmount": "4" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "562", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5318", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "5318", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5319", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5324", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5322", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5320", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "12148", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "12148", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "14", + "weight": "50.0", + "id": "995", + "maxAmount": "221" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "596", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "454", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "9010", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "76.9587", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "4404,4405,4406", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1155", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "884", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "869", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1205", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "882", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1237", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1381", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "439", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "437", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "7937", + "maxAmount": "15" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "1437", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "469" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "558", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "555", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "9007", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2142", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14426", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "9016", + "maxAmount": "1" + } + ], + "ids": "4418,6218", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1069", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "3192", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "802", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "803", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "5670", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1083", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "16.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "27", + "weight": "5.0", + "id": "995", + "maxAmount": "27" + }, + { + "minAmount": "97", + "weight": "5.0", + "id": "995", + "maxAmount": "97" + }, + { + "minAmount": "104", + "weight": "29.0", + "id": "995", + "maxAmount": "104" + }, + { + "minAmount": "132", + "weight": "25.0", + "id": "995", + "maxAmount": "132" + }, + { + "minAmount": "286", + "weight": "10.0", + "id": "995", + "maxAmount": "286" + }, + { + "minAmount": "475", + "weight": "8.0", + "id": "995", + "maxAmount": "475" + }, + { + "minAmount": "4", + "weight": "2.0", + "id": "5625", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2570", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "14426", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "4456,4457,4458,4459,6271,6272,6273,6274", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1307", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3190", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1309", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1375", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "807", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1155", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1075", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1101", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "9080", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "64.8102", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "14.0533", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.8289", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.9381", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.3696", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "4527,4528,4529,4530,4531,4532,4533", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "9079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.12595", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "325", + "weight": "5.0", + "id": "995", + "maxAmount": "400" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "4546", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1025", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "4577", + "description": "", + "main": [ + { + "minAmount": "3", + "weight": "25.0", + "id": "2998", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3000", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "751", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "9469", + "maxAmount": "10" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "9475", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4605", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "985", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "987", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5075", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "4585", + "description": "", + "main": [ + { + "minAmount": "10", + "weight": "25.0", + "id": "564", + "maxAmount": "19" + }, + { + "minAmount": "16", + "weight": "25.0", + "id": "562", + "maxAmount": "27" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "561", + "maxAmount": "15" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "563", + "maxAmount": "18" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "560", + "maxAmount": "13" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "565", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "566", + "maxAmount": "11" + }, + { + "minAmount": "51", + "weight": "25.0", + "id": "7936", + "maxAmount": "97" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1624", + "maxAmount": "16" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "1622", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "1620", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1617", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "2998", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3000", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "751", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "9469", + "maxAmount": "15" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "9475", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "985", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "13157", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "92.3056", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.118", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.9651", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0295", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.5818", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "4805,4806,4807,4808,4813,4814,4815,4816,4817,4818,4819,4820,4821,4822,4823,4824,4825,4826,4827,4828,4829,4830,4831,4832,4833,4834,4835,4836,4837,4838,4839,4840,4841,4842,4843,4844,4849,4850,4851,4852,7606,7607,7608,7609,7614,7615,7616,7617,7618,7619,7620,7621,7622,7623,7624,7625,7626,7627,7628,7629,7630,7631,7632,7633,7634,7635,7682,7683,7684,7685,7691,7692,7693,7694,7695,7696,7697,7698,7699,7700,7701,7702,7703,7704,7705,7706", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "560", + "maxAmount": "25" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "565", + "maxAmount": "15" + }, + { + "minAmount": "80", + "weight": "50.0", + "id": "554", + "maxAmount": "80" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "200", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "202", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "206", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "204", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "208", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "212", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "210", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "216", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "214", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "218", + "maxAmount": "4" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1240" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3385", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3387", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "9735", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "4930,4931,4933,4934", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "9735", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "4932,4935", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "10129", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5088", + "description": "", + "main": [] + }, + { + "default": [], + "charm": [], + "ids": "5116", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5250,5254", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "16", + "weight": "25.0", + "id": "890", + "maxAmount": "16" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "5.0", + "id": "892", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1249", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "565", + "maxAmount": "5" + }, + { + "minAmount": "37", + "weight": "25.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "564", + "maxAmount": "3" + }, + { + "minAmount": "20", + "weight": "5.0", + "id": "4699", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "9735", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "363", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "5.0", + "id": "10143", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "68.3486", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.1284", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0459", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "22.0183", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4587", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "5251,5252,5255,5256", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "16", + "weight": "25.0", + "id": "890", + "maxAmount": "16" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "892", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "4699", + "maxAmount": "20" + }, + { + "minAmount": "37", + "weight": "25.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "565", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "50.0", + "id": "995", + "maxAmount": "302" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "9738", + "maxAmount": "3" + }, + { + "minAmount": "6", + "weight": "5.0", + "id": "10143", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "555", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "4.9106", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.3881", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.7939", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "78.8777", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0297", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "5361", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "6.0", + "id": "1383", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1395", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1111", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1343", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "9418", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2487", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1123", + "maxAmount": "1" + }, + { + "minAmount": "90", + "weight": "8.0", + "id": "888", + "maxAmount": "90" + }, + { + "minAmount": "90", + "weight": "6.0", + "id": "555", + "maxAmount": "90" + }, + { + "minAmount": "15", + "weight": "5.0", + "id": "9337", + "maxAmount": "15" + }, + { + "minAmount": "9", + "weight": "5.0", + "id": "560", + "maxAmount": "19" + }, + { + "minAmount": "4", + "weight": "3.0", + "id": "565", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "4695", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "2.0", + "id": "4698", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "4694", + "maxAmount": "10" + }, + { + "minAmount": "2", + "weight": "9.0", + "id": "14424", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "14422", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "5321", + "maxAmount": "9" + }, + { + "minAmount": "96", + "weight": "10.0", + "id": "995", + "maxAmount": "696" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "448", + "maxAmount": "5" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "2354", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "2.0", + "id": "2359", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "8.0", + "id": "572", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "4.0", + "id": "228", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "377", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "383", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "385", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "2.0", + "id": "232", + "maxAmount": "20" + }, + { + "minAmount": "10", + "weight": "2.0", + "id": "402", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "407", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "6667", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "1624", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5295", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "100.0", + "id": "1753", + "maxAmount": "2" + } + ], + "charm": [ + { + "minAmount": "2", + "weight": "63.6081", + "id": "0", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "14.93", + "id": "12158", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "12.4417", + "id": "12159", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "7.6205", + "id": "12160", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "1.3997", + "id": "12163", + "maxAmount": "2" + } + ], + "ids": "5362", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "11373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1317", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1305", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "565", + "maxAmount": "20" + }, + { + "minAmount": "35", + "weight": "50.0", + "id": "4699", + "maxAmount": "35" + }, + { + "minAmount": "37", + "weight": "25.0", + "id": "4694", + "maxAmount": "37" + }, + { + "minAmount": "17", + "weight": "25.0", + "id": "561", + "maxAmount": "17" + }, + { + "minAmount": "34", + "weight": "25.0", + "id": "556", + "maxAmount": "34" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "15" + }, + { + "minAmount": "45", + "weight": "25.0", + "id": "563", + "maxAmount": "45" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "890", + "maxAmount": "8" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "805", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "829", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "867", + "maxAmount": "8" + }, + { + "minAmount": "90", + "weight": "5.0", + "id": "888", + "maxAmount": "90" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1813" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "448", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2011", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "536", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "100.0", + "id": "2359", + "maxAmount": "3" + } + ], + "charm": [ + { + "minAmount": "4", + "weight": "9.0422", + "id": "0", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "19.2257", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "48.7929", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "19.3398", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "3.5993", + "id": "12163", + "maxAmount": "4" + } + ], + "ids": "5363", + "description": "", + "main": [ + { + "minAmount": "20", + "weight": "8.0", + "id": "810", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "14", + "weight": "50.0", + "id": "811", + "maxAmount": "14" + }, + { + "minAmount": "8", + "weight": "50.0", + "id": "830", + "maxAmount": "12" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "9144", + "maxAmount": "27" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "868", + "maxAmount": "18" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "892", + "maxAmount": "8" + }, + { + "minAmount": "27", + "weight": "25.0", + "id": "565", + "maxAmount": "27" + }, + { + "minAmount": "10", + "weight": "8.0", + "id": "566", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11429", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11443", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11457", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11465", + "maxAmount": "1" + }, + { + "minAmount": "600", + "weight": "75.0", + "id": "995", + "maxAmount": "3000" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "385", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11338", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "8.0", + "id": "2363", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.07570993", + "id": "11286", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0236593552", + "id": "11335", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "952", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "85.7316", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.7699", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0161", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.4329", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0494", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "5414", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "12163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5600.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "5415,5416", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1069", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10589", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "75", + "weight": "50.0", + "id": "555", + "maxAmount": "75" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "561", + "maxAmount": "15" + }, + { + "minAmount": "37", + "weight": "25.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "44", + "weight": "50.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "440", + "weight": "50.0", + "id": "995", + "maxAmount": "440" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "449", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "71.375", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.5708", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.381", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.4093", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.2638", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "5417,5418", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1069", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10589", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "75", + "weight": "50.0", + "id": "555", + "maxAmount": "75" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "561", + "maxAmount": "15" + }, + { + "minAmount": "37", + "weight": "25.0", + "id": "554", + "maxAmount": "37" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "44", + "weight": "50.0", + "id": "995", + "maxAmount": "200" + }, + { + "minAmount": "440", + "weight": "50.0", + "id": "995", + "maxAmount": "440" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "449", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5473,5521,5525,5474,5522,5526,5475,5523,5527", + "description": "first 3: ice troll runt, next 3: ice troll male, last 3: ice troll female", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1119", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "3122", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "50.0", + "id": "557", + "maxAmount": "60" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "561", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "563", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "384", + "maxAmount": "8" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "402", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "454", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1760", + "maxAmount": "42" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5282", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "3138", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "35", + "weight": "100.0", + "id": "995", + "maxAmount": "350" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5476,5524,5528", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "0.15", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.098", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "1.0", + "id": "557", + "maxAmount": "36" + }, + { + "minAmount": "12", + "weight": "0.65", + "id": "563", + "maxAmount": "12" + }, + { + "minAmount": "7", + "weight": "0.65", + "id": "561", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.038", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "1.0", + "id": "454", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1759", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "1.0", + "id": "353", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "0.098", + "id": "3122", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "201", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "10818", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "10814", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "10816", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5529", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "100.0", + "id": "5001", + "maxAmount": "10" + } + ], + "charm": [], + "ids": "5593", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "10877", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10859", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "100.0", + "id": "223", + "maxAmount": "7" + } + ], + "charm": [], + "ids": "5594", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "10879", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10859", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "100.0", + "id": "314", + "maxAmount": "40" + }, + { + "minAmount": "100", + "weight": "100.0", + "id": "314", + "maxAmount": "100" + } + ], + "charm": [], + "ids": "5595", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "10859", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "2138", + "maxAmount": "4" + }, + { + "minAmount": "8", + "weight": "5.0", + "id": "2138", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "10880", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "100.0", + "id": "7566", + "maxAmount": "7" + } + ], + "charm": [], + "ids": "5596", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "10881", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10859", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "221", + "maxAmount": "4" + }, + { + "minAmount": "6", + "weight": "100.0", + "id": "221", + "maxAmount": "6" + } + ], + "charm": [], + "ids": "5597", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "10882", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "10859", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "100.0", + "id": "237", + "maxAmount": "4" + } + ], + "charm": [], + "ids": "5603", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "10878", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10859", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5627,5628", + "description": "", + "main": [ + { + "minAmount": "2", + "weight": "50.0", + "id": "9141", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1329", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "23", + "weight": "50.0", + "id": "555", + "maxAmount": "23" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "559", + "maxAmount": "6" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "562", + "maxAmount": "7" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "564", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7863", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7157", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "50.0", + "id": "995", + "maxAmount": "65" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1025", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "313", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "987", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "985", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1623", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1621", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1619", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1617", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5751", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "557", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "555", + "maxAmount": "13" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4698", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "564", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "561", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "10978", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "995", + "maxAmount": "444" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "7416", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2714", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "11008", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5842,5843,5844,5845,5846,5847,5848,5849,5850,5851", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "558", + "maxAmount": "9" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "555", + "maxAmount": "6" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "995", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "954", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "313", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1965", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "946", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "5859", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "5860", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "11205", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5993", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "557", + "maxAmount": "3" + }, + { + "minAmount": "11", + "weight": "25.0", + "id": "555", + "maxAmount": "11" + }, + { + "minAmount": "11", + "weight": "25.0", + "id": "562", + "maxAmount": "11" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1407", + "maxAmount": "1" + }, + { + "minAmount": "57", + "weight": "25.0", + "id": "995", + "maxAmount": "57" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1385", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7416", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "7893", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "2", + "weight": "100.0", + "id": "532", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "11210", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "5996", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "5331", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "6053,6063", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "6328", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "3385", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "3391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "3101", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "6313", + "maxAmount": "1" + }, + { + "minAmount": "70", + "weight": "50.0", + "id": "892", + "maxAmount": "70" + }, + { + "minAmount": "70", + "weight": "50.0", + "id": "811", + "maxAmount": "70" + }, + { + "minAmount": "40", + "weight": "50.0", + "id": "868", + "maxAmount": "40" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "805", + "maxAmount": "50" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "9342", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "9194", + "maxAmount": "4" + }, + { + "minAmount": "1016", + "weight": "50.0", + "id": "1747", + "maxAmount": "1016" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "140", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "5938", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "6155", + "maxAmount": "3" + }, + { + "minAmount": "4", + "weight": "5.0", + "id": "2364", + "maxAmount": "4" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "6054,6064", + "description": "", + "main": [ + { + "minAmount": "2", + "weight": "5.0", + "id": "1705", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5547", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "1703", + "maxAmount": "3" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "11212", + "maxAmount": "500" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "9341", + "maxAmount": "40" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1305", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "1215", + "maxAmount": "3" + }, + { + "minAmount": "105", + "weight": "25.0", + "id": "11230", + "maxAmount": "350" + }, + { + "minAmount": "105", + "weight": "50.0", + "id": "11232", + "maxAmount": "350" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "11237", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "9193", + "maxAmount": "49" + }, + { + "minAmount": "111", + "weight": "50.0", + "id": "535", + "maxAmount": "297" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "52", + "weight": "25.0", + "id": "537", + "maxAmount": "99" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "1616", + "maxAmount": "6" + }, + { + "minAmount": "6", + "weight": "5.0", + "id": "5300", + "maxAmount": "6" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "7219", + "maxAmount": "15" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6103", + "description": "", + "main": [ + { + "minAmount": "323", + "weight": "50.0", + "id": "995", + "maxAmount": "323" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1515", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11359", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6104", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1081", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1193", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "857", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "890", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "9419", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "9145", + "maxAmount": "5" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "886", + "maxAmount": "20" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "808", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "865", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2356", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11443", + "maxAmount": "1" + }, + { + "minAmount": "106", + "weight": "50.0", + "id": "995", + "maxAmount": "106" + }, + { + "minAmount": "142", + "weight": "50.0", + "id": "995", + "maxAmount": "142" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11337", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1619", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1515", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "6105", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1515", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1081", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "865", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "2354", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "9145", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "9419", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11443", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "2356", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "857", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "890", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6106", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "106", + "weight": "50.0", + "id": "995", + "maxAmount": "142" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2356", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "9419", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11359", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6107", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "857", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "886", + "maxAmount": "20" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "9145", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "9419", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "808", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "865", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "890", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1191", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1193", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1197", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "106", + "weight": "50.0", + "id": "995", + "maxAmount": "323" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11443", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2354", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2356", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1515", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "444", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "565", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "4", + "weight": "91.1171", + "id": "0", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "3.0405", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "0.9915", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "0.2864", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "4.5645", + "id": "12163", + "maxAmount": "4" + } + ], + "ids": "6203", + "description": "K'ril Tsutsaroth (Zamorak GWD Boss)", + "main": [ + { + "minAmount": "1", + "weight": "8.112", + "id": "11716", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.92128", + "id": "11708", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.352", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.352", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.352", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "11736", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5698", + "maxAmount": "1" + }, + { + "minAmount": "295", + "weight": "100.0", + "id": "5626", + "maxAmount": "300" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1123", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "145", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "157", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "3026", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "189", + "maxAmount": "3" + }, + { + "minAmount": "120", + "weight": "25.0", + "id": "560", + "maxAmount": "125" + }, + { + "minAmount": "80", + "weight": "25.0", + "id": "565", + "maxAmount": "85" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "2486", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5302", + "maxAmount": "3" + }, + { + "minAmount": "19000", + "weight": "100.0", + "id": "995", + "maxAmount": "21000" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6204", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.37566", + "id": "11716", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.37566", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.37566", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.37566", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "560", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "565", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "500.0", + "id": "385", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "7060", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "500.0", + "id": "246", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6206", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.37566", + "id": "11716", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.37566", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.37566", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.37566", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "560", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "565", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "500.0", + "id": "385", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "7060", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "500.0", + "id": "246", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6208", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.37566", + "id": "11716", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.37566", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.37566", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.37566", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "560", + "maxAmount": "10" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "565", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "500.0", + "id": "385", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "7060", + "maxAmount": "2" + }, + { + "minAmount": "10", + "weight": "500.0", + "id": "246", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "6219,6229,6255,6277", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1428", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1355", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1279", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3202", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1317", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1243", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1071", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1059", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1195", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1081", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "6220,6230,6256,6276", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "886", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "884", + "maxAmount": "24" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "882", + "maxAmount": "58" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "559", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "892", + "maxAmount": "5" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "890", + "maxAmount": "12" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "40", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "50.0", + "id": "53", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "687", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "1778", + "maxAmount": "7" + }, + { + "minAmount": "11", + "weight": "50.0", + "id": "57", + "maxAmount": "11" + }, + { + "minAmount": "12", + "weight": "50.0", + "id": "57", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "843", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "851", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "43", + "maxAmount": "13" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "861", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "6221,6231,6257,6278", + "description": "", + "main": [ + { + "minAmount": "11", + "weight": "50.0", + "id": "556", + "maxAmount": "11" + }, + { + "minAmount": "13", + "weight": "50.0", + "id": "556", + "maxAmount": "13" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "555", + "maxAmount": "5" + }, + { + "minAmount": "9", + "weight": "50.0", + "id": "555", + "maxAmount": "9" + }, + { + "minAmount": "4", + "weight": "50.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "9", + "weight": "50.0", + "id": "561", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "562", + "maxAmount": "6" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "560", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "9075", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "4695", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4696", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "4698", + "maxAmount": "2" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "559", + "maxAmount": "5" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "559", + "maxAmount": "12" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "558", + "maxAmount": "5" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "554", + "maxAmount": "7" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11732", + "maxAmount": "1" + }, + { + "minAmount": "23", + "weight": "50.0", + "id": "7937", + "maxAmount": "23" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "175", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "314", + "maxAmount": "16" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "36.6834", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.6873", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.9521", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.4005", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.2767", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "6222", + "description": "Kree'arra (Armadyl GWD Boss)", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "9185", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "100.0", + "id": "9144", + "maxAmount": "25" + }, + { + "minAmount": "80", + "weight": "50.0", + "id": "892", + "maxAmount": "100" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "9244", + "maxAmount": "15" + }, + { + "minAmount": "500", + "weight": "25.0", + "id": "558", + "maxAmount": "600" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2503", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.98342", + "id": "11718", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.98342", + "id": "11720", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.98342", + "id": "11722", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5302", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5303", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.11985", + "id": "11702", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.49174", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.49174", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.49174", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "169", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "163", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "218", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "989", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "18000", + "weight": "100.0", + "id": "995", + "maxAmount": "20000" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6223", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "0.902405", + "id": "11718", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.902405", + "id": "11720", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.902405", + "id": "11722", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.70721", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.70721", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.70721", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "15", + "weight": "500.0", + "id": "4697", + "maxAmount": "25" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "391", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "500.0", + "id": "7058", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "6694", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "214", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6225", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "0.902405", + "id": "11718", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.902405", + "id": "11720", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.902405", + "id": "11722", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.70721", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.70721", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.70721", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "15", + "weight": "500.0", + "id": "4697", + "maxAmount": "25" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "391", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "500.0", + "id": "7058", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "6694", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "214", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6227", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "0.902405", + "id": "11718", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.902405", + "id": "11720", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.902405", + "id": "11722", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.70721", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.70721", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.70721", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "15", + "weight": "500.0", + "id": "4697", + "maxAmount": "25" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "391", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "500.0", + "id": "7058", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "6694", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "214", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "314", + "maxAmount": "7" + } + ], + "charm": [], + "ids": "6232,6233,6234,6235,6236,6237,6238,6239,6240,6241,6242,6243,6244,6245,6246", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "10.0", + "id": "1229", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "18.0", + "id": "556", + "maxAmount": "15" + }, + { + "minAmount": "30", + "weight": "13.0", + "id": "555", + "maxAmount": "30" + }, + { + "minAmount": "2", + "weight": "4.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "9", + "weight": "4.0", + "id": "561", + "maxAmount": "9" + }, + { + "minAmount": "3", + "weight": "3.0", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "12", + "weight": "2.0", + "id": "559", + "maxAmount": "12" + }, + { + "minAmount": "11", + "weight": "2.0", + "id": "565", + "maxAmount": "11" + }, + { + "minAmount": "5", + "weight": "1.0", + "id": "558", + "maxAmount": "5" + }, + { + "minAmount": "16", + "weight": "1.0", + "id": "562", + "maxAmount": "16" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "4", + "weight": "30.0", + "id": "2362", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "9431", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "175", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "3.0", + "id": "0", + "maxAmount": "5" + }, + { + "minAmount": "5", + "weight": "2.0", + "id": "373", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "14426", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "4", + "weight": "82.502", + "id": "0", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "4.2237", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "4.8572", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "5.9533", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "2.4638", + "id": "12163", + "maxAmount": "4" + } + ], + "ids": "6247", + "description": "Commander Zilyana (Saradomin GWD Boss)", + "main": [ + { + "minAmount": "1", + "weight": "1.92128", + "id": "11706", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.352", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.352", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.352", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.112", + "id": "11730", + "maxAmount": "1" + }, + { + "minAmount": "35", + "weight": "50.0", + "id": "811", + "maxAmount": "40" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1123", + "maxAmount": "1" + }, + { + "minAmount": "95", + "weight": "50.0", + "id": "563", + "maxAmount": "100" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "3024", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "163", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "3042", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "6687", + "maxAmount": "3" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "208", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "5295", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "19000", + "weight": "100.0", + "id": "995", + "maxAmount": "21000" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2434", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6248", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.04143", + "id": "11730", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.04143", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.04143", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.04143", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "563", + "maxAmount": "10" + }, + { + "minAmount": "3", + "weight": "500.0", + "id": "7946", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "7218", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "208", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "500.0", + "id": "238", + "maxAmount": "6" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "232", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6250", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.04143", + "id": "11730", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.04143", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.04143", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.04143", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "886", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "808", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "7946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "7218", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "208", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "238", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "232", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6252", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "3.04143", + "id": "11730", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.04143", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.04143", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.04143", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "886", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "808", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "7946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "7218", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "208", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "238", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "232", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6254", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "127.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "5733", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "67.5", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "26.25", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.25", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "6258,6259", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "4834", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "4", + "weight": "85.5895", + "id": "0", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "4.7851", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "3.5198", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "3.6001", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "2.5055", + "id": "12163", + "maxAmount": "4" + } + ], + "ids": "6260", + "description": "General Graardor (Bandos GWD Boss)", + "main": [ + { + "minAmount": "1", + "weight": "8.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "1127", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1275", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.5756", + "id": "11724", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.5756", + "id": "11726", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.5756", + "id": "11728", + "maxAmount": "1" + }, + { + "minAmount": "65", + "weight": "50.0", + "id": "561", + "maxAmount": "70" + }, + { + "minAmount": "115", + "weight": "25.0", + "id": "454", + "maxAmount": "120" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "450", + "maxAmount": "20" + }, + { + "minAmount": "19000", + "weight": "100.0", + "id": "995", + "maxAmount": "21000" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "1514", + "maxAmount": "20" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "3024", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "3052", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2878", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2878", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.2878", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.83004", + "id": "11704", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6261", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.23663", + "id": "11724", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.23663", + "id": "11726", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.23663", + "id": "11728", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.70988", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.70988", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.70988", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "25", + "weight": "500.0", + "id": "564", + "maxAmount": "30" + }, + { + "minAmount": "20", + "weight": "500.0", + "id": "561", + "maxAmount": "25" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "226", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "385", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "7054", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "9741", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "1971", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6263", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.23663", + "id": "11724", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.23663", + "id": "11726", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.23663", + "id": "11728", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.70988", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.70988", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.70988", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "25", + "weight": "500.0", + "id": "564", + "maxAmount": "30" + }, + { + "minAmount": "25", + "weight": "500.0", + "id": "561", + "maxAmount": "30" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "226", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "385", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "500.0", + "id": "7054", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "9741", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "1917", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6265", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.23663", + "id": "11724", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.23663", + "id": "11726", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.23663", + "id": "11728", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.70988", + "id": "11710", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.70988", + "id": "11712", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.70988", + "id": "11714", + "maxAmount": "1" + }, + { + "minAmount": "1300", + "weight": "500.0", + "id": "995", + "maxAmount": "1500" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "886", + "maxAmount": "100" + }, + { + "minAmount": "95", + "weight": "500.0", + "id": "808", + "maxAmount": "100" + }, + { + "minAmount": "25", + "weight": "500.0", + "id": "564", + "maxAmount": "30" + }, + { + "minAmount": "20", + "weight": "500.0", + "id": "561", + "maxAmount": "25" + }, + { + "minAmount": "5", + "weight": "500.0", + "id": "226", + "maxAmount": "5" + }, + { + "minAmount": "2", + "weight": "500.0", + "id": "385", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "500.0", + "id": "7054", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "9741", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "500.0", + "id": "1025", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "12070", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6285,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6322,6323,6324,6325,6326,6327,6328,6329,6330,6331,6332", + "description": "", + "main": [ + { + "minAmount": "24", + "weight": "50.0", + "id": "556", + "maxAmount": "60" + }, + { + "minAmount": "12", + "weight": "50.0", + "id": "557", + "maxAmount": "36" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "560", + "maxAmount": "28" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "563", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "566", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "16", + "weight": "50.0", + "id": "9190", + "maxAmount": "24" + }, + { + "minAmount": "16", + "weight": "50.0", + "id": "9191", + "maxAmount": "24" + }, + { + "minAmount": "16", + "weight": "50.0", + "id": "9192", + "maxAmount": "24" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "9143", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1343", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "9144", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1275", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "995", + "maxAmount": "479" + }, + { + "minAmount": "23", + "weight": "50.0", + "id": "314", + "maxAmount": "99" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "1939", + "maxAmount": "52" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "449", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "187", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2185", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2187", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1458", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "384", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1462", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "80.3408", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.756", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.2796", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.1186", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.505", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "6296,6297", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1343", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1275", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "449", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "448", + "maxAmount": "9" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "454", + "maxAmount": "16" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "563", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1458", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1462", + "maxAmount": "1" + }, + { + "minAmount": "49", + "weight": "5.0", + "id": "556", + "maxAmount": "49" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10995", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "3209", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "50.0", + "id": "995", + "maxAmount": "180" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "1939", + "maxAmount": "32" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "1968", + "maxAmount": "54" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2187", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "7939", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "187", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "80.3408", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "76.3636", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "17.931", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.8213", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.1944", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.6897", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "6363,6364", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "100.0", + "id": "995", + "maxAmount": "100" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "379", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "78.8", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.3333", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.2", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.3333", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "13.3333", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "6365,6366", + "description": "", + "main": [ + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "100" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "1777", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "849", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "847", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "886", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "5.0", + "id": "888", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "861", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "6378", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5319", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5320", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2108", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3142", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5972", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5984", + "maxAmount": "1" + }, + { + "minAmount": "1020", + "weight": "50.0", + "id": "314", + "maxAmount": "1020" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1515", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "227", + "maxAmount": "1" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "6306", + "maxAmount": "18" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11766", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11767", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11768", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11769", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11764", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "6379", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5322", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "5320", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "5323", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "556", + "maxAmount": "48" + }, + { + "minAmount": "28", + "weight": "50.0", + "id": "555", + "maxAmount": "28" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "557", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "561", + "maxAmount": "15" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "560", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "565", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "380", + "weight": "5.0", + "id": "995", + "maxAmount": "380" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "5504", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "235", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "454", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6306", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "82.6923", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.3269", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "11.0577", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.4423", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4808", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "6380", + "description": "", + "main": [ + { + "minAmount": "5", + "weight": "50.0", + "id": "554", + "maxAmount": "5" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "4696", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "9", + "weight": "50.0", + "id": "561", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "563", + "maxAmount": "9" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "557", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "566", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "6306", + "maxAmount": "23" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "5504", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "453", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "235", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11766", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11767", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11768", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11769", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11764", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "6381,6383", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "562", + "maxAmount": "10" + }, + { + "minAmount": "32", + "weight": "25.0", + "id": "555", + "maxAmount": "32" + }, + { + "minAmount": "35", + "weight": "25.0", + "id": "555", + "maxAmount": "35" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "566", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "247", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6468", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "841", + "maxAmount": "1" + }, + { + "minAmount": "28", + "weight": "50.0", + "id": "882", + "maxAmount": "28" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1422", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1389", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1381", + "maxAmount": "1" + }, + { + "minAmount": "68", + "weight": "50.0", + "id": "555", + "maxAmount": "68" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "554", + "maxAmount": "6" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "557", + "maxAmount": "6" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "556", + "maxAmount": "12" + }, + { + "minAmount": "33", + "weight": "25.0", + "id": "558", + "maxAmount": "33" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1448", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1167", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1061", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1059", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1129", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1103", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1173", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1635", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1654", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1673", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1718", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1729", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1727", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "438", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2349", + "maxAmount": "1" + }, + { + "minAmount": "225", + "weight": "50.0", + "id": "995", + "maxAmount": "225" + }, + { + "minAmount": "400", + "weight": "50.0", + "id": "995", + "maxAmount": "400" + }, + { + "minAmount": "1042", + "weight": "50.0", + "id": "1734", + "maxAmount": "1042" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "314", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1741", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "313", + "maxAmount": "50" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6512,6513,6514,6515,6516,6517,6518,6519", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1341", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1361", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1141", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1145", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5304", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "50.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "35", + "weight": "50.0", + "id": "995", + "maxAmount": "35" + }, + { + "minAmount": "7", + "weight": "50.0", + "id": "561", + "maxAmount": "7" + }, + { + "minAmount": "25", + "weight": "50.0", + "id": "557", + "maxAmount": "25" + }, + { + "minAmount": "45", + "weight": "50.0", + "id": "557", + "maxAmount": "45" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "454", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "7884", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6604,6635,6655,6666,6677,6697,6703,6715", + "description": "Revenant imp", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6605,6612,6616,6620,6636,6637,6638,6639,6651,6656,6657,6658,6667,6678,6679,6680,6681,6693,6698,6699,6704,6705,6706,6707,6716,6717,6718,6719", + "description": "Revenant goblin", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6606,6621,6628,6640,6659,6682,6694,6708,6720", + "description": "Revenant icefiend", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6607,6609,6614,6617,6625,6632,6644,6663,6675,6686,6701,6712,6724,6728", + "description": "Revenant werewolf", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "232", + "maxAmount": "500" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "1516", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6608,6642,6661,6684,6710,6722,6727", + "description": "Revenant hobgoblin", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6610,6615,6618,6624,6626,6629,6633,6648,6653,6664,6670,6672,6690,6696,6702,6713,6725,6729", + "description": "Revenant ork", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1704", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6611,6619,6627,6630,6634,6650,6654,6665,6673,6676,6692,6714,6726,6730", + "description": "Revenant knight", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1704", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + }, + { + "minAmount": "200", + "weight": "25.0", + "id": "995", + "maxAmount": "5000" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6613,6623,6643,6652,6662,6669,6671,6674,6685,6695,6700,6711,6723", + "description": "Revenant vampire", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + }, + { + "minAmount": "200", + "weight": "25.0", + "id": "995", + "maxAmount": "5000" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6622,6631,6641,6660,6668,6683,6709,6721", + "description": "Revenant pyrefiend", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "200", + "weight": "25.0", + "id": "995", + "maxAmount": "5000" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6645,6687", + "description": "Revenant cyclops", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1704", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6646,6688", + "description": "Revenant hellhound", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1704", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "150" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6647,6689", + "description": "Revenant demon", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1704", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6649,6691", + "description": "Revenant dark beast", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1704", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "1516", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "80.1337", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.6032", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.9189", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.5225", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.8217", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "6761,6762,6763", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "886", + "maxAmount": "23" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "890", + "maxAmount": "14" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "9142", + "maxAmount": "14" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1321", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1329", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "808", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1241", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "857", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "565", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "560", + "maxAmount": "10" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "554", + "maxAmount": "75" + }, + { + "minAmount": "25", + "weight": "25.0", + "id": "4699", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "2354", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "2357", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "2356", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "106", + "weight": "50.0", + "id": "995", + "maxAmount": "323" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1835", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1641", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "161", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1833", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "954", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "946", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11986", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "9419", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "9737", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "9745", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "90.2081", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0796", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.4688", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.4076", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.836", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "6773", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "5.0", + "id": "830", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "554", + "maxAmount": "1" + }, + { + "minAmount": "24", + "weight": "25.0", + "id": "890", + "maxAmount": "24" + }, + { + "minAmount": "8", + "weight": "25.0", + "id": "10143", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "562", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "37", + "weight": "5.0", + "id": "4699", + "maxAmount": "37" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11986", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "9735", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6774", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "24", + "weight": "5.0", + "id": "890", + "maxAmount": "24" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "892", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1149", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1249", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "373", + "maxAmount": "1" + }, + { + "minAmount": "7", + "weight": "25.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "4699", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "9735", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "987", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "10143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11986", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "985", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1621", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1621", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1607", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1605", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1603", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1823", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "11986", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6777", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "4699", + "maxAmount": "20" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "564", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "24", + "weight": "25.0", + "id": "890", + "maxAmount": "24" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "892", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "1391", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1623", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1621", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1619", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1617", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "373", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "50.0", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "29", + "weight": "50.0", + "id": "995", + "maxAmount": "29" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "9735", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6778", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "3385", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3387", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3389", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "3393", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "30", + "weight": "25.0", + "id": "561", + "maxAmount": "30" + }, + { + "minAmount": "20", + "weight": "25.0", + "id": "4699", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "565", + "maxAmount": "7" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "564", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "24", + "weight": "25.0", + "id": "890", + "maxAmount": "24" + }, + { + "minAmount": "9", + "weight": "25.0", + "id": "892", + "maxAmount": "9" + }, + { + "minAmount": "200", + "weight": "5.0", + "id": "9143", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "365", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "9052", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "363", + "maxAmount": "1" + }, + { + "minAmount": "60", + "weight": "25.0", + "id": "995", + "maxAmount": "500" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11986", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1623", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1621", + "maxAmount": "2" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "9735", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6945,7319,7321,7323,7325,7327", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "7911", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11965", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "4", + "weight": "100.0", + "id": "12158", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12159", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12160", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "100.0", + "id": "12163", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "5.6", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "6998,6999", + "description": "Revenant dragon", + "main": [ + { + "minAmount": "1", + "weight": "5.0", + "id": "1215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1704", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1079", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1093", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1113", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1319", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1347", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1373", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1432", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "25.0", + "id": "7937", + "maxAmount": "1000" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "563", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "565", + "maxAmount": "200" + }, + { + "minAmount": "15", + "weight": "25.0", + "id": "560", + "maxAmount": "200" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1618", + "maxAmount": "5" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "445", + "maxAmount": "30" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "114", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "208", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "450", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "452", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3050", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "554", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "555", + "maxAmount": "500" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "556", + "maxAmount": "500" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "1516", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "1000" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5315", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5316", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5289", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "5288", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "5318", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "25.0", + "id": "9144", + "maxAmount": "50" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "9143", + "maxAmount": "75" + }, + { + "minAmount": "75", + "weight": "25.0", + "id": "892", + "maxAmount": "75" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "386", + "maxAmount": "4" + }, + { + "minAmount": "5", + "weight": "25.0", + "id": "7061", + "maxAmount": "5" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "13.1269", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "79.3218", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.9989", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.7261", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.8264", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "9973.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10977", + "maxAmount": "1" + } + ], + "ids": "7078", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "12570", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "124.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "53.1561", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "38.8704", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.3223", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.99", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6611", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "9973.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10977", + "maxAmount": "1" + } + ], + "ids": "7079,7081", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "12570", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "126.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "52.7123", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "38.5613", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.7146", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.4222", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5896", + "id": "12163", + "maxAmount": "1" + } + ], + "tertiary": [ + { + "minAmount": "1", + "weight": "9973.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "10977", + "maxAmount": "1" + } + ], + "ids": "7080,7082", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "1239", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "126.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "7133,7134", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "12070", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "15.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "35.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "77.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "2.0266", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "62.8232", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.2621", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "9.7834", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1048", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "7135", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "127.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "7138,7139,7140", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "2.371541", + "id": "14497", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.371541", + "id": "14499", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.371541", + "id": "14501", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "557", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "25.0", + "id": "557", + "maxAmount": "18" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "556", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "559", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "554", + "maxAmount": "10" + }, + { + "minAmount": "10", + "weight": "25.0", + "id": "558", + "maxAmount": "10" + }, + { + "minAmount": "18", + "weight": "25.0", + "id": "558", + "maxAmount": "18" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "561", + "maxAmount": "4" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "562", + "maxAmount": "4" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "563", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1442", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1444", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1379", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "25.0", + "id": "995", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "581", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1017", + "maxAmount": "1" + }, + { + "minAmount": "36", + "weight": "25.0", + "id": "556", + "maxAmount": "36" + }, + { + "minAmount": "36", + "weight": "25.0", + "id": "559", + "maxAmount": "36" + }, + { + "minAmount": "36", + "weight": "25.0", + "id": "554", + "maxAmount": "36" + }, + { + "minAmount": "36", + "weight": "25.0", + "id": "558", + "maxAmount": "36" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "93.0134", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6584", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.988", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.9873", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.3529", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "7158", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "556", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "554", + "maxAmount": "11" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "555", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "995", + "maxAmount": "30" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "454", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "223", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1621", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1617", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1607", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "93.0134", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "71.9397", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.1502", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.6665", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "17.1496", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.094", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "7159", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1391", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "50.0", + "id": "448", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "454", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "564", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "561", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "562", + "maxAmount": "18" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "557", + "maxAmount": "22" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "80.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "1", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "58.7492", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.9739", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.9208", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "26.2643", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0919", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "7160", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "25.0", + "id": "1143", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1185", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "560", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "563", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "554", + "maxAmount": "58" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "565", + "maxAmount": "16" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "564", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5104", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5311", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5100", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5323", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5298", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5281", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5280", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5301", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5297", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5299", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5292", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5293", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5296", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5294", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "12176", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5295", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5303", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5302", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5321", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "448", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "450", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "995", + "maxAmount": "5" + }, + { + "minAmount": "100", + "weight": "50.0", + "id": "995", + "maxAmount": "400" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "6004", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "5733", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5300", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "5304", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "73.7931", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "22.9885", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.069", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.1494", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.0", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "7640", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1179", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1195", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5100", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5104", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5323", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "5281", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "564", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "4695", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "4697", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "4696", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "4694", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11069", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11072", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11074", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11076", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1641", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11085", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11092", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1643", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11095", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11115", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3049", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "313", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "1539", + "maxAmount": "20" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "4821", + "maxAmount": "10" + }, + { + "minAmount": "750", + "weight": "5.0", + "id": "995", + "maxAmount": "750" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "1", + "weight": "75.6592", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.8925", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6227", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6227", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2028", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "7641", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "50.0", + "id": "1059", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1179", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1195", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1325", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1635", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1637", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1639", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11069", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "11072", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1641", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11076", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "11074", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11085", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11092", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11088", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1643", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11095", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "11115", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "564", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "4695", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "4697", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "4696", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "4694", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5322", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5100", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "50.0", + "id": "5320", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5323", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5105", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "5106", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5104", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "5105", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "5.0", + "id": "5281", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "3049", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "313", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "1539", + "maxAmount": "20" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "4821", + "maxAmount": "10" + }, + { + "minAmount": "750", + "weight": "5.0", + "id": "995", + "maxAmount": "750" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "46.1418", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "43.3139", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.6442", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.7841", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.1161", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "7642,7643", + "description": "", + "main": [ + { + "minAmount": "6", + "weight": "50.0", + "id": "892", + "maxAmount": "6" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "867", + "maxAmount": "10" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1357", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1331", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "25.0", + "id": "868", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1333", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "4125", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1181", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1109", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1111", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1183", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "4129", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1147", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1149", + "maxAmount": "1" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "556", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "557", + "maxAmount": "50" + }, + { + "minAmount": "50", + "weight": "50.0", + "id": "554", + "maxAmount": "50" + }, + { + "minAmount": "10", + "weight": "50.0", + "id": "7936", + "maxAmount": "10" + }, + { + "minAmount": "20", + "weight": "50.0", + "id": "562", + "maxAmount": "20" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "560", + "maxAmount": "5" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "565", + "maxAmount": "30" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "454", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "445", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "448", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "450", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "5001", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "250", + "weight": "50.0", + "id": "995", + "maxAmount": "250" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "163", + "maxAmount": "1" + }, + { + "minAmount": "20", + "weight": "5.0", + "id": "1539", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [ + { + "minAmount": "13", + "weight": "3.1496", + "id": "0", + "maxAmount": "13" + }, + { + "minAmount": "13", + "weight": "22.2601", + "id": "12158", + "maxAmount": "13" + }, + { + "minAmount": "13", + "weight": "12.0238", + "id": "12159", + "maxAmount": "13" + }, + { + "minAmount": "13", + "weight": "22.0685", + "id": "12160", + "maxAmount": "13" + }, + { + "minAmount": "13", + "weight": "40.498", + "id": "12163", + "maxAmount": "13" + } + ], + "ids": "8133", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "0.4", + "id": "13752", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2", + "id": "13746", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2", + "id": "13750", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.2", + "id": "13748", + "maxAmount": "1" + }, + { + "minAmount": "20000", + "weight": "12.0", + "id": "995", + "maxAmount": "50000" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "1401", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "1403", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "1405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "12.0", + "id": "1407", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "11133", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "13734", + "maxAmount": "1" + }, + { + "minAmount": "750", + "weight": "17.0", + "id": "890", + "maxAmount": "750" + }, + { + "minAmount": "250", + "weight": "24.0", + "id": "9144", + "maxAmount": "250" + }, + { + "minAmount": "2000", + "weight": "17.0", + "id": "2", + "maxAmount": "2000" + }, + { + "minAmount": "175", + "weight": "20.0", + "id": "9245", + "maxAmount": "175" + }, + { + "minAmount": "2500", + "weight": "21.0", + "id": "7937", + "maxAmount": "2500" + }, + { + "minAmount": "250", + "weight": "17.0", + "id": "563", + "maxAmount": "250" + }, + { + "minAmount": "500", + "weight": "17.0", + "id": "564", + "maxAmount": "500" + }, + { + "minAmount": "300", + "weight": "22.0", + "id": "560", + "maxAmount": "300" + }, + { + "minAmount": "250", + "weight": "32.0", + "id": "566", + "maxAmount": "250" + }, + { + "minAmount": "70", + "weight": "21.0", + "id": "384", + "maxAmount": "70" + }, + { + "minAmount": "120", + "weight": "17.0", + "id": "240", + "maxAmount": "120" + }, + { + "minAmount": "120", + "weight": "17.0", + "id": "9738", + "maxAmount": "120" + }, + { + "minAmount": "24", + "weight": "15.0", + "id": "5321", + "maxAmount": "24" + }, + { + "minAmount": "10", + "weight": "5.0", + "id": "5295", + "maxAmount": "10" + }, + { + "minAmount": "30", + "weight": "20.0", + "id": "7061", + "maxAmount": "30" + }, + { + "minAmount": "40", + "weight": "10.0", + "id": "2449", + "maxAmount": "40" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "13754", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "4091", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "18.0", + "id": "4093", + "maxAmount": "1" + }, + { + "minAmount": "125", + "weight": "17.0", + "id": "450", + "maxAmount": "125" + }, + { + "minAmount": "35", + "weight": "18.0", + "id": "2362", + "maxAmount": "35" + }, + { + "minAmount": "20", + "weight": "12.0", + "id": "452", + "maxAmount": "20" + }, + { + "minAmount": "100", + "weight": "12.0", + "id": "8781", + "maxAmount": "100" + }, + { + "minAmount": "150", + "weight": "12.0", + "id": "8836", + "maxAmount": "150" + }, + { + "minAmount": "100", + "weight": "18.0", + "id": "1754", + "maxAmount": "100" + }, + { + "minAmount": "75", + "weight": "12.0", + "id": "1514", + "maxAmount": "75" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "82.1886", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.3302", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.2583", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.1612", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0617", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "8149,8150,8151", + "description": "", + "main": [ + { + "minAmount": "4", + "weight": "25.0", + "id": "888", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "1199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1163", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "25.0", + "id": "564", + "maxAmount": "6" + }, + { + "minAmount": "12", + "weight": "25.0", + "id": "562", + "maxAmount": "12" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "561", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "565", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "560", + "maxAmount": "3" + }, + { + "minAmount": "3", + "weight": "25.0", + "id": "7937", + "maxAmount": "12" + }, + { + "minAmount": "1", + "weight": "25.0", + "id": "222", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "961", + "maxAmount": "9" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "8779", + "maxAmount": "5" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1617", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1621", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1619", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1623", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "8781", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "313", + "maxAmount": "7" + }, + { + "minAmount": "1", + "weight": "30.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "91.6064", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0005", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.7927", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.4372", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1632", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1076,1077", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "300.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "70.0", + "id": "1339", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "40.0", + "id": "1343", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "33.0", + "id": "1121", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "1159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1071", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1446", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.0", + "id": "447", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "400.0", + "id": "995", + "maxAmount": "23" + }, + { + "minAmount": "23", + "weight": "100.0", + "id": "995", + "maxAmount": "38" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1073,1074", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "200.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "70.0", + "id": "1097", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.0", + "id": "1099", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "847", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "849", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.0", + "id": "447", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "240.0", + "id": "995", + "maxAmount": "23" + }, + { + "minAmount": "23", + "weight": "100.0", + "id": "995", + "maxAmount": "38" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1065", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "80.0", + "id": "1157", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.0", + "id": "3097", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "3098", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "3093", + "maxAmount": "6" + }, + { + "minAmount": "6", + "weight": "50.0", + "id": "869", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "2353", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "2359", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "100.0", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "565", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1623", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "30.0", + "id": "1621", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "1619", + "maxAmount": "1" + }, + { + "minAmount": "24", + "weight": "100.0", + "id": "995", + "maxAmount": "70" + }, + { + "minAmount": "70", + "weight": "50.0", + "id": "995", + "maxAmount": "180" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "88.5971", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5251", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.7022", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6504", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5251", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "1044,1045,1046", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "600.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "14", + "weight": "400.0", + "id": "995", + "maxAmount": "30" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "88.5971", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5251", + "id": "12158", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.7022", + "id": "12159", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.6504", + "id": "12160", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5251", + "id": "12163", + "maxAmount": "1" + } + ], + "ids": "188,189,190", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "500.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1033", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "40.0", + "id": "1035", + "maxAmount": "1" + }, + { + "minAmount": "24", + "weight": "400.0", + "id": "995", + "maxAmount": "64" + }, + { + "minAmount": "64", + "weight": "50.0", + "id": "995", + "maxAmount": "94" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1591", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "201", + "description": "Jailer (Taverley Dungeon, drops Jail key)", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "2859", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "141", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1455,1456,1459,1460,1465", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "100.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1904,6368,6367,912,913,914,253,254,255,256,258,27,34,35,689,690,691,3814,3816,4402,4403", + "description": "", + "main": [ + { + "minAmount": "4", + "weight": "50.0", + "id": "995", + "maxAmount": "34" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "14,6972,6973,6974,6975,6976,6977,6978,6979,6980,6981,6982,6983,6984,6985,6986,6987", + "description": "Druid and Druidess (Taverley)", + "main": [ + { + "minAmount": "27", + "weight": "2.2", + "id": "557", + "maxAmount": "27" + }, + { + "minAmount": "9", + "weight": "1.1", + "id": "555", + "maxAmount": "9" + }, + { + "minAmount": "9", + "weight": "1.1", + "id": "557", + "maxAmount": "9" + }, + { + "minAmount": "9", + "weight": "1.1", + "id": "554", + "maxAmount": "9" + }, + { + "minAmount": "3", + "weight": "1.1", + "id": "562", + "maxAmount": "3" + }, + { + "minAmount": "2", + "weight": "0.57", + "id": "563", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "3.4", + "id": "199", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "201", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "205", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "207", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "209", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "211", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "213", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "215", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5", + "id": "2485", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.5", + "id": "217", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "995", + "maxAmount": "2" + }, + { + "minAmount": "4", + "weight": "1.9", + "id": "995", + "maxAmount": "4" + }, + { + "minAmount": "1", + "weight": "1.7", + "id": "995", + "maxAmount": "1" + }, + { + "minAmount": "15", + "weight": "1.7", + "id": "995", + "maxAmount": "15" + }, + { + "minAmount": "20", + "weight": "0.6", + "id": "995", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "22.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.2", + "id": "229", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "1203", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "538", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "540", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.9", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.64", + "id": "175", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "428,429", + "description": "Shade (Stronghold of Security) (So Shade Robes can drop)", + "main": [ + { + "minAmount": "1", + "weight": "0.1", + "id": "546", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.1", + "id": "548", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "391,392,393,394,395,396", + "description": "River Troll (Hostile Fishing Random Event)", + "main": [ + { + "minAmount": "1", + "weight": "10.0", + "id": "371", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "383", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.2", + "id": "331", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.2", + "id": "327", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "345", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "359", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "10.0", + "id": "313", + "maxAmount": "5" + }, + { + "minAmount": "30", + "weight": "10.0", + "id": "313", + "maxAmount": "30" + }, + { + "minAmount": "15", + "weight": "10.0", + "id": "313", + "maxAmount": "15" + }, + { + "minAmount": "20", + "weight": "3.2", + "id": "314", + "maxAmount": "20" + }, + { + "minAmount": "40", + "weight": "3.2", + "id": "314", + "maxAmount": "40" + }, + { + "minAmount": "50", + "weight": "2.0", + "id": "313", + "maxAmount": "50" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "407", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "8.0", + "id": "405", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.5", + "id": "151", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "413,414,415,416", + "description": "Rock Golem (Combat lvl 14-79) (Hostile Mining Random Event)", + "main": [ + { + "minAmount": "5", + "weight": "20.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "42", + "weight": "5.0", + "id": "557", + "maxAmount": "42" + }, + { + "minAmount": "2", + "weight": "5.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "2349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1913", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "2347", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "417,418", + "description": "Rock Golem (Combat lvl 120-159) (Hostile Mining Random Event)", + "main": [ + { + "minAmount": "1", + "weight": "6.0", + "id": "1265", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.5", + "id": "1271", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.5", + "id": "1275", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "20.0", + "id": "557", + "maxAmount": "5" + }, + { + "minAmount": "42", + "weight": "18.0", + "id": "557", + "maxAmount": "42" + }, + { + "minAmount": "2", + "weight": "18.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "453", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "17.0", + "id": "447", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "17.0", + "id": "2349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "440", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "2351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "438", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "436", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "449", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.5", + "id": "451", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "1913", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "20.0", + "id": "2347", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "2892", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1480", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "4910", + "description": "Earth Elemental", + "main": [ + { + "minAmount": "1", + "weight": "2.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "560", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "12.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "15", + "weight": "12.0", + "id": "557", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "10.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1385", + "maxAmount": "1" + }, + { + "minAmount": "14", + "weight": "45.0", + "id": "995", + "maxAmount": "42" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "31", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "2892", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1480", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "4911", + "description": "Elemental Rock", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1020", + "description": "Wandering earth elemental", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "31", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "565", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "560", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "6.0", + "id": "563", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "12.0", + "id": "562", + "maxAmount": "2" + }, + { + "minAmount": "15", + "weight": "12.0", + "id": "557", + "maxAmount": "20" + }, + { + "minAmount": "1", + "weight": "10.0", + "id": "1440", + "maxAmount": "1" + }, + { + "minAmount": "2", + "weight": "10.0", + "id": "561", + "maxAmount": "2" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "1385", + "maxAmount": "1" + }, + { + "minAmount": "14", + "weight": "45.0", + "id": "995", + "maxAmount": "42" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + } + ], + "ids": "4396,4415", + "description": "Rat (Stronghold)", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "3363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3355", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1232", + "description": "Pointed", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "3367", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3357", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1233", + "description": "Pointed", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "3363", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3359", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1234", + "description": "Pointed", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "3367", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "3361", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1235", + "description": "Pointed", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "1019", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "180", + "description": "Old-Highwayman", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "837", + "description": "Shantay Guard", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1019", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "2677", + "description": "New-Highwayman", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "995", + "maxAmount": "25" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "9141", + "maxAmount": "15" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "447,448,449,917", + "description": "Jail Guard", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "2337", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "48", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "76", + "description": "Entrana Zombie", + "main": [ + { + "minAmount": "1", + "weight": "4.0", + "id": "1139", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1291", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "50.0", + "id": "1351", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1349", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "556", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "4.0", + "id": "882", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "561", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "5", + "weight": "50.0", + "id": "313", + "maxAmount": "5" + }, + { + "minAmount": "18", + "weight": "3.0", + "id": "995", + "maxAmount": "18" + }, + { + "minAmount": "28", + "weight": "2.0", + "id": "995", + "maxAmount": "28" + }, + { + "minAmount": "1", + "weight": "7.0", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1993", + "description": "", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "532", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6779", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "0.25", + "id": "10976", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "0.02", + "id": "10977", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "99.73", + "id": "0", + "maxAmount": "1" + } + ] + }, + { + "default": [], + "charm": [], + "ids": "1832", + "description": "Cave Bug (Level 6)", + "main": [ + { + "minAmount": "8", + "weight": "5.0", + "id": "555", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "561", + "maxAmount": "1" + }, + { + "minAmount": "6", + "weight": "2.0", + "id": "557", + "maxAmount": "6" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "561", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "23.0", + "id": "14424", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "235", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "221", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "2.0", + "id": "223", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "225", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "231", + "maxAmount": "1" + }, + { + "minAmount": "3", + "weight": "8.0", + "id": "995", + "maxAmount": "3" + }, + { + "minAmount": "1", + "weight": "64.0", + "id": "0", + "maxAmount": "1" + }, + { + "minAmount": "8", + "weight": "3.0", + "id": "995", + "maxAmount": "8" + }, + { + "minAmount": "1", + "weight": "5.0", + "id": "36", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "3.0", + "id": "590", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "4527", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3057,3059,3058,3060,3061,3062,3063,3064,3065,3066", + "description": "Champion's Challenge NPC - activity", + "main": [] + }, + { + "default": [], + "charm": [], + "ids": "2459,2460,2461,2462", + "description": "Pheasant NPC (level 4) - Freaky Forester - Random event", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "6178", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "4184", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "1676", + "description": "Experiment (level 51)", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "3672,3673,5168,5169,5170", + "description": "Ram", + "main": [] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "526", + "maxAmount": "1" + }, + { + "minAmount": "1", + "weight": "1.0", + "id": "1583", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "6108", + "description": "", + "main": [] + }, + { + "default": [], + "charm": [], + "ids": "795", + "description": "", + "main": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "1580", + "maxAmount": "1" + } + ] + }, + { + "default": [ + { + "minAmount": "1", + "weight": "1.0", + "id": "592", + "maxAmount": "1" + } + ], + "charm": [], + "ids": "8127", + "description": "Dark energy core", + "main": [] + } +] \ No newline at end of file diff --git a/Server/data/configs/ground_spawns.json b/Server/data/configs/ground_spawns.json new file mode 100644 index 0000000..ca2b6f7 --- /dev/null +++ b/Server/data/configs/ground_spawns.json @@ -0,0 +1,670 @@ +[ + { + "item_id": "20", + "loc_data": "{1,2577,9655,0,100}-" + }, + { + "item_id": "21", + "loc_data": "{1,2613,9639,0,100}-" + }, + { + "item_id": "22", + "loc_data": "{1,2574,9633,0,100}-" + }, + { + "item_id": "23", + "loc_data": "{1,2583,9613,0,100}-" + }, + { + "item_id": "24", + "loc_data": "{1,2564,9662,0,100}-" + }, + { + "item_id": "28", + "loc_data": "{1,2807,3450,0,90}-" + }, + { + "item_id": "33", + "loc_data": "{1,2547,3114,0,10}-{1,3208,3395,1,30}-" + }, + { + "item_id": "39", + "loc_data": "{1,2672,3433,0,90}-" + }, + { + "item_id": "41", + "loc_data": "{1,3125,9997,0,90}-" + }, + { + "item_id": "53", + "loc_data": "{3,3240,3940,0,44}-{2,3237,3948,0,44}-{3,3235,3949,0,44}-" + }, + { + "item_id": "83", + "loc_data": "{1,2637,9819,0,30}-" + }, + { + "item_id": "84", + "loc_data": "{1,2638,9906,0,30}-" + }, + { + "item_id": "85", + "loc_data": "{1,2628,9859,0,30}-" + }, + { + "item_id": "88", + "loc_data": "{1,2654,9767,0,63}-" + }, + { + "item_id": "90", + "loc_data": "{1,2570,9604,0,30}-" + }, + { + "item_id": "185", + "loc_data": "{1,2467,3176,0,90}-" + }, + { + "item_id": "223", + "loc_data": "{1,3179,9881,0,90}-{1,3177,9880,0,90}-{1,3128,9956,0,90}-{1,3129,9954,0,90}-{1,3126,9958,0,90}-{1,3117,9951,0,90}-{1,3118,9948,0,90}-{1,3119,9949,0,90}-" + }, + { + "item_id": "229", + "loc_data": "{1,2588,3090,2,90}-{1,2587,3090,2,90}-{1,2809,3342,0,100}-{1,2808,3343,0,100}-{1,3186,3836,0,60}-{1,3195,3849,0,60}-" + }, + { + "item_id": "231", + "loc_data": "{1,2905,3297,0,10}-{1,2907,3295,0,10}-{1,2553,3751,0,90}-{1,2553,3754,0,90}-{1,2552,3757,0,90}-{1,2546,3763,0,90}-{1,2542,3765,0,90}-{1,2540,3765,0,90}-{1,2528,3716,0,90}-{1,2501,3727,0,90}-{1,2502,3726,0,90}-{1,2501,3729,0,90}-{1,2500,3730,0,90}-{1,2500,3731,0,90}-{1,2501,3732,0,90}-{1,2503,3733,0,90}-{1,2504,3732,0,90}-{1,2506,3731,0,90}-{1,2529,3735,0,90}-{1,2531,3736,0,90}-{1,2527,3746,0,90}-{1,2525,3751,0,90}-{1,2532,3762,0,90}-{1,2503,3757,0,30}-{1,2502,3756,0,30}-{1,2502,3754,0,30}-{1,2502,3752,0,30}-{1,2503,3751,0,30}-{1,2505,3753,0,30}-" + }, + { + "item_id": "239", + "loc_data": "{1,3217,3812,0,2}-{1,3210,3808,0,2}-" + }, + { + "item_id": "243", + "loc_data": "{1,2910,9809,0,30}-{1,2908,9805,0,30}-{1,2902,9806,0,30}-{1,2906,9796,0,30}-{1,2905,9801,0,30}-" + }, + { + "item_id": "245", + "loc_data": "{1,2931,3515,0,50}-" + }, + { + "item_id": "247", + "loc_data": "{1,2512,3080,0,30}-{1,2517,3082,0,30}-{1,2509,3088,0,30}-{1,2508,3084,0,30}-" + }, + { + "item_id": "272", + "loc_data": "{1,3108,3356,1,140}-" + }, + { + "item_id": "273", + "loc_data": "{1,3097,3366,0,140}-" + }, + { + "item_id": "276", + "loc_data": "{1,3111,3367,0,50}-" + }, + { + "item_id": "277", + "loc_data": "{1,3092,9755,0,50}-" + }, + { + "item_id": "278", + "loc_data": "{1,2604,3358,0,50}-" + }, + { + "item_id": "301", + "loc_data": "{1,2608,3397,0,90}-" + }, + { + "item_id": "303", + "loc_data": "{1,3245,3155,0,140}-{1,3244,3159,0,140}-{1,3429,4784,0,75}-{1,3432,4783,0,75}-{1,3414,4768,0,75}-{1,3429,4769,0,75}-{1,3431,4772,0,75}-{1,3415,4786,0,75}-{1,3412,4784,0,75}-" + }, + { + "item_id": "305", + "loc_data": "{1,2605,3395,0,90}-" + }, + { + "item_id": "307", + "loc_data": "{1,2860,3335,0,190}-" + }, + { + "item_id": "311", + "loc_data": "{1,2605,3396,0,90}-" + }, + { + "item_id": "347", + "loc_data": "{1,2563,9511,0,30}-" + }, + { + "item_id": "357", + "loc_data": "{1,2820,3453,0,90}-" + }, + { + "item_id": "401", + "loc_data": "{1,2959,2959,0,160}-{1,2943,2950,0,160}-{1,2866,2976,0,160}-{1,2854,2977,0,160}-{1,2839,2975,0,160}-{1,2757,2947,0,160}-{1,2755,2952,0,160}-{1,2786,2960,0,160}-{1,2782,2987,0,160}-{1,2771,2995,0,160}-{1,2761,3000,0,160}-{1,3829,3053,0,160}-{1,3813,3066,0,160}-{1,3814,3064,0,160}-{1,3808,3060,0,160}-{1,2945,3068,0,160}-{1,2975,3013,0,160}-{1,2955,3010,0,160}-{1,2755,3008,0,160}-{1,2754,3017,0,160}-{1,2756,3060,0,160}-{1,2755,3070,0,160}-{1,2896,3119,0,160}-{1,2914,3111,0,160}-{1,2926,3110,0,160}-{1,2939,3102,0,160}-{1,2938,3073,0,160}-{1,2756,3074,0,160}-{1,2806,3128,0,160}-{1,2764,3131,0,160}-{1,2753,3125,0,160}-{1,2757,3109,0,160}-{1,2864,3195,0,160}-{1,2810,3387,0,160}-{1,2809,3388,0,160}-{1,2809,3385,0,160}-{1,2807,3386,0,160}-{1,2804,3385,0,160}-{1,2807,3384,0,160}-{1,2805,3384,0,160}-{1,2802,3382,0,160}-{1,2805,3381,0,160}-{1,2804,3380,0,160}-{1,2693,3727,0,160}-{1,2698,3729,0,160}-{1,2700,3731,0,160}-{1,2708,3728,0,160}-{1,2725,3731,0,160}-{1,2721,3730,0,160}-{1,2719,3733,0,160}-{1,2714,3733,0,160}-{1,2712,3732,0,160}-" + }, + { + "item_id": "444", + "loc_data": "{1,3231,3739,0,250}-{1,3236,3741,0,250}-{1,3195,9821,0,150}-" + }, + { + "item_id": "480", + "loc_data": "{1,3298,3313,0,30}-" + }, + { + "item_id": "526", + "loc_data": "{1,2510,3080,0,30}-{1,2516,3084,0,30}-{1,2509,3090,0,30}-{1,2512,3084,0,30}-{1,2510,3084,0,30}-{1,2505,3114,0,30}-{1,2507,3116,0,30}-{1,2503,3118,0,30}-{1,2510,3114,0,30}-{1,3238,3606,0,100}-{1,3236,3605,0,100}-{1,3238,3603,0,100}-{1,3240,3603,0,100}-{1,3242,3604,0,100}-{1,3244,3611,0,100}-{1,3247,3614,0,100}-{1,3238,3610,0,100}-{1,3238,3608,0,100}-{1,3232,3948,0,100}-{1,3237,3938,0,100}-{1,3250,3952,0,100}-{1,2966,9772,0,90}-{1,2968,9771,0,90}-{1,2831,9766,0,90}-{1,2829,9764,0,90}-{1,2917,9796,0,90}-{1,2914,9796,0,90}-{1,2910,9797,0,90}-{1,2908,9794,0,90}-{1,2926,9801,0,90}-{1,2924,9801,0,90}-{1,2924,9804,0,90}-{1,2927,9805,0,90}-{1,2929,9807,0,90}-{1,2938,9792,0,90}-{1,2938,9796,0,90}-{1,2935,9799,0,90}-{1,2930,9794,0,90}-{1,2932,9792,0,90}-{1,2903,9826,0,90}-{1,2906,9823,0,90}-{1,2906,9825,0,90}-{1,2907,9824,0,90}-{1,2910,9825,0,90}-{1,3101,9825,0,90}-{1,3107,9823,0,90}-{1,3109,9823,0,90}-{1,3110,9825,0,90}-{1,3138,9880,0,90}-{1,3141,9879,0,90}-{1,3142,9880,0,90}-{1,3143,9878,0,90}-{1,3097,9902,0,90}-{1,3094,9907,0,90}-{1,3093,9884,0,90}-{1,3098,9886,0,90}-{1,3093,9879,0,90}-{1,3122,9891,0,90}-{1,3116,9891,0,90}-{1,3119,9894,0,90}-{1,3120,9894,0,90}-{1,3103,9953,0,90}-{1,3104,9950,0,90}-{1,3110,9952,0,90}-{1,3111,9956,0,90}-{1,3110,9958,0,90}-{1,3111,9959,0,90}-{1,3116,9950,0,90}-{1,3127,9957,0,90}-" + }, + { + "item_id": "528", + "loc_data": "{1,3211,3822,0,60}-{1,3212,3819,0,60}-{1,3217,3816,0,60}-{1,3218,3813,0,60}-{1,3182,3848,0,50}-{1,3178,3851,0,60}-{1,3179,3853,0,60}-{1,3185,3857,0,60}-{1,3187,3853,0,60}-" + }, + { + "item_id": "542", + "loc_data": "{1,3059,3488,1,90}-" + }, + { + "item_id": "544", + "loc_data": "{1,3059,3487,1,90}-" + }, + { + "item_id": "554", + "loc_data": "{1,3303,3311,0,30}-{1,3026,3636,0,200}-" + }, + { + "item_id": "555", + "loc_data": "{1,3297,3316,0,30}-{1,3028,3636,0,200}-{3,2960,3899,0,200}-" + }, + { + "item_id": "556", + "loc_data": "{1,2938,3158,0,110}-{1,3030,3636,0,200}-" + }, + { + "item_id": "557", + "loc_data": "{1,3032,3636,0,200}-" + }, + { + "item_id": "558", + "loc_data": "{1,3206,3208,0,40}-{1,3023,3640,0,200}-" + }, + { + "item_id": "559", + "loc_data": "{1,3233,3573,0,200}-{1,3234,3578,0,200}-{1,3230,3582,0,200}-{1,3021,3637,0,200}-{1,3089,3866,0,30}-" + }, + { + "item_id": "561", + "loc_data": "{1,2671,3737,0,200}-{1,2672,3738,0,200}-" + }, + { + "item_id": "562", + "loc_data": "{1,3021,3640,0,200}-{1,3137,3833,0,200}-{1,3139,3814,0,200}-{1,3145,3814,0,200}-{1,3144,3826,0,200}-{1,3149,3823,0,200}-{1,3151,3831,0,200}-" + }, + { + "item_id": "564", + "loc_data": "{3,2947,3898,0,200}-" + }, + { + "item_id": "590", + "loc_data": "{1,2368,3135,0,140}-{1,2431,3072,0,140}-{1,3112,3369,2,140}-{1,3209,3734,0,100}-" + }, + { + "item_id": "677", + "loc_data": "{1,3369,3378,0,150}-" + }, + { + "item_id": "687", + "loc_data": "{1,2655,3424,0,80}-{1,2665,3424,0,80}-{1,2669,3423,0,80}-{1,2668,3419,0,80}-{1,2671,3420,0,80}-{1,2677,3423,0,80}-{1,2676,3425,0,80}-{1,2676,3422,0,80}-{1,2679,3424,0,80}-{1,2678,3426,0,80}-{1,2679,3423,0,80}-{1,2680,3424,0,80}-{1,2672,3427,0,80}-{1,2676,3430,0,80}-{1,2673,3428,0,80}-{1,2670,3437,0,80}-{1,2649,9854,0,80}-{1,2643,9853,0,80}-{1,2644,9851,0,80}-" + }, + { + "item_id": "708", + "loc_data": "{1,3368,9770,0,30}-{1,3364,9764,0,30}-{1,3363,9831,0,30}-{1,3370,9826,0,30}-" + }, + { + "item_id": "712", + "loc_data": "{1,2887,3412,0,30}-{1,2903,3441,0,30}-" + }, + { + "item_id": "767", + "loc_data": "{1,3245,3385,1,50}-{1,3243,3383,1,50}-" + }, + { + "item_id": "882", + "loc_data": "{1,3205,3227,0,140}-{1,2957,3205,0,30}-{1,2944,3332,0,30}-{1,3104,3599,0,100}-{1,3103,3596,0,100}-{1,3100,3593,0,100}-{1,3096,3595,0,100}-{1,3094,3598,0,100}-{1,3100,3609,0,100}-{1,3104,3610,0,100}-{1,3107,3611,0,100}-{1,3108,3603,0,100}-{1,3135,9916,0,140}-{3,3130,9903,0,140}-" + }, + { + "item_id": "946", + "loc_data": "{1,2903,3148,0,80}-{1,3205,3212,0,80}-{1,3224,3202,0,80}-{1,3218,3416,1,90}-{1,2820,3450,0,90}-{1,3106,3956,0,60}-{1,2566,9526,0,30}-{1,3215,9625,0,80}-{1,3218,9887,0,33}-{1,2700,3407,0,100}-" + }, + { + "item_id": "952", + "loc_data": "{1,3572,3312,0,30}-{1,3571,3310,0,30}-{1,3120,3359,0,110}-{1,2566,3330,0,100}-{1,2981,3370,0,90}-{1,3218,3412,1,30}-{1,1951,4964,0,30}-" + }, + { + "item_id": "954", + "loc_data": "{1,2094,3152,0,150}-{1,2785,3279,0,150}-{1,2786,3287,0,150}-{1,2786,3286,0,150}-" + }, + { + "item_id": "960", + "loc_data": "{1,2851,3239,0,160}-{1,2847,3238,0,160}-{1,2845,3232,0,160}-{1,2856,3231,0,160}-{1,2857,3236,0,160}-{1,2846,3384,0,160}-{1,2848,3383,0,160}-{1,2550,3575,0,200}-{1,2553,3576,0,200}-{1,2554,3575,0,200}-{1,2556,3573,0,200}-{1,3216,3665,0,200}-{1,3224,3668,0,200}-{1,3245,3678,0,200}-{1,3230,3686,0,200}-{1,3216,3677,0,200}-{1,3219,3680,0,200}-" + }, + { + "item_id": "966", + "loc_data": "{1,3237,3696,0,150}-" + }, + { + "item_id": "970", + "loc_data": "{1,3290,3033,1,90}-" + }, + { + "item_id": "983", + "loc_data": "{1,3131,9862,0,90}-" + }, + { + "item_id": "995", + "loc_data": "{2,3234,3560,0,100}-{2,3106,3547,0,100}-{1,3104,3558,0,100}-{1,3106,3534,0,100}-{2,3101,3564,0,100}-{4,3103,3579,0,100}-{384,3224,3830,0,50}-{384,3220,3824,0,50}-{1,2909,9800,0,150}-{4,2912,9801,0,150}-{8,2910,9803,0,150}-{5,2907,9807,0,150}-{6,2913,9806,0,150}-{1,2922,9820,0,150}-{1,2934,9834,0,150}-{1,2917,9850,0,150}-{1,2914,9849,0,150}-{3,3195,9834,0,150}-{4,3195,9820,0,150}-{66,3191,9821,0,150}-{56,3190,9819,0,150}-{26,3188,9819,0,150}-{26,3188,9820,0,150}-{35,3189,9819,0,150}-{4,3088,9898,0,150}-{1,3088,9899,0,150}-{1,3091,9899,0,150}-" + }, + { + "item_id": "1005", + "loc_data": "{1,3014,3227,0,30}-{1,3009,3204,0,30}-" + }, + { + "item_id": "1009", + "loc_data": "{1,3122,9881,0,30}-" + }, + { + "item_id": "1059", + "loc_data": "{1,3148,3177,0,30}-{1,3242,3385,1,90}-{1,3097,3486,0,90}-" + }, + { + "item_id": "1061", + "loc_data": "{1,3111,3159,0,190}-{1,3112,3155,0,100}-{1,3302,3190,0,30}-{1,3244,3386,1,190}-{1,3208,9620,0,190}-{1,3210,9615,0,190}-" + }, + { + "item_id": "1069", + "loc_data": "{1,3249,3740,0,90}-" + }, + { + "item_id": "1119", + "loc_data": "{1,3084,3859,0,60}-" + }, + { + "item_id": "1137", + "loc_data": "{1,3242,3688,0,150}-" + }, + { + "item_id": "1139", + "loc_data": "{1,3122,3360,0,190}-" + }, + { + "item_id": "1171", + "loc_data": "{1,3217,3514,0,30}-" + }, + { + "item_id": "1191", + "loc_data": "{1,3250,3797,0,150}-" + }, + { + "item_id": "1203", + "loc_data": "{1,3248,3245,0,180}-{1,3242,3383,1,240}-{1,3216,3695,0,150}-" + }, + { + "item_id": "1205", + "loc_data": "{1,3213,3216,1,190}-" + }, + { + "item_id": "1207", + "loc_data": "{1,3213,3682,0,100}-" + }, + { + "item_id": "1217", + "loc_data": "{1,3180,3821,0,60}-" + }, + { + "item_id": "1265", + "loc_data": "{1,3229,3218,2,100}-{1,2963,3216,0,30}-{1,3081,3429,0,50}-{1,3288,9442,0,90}-{1,3288,9431,0,90}-" + }, + { + "item_id": "1321", + "loc_data": "{1,2965,3211,1,30}-" + }, + { + "item_id": "1351", + "loc_data": "{1,2795,3161,0,240}-{1,2970,3376,1,30}-" + }, + { + "item_id": "1385", + "loc_data": "{1,3099,3862,0,131}-" + }, + { + "item_id": "1422", + "loc_data": "{1,3320,3137,0,150}-" + }, + { + "item_id": "1467", + "loc_data": "{1,2784,3289,0,0}-" + }, + { + "item_id": "1469", + "loc_data": "{1,2766,3277,0,100}-{1,2766,3289,0,100}-" + }, + { + "item_id": "1510", + "loc_data": "{1,2576,3334,0,100}-" + }, + { + "item_id": "1511", + "loc_data": "{1,3106,3160,0,160}-{1,3106,3159,0,160}-{1,3105,3159,0,160}-{1,3205,3226,2,160}-{1,3205,3224,2,160}-{1,3208,3225,2,160}-{1,3209,3224,2,160}-{1,2958,3205,0,30}-{1,2959,3205,0,30}-" + }, + { + "item_id": "1523", + "loc_data": "{1,2614,9570,0,30}-" + }, + { + "item_id": "1550", + "loc_data": "{1,2714,3478,0,30}-" + }, + { + "item_id": "1573", + "loc_data": "{1,2559,2975,0,10}-{1,2560,2974,0,10}-{1,2561,2973,0,10}-{1,2561,2976,0,10}-{1,2740,3637,0,30}-{1,2736,3638,0,30}-{1,2735,3636,0,30}-{1,2743,3636,0,30}-{1,2739,3634,0,30}-{1,2743,3640,0,30}-{1,2741,3639,0,30}-{1,2736,3641,0,30}-{1,2738,3641,0,30}-{1,2734,3640,0,30}-{1,2738,3636,0,30}-" + }, + { + "item_id": "1590", + "loc_data": "{1,2900,9766,0,90}-" + }, + { + "item_id": "1592", + "loc_data": "{1,2935,3283,1,90}-" + }, + { + "item_id": "1595", + "loc_data": "{1,2928,3290,0,90}-" + }, + { + "item_id": "1597", + "loc_data": "{1,2932,3287,1,90}-" + }, + { + "item_id": "1599", + "loc_data": "{1,2931,3287,1,90}-" + }, + { + "item_id": "1607", + "loc_data": "{1,2679,3740,0,144}-{1,3169,3887,0,144}-{1,3169,3887,0,144}-" + }, + { + "item_id": "1641", + "loc_data": "{1,3196,9822,0,150}-" + }, + { + "item_id": "1654", + "loc_data": "{1,3192,9821,0,150}-" + }, + { + "item_id": "1734", + "loc_data": "{1,3286,3491,0,50}-" + }, + { + "item_id": "1735", + "loc_data": "{1,2930,3285,1,90}-{1,3192,3272,0,140}-{1,3152,3306,0,30}-{1,3126,3356,0,140}-" + }, + { + "item_id": "1755", + "loc_data": "{1,2935,3286,0,90}-" + }, + { + "item_id": "1785", + "loc_data": "{1,2822,3355,0,150}-" + }, + { + "item_id": "1856", + "loc_data": "{1,2638,3292,0,150}-" + }, + { + "item_id": "1887", + "loc_data": "{1,3141,3452,1,90}-" + }, + { + "item_id": "1913", + "loc_data": "{1,2863,9875,0,44}-{1,2861,9878,0,44}-" + }, + { + "item_id": "1917", + "loc_data": "{1,3286,3033,1,90}-{1,2799,3156,0,150}-{1,2796,3165,0,150}-{1,3049,3257,0,150}-{1,3080,3438,0,45}-{1,3077,3439,0,30}-{1,3077,3443,0,30}-" + }, + { + "item_id": "1919", + "loc_data": "{1,2798,3156,0,150}-{1,2799,3155,0,150}-{1,2795,3160,0,150}-{1,2798,3160,0,150}-{1,2798,3161,0,150}-{1,2795,3165,0,150}-{1,2794,3165,0,150}-" + }, + { + "item_id": "1921", + "loc_data": "{1,3291,3034,0,90}-" + }, + { + "item_id": "1923", + "loc_data": "{1,3208,3214,0,80}-{1,3140,3452,1,90}-" + }, + { + "item_id": "1925", + "loc_data": "{1,2428,3079,0,80}-{1,2428,3080,0,80}-{1,2371,3128,0,80}-{1,2371,3127,0,80}-{1,3307,3195,0,30}-{1,3225,3294,0,80}-{1,3026,3289,0,80}-{1,3121,3359,0,60}-{1,2564,3332,0,100}-{1,3221,3497,1,80}-{1,3222,3491,1,80}-{1,2958,3510,0,80}-{1,2958,3510,0,80}-{1,1941,4956,0,30}-{1,3216,9625,0,80}-{1,2633,9908,0,100}-" + }, + { + "item_id": "1927", + "loc_data": "{1,2685,3683,0,174}-" + }, + { + "item_id": "1929", + "loc_data": "{1,2820,3452,0,90}-{1,2823,3449,0,90}-" + }, + { + "item_id": "1931", + "loc_data": "{1,3209,3214,0,80}-{1,3166,3310,0,90}-{1,3144,3449,2,90}-" + }, + { + "item_id": "1935", + "loc_data": "{1,2905,3146,0,80}-{1,3211,3212,0,80}-{1,2936,3292,0,90}-{1,3142,3447,2,90}-{1,3211,9625,0,80}-" + }, + { + "item_id": "1939", + "loc_data": "{1,3193,3181,0,150}-{1,3194,3168,0,150}-{1,3191,3162,0,150}-{1,3189,3163,0,150}-{1,3185,3161,0,150}-{1,3182,3165,0,150}-{1,3172,3166,0,150}-{1,3170,3167,0,150}-{1,3164,3169,0,150}-{1,3171,3177,0,150}-{1,3173,3178,0,150}-{1,3164,3180,0,150}-{1,3165,3187,0,150}-{1,3171,3191,0,150}-{1,3178,3190,0,150}-{1,3181,3193,0,150}-{1,3182,3181,0,150}-{1,3493,3408,0,30}-{1,3494,3402,0,30}-{1,3494,3396,0,30}-{1,3499,3401,0,30}-" + }, + { + "item_id": "1944", + "loc_data": "{1,3191,3276,0,35}-{1,3229,3299,0,35}-{1,3226,3301,0,35}-{1,3015,3295,0,30}-{1,3016,3295,0,30}-{1,2853,3370,0,35}-{1,2852,3369,0,35}-{1,2851,3372,0,35}-{1,2453,4476,0,1}-" + }, + { + "item_id": "1955", + "loc_data": "{1,3141,3447,1,90}-{1,3140,3447,1,90}-{1,3141,3447,2,90}-" + }, + { + "item_id": "1963", + "loc_data": "{1,2907,3146,0,150}-{1,3009,3207,0,150}-" + }, + { + "item_id": "1965", + "loc_data": "{1,3217,9622,0,90}-" + }, + { + "item_id": "1971", + "loc_data": "{1,2843,3369,0,160}-" + }, + { + "item_id": "1973", + "loc_data": "{1,3143,3453,0,40}-{1,2384,4440,0,40}-" + }, + { + "item_id": "1982", + "loc_data": "{1,2584,2966,0,10}-{1,3085,3261,0,150}-{1,3039,3706,0,15}-" + }, + { + "item_id": "1985", + "loc_data": "{1,3083,3260,0,150}-{1,3039,3707,0,15}-" + }, + { + "item_id": "1987", + "loc_data": "{1,3144,3450,2,90}-{1,3237,9761,0,90}-" + }, + { + "item_id": "1993", + "loc_data": "{1,3291,3033,1,90}-" + }, + { + "item_id": "2025", + "loc_data": "{1,2449,3510,1,90}-" + }, + { + "item_id": "2026", + "loc_data": "{1,2483,3482,1,90}-{1,2489,3489,1,90}-" + }, + { + "item_id": "2126", + "loc_data": "{1,2661,3478,0,100}-{1,2638,3480,0,100}-{1,2632,3492,0,100}-{1,2648,3498,0,100}-{1,2669,3497,0,100}-" + }, + { + "item_id": "2128", + "loc_data": "{1,2648,2963,0,10}-{1,2647,2956,0,10}-{1,2638,2949,0,10}-" + }, + { + "item_id": "2140", + "loc_data": "{1,2971,3382,1,30}-" + }, + { + "item_id": "2142", + "loc_data": "{1,3080,3443,0,30}-{1,3077,3441,0,30}-" + }, + { + "item_id": "2150", + "loc_data": "{1,2907,3393,0,30}-{1,2903,3400,0,30}-{1,2908,3410,0,30}-{1,2418,3511,0,30}-{1,2417,3512,0,30}-{1,2416,3512,0,30}-{1,2412,3511,0,30}-{1,2411,3519,0,30}-{1,2415,3518,0,30}-{1,2417,3516,0,30}-{1,2417,3515,0,30}-{1,2421,3519,0,30}-{1,2424,3517,0,30}-{1,2424,3514,0,30}-{1,2428,3510,0,30}-{1,2407,3516,0,30}-" + }, + { + "item_id": "2162", + "loc_data": "{1,2896,3414,0,30}-{1,2425,3515,0,30}-{1,2415,3517,0,30}-{1,2414,3518,0,30}-{1,2419,3511,0,30}-{1,2415,3511,0,30}-{1,2414,3510,0,30}-{1,2427,3508,0,30}-{1,2426,3507,0,30}-{1,2408,3518,0,30}-" + }, + { + "item_id": "2313", + "loc_data": "{1,2820,3455,0,90}-{1,3142,3447,1,90}-{1,3222,3494,0,90}-" + }, + { + "item_id": "2333", + "loc_data": "{1,3042,3952,0,100}-" + }, + { + "item_id": "2347", + "loc_data": "{1,2934,3286,0,90}-{1,2975,3368,1,30}-{1,2579,3463,0,40}-{1,1953,4974,0,30}-" + }, + { + "item_id": "2357", + "loc_data": "{1,3192,9822,0,150}-" + }, + { + "item_id": "2398", + "loc_data": "{1,2517,3049,0,50}-{1,2511,3045,0,50}-" + }, + { + "item_id": "2407", + "loc_data": "{1,2935,3460,0,5}-" + }, + { + "item_id": "2408", + "loc_data": "{1,2903,3471,0,5}-" + }, + { + "item_id": "2957", + "loc_data": "{1,3443,9742,0,100}-{1,3443,9742,1,100}-" + }, + { + "item_id": "2964", + "loc_data": "{1,3437,3337,0,100}-" + }, + { + "item_id": "3109", + "loc_data": "{1,2893,3565,0,2}-" + }, + { + "item_id": "3110", + "loc_data": "{1,2893,3564,0,2}-" + }, + { + "item_id": "3111", + "loc_data": "{1,2893,3561,0,2}-" + }, + { + "item_id": "3112", + "loc_data": "{1,2893,3563,0,2}-" + }, + { + "item_id": "3113", + "loc_data": "{1,2893,3562,0,2}-" + }, + { + "item_id": "3138", + "loc_data": "{1,3463,9478,2,45}-{1,3461,9480,2,45}-{1,3461,9482,2,45}-{1,3461,9484,2,45}-" + }, + { + "item_id": "3711", + "loc_data": "{1,2660,3676,0,196}-" + }, + { + "item_id": "3803", + "loc_data": "{1,2658,3676,0,174}-" + }, + { + "item_id": "3805", + "loc_data": "{1,2659,3676,0,196}-" + }, + { + "item_id": "4199", + "loc_data": "{1,3492,3474,0,0}-" + }, + { + "item_id": "4615", + "loc_data": "{1,3479,3092,0,0}-" + }, + { + "item_id": "4619", + "loc_data": "{1,2713,4913,0,2}-" + }, + { + "item_id": "4707", + "loc_data": "{1,3571,3312,0,40}-" + }, + { + "item_id": "4838", + "loc_data": "{1,2593,3103,1,40}-" + }, + { + "item_id": "5008", + "loc_data": "{1,3230,9609,0,44}-" + }, + { + "item_id": "5523", + "loc_data": "{1,2935,3282,1,90}-" + }, + { + "item_id": "5586", + "loc_data": "{1,2473,4941,0,90}-" + }, + { + "item_id": "6291", + "loc_data": "{1,2681,3111,0,30}-{1,2673,3112,0,30}-{1,2674,3094,0,30}-{1,2671,3089,0,30}-" + }, + { + "item_id": "6662", + "loc_data": "{1,2984,3112,0,90}-" + }, + { + "item_id": "6663", + "loc_data": "{1,2984,3114,0,90}-" + }, + { + "item_id": "7510", + "loc_data": "{1,2867,9875,0,44}-" + }, + { + "item_id": "11065", + "loc_data": "{1,2928,3289,0,90}-" + }, + { + "item_id": "12494", + "loc_data": "{1,2762,2973,0,60}-" + } +] \ No newline at end of file diff --git a/Server/data/configs/interface_configs.json b/Server/data/configs/interface_configs.json new file mode 100644 index 0000000..9508700 --- /dev/null +++ b/Server/data/configs/interface_configs.json @@ -0,0 +1,920 @@ +[ + { + "id": "5", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "12", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "13", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "15", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "24", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "34", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "38", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "42", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "46", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "57", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "58", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "59", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "64", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "65", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "66", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "67", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "68", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "69", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "70", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "71", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "74", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "92", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "0" + }, + { + "id": "94", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "96", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "98", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "102", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "107", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "115", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "118", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "126", + "interfaceType": "1", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "131", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "137", + "interfaceType": "7", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "139", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "140", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "149", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "3" + }, + { + "id": "169", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "172", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "173", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "174", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "175", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "176", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "177", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "182", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "14" + }, + { + "id": "187", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "13" + }, + { + "id": "192", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "6" + }, + { + "id": "193", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "6" + }, + { + "id": "194", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "195", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "196", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "198", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "209", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "210", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "211", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "212", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "213", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "228", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "230", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "232", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "234", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "236", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "240", + "interfaceType": "3", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "241", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "242", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "243", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "244", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "245", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "246", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "247", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "248", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "256", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "259", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "2" + }, + { + "id": "261", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "11" + }, + { + "id": "271", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "5" + }, + { + "id": "274", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "2" + }, + { + "id": "303", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "304", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "305", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "306", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "307", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "309", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "311", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "312", + "interfaceType": "7", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "319", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "320", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "1" + }, + { + "id": "324", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "328", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "336", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "371", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "372", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "373", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "377", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "380", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "381", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "387", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "4" + }, + { + "id": "389", + "interfaceType": "6", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "395", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "398", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "407", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "408", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "411", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "4" + }, + { + "id": "418", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "421", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "428", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "430", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "6" + }, + { + "id": "464", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "12" + }, + { + "id": "482", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "485", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "486", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "487", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "488", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "498", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "516", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "519", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "532", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "541", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "548", + "interfaceType": "5", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "549", + "interfaceType": "5", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "550", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "8" + }, + { + "id": "551", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "9" + }, + { + "id": "553", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "582", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "589", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "10" + }, + { + "id": "597", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "598", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "599", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "601", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "620", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "621", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "630", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "638", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "644", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "648", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "653", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "656", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "660", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "662", + "interfaceType": "2", + "walkable": "true", + "tabIndex": "7" + }, + { + "id": "665", + "interfaceType": "1", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "667", + "interfaceType": "0", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "668", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "670", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "695", + "interfaceType": "7", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "698", + "interfaceType": "7", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "701", + "interfaceType": "7", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "703", + "interfaceType": "7", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "706", + "interfaceType": "7", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "711", + "interfaceType": "7", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "735", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "740", + "interfaceType": "4", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "746", + "interfaceType": "5", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "755", + "interfaceType": "5", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "763", + "interfaceType": "3", + "walkable": "false", + "tabIndex": "-1" + }, + { + "id": "804", + "interfaceType": "1", + "walkable": "true", + "tabIndex": "-1" + }, + { + "id": "809", + "interfaceType": "8", + "walkable": "true", + "tabIndex": "-1" + } +] diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json new file mode 100644 index 0000000..c7da93a --- /dev/null +++ b/Server/data/configs/item_configs.json @@ -0,0 +1,132116 @@ +[ + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "The body of a Dwarf savaged by Goblins.", + "durability": null, + "name": "Dwarf remains", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "0" + }, + { + "destroy_message": "I got this from Captain Lawgof.", + "shop_price": "1", + "examine": "Good for repairing a broken cannon.", + "durability": null, + "name": "Toolkit", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "Ammo for the Dwarf Cannon.", + "grand_exchange_price": "381", + "durability": null, + "name": "Cannonball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2" + }, + { + "shop_price": "1", + "examine": "Construction notes for Dwarf cannon ammo.", + "durability": null, + "name": "Nulodion's notes", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "3" + }, + { + "requirements": "{13,35}", + "shop_price": "5", + "examine": "Used to make cannon ammunition.", + "name": "Ammo mould", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "4" + }, + { + "shop_price": "20", + "examine": "An old note book.", + "durability": null, + "name": "Instruction manual", + "weight": "0.51", + "archery_ticket_price": "0", + "id": "5" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "The cannon is built on this.", + "grand_exchange_price": "189000", + "durability": null, + "name": "Cannon base", + "tradeable": "true", + "weight": "7", + "archery_ticket_price": "0", + "id": "6" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "189000", + "durability": null, + "name": "Cannon base", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "The mounting for the multicannon.", + "grand_exchange_price": "185000", + "durability": null, + "name": "Cannon stand", + "tradeable": "true", + "weight": "7", + "archery_ticket_price": "0", + "id": "8" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "185000", + "durability": null, + "name": "Cannon stand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "The barrels for the multicannon.", + "grand_exchange_price": "187000", + "durability": null, + "name": "Cannon barrels", + "tradeable": "true", + "weight": "7", + "archery_ticket_price": "0", + "id": "10" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "187000", + "durability": null, + "name": "Cannon barrels", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "examine": "This powers the multicannon.", + "grand_exchange_price": "175200", + "durability": null, + "name": "Cannon furnace", + "tradeable": "true", + "weight": "7", + "archery_ticket_price": "0", + "id": "12" + }, + { + "shop_price": "187500", + "ge_buy_limit": "10", + "grand_exchange_price": "175200", + "durability": null, + "name": "Cannon furnace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13" + }, + { + "shop_price": "1", + "examine": "A metal railing replacement.", + "durability": null, + "name": "Railing", + "archery_ticket_price": "0", + "id": "14" + }, + { + "examine": "A cloth given to me by Sir Galahad.", + "durability": null, + "name": "Holy table napkin", + "archery_ticket_price": "0", + "id": "15" + }, + { + "examine": "A small tin whistle.", + "durability": null, + "name": "Magic whistle", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "16" + }, + { + "examine": "I wonder what happens when I ring it?", + "durability": null, + "name": "Grail bell", + "archery_ticket_price": "0", + "id": "17" + }, + { + "examine": "It will point the way for me.", + "durability": null, + "name": "Magic gold feather", + "archery_ticket_price": "0", + "id": "18" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "White cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "20" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "Black cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "21" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "Blue cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "22" + }, + { + "examine": "A cog from some machinery.", + "durability": null, + "name": "Red cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "23" + }, + { + "examine": "Doesn't look very tasty.", + "durability": null, + "name": "Rat poison", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "24" + }, + { + "examine": "Wormy.", + "durability": null, + "name": "Red vine worm", + "archery_ticket_price": "0", + "id": "25" + }, + { + "examine": "Hemenster fishing contest trophy.", + "durability": null, + "name": "Fishing trophy", + "archery_ticket_price": "0", + "id": "26" + }, + { + "examine": "Pass to the Hemenster fishing contest.", + "durability": null, + "name": "Fishing pass", + "archery_ticket_price": "0", + "id": "27" + }, + { + "shop_price": "121", + "examine": "Drives away all known 6 legged creatures.", + "durability": null, + "name": "Insect repellent", + "archery_ticket_price": "0", + "id": "28" + }, + { + "examine": "It's a bucket of wax.", + "durability": null, + "name": "Bucket of wax", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "30" + }, + { + "examine": "You shouldn't have this.", + "name": "RDT Slot", + "id": "31" + }, + { + "shop_price": "3", + "examine": "A spooky candle.", + "durability": null, + "name": "Lit black candle", + "archery_ticket_price": "0", + "id": "32" + }, + { + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Lit candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "33" + }, + { + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Lit candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "34" + }, + { + "shop_price": "200", + "examine": "This used to belong to King Arthur.", + "has_special": "true", + "durability": null, + "weight": "2.2", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "attack_audios": "2500,2500,2517,2500", + "name": "Excalibur", + "archery_ticket_price": "0", + "id": "35", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" + }, + { + "shop_price": "24", + "ge_buy_limit": "100", + "examine": "A candle.", + "grand_exchange_price": "119", + "durability": null, + "name": "Candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "36" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "119", + "durability": null, + "name": "Candle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "37" + }, + { + "shop_price": "3", + "examine": "A spooky candle.", + "durability": null, + "name": "Black candle", + "archery_ticket_price": "0", + "id": "38" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "39" + }, + { + "shop_price": "26", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "23", + "durability": null, + "name": "Iron arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "40" + }, + { + "shop_price": "36", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "63", + "durability": null, + "name": "Steel arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "41" + }, + { + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "74", + "durability": null, + "name": "Mithril arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "42" + }, + { + "shop_price": "160", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "185", + "durability": null, + "name": "Adamant arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "43" + }, + { + "shop_price": "460", + "ge_buy_limit": "10000", + "examine": "I can make an arrow with these.", + "grand_exchange_price": "839", + "durability": null, + "name": "Rune arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "44" + }, + { + "ge_buy_limit": "10000", + "examine": "Opal bolt tips.", + "grand_exchange_price": "1", + "durability": null, + "name": "Opal bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "45" + }, + { + "ge_buy_limit": "10000", + "examine": "Pearl bolt tips.", + "grand_exchange_price": "5", + "durability": null, + "name": "Pearl bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "46" + }, + { + "shop_price": "114", + "ge_buy_limit": "10000", + "examine": "I can make bolts with these.", + "grand_exchange_price": "44", + "durability": null, + "name": "Barb bolttips", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "5", + "id": "47" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung longbow; I need a bowstring for this.", + "grand_exchange_price": "14", + "durability": null, + "name": "Longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "48" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "14", + "durability": null, + "name": "Longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "49" + }, + { + "ge_buy_limit": "10000", + "examine": "I need to find a string for this.", + "grand_exchange_price": "5", + "durability": null, + "name": "Shortbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "50" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5", + "durability": null, + "name": "Shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "51" + }, + { + "ge_buy_limit": "20000", + "examine": "A wooden arrow shaft", + "grand_exchange_price": "21", + "durability": null, + "name": "Arrow shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "52" + }, + { + "ge_buy_limit": "20000", + "examine": "A wooden arrow shaft with flights attached.", + "grand_exchange_price": "56", + "durability": null, + "name": "Headless arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "53" + }, + { + "shop_price": "50", + "ge_buy_limit": "10000", + "examine": "An unstrung oak bow; I need a bowstring for this.", + "grand_exchange_price": "7", + "durability": null, + "name": "Oak shortbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "54" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7", + "durability": null, + "name": "Oak shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "55" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung oak longbow; I need a bowstring for this.", + "grand_exchange_price": "20", + "durability": null, + "name": "Oak longbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "56" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "20", + "durability": null, + "name": "Oak longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "57" + }, + { + "shop_price": "64", + "ge_buy_limit": "10000", + "examine": "An unstrung willow longbow; I need a bowstring for this.", + "grand_exchange_price": "46", + "durability": null, + "name": "Willow longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "58" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "46", + "durability": null, + "name": "Willow longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "59" + }, + { + "shop_price": "16", + "ge_buy_limit": "10000", + "examine": "An unstrung willow shortbow; I need a bowstring for this.", + "grand_exchange_price": "20", + "durability": null, + "name": "Willow shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "60" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "20", + "durability": null, + "name": "Willow shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "61" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung maple bow; I need a bowstring for this.", + "grand_exchange_price": "94", + "durability": null, + "name": "Maple longbow (u)", + "tradeable": "true", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "62" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "94", + "durability": null, + "name": "Maple longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "63" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung maple bow; I need a bowstring for this.", + "grand_exchange_price": "56", + "durability": null, + "name": "Maple shortbow (u)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "64" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "56", + "durability": null, + "name": "Maple shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "65" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung yew longbow; I need a bowstring for this.", + "grand_exchange_price": "468", + "durability": null, + "name": "Yew longbow (u)", + "tradeable": "true", + "weight": "1.32", + "archery_ticket_price": "0", + "id": "66" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "468", + "durability": null, + "name": "Yew longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "67" + }, + { + "ge_buy_limit": "10000", + "examine": "An unstrung yew shortbow; I need a bowstring for this.", + "grand_exchange_price": "158", + "durability": null, + "name": "Yew shortbow (u)", + "tradeable": "true", + "weight": "1.32", + "archery_ticket_price": "0", + "id": "68" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "158", + "durability": null, + "name": "Yew shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "69" + }, + { + "shop_price": "931", + "ge_buy_limit": "10000", + "examine": "An unstrung magic longbow; I need a bowstring for this.", + "grand_exchange_price": "1246", + "durability": null, + "name": "Magic longbow (u)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "70" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1246", + "durability": null, + "name": "Magic longbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "71" + }, + { + "shop_price": "890", + "ge_buy_limit": "10000", + "examine": "An unstrung magic shortbow; I need a bowstring for this.", + "grand_exchange_price": "745", + "durability": null, + "name": "Magic shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "72" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "745", + "durability": null, + "name": "Magic shortbow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "73" + }, + { + "remove_head": "true", + "shop_price": "10", + "examine": "A helmet, as worn by the minions of General Khazard.", + "durability": null, + "weight": "2.7", + "destroy": "true", + "equipment_slot": "0", + "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "name": "Khazard helmet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "74", + "bonuses": "0,0,0,0,0,4,5,3,0,0,0,0,0,0,0" + }, + { + "shop_price": "12", + "examine": "Armour, as worn by the minions of General Khazard.", + "durability": null, + "weight": "0.5", + "destroy": "true", + "equipment_slot": "4", + "destroy_message": "I can borrow another from the armoury near the Fight Arena.", + "remove_sleeves": "true", + "name": "Khazard armour", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "75", + "bonuses": "0,0,0,0,0,9,11,10,0,0,0,0,0,0,0" + }, + { + "destroy_message": "The lazy guard probably has a spare set...", + "examine": "These keys open the cells at the Khazard Fight Arena. (Fight Arena)", + "durability": null, + "name": "Khazard cell keys", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "76" + }, + { + "destroy_message": "Angor, the Khazard barman, has a stock of Khali brew.", + "shop_price": "5", + "examine": "A bottle of Khazard's worst brew.", + "durability": null, + "name": "Khali brew", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "77" + }, + { + "destroy_message": "Can only be fired from yew, magic, dark or twisted bows.", + "shop_price": "2", + "examine": "Can only be fired from yew, magic, or dark bows.", + "durability": null, + "name": "Ice arrows", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "78", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "examine": "A lever to open something perhaps?", + "durability": null, + "name": "Lever", + "archery_ticket_price": "0", + "id": "83" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "The power in this staff causes it to vibrate gently.", + "durability": null, + "name": "Staff of armadyl", + "tradeable": "false", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "84", + "render_anim": "2553" + }, + { + "examine": "It catches the light! (Temple of Ikov)", + "durability": null, + "name": "Shiny key", + "archery_ticket_price": "0", + "id": "85" + }, + { + "examine": "An amulet made by Lucien.", + "durability": null, + "name": "Pendant of lucien", + "archery_ticket_price": "0", + "id": "86", + "equipment_slot": "2" + }, + { + "examine": "Yet another amulet.", + "durability": null, + "name": "Armadyl pendant", + "archery_ticket_price": "0", + "id": "87", + "equipment_slot": "2" + }, + { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "weight": "-4.5", + "archery_ticket_price": "0", + "id": "88", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "Magic boots that make you lighter than normal.", + "durability": null, + "name": "Boots of lightness", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "89", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "It's very soft!", + "durability": null, + "name": "Child's blanket", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "90" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this guam potion.", + "grand_exchange_price": "285", + "durability": null, + "name": "Guam potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "91" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "285", + "durability": null, + "name": "Guam potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "92" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this marrentill potion.", + "grand_exchange_price": "43", + "durability": null, + "name": "Marrentill potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "93" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43", + "durability": null, + "name": "Marrentill potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "94" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this tarromin potion.", + "grand_exchange_price": "287", + "durability": null, + "name": "Tarromin potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "95" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "287", + "durability": null, + "name": "Tarromin potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "96" + }, + { + "shop_price": "64", + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this potion.", + "grand_exchange_price": "435", + "durability": null, + "name": "Harralander potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "97" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "435", + "durability": null, + "name": "Harralander potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "98" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this ranarr potion.", + "grand_exchange_price": "4823", + "durability": null, + "name": "Ranarr potion(unf)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "99" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4823", + "durability": null, + "name": "Ranarr potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "100" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this irit potion.", + "grand_exchange_price": "2243", + "durability": null, + "name": "Irit potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "101" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2243", + "durability": null, + "name": "Irit potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "102" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this avantoe potion.", + "grand_exchange_price": "3831", + "durability": null, + "name": "Avantoe potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "103" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3831", + "durability": null, + "name": "Avantoe potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "104" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this kwuarm potion.", + "grand_exchange_price": "1833", + "durability": null, + "name": "Kwuarm potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "105" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1833", + "durability": null, + "name": "Kwuarm potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "106" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this cadantine potion.", + "grand_exchange_price": "1844", + "durability": null, + "name": "Cadantine potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "107" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1844", + "durability": null, + "name": "Cadantine potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "108" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this dwarf weed potion.", + "grand_exchange_price": "6740", + "durability": null, + "name": "Dwarf weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "109" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6740", + "durability": null, + "name": "Dwarf weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "110" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this torstol potion.", + "grand_exchange_price": "14500", + "durability": null, + "name": "Torstol potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "111" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14500", + "durability": null, + "name": "Torstol potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "112" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", + "examine": "4 doses of Strength potion.", + "grand_exchange_price": "1041", + "durability": null, + "name": "Strength potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "113" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1041", + "durability": null, + "name": "Strength potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "114" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", + "examine": "3 doses of Strength potion.", + "grand_exchange_price": "812", + "durability": null, + "name": "Strength potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "115" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "812", + "durability": null, + "name": "Strength potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "116" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", + "examine": "2 doses of Strength potion.", + "grand_exchange_price": "656", + "durability": null, + "name": "Strength potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "117" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "656", + "durability": null, + "name": "Strength potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "118" + }, + { + "shop_price": "780", + "ge_buy_limit": "100", + "examine": "1 dose of Strength potion.", + "grand_exchange_price": "355", + "durability": null, + "name": "Strength potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "119" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "355", + "durability": null, + "name": "Strength potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "120" + }, + { + "shop_price": "560", + "ge_buy_limit": "100", + "examine": "3 doses of Attack potion.", + "grand_exchange_price": "195", + "durability": null, + "name": "Attack potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "121" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Attack potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "122" + }, + { + "shop_price": "560", + "ge_buy_limit": "100", + "examine": "2 doses of Attack potion.", + "grand_exchange_price": "113", + "durability": null, + "name": "Attack potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "123" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "113", + "durability": null, + "name": "Attack potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "124" + }, + { + "shop_price": "560", + "ge_buy_limit": "100", + "examine": "1 dose of Attack potion.", + "grand_exchange_price": "197", + "durability": null, + "name": "Attack potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "125" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Attack potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "126" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", + "examine": "3 doses of restore potion.", + "grand_exchange_price": "59", + "durability": null, + "name": "Restore potion(3)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "127" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "59", + "durability": null, + "name": "Restore potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "128" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", + "examine": "2 doses of restore potion.", + "grand_exchange_price": "35", + "durability": null, + "name": "Restore potion(2)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "129" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35", + "durability": null, + "name": "Restore potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "130" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", + "examine": "1 dose of restore potion.", + "grand_exchange_price": "21", + "durability": null, + "name": "Restore potion(1)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "131" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Restore potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "132" + }, + { + "shop_price": "114", + "ge_buy_limit": "100", + "examine": "3 doses of Defence Potion.", + "grand_exchange_price": "323", + "durability": null, + "name": "Defence potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "133" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "323", + "durability": null, + "name": "Defence potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "134" + }, + { + "shop_price": "114", + "ge_buy_limit": "100", + "examine": "2 doses of Defence Potion.", + "grand_exchange_price": "247", + "durability": null, + "name": "Defence potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "135" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "247", + "durability": null, + "name": "Defence potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "136" + }, + { + "shop_price": "114", + "ge_buy_limit": "100", + "examine": "1 dose of Defence Potion.", + "grand_exchange_price": "148", + "durability": null, + "name": "Defence potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "137" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "148", + "durability": null, + "name": "Defence potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "138" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Prayer restore potion.", + "grand_exchange_price": "4134", + "durability": null, + "name": "Prayer potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "139" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4134", + "durability": null, + "name": "Prayer potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "140" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Prayer restore potion.", + "grand_exchange_price": "2868", + "durability": null, + "name": "Prayer potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "141" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2868", + "durability": null, + "name": "Prayer potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "142" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Prayer restore potion.", + "grand_exchange_price": "1353", + "durability": null, + "name": "Prayer potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "143" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1353", + "durability": null, + "name": "Prayer potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "144" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super Attack potion.", + "grand_exchange_price": "691", + "durability": null, + "name": "Super attack(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "145" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "691", + "durability": null, + "name": "Super attack(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "146" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super Attack potion.", + "grand_exchange_price": "451", + "durability": null, + "name": "Super attack(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "147" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "451", + "durability": null, + "name": "Super attack(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "148" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super Attack potion.", + "grand_exchange_price": "243", + "durability": null, + "name": "Super attack(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "149" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "243", + "durability": null, + "name": "Super attack(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "150" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Fishing potion.", + "grand_exchange_price": "40", + "durability": null, + "name": "Fishing potion(3)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "151" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40", + "durability": null, + "name": "Fishing potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "152" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Fishing potion.", + "grand_exchange_price": "56", + "durability": null, + "name": "Fishing potion(2)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "153" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Fishing potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "154" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Fishing potion.", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing potion(1)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "155" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "156" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super Strength potion.", + "grand_exchange_price": "1679", + "durability": null, + "name": "Super strength(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "157" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1679", + "durability": null, + "name": "Super strength(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "158" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super Strength potion.", + "grand_exchange_price": "1164", + "durability": null, + "name": "Super strength(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "159" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1164", + "durability": null, + "name": "Super strength(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "160" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super Strength potion.", + "grand_exchange_price": "603", + "durability": null, + "name": "Super strength(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "161" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "603", + "durability": null, + "name": "Super strength(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "162" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super Defence potion.", + "grand_exchange_price": "113", + "durability": null, + "name": "Super defence(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "163" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "113", + "durability": null, + "name": "Super defence(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "164" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super Defence potion.", + "grand_exchange_price": "65", + "durability": null, + "name": "Super defence(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "165" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "65", + "durability": null, + "name": "Super defence(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "166" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super Defence potion.", + "grand_exchange_price": "41", + "durability": null, + "name": "Super defence(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "167" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "41", + "durability": null, + "name": "Super defence(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "168" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of ranging potion.", + "grand_exchange_price": "6224", + "durability": null, + "name": "Ranging potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "169" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "6224", + "durability": null, + "name": "Ranging potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "170" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of ranging potion.", + "grand_exchange_price": "4330", + "durability": null, + "name": "Ranging potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "171" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4330", + "durability": null, + "name": "Ranging potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "172" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of ranging potion.", + "grand_exchange_price": "2068", + "durability": null, + "name": "Ranging potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "173" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2068", + "durability": null, + "name": "Ranging potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "174" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", + "examine": "3 doses of antipoison potion.", + "grand_exchange_price": "1239", + "durability": null, + "name": "Antipoison(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "175" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1239", + "durability": null, + "name": "Antipoison(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "176" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", + "examine": "2 doses of antipoison potion.", + "grand_exchange_price": "822", + "durability": null, + "name": "Antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "177" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "822", + "durability": null, + "name": "Antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "178" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", + "examine": "1 dose of antipoison potion.", + "grand_exchange_price": "460", + "durability": null, + "name": "Antipoison(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "179" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "460", + "durability": null, + "name": "Antipoison(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "180" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super anti poison potion.", + "grand_exchange_price": "872", + "durability": null, + "name": "Super antipoison(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "181" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "872", + "durability": null, + "name": "Super antipoison(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "182" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super anti poison potion.", + "grand_exchange_price": "509", + "durability": null, + "name": "Super antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "183" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "509", + "durability": null, + "name": "Super antipoison(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "184" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super anti poison potion.", + "grand_exchange_price": "366", + "durability": null, + "name": "Super antipoison(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "185" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "durability": null, + "name": "Super antipoison(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "186" + }, + { + "ge_buy_limit": "1000", + "examine": "For use on daggers and projectiles.", + "grand_exchange_price": "33", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "187" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "33", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "188" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of Zamorak brew.", + "grand_exchange_price": "1818", + "durability": null, + "name": "Zamorak brew(3)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "189" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1818", + "durability": null, + "name": "Zamorak brew(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "190" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of Zamorak brew.", + "grand_exchange_price": "1004", + "durability": null, + "name": "Zamorak brew(2)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "191" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1004", + "durability": null, + "name": "Zamorak brew(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "192" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of Zamorak brew.", + "grand_exchange_price": "1175", + "durability": null, + "name": "Zamorak brew(1)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "193" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1175", + "durability": null, + "name": "Zamorak brew(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "194" + }, + { + "ge_buy_limit": "100", + "examine": "This is meant to be good for spots.", + "grand_exchange_price": "117", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "195" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "196" + }, + { + "shop_price": "39", + "ge_buy_limit": "100", + "examine": "Stankers gives out these strange cocktails for free.", + "grand_exchange_price": "124", + "durability": null, + "name": "Poison chalice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "197" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124", + "durability": null, + "name": "Poison chalice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "198" + }, + { + "requirements": "{3,15}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "150", + "durability": null, + "name": "Grimy guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "199" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "155", + "durability": null, + "name": "Grimy guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "200" + }, + { + "requirements": "{5,15}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "150", + "durability": null, + "name": "Grimy marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "201" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "26", + "durability": null, + "name": "Grimy marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "202" + }, + { + "requirements": "{11,15}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "150", + "durability": null, + "name": "Grimy tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "203" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "151", + "durability": null, + "name": "Grimy tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "204" + }, + { + "requirements": "{20,15}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "300", + "durability": null, + "name": "Grimy harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "205" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, + "name": "Grimy harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "206" + }, + { + "requirements": "{15,25}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "1300", + "durability": null, + "name": "Grimy ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "207" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4909", + "durability": null, + "name": "Grimy ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "208" + }, + { + "requirements": "{15,40}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, + "name": "Grimy irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "209" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2034", + "durability": null, + "name": "Grimy irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "210" + }, + { + "requirements": "{15,48}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "500", + "durability": null, + "name": "Grimy avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "211" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3789", + "durability": null, + "name": "Grimy avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "212" + }, + { + "requirements": "{15,54}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, + "name": "Grimy kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "213" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1665", + "durability": null, + "name": "Grimy kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "214" + }, + { + "requirements": "{15,65}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, + "name": "Grimy cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "215" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1582", + "durability": null, + "name": "Grimy cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "216" + }, + { + "requirements": "{15,70}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "1300", + "durability": null, + "name": "Grimy dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "217" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "6934", + "durability": null, + "name": "Grimy dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "218" + }, + { + "requirements": "{15,75}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3200", + "durability": null, + "name": "Grimy torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "219" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "35800", + "durability": null, + "name": "Grimy torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "220" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "It seems to be looking at me.", + "grand_exchange_price": "27", + "durability": null, + "name": "Eye of newt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "221" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "27", + "durability": null, + "name": "Eye of newt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "222" + }, + { + "ge_buy_limit": "10000", + "examine": "Ewww!", + "grand_exchange_price": "888", + "durability": null, + "name": "Red spiders' eggs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "223" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "888", + "durability": null, + "name": "Red spiders' eggs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "224" + }, + { + "ge_buy_limit": "10000", + "examine": "The root of a limpwurt plant.", + "grand_exchange_price": "1984", + "durability": null, + "name": "Limpwurt root", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "225" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1984", + "durability": null, + "name": "Limpwurt root", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "226" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "A glass vial containing water.", + "grand_exchange_price": "35", + "durability": null, + "name": "Vial of water", + "tradeable": "true", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "227" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "35", + "durability": null, + "name": "Vial of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "228" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "An empty glass vial.", + "grand_exchange_price": "2", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "229" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "230" + }, + { + "shop_price": "67", + "ge_buy_limit": "10000", + "examine": "Strange spiky grass.", + "grand_exchange_price": "318", + "durability": null, + "name": "Snape grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "231" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "318", + "durability": null, + "name": "Snape grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "232" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "I can grind things for potions in this.", + "grand_exchange_price": "38", + "durability": null, + "name": "Pestle and mortar", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "233" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "38", + "durability": null, + "name": "Pestle and mortar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "234" + }, + { + "ge_buy_limit": "10000", + "examine": "Finely ground horn of Unicorn.", + "grand_exchange_price": "2460", + "durability": null, + "name": "Unicorn horn dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "235" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2460", + "durability": null, + "name": "Unicorn horn dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "236" + }, + { + "ge_buy_limit": "10000", + "examine": "This horn has restorative properties.", + "grand_exchange_price": "2481", + "durability": null, + "name": "Unicorn horn", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "237" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2481", + "durability": null, + "name": "Unicorn horn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "238" + }, + { + "ge_buy_limit": "10000", + "examine": "Sour berries, used in potions.", + "grand_exchange_price": "1438", + "durability": null, + "name": "White berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "239" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1438", + "durability": null, + "name": "White berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "240" + }, + { + "ge_buy_limit": "10000", + "examine": "Finely ground scale of Dragon.", + "grand_exchange_price": "1336", + "durability": null, + "name": "Dragon scale dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "241" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1336", + "durability": null, + "name": "Dragon scale dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "242" + }, + { + "ge_buy_limit": "10000", + "examine": "A large shiny scale.", + "grand_exchange_price": "1244", + "durability": null, + "name": "Blue dragon scale", + "tradeable": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "243" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1244", + "durability": null, + "name": "Blue dragon scale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "244" + }, + { + "ge_buy_limit": "10000", + "examine": "An evil wine that is often found in chaos temples.", + "grand_exchange_price": "2768", + "durability": null, + "name": "Wine of zamorak", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "245" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2768", + "durability": null, + "name": "Wine of zamorak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "246" + }, + { + "ge_buy_limit": "10000", + "examine": "They don't look very ripe.", + "grand_exchange_price": "83", + "durability": null, + "name": "Jangerberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "247" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "83", + "durability": null, + "name": "Jangerberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "248" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "182", + "durability": null, + "name": "Clean guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "249" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "182", + "durability": null, + "name": "Clean guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "250" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "23", + "durability": null, + "name": "Clean marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "251" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, + "name": "Clean marrentill", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "252" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "144", + "durability": null, + "name": "Clean tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "253" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "144", + "durability": null, + "name": "Clean tarromin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "254" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "275", + "durability": null, + "name": "Clean harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "255" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "275", + "durability": null, + "name": "Clean harralander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "256" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4930", + "durability": null, + "name": "Clean ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "257" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4930", + "durability": null, + "name": "Clean ranarr", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "258" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "2072", + "durability": null, + "name": "Clean irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "259" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2072", + "durability": null, + "name": "Clean irit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "260" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "3812", + "durability": null, + "name": "Clean avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "261" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3812", + "durability": null, + "name": "Clean avantoe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "262" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1641", + "durability": null, + "name": "Clean kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "263" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1641", + "durability": null, + "name": "Clean kwuarm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "264" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "1585", + "durability": null, + "name": "Clean cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "265" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1585", + "durability": null, + "name": "Clean cadantine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "266" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "6925", + "durability": null, + "name": "Clean dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "267" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "6925", + "durability": null, + "name": "Clean dwarf weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "268" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "8400", + "durability": null, + "name": "Clean torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "269" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "35900", + "durability": null, + "name": "Clean torstol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "270" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It looks like part of a machine", + "durability": null, + "name": "Pressure gauge", + "archery_ticket_price": "0", + "id": "271" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box of fish food / Keeps your pet fish strong and healthy.", + "durability": null, + "name": "Fish food", + "archery_ticket_price": "0", + "id": "272", + "equipment_slot": "5" + }, + { + "destroy_message": "You'll have to make more in Draynor Manor.", + "examine": "This isn't good for fish.", + "durability": null, + "name": "Poisoned fish food", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "274" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Key", + "archery_ticket_price": "0", + "id": "275" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's slightly charred.", + "durability": null, + "name": "Rubber tube", + "archery_ticket_price": "0", + "id": "276" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's pretty full.", + "durability": null, + "name": "Oil can", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "277" + }, + { + "examine": "A sharp cattleprod.", + "durability": null, + "name": "Cattleprod", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "278", + "weapon_interface": "5", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0", + "equipment_slot": "3" + }, + { + "examine": "Councillor Halgrive gave me this to kill some sheep.", + "durability": null, + "name": "Sheep feed", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "279" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (1)", + "archery_ticket_price": "0", + "id": "280" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (2)", + "archery_ticket_price": "0", + "id": "281" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (3)", + "archery_ticket_price": "0", + "id": "282" + }, + { + "examine": "The suspicious-looking remains of a suspicious-looking sheep.", + "durability": null, + "name": "Sheep bones (4)", + "archery_ticket_price": "0", + "id": "283" + }, + { + "remove_sleeves": "true", + "examine": "This should protect me from the plague, I hope!", + "durability": null, + "name": "Plague jacket", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "284", + "equipment_slot": "4" + }, + { + "examine": "A thick pair of leather trousers. or These should protect me from the plague, I hope!", + "durability": null, + "name": "Plague trousers", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "285", + "equipment_slot": "7" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Orange goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "286", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Blue goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "287", + "equipment_slot": "4" + }, + { + "shop_price": "16", + "ge_buy_limit": "100", + "examine": "Armour designed to fit goblins.", + "grand_exchange_price": "398", + "durability": null, + "name": "Goblin mail", + "tradeable": "true", + "weight": "3.6", + "archery_ticket_price": "0", + "id": "288", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "398", + "durability": null, + "name": "Goblin mail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "289" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This contains some vital research results.", + "durability": null, + "name": "Research package", + "weight": "1", + "archery_ticket_price": "0", + "id": "290" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Notes", + "archery_ticket_price": "0", + "id": "291" + }, + { + "examine": "A book on elven history in northern 2009Scape.", + "durability": null, + "name": "Book on baxtorian", + "archery_ticket_price": "0", + "id": "292" + }, + { + "examine": "A small pebble with elven inscription.", + "durability": null, + "name": "Glarial's pebble", + "archery_ticket_price": "0", + "id": "294" + }, + { + "examine": "A bright green gem set in a necklace.", + "durability": null, + "name": "Glarial's amulet", + "archery_ticket_price": "0", + "id": "295", + "equipment_slot": "2" + }, + { + "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.", + "durability": null, + "name": "Glarial's urn", + "archery_ticket_price": "0", + "id": "296" + }, + { + "examine": "An urn containing Glarial's ashes./An empty urn made for Glarial's ashes.", + "durability": null, + "name": "Glarial's urn", + "archery_ticket_price": "0", + "id": "297" + }, + { + "shop_price": "300", + "ge_buy_limit": "5000", + "examine": "Magical seeds in a mithril case.", + "grand_exchange_price": "623", + "durability": null, + "name": "Mithril seeds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "299" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A bit of rat.", + "durability": null, + "name": "Rat's tail", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "300" + }, + { + "requirements": "{10,40}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lobsters.", + "grand_exchange_price": "100", + "durability": null, + "name": "Lobster pot", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "301" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "100", + "durability": null, + "name": "Lobster pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "302" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "Useful for catching small fish.", + "grand_exchange_price": "397", + "durability": null, + "name": "Small fishing net", + "tradeable": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "303" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "397", + "durability": null, + "name": "Small fishing net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "304" + }, + { + "requirements": "{16,10}", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Useful for catching lots of fish.", + "grand_exchange_price": "329", + "durability": null, + "name": "Big fishing net", + "tradeable": "true", + "weight": "8.1", + "archery_ticket_price": "0", + "id": "305" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "329", + "durability": null, + "name": "Big fishing net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "306" + }, + { + "requirements": "{5,10}", + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Useful for catching sardine or herring.", + "grand_exchange_price": "74", + "durability": null, + "name": "Fishing rod", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "307" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Fishing rod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "308" + }, + { + "requirements": "{20,10}", + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Useful for catching salmon or trout.", + "grand_exchange_price": "123", + "durability": null, + "name": "Fly fishing rod", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "309" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "123", + "durability": null, + "name": "Fly fishing rod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "310" + }, + { + "requirements": "{10,35}", + "shop_price": "45", + "ge_buy_limit": "5000", + "examine": "Useful for catching big fish.", + "grand_exchange_price": "235", + "durability": null, + "name": "Harpoon", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "311" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "235", + "durability": null, + "name": "Harpoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "312" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "For use with a fishing rod.", + "grand_exchange_price": "3", + "durability": null, + "name": "Fishing bait", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "313" + }, + { + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Used for fly fishing.", + "grand_exchange_price": "24", + "durability": null, + "name": "Feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "314" + }, + { + "ge_buy_limit": "10000", + "examine": "Some nicely cooked shrimp.", + "grand_exchange_price": "9", + "durability": null, + "name": "Shrimps", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "315" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "9", + "durability": null, + "name": "Shrimps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "316" + }, + { + "shop_price": "6", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "7", + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "317" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "7", + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "318" + }, + { + "ge_buy_limit": "10000", + "examine": "Some nicely cooked anchovies.", + "grand_exchange_price": "26", + "durability": null, + "name": "Anchovies", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "319" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "26", + "durability": null, + "name": "Anchovies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "320" + }, + { + "shop_price": "16", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "11", + "durability": null, + "name": "Raw anchovies", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "321" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "11", + "durability": null, + "name": "Raw anchovies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "322" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "324" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked Sardines.", + "grand_exchange_price": "12", + "durability": null, + "name": "Sardine", + "tradeable": "true", + "weight": "0.12", + "archery_ticket_price": "0", + "id": "325" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "12", + "durability": null, + "name": "Sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "326" + }, + { + "shop_price": "7", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "31", + "durability": null, + "name": "Raw sardine", + "tradeable": "true", + "weight": "0.12", + "archery_ticket_price": "0", + "id": "327" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "31", + "durability": null, + "name": "Raw sardine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "328" + }, + { + "shop_price": "88", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked salmon.", + "grand_exchange_price": "278", + "durability": null, + "name": "Salmon", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "329" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "278", + "durability": null, + "name": "Salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "330" + }, + { + "shop_price": "36", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "172", + "durability": null, + "name": "Raw salmon", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "331" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "172", + "durability": null, + "name": "Raw salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "332" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked trout.", + "grand_exchange_price": "172", + "durability": null, + "name": "Trout", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "333" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "172", + "durability": null, + "name": "Trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "334" + }, + { + "shop_price": "7", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "67", + "durability": null, + "name": "Raw trout", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "335" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "67", + "durability": null, + "name": "Raw trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "336" + }, + { + "examine": "Some nicely cooked giant carp.", + "durability": null, + "name": "Giant carp", + "archery_ticket_price": "0", + "id": "337" + }, + { + "examine": "I should try cooking this.", + "durability": null, + "name": "Raw giant carp", + "archery_ticket_price": "0", + "id": "338" + }, + { + "shop_price": "49", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked fish.", + "grand_exchange_price": "19", + "durability": null, + "name": "Cod", + "tradeable": "true", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "339" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "19", + "durability": null, + "name": "Cod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "340" + }, + { + "shop_price": "49", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "29", + "durability": null, + "name": "Raw cod", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "341" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "29", + "durability": null, + "name": "Raw cod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "342" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "344" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "63", + "durability": null, + "name": "Raw herring", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "345" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "63", + "durability": null, + "name": "Raw herring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "346" + }, + { + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked herring.", + "grand_exchange_price": "23", + "durability": null, + "name": "Herring", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "347" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, + "name": "Herring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "348" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "72", + "durability": null, + "name": "Raw pike", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "349" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "72", + "durability": null, + "name": "Raw pike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "350" + }, + { + "ge_buy_limit": "10000", + "examine": "Some nicely cooked pike.", + "grand_exchange_price": "94", + "durability": null, + "name": "Pike", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "351" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "94", + "durability": null, + "name": "Pike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "352" + }, + { + "shop_price": "26", + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw mackerel", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "353" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw mackerel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "354" + }, + { + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Some nicely cooked fish.", + "grand_exchange_price": "5", + "durability": null, + "name": "Mackerel", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "355" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5", + "durability": null, + "name": "Mackerel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "356" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "358" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "210", + "durability": null, + "name": "Raw tuna", + "tradeable": "true", + "weight": "0.379", + "archery_ticket_price": "0", + "id": "359" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "210", + "durability": null, + "name": "Raw tuna", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "360" + }, + { + "shop_price": "126", + "ge_buy_limit": "10000", + "examine": "Wow, this is a big fish.", + "grand_exchange_price": "281", + "durability": null, + "name": "Tuna", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "361" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "281", + "durability": null, + "name": "Tuna", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "362" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "490", + "durability": null, + "name": "Raw bass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "363" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "490", + "durability": null, + "name": "Raw bass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "364" + }, + { + "shop_price": "270", + "ge_buy_limit": "10000", + "examine": "Wow, this is a big fish.", + "grand_exchange_price": "330", + "durability": null, + "name": "Bass", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "365" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "330", + "durability": null, + "name": "Bass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "366" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "368" + }, + { + "durability": null, + "name": "Burnt fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "370" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "513", + "durability": null, + "name": "Raw swordfish", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "371" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "513", + "durability": null, + "name": "Raw swordfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "372" + }, + { + "shop_price": "400", + "ge_buy_limit": "10000", + "examine": "I'd better be careful eating this!", + "grand_exchange_price": "501", + "durability": null, + "name": "Swordfish", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "373" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "501", + "durability": null, + "name": "Swordfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "374" + }, + { + "durability": null, + "name": "Burnt swordfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "376" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "322", + "durability": null, + "name": "Raw lobster", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "377" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "322", + "durability": null, + "name": "Raw lobster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "378" + }, + { + "shop_price": "107", + "ge_buy_limit": "10000", + "examine": "This looks tricky to eat.", + "grand_exchange_price": "334", + "durability": null, + "name": "Lobster", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "379" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "334", + "durability": null, + "name": "Lobster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "380" + }, + { + "durability": null, + "name": "Burnt lobster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "382" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "1615", + "durability": null, + "name": "Raw shark", + "tradeable": "true", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "383" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "1615", + "examine": "", + "durability": null, + "name": "Raw shark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "384" + }, + { + "ge_buy_limit": "10000", + "examine": "I'd better be careful eating this.", + "grand_exchange_price": "1682", + "durability": null, + "name": "Shark", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "385" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1682", + "durability": null, + "name": "Shark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "386" + }, + { + "durability": null, + "name": "Burnt shark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "388" + }, + { + "ge_buy_limit": "20000", + "examine": "A rare catch.", + "grand_exchange_price": "2114", + "durability": null, + "name": "Raw manta ray", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "389" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "2114", + "durability": null, + "name": "Raw manta ray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "390" + }, + { + "ge_buy_limit": "10000", + "examine": "Mmmm...this looks tasty!", + "grand_exchange_price": "2552", + "durability": null, + "name": "Manta ray", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "391" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2552", + "durability": null, + "name": "Manta ray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "392" + }, + { + "durability": null, + "name": "Burnt manta ray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "394" + }, + { + "ge_buy_limit": "20000", + "examine": "A rare catch.", + "grand_exchange_price": "2397", + "durability": null, + "name": "Raw sea turtle", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "395" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "2397", + "durability": null, + "name": "Raw sea turtle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "396" + }, + { + "ge_buy_limit": "10000", + "examine": "Tasty!", + "grand_exchange_price": "2486", + "durability": null, + "name": "Sea turtle", + "tradeable": "true", + "weight": "0.35", + "archery_ticket_price": "0", + "id": "397" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2486", + "durability": null, + "name": "Sea turtle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "398" + }, + { + "durability": null, + "name": "Burnt sea turtle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "400" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "Slightly damp seaweed.", + "grand_exchange_price": "780", + "durability": null, + "name": "Seaweed", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "401" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "780", + "durability": null, + "name": "Seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "402" + }, + { + "ge_buy_limit": "10000", + "examine": "Slightly damp seaweed.", + "grand_exchange_price": "291", + "durability": null, + "name": "Edible seaweed", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "403" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "291", + "durability": null, + "name": "Edible seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "404" + }, + { + "ge_buy_limit": "100", + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "4162", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "405" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4162", + "durability": null, + "name": "Casket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "406" + }, + { + "ge_buy_limit": "500", + "examine": "Its a rare oyster.", + "grand_exchange_price": "23", + "durability": null, + "name": "Oyster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "407" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "23", + "durability": null, + "name": "Oyster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "408" + }, + { + "shop_price": "5", + "examine": "Aww, it's empty.", + "durability": null, + "name": "Empty oyster", + "tradeable": "true", + "weight": "0.08", + "archery_ticket_price": "0", + "id": "409" + }, + { + "durability": null, + "name": "Empty oyster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "410" + }, + { + "shop_price": "44", + "ge_buy_limit": "500", + "examine": "I could work wonders with a chisel on this pearl.", + "grand_exchange_price": "18", + "durability": null, + "name": "Oyster pearl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "411", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "18", + "durability": null, + "name": "Oyster pearl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "412" + }, + { + "ge_buy_limit": "500", + "examine": "I could work wonders with a chisel on these pearls.", + "grand_exchange_price": "639", + "durability": null, + "name": "Oyster pearls", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "413", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "639", + "durability": null, + "name": "Oyster pearls", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "414" + }, + { + "examine": "An expensive colourless liquid.", + "durability": null, + "name": "Ethenea", + "archery_ticket_price": "0", + "id": "415" + }, + { + "examine": "This isn't worth much.", + "durability": null, + "name": "Liquid honey", + "archery_ticket_price": "0", + "id": "416" + }, + { + "examine": "It's highly poisonous.", + "durability": null, + "name": "Sulphuric broline", + "weight": "1", + "archery_ticket_price": "0", + "id": "417" + }, + { + "examine": "Probably best I don't keep this too long.", + "durability": null, + "name": "Plague sample", + "archery_ticket_price": "0", + "id": "418" + }, + { + "examine": "A special kind of paper.", + "durability": null, + "name": "Touch paper", + "archery_ticket_price": "0", + "id": "419" + }, + { + "examine": "Apparently it distills.", + "durability": null, + "name": "Distillator", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "420" + }, + { + "examine": "Yup. It's an amulet.", + "durability": null, + "name": "Lathas' amulet", + "archery_ticket_price": "0", + "id": "421", + "equipment_slot": "2" + }, + { + "examine": "Birds love this stuff!", + "durability": null, + "name": "Bird feed", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "422" + }, + { + "examine": "(empty) It's empty... (full) It's full of pigeons.", + "durability": null, + "name": "Pigeon cage", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "424" + }, + { + "examine": "(empty) It's empty... (full) It's full of pigeons.", + "durability": null, + "name": "Pigeon cage", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "425" + }, + { + "ge_buy_limit": "100", + "shop_price": "5", + "examine": "Top half of a priest suit.", + "durability": null, + "weight": "2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "55", + "name": "Priest gown", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "426", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "55", + "durability": null, + "name": "Priest gown", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "427" + }, + { + "ge_buy_limit": "100", + "shop_price": "5", + "examine": "Bottom half of a priest suit.", + "grand_exchange_price": "14", + "durability": null, + "name": "Priest gown", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "428", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,3,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Priest gown", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "429" + }, + { + "remove_sleeves": "true", + "examine": "Medical looking.", + "durability": null, + "name": "Doctors' gown", + "weight": "1", + "archery_ticket_price": "0", + "id": "430", + "equipment_slot": "4" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "archery_ticket_price": "0", + "id": "431" + }, + { + "examine": "Pirates don't have the best handwriting...", + "durability": null, + "name": "Pirate message", + "weight": "1", + "archery_ticket_price": "0", + "id": "433" + }, + { + "ge_buy_limit": "25000", + "examine": "Some hard dry clay.", + "grand_exchange_price": "150", + "durability": null, + "name": "Clay", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "434" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "406", + "durability": null, + "name": "Clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "435" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "80", + "tokkul_price": "4", + "durability": null, + "name": "Copper ore", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "436" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "58", + "durability": null, + "name": "Copper ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "437" + }, + { + "shop_price": "6", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "80", + "tokkul_price": "4", + "durability": null, + "name": "Tin ore", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "438" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "46", + "durability": null, + "name": "Tin ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "439" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "204", + "tokkul_price": "25", + "durability": null, + "name": "Iron ore", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "440" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "396", + "durability": null, + "name": "Iron ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "441" + }, + { + "shop_price": "82", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "180", + "tokkul_price": "112", + "durability": null, + "name": "Silver ore", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "442" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "205", + "durability": null, + "name": "Silver ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "443" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "311", + "tokkul_price": "225", + "durability": null, + "name": "Gold ore", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "444" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "319", + "durability": null, + "name": "Gold ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "445" + }, + { + "examine": "This needs refining.", + "durability": null, + "name": "'perfect' gold ore", + "archery_ticket_price": "0", + "id": "446" + }, + { + "shop_price": "243", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "420", + "tokkul_price": "243", + "durability": null, + "name": "Mithril ore", + "tradeable": "true", + "weight": "1.75", + "archery_ticket_price": "0", + "id": "447" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "369", + "durability": null, + "name": "Mithril ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "448" + }, + { + "shop_price": "1300", + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "1160", + "tokkul_price": "600", + "durability": null, + "name": "Adamantite ore", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "449" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "1622", + "durability": null, + "name": "Adamantite ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "450" + }, + { + "ge_buy_limit": "25000", + "examine": "This needs refining.", + "grand_exchange_price": "10300", + "tokkul_price": "4800", + "durability": null, + "name": "Runite ore", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "451" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "10300", + "durability": null, + "name": "Runite ore", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "452" + }, + { + "ge_buy_limit": "25000", + "examine": "Hmm a non-renewable energy source!", + "grand_exchange_price": "320", + "tokkul_price": "67", + "durability": null, + "name": "Coal", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "453" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "315", + "durability": null, + "name": "Coal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "454" + }, + { + "examine": "The official Alfred Grimhand bar crawl card.", + "durability": null, + "name": "Barcrawl card", + "archery_ticket_price": "0", + "id": "455" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "It's empty!", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.15", + "id": "456" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There is 1 scorpion inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.175", + "id": "457" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 2 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "458" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There is 1 scorpion inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.175", + "id": "459" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 2 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "460" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There is 1 scorpion inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.175", + "id": "461" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 2 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "462" + }, + { + "destroy_message": "You will need to speak to Thormac to get another cage.", + "examine": "There are 3 scorpions inside.", + "durability": null, + "name": "Scorpion cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "weight": "0.225", + "id": "463" + }, + { + "ge_buy_limit": "10000", + "examine": "Found on strange plants that grow around Karamja.", + "grand_exchange_price": "403", + "durability": null, + "name": "Strange fruit", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "464" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "403", + "durability": null, + "name": "Strange fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "465" + }, + { + "shop_price": "1", + "examine": "Useless without the head.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Pickaxe handle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "466", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Pickaxe handle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "467" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "468", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "469" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "470", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "471" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "472", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "473" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "474", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "475" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "476", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "477" + }, + { + "examine": "Nurmof can fix this for me.", + "attack_audios": "2508,0,0,0", + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "478", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "479" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Bronze pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "480" + }, + { + "durability": null, + "name": "Bronze pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "481" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Iron pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "482" + }, + { + "durability": null, + "name": "Iron pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "483" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Steel pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "484" + }, + { + "durability": null, + "name": "Steel pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "485" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Mithril pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "486" + }, + { + "durability": null, + "name": "Mithril pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "487" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Adamant pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "488" + }, + { + "durability": null, + "name": "Adamant pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "489" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Rune pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "490" + }, + { + "durability": null, + "name": "Rune pick head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "491" + }, + { + "examine": "Useless without the head.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "492", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "493" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "494", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "495" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "496", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "497" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "498", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "499" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "500", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "501" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "502", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "503" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "504", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "505" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "506", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "507" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "508" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "509" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "510" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "511" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "512" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "513" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "514" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "515" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "516" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "517" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "518" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "519" + }, + { + "examine": "A piece of ancient goblin axe.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "520" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "521" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted beef", + "archery_ticket_price": "0", + "id": "522" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted rat meat", + "archery_ticket_price": "0", + "id": "523" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted bear meat", + "archery_ticket_price": "0", + "id": "524" + }, + { + "examine": "I don't fancy eating this now.", + "durability": null, + "name": "Enchanted chicken", + "weight": "1", + "archery_ticket_price": "0", + "id": "525" + }, + { + "shop_price": "190", + "ge_buy_limit": "10000", + "grand_exchange_price": "190", + "examine": "Bones are for burying!", + "durability": null, + "name": "Bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "526" + }, + { + "shop_price": "190", + "ge_buy_limit": "10000", + "grand_exchange_price": "190", + "durability": null, + "name": "Bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "527" + }, + { + "ge_buy_limit": "10000", + "examine": "Bones are for burying!", + "grand_exchange_price": "329", + "durability": null, + "name": "Burnt bones", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "528" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "329", + "durability": null, + "name": "Burnt bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "529" + }, + { + "ge_buy_limit": "10000", + "examine": "Ew it's a pile of bones.", + "grand_exchange_price": "354", + "durability": null, + "name": "Bat bones", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "530" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "354", + "durability": null, + "name": "Bat bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "531" + }, + { + "shop_price": "593", + "ge_buy_limit": "10000", + "examine": "Normal: Ew, it's a pile of bones.", + "grand_exchange_price": "593", + "durability": null, + "name": "Big bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "532" + }, + { + "shop_price": "593", + "ge_buy_limit": "10000", + "grand_exchange_price": "593", + "durability": null, + "name": "Big bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "533" + }, + { + "ge_buy_limit": "10000", + "examine": "Ew, it's a pile of bones.", + "grand_exchange_price": "1357", + "durability": null, + "name": "Babydragon bones", + "tradeable": "true", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "534" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1357", + "durability": null, + "name": "Babydragon bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "535" + }, + { + "ge_buy_limit": "10000", + "examine": "These would feed a dog for months!", + "grand_exchange_price": "1300", + "durability": null, + "name": "Dragon bones", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "536" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4065", + "durability": null, + "name": "Dragon bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "537" + }, + { + "ge_buy_limit": "100", + "examine": "Keeps a druid's knees nice and warm.", + "grand_exchange_price": "168", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "538", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "168", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "539" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "I feel closer to the gods when I am wearing this.", + "grand_exchange_price": "328", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "540", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "328", + "durability": null, + "name": "Druid's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "541" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "528", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "542", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "528", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "543" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "1495", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "544", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,6,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1495", + "durability": null, + "name": "Monk's robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "545" + }, + { + "remove_sleeves": "true", + "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", + "durability": null, + "name": "Shade robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "546", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "4" + }, + { + "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", + "durability": null, + "name": "Shade robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "548", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,4,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "Issued by 2009Scape Council to all new citizens.", + "grand_exchange_price": "123", + "durability": null, + "name": "Newcomer map", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "550" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "123", + "durability": null, + "name": "Newcomer map", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "551" + }, + { + "examine": "It lets me talk to ghosts.", + "durability": null, + "name": "Ghostspeak amulet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "552", + "equipment_slot": "2" + }, + { + "destroy_message": "If you get rid of the skull you'll have to search for it again.", + "examine": "Ooooh spooky!", + "durability": null, + "name": "Ghost's skull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "553" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "554" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "555" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "556" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "18", + "tokkul_price": "6", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "557" + }, + { + "shop_price": "17", + "ge_buy_limit": "25000", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "18", + "tokkul_price": "4", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "558" + }, + { + "shop_price": "16", + "ge_buy_limit": "25000", + "examine": "Used for Curse spells", + "grand_exchange_price": "16", + "tokkul_price": "4", + "durability": null, + "name": "Body rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "559" + }, + { + "shop_price": "310", + "ge_buy_limit": "25000", + "examine": "Used for medium missile spells.", + "grand_exchange_price": "320", + "durability": null, + "tokkul_price": "270", + "name": "Death rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "560" + }, + { + "shop_price": "372", + "ge_buy_limit": "25000", + "examine": "Used for alchemy spells.", + "grand_exchange_price": "380", + "durability": null, + "name": "Nature rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "561" + }, + { + "shop_price": "140", + "ge_buy_limit": "25000", + "examine": "Used for small missile spells.", + "grand_exchange_price": "140", + "durability": null, + "tokkul_price": "135", + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "562" + }, + { + "shop_price": "378", + "ge_buy_limit": "25000", + "examine": "Used for teleport spells.", + "grand_exchange_price": "380", + "durability": null, + "name": "Law rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "563" + }, + { + "shop_price": "232", + "ge_buy_limit": "25000", + "examine": "Used for enchant spells.", + "grand_exchange_price": "240", + "durability": null, + "name": "Cosmic rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "564" + }, + { + "shop_price": "550", + "ge_buy_limit": "25000", + "examine": "Used for large missile spells.", + "grand_exchange_price": "560", + "durability": null, + "name": "Blood rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "565" + }, + { + "shop_price": "400", + "ge_buy_limit": "25000", + "examine": "Used for high level curse spells.", + "grand_exchange_price": "420", + "durability": null, + "name": "Soul rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "566" + }, + { + "ge_buy_limit": "5000", + "examine": "I'd prefer it if it was powered.", + "grand_exchange_price": "561", + "durability": null, + "name": "Unpowered orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "567" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "561", + "durability": null, + "name": "Unpowered orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "568" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2346", + "durability": null, + "name": "Fire orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "569" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2346", + "durability": null, + "name": "Fire orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "570" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2024", + "durability": null, + "name": "Water orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "571" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2024", + "durability": null, + "name": "Water orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "572" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2162", + "durability": null, + "name": "Air orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "573" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2162", + "durability": null, + "name": "Air orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "574" + }, + { + "ge_buy_limit": "5000", + "examine": "A magic glowing orb.", + "grand_exchange_price": "2208", + "durability": null, + "name": "Earth orb", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "575" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2208", + "durability": null, + "name": "Earth orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "576" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "I can do magic better in this.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1840", + "name": "Wizard robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "577", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1840", + "durability": null, + "name": "Wizard robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "578" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.45", + "equipment_slot": "0", + "grand_exchange_price": "361", + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "579", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "grand_exchange_price": "361", + "durability": null, + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "580" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "I can do magic better in this.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1364", + "name": "Black robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "581", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1364", + "durability": null, + "name": "Black robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "582" + }, + { + "shop_price": "10", + "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "583" + }, + { + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "584" + }, + { + "shop_price": "10", + "examine": "Empty: It's a bailing bucket. Full: It's a bailing bucket full of salty water.", + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "585" + }, + { + "durability": null, + "name": "Bailing bucket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "586" + }, + { + "examine": "A strange glowing green orb.", + "durability": null, + "name": "Orb of protection", + "weight": "1", + "archery_ticket_price": "0", + "id": "587" + }, + { + "examine": "Two strange glowing green orbs.", + "durability": null, + "name": "Orbs of protection", + "archery_ticket_price": "0", + "id": "588" + }, + { + "examine": "It's an amulet of protection given to me by the Gnomes.", + "durability": null, + "name": "Gnome amulet", + "archery_ticket_price": "0", + "id": "589", + "bonuses": "0,0,0,0,0,13,13,13,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "shop_price": "1", + "ge_buy_limit": "5000", + "examine": "Useful for lighting a fire.", + "grand_exchange_price": "118", + "durability": null, + "name": "Tinderbox", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "590" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "118", + "durability": null, + "name": "Tinderbox", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "591" + }, + { + "ge_buy_limit": "10000", + "examine": "A heap of ashes.", + "grand_exchange_price": "368", + "durability": null, + "name": "Ashes", + "tradeable": "true", + "weight": "0.056", + "archery_ticket_price": "0", + "id": "592" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "368", + "durability": null, + "name": "Ashes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "593" + }, + { + "examine": "A lit home-made torch.", + "durability": null, + "name": "Lit torch", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "594" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An unlit home-made torch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Unlit torch", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "596" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Unlit torch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "597" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.", + "grand_exchange_price": "162", + "durability": null, + "name": "Bronze fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "598", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "100", + "examine": "A book on the history of astronomy in 2009Scape.", + "grand_exchange_price": "658", + "durability": null, + "name": "Astronomy book", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "600" + }, + { + "destroy_message": "You'll have to find another, down in the dungeon.", + "examine": "A small key for a large door.", + "durability": null, + "name": "Goblin kitchen key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "601" + }, + { + "destroy_message": "You'll have to get another down in the Dungeon", + "examine": "An unusual clay mould in the shape of a disc.", + "durability": null, + "name": "Lens mould", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "602" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A perfectly circular disc of glass.", + "durability": null, + "name": "Observatory lens", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "603" + }, + { + "shop_price": "160", + "examine": "A slender bone shard given to you by Zadimus.", + "durability": null, + "name": "Bone shard", + "archery_ticket_price": "0", + "id": "604" + }, + { + "shop_price": "100", + "examine": "A key fashioned from a shard of bone. (Shilo Village)", + "durability": null, + "name": "Bone key", + "archery_ticket_price": "0", + "id": "605" + }, + { + "examine": "A stone plaque with carved letters in it.", + "durability": null, + "name": "Stone-plaque", + "archery_ticket_price": "0", + "id": "606" + }, + { + "examine": "An ancient tattered scroll.", + "durability": null, + "name": "Tattered scroll", + "archery_ticket_price": "0", + "id": "607" + }, + { + "shop_price": "100", + "examine": "An ancient crumpled scroll.", + "durability": null, + "name": "Crumpled scroll", + "archery_ticket_price": "0", + "id": "608" + }, + { + "examine": "The remains of the Zombie Queen.", + "durability": null, + "name": "Rashiliyia corpse", + "archery_ticket_price": "0", + "id": "609" + }, + { + "examine": "The remains of Zadimus.", + "durability": null, + "name": "Zadimus corpse", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "610" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "611" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "612" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "613" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "614" + }, + { + "examine": "A magical crystal sphere.", + "durability": null, + "name": "Locating crystal", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "615" + }, + { + "destroy_message": "You made the beads of the dead during the Shilo Village quest. You can get another from Yanni Salika in Shilo Village for 1200 gold.", + "shop_price": "1200", + "examine": "A curious looking neck ornament.", + "durability": null, + "name": "Beads of the dead", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "616", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,1,0,0", + "equipment_slot": "2" + }, + { + "bankable": "false", + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "617" + }, + { + "examine": "Beads carved out of a bone.", + "durability": null, + "name": "Bone beads", + "archery_ticket_price": "0", + "id": "618" + }, + { + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer Inn.", + "durability": null, + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "619" + }, + { + "shop_price": "35", + "examine": "Allows you to rest in the luxurious Paramayer Inn.", + "durability": null, + "name": "Paramaya ticket", + "archery_ticket_price": "0", + "id": "620" + }, + { + "examine": "Sold in Shilo Village for passage on the 'Lady of the Waves'.", + "durability": null, + "name": "Ship ticket", + "archery_ticket_price": "0", + "id": "621" + }, + { + "examine": "An ivory sword pommel.", + "durability": null, + "name": "Sword pommel", + "archery_ticket_price": "0", + "id": "623" + }, + { + "examine": "Notes taken from the tomb of Bervirius.", + "durability": null, + "name": "Bervirius notes", + "archery_ticket_price": "0", + "id": "624" + }, + { + "examine": "A decorated belt used to trade information between distant villages.", + "durability": null, + "name": "Wampum belt", + "archery_ticket_price": "0", + "id": "625" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and pink.", + "grand_exchange_price": "558", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "626", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "558", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "627" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and green.", + "grand_exchange_price": "397", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "628", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "397", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "629" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and blue.", + "grand_exchange_price": "612", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "630", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "612", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "631" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and cream.", + "grand_exchange_price": "496", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "632", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "496", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "633" + }, + { + "ge_buy_limit": "100", + "shop_price": "200", + "examine": "They're soft, silky and turquoise.", + "grand_exchange_price": "226", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "634", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "226", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "635" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in pink.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "265", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "636", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "265", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "637" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in green.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "235", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "638", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "235", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "639" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in blue.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "447", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "640", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "447", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "641" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in cream.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "396", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "642", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "396", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "643" + }, + { + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "The ultimate in gnome design, now in turquoise.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "70", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "644", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "70", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "645" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for pink.", + "grand_exchange_price": "249", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "646", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "249", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "647" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for green.", + "grand_exchange_price": "210", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "648", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "210", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "649" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for blue.", + "grand_exchange_price": "453", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "650", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "453", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "651" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for cream.", + "grand_exchange_price": "348", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "652", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "348", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "653" + }, + { + "ge_buy_limit": "100", + "shop_price": "180", + "examine": "Made by tree gnomes with a thing for turquoise.", + "grand_exchange_price": "92", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "654", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "655" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "677", + "examine": "A silly, pink pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "656", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "677", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "657" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "480", + "examine": "A silly, green pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "658", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "480", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "659" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "examine": "A silly, blue pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "660", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "661" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1102", + "examine": "A silly, cream pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "662", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1102", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "663" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "295", + "examine": "A silly, turquoise pointed hat.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.4", + "hat": "true", + "id": "664", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "295", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "665" + }, + { + "examine": "Picture of a posing Paladin.", + "durability": null, + "name": "Portrait", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "666" + }, + { + "turn90cw_anim": "821", + "examine": "A Faladian Knight's sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "292", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "stand_anim": "809", + "attack_audios": "2500,2500,2517,2500", + "name": "Blurite sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "667", + "stand_turn_anim": "823", + "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,10,0,0,0" + }, + { + "examine": "Definitely blue.", + "durability": null, + "name": "Blurite ore", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "668" + }, + { + "examine": "A receptacle for specimens!", + "durability": null, + "name": "Specimen jar", + "archery_ticket_price": "0", + "id": "669" + }, + { + "examine": "A small brush used to clean rock samples.", + "durability": null, + "name": "Specimen brush", + "archery_ticket_price": "0", + "id": "670" + }, + { + "examine": "A carefully-kept-safe skull sample.", + "durability": null, + "name": "Animal skull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "671" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A special cup.", + "durability": null, + "name": "Special cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "672" + }, + { + "examine": "A lucky mascot.", + "durability": null, + "name": "Teddy", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "673" + }, + { + "examine": "A roughly shaped piece of rock.", + "durability": null, + "name": "Cracked sample", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "674" + }, + { + "examine": "A small pick for digging.", + "durability": null, + "name": "Rock pick", + "archery_ticket_price": "0", + "id": "675", + "equipment_slot": "3" + }, + { + "examine": "Used for digging!", + "durability": null, + "name": "Trowel", + "archery_ticket_price": "0", + "id": "676" + }, + { + "examine": "An empty tray for panning.", + "durability": null, + "name": "Panning tray", + "archery_ticket_price": "0", + "id": "677" + }, + { + "examine": "This tray contains gold nuggets.", + "durability": null, + "name": "Panning tray", + "archery_ticket_price": "0", + "id": "678" + }, + { + "examine": "This tray contains mud.", + "durability": null, + "name": "Panning tray", + "archery_ticket_price": "0", + "id": "679" + }, + { + "examine": "Pure, lovely gold!", + "durability": null, + "name": "Nuggets", + "archery_ticket_price": "0", + "id": "680" + }, + { + "examine": "An unusual symbol as yet unidentified by the archaeological expert.", + "durability": null, + "name": "Ancient talisman", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "681" + }, + { + "examine": "A letter waiting to be stamped.", + "durability": null, + "name": "Unstamped letter", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "682" + }, + { + "examine": "A sealed letter of recommendation.", + "durability": null, + "name": "Sealed letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "683" + }, + { + "examine": "Used to hold up trousers!", + "durability": null, + "name": "Belt buckle", + "weight": "1", + "archery_ticket_price": "0", + "id": "684" + }, + { + "examine": "Phew!", + "durability": null, + "name": "Old boot", + "archery_ticket_price": "0", + "id": "685" + }, + { + "examine": "A decent-enough weapon gone rusty.", + "durability": null, + "name": "Rusty sword", + "weight": "2", + "archery_ticket_price": "0", + "id": "686" + }, + { + "examine": "This must have been shot at high speed.", + "durability": null, + "name": "Broken arrow", + "archery_ticket_price": "0", + "id": "687" + }, + { + "examine": "Not Dick Whittington's helper at all!", + "durability": null, + "name": "Buttons", + "archery_ticket_price": "0", + "id": "688" + }, + { + "examine": "I pity the poor person beaten with this!", + "attack_audios": "2555,0,0,0", + "durability": null, + "name": "Broken staff", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "689" + }, + { + "examine": "Smashed glass.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "690" + }, + { + "examine": "The owner has passed Earth Sciences Level 1 exam.", + "durability": null, + "name": "Level 1 certificate", + "archery_ticket_price": "0", + "id": "691" + }, + { + "examine": "The owner has passed Earth Sciences Level 2 exam.", + "durability": null, + "name": "Level 2 certificate", + "archery_ticket_price": "0", + "id": "692" + }, + { + "examine": "The owner has passed Earth Sciences Level 3 exam.", + "durability": null, + "name": "Level 3 certificate", + "archery_ticket_price": "0", + "id": "693" + }, + { + "examine": "Smashing!", + "durability": null, + "name": "Ceramic remains", + "archery_ticket_price": "0", + "id": "694" + }, + { + "examine": "Now, if I could just find a tooth fairy to sell this to...", + "durability": null, + "name": "Old tooth", + "archery_ticket_price": "0", + "id": "695" + }, + { + "examine": "A letter inviting me to use the private digging shafts.", + "durability": null, + "name": "Invitation letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "696" + }, + { + "examine": "It would be hard to repair this!", + "durability": null, + "name": "Damaged armour", + "weight": "7.75", + "archery_ticket_price": "0", + "id": "697" + }, + { + "examine": "Armour left over from a great fight.", + "durability": null, + "name": "Broken armour", + "weight": "8", + "archery_ticket_price": "0", + "id": "698" + }, + { + "examine": "An old stone slab with writing on it.", + "durability": null, + "name": "Stone tablet", + "archery_ticket_price": "0", + "id": "699" + }, + { + "examine": "An acrid chemical.", + "durability": null, + "name": "Chemical powder", + "archery_ticket_price": "0", + "id": "700" + }, + { + "examine": "An acrid chemical.", + "durability": null, + "name": "Ammonium nitrate", + "archery_ticket_price": "0", + "id": "701" + }, + { + "examine": "A strong chemical.", + "durability": null, + "name": "Unidentified liquid", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "702" + }, + { + "shop_price": "1", + "examine": "A strong chemical.", + "durability": null, + "name": "Nitroglycerin", + "weight": "1", + "archery_ticket_price": "0", + "id": "703" + }, + { + "examine": "Charcoal - crushed to small pieces!", + "durability": null, + "name": "Ground charcoal", + "archery_ticket_price": "0", + "id": "704" + }, + { + "shop_price": "1", + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Mixed chemicals", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "705" + }, + { + "shop_price": "1", + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Mixed chemicals", + "weight": "0.035", + "archery_ticket_price": "0", + "id": "706" + }, + { + "examine": "A mixture of strong chemicals.", + "durability": null, + "name": "Chemical compound", + "weight": "0.035", + "archery_ticket_price": "0", + "id": "707" + }, + { + "examine": "The root of an arcenia plant.", + "durability": null, + "name": "Arcenia root", + "archery_ticket_price": "0", + "id": "708" + }, + { + "examine": "An unusually shaped vase. You can see something glinting inside.", + "durability": null, + "name": "Vase", + "archery_ticket_price": "0", + "id": "710" + }, + { + "examine": "It's about chemicals, judging from its cover.", + "durability": null, + "name": "Book on chemicals", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "711" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "712" + }, + { + "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", + "durability": null, + "name": "Radimus notes", + "archery_ticket_price": "0", + "id": "714" + }, + { + "examine": "Notes given to you by Radimus Erkle, it includes a partially completed map.", + "durability": null, + "name": "Radimus notes", + "archery_ticket_price": "0", + "id": "715" + }, + { + "examine": "It makes a loud but interesting sound when swung in the air.", + "durability": null, + "name": "Bull roarer", + "archery_ticket_price": "0", + "id": "716" + }, + { + "examine": "A scrawled note with spidery writing on it.", + "durability": null, + "name": "Scrawled note", + "archery_ticket_price": "0", + "id": "717" + }, + { + "examine": "A scrawled note with spidery writing on it.", + "durability": null, + "name": "A scribbled note", + "archery_ticket_price": "0", + "id": "718" + }, + { + "examine": "A scrawled note with spidery writing on it.", + "durability": null, + "name": "Scrumpled note", + "archery_ticket_price": "0", + "id": "719" + }, + { + "examine": "A rough sketch of a bowl shaped vessel given to you by Gujuo.", + "durability": null, + "name": "Sketch", + "archery_ticket_price": "0", + "id": "720" + }, + { + "examine": "A specially made bowl constructed out of pure gold.", + "durability": null, + "name": "Gold bowl", + "archery_ticket_price": "0", + "id": "721" + }, + { + "examine": "A specially made bowl constructed out of pure gold and blessed.", + "durability": null, + "name": "Blessed gold bowl", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "722" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "723" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "724" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "725" + }, + { + "examine": "A blessed golden bowl. It has pure sacred water in it.", + "durability": null, + "name": "Golden bowl", + "weight": "1", + "archery_ticket_price": "0", + "id": "726" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "weight": "0.012", + "archery_ticket_price": "0", + "id": "727" + }, + { + "examine": "One of nature's pipes.", + "durability": null, + "name": "Hollow reed", + "weight": "0.012", + "archery_ticket_price": "0", + "id": "728" + }, + { + "examine": "It looks like the Shamans personal notes...", + "durability": null, + "name": "Shamans tome", + "archery_ticket_price": "0", + "id": "729" + }, + { + "examine": "An ancient tome on Demonology.", + "durability": null, + "name": "Binding book", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "730" + }, + { + "shop_price": "160", + "examine": "An enchanted empty glass vial.", + "durability": null, + "name": "Enchanted vial", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "731" + }, + { + "examine": "A vial of holy water, good against certain demons.", + "durability": null, + "name": "Holy water", + "archery_ticket_price": "0", + "id": "732", + "weapon_interface": "18", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,24", + "equipment_slot": "3" + }, + { + "examine": "Fragments of a broken container.", + "durability": null, + "name": "Smashed glass", + "archery_ticket_price": "0", + "id": "733" + }, + { + "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", + "durability": null, + "name": "Yommi tree seeds", + "archery_ticket_price": "0", + "id": "735" + }, + { + "examine": "These need to be germinated before they can be used. / These are germinated and ready to be planted in fertile soil.", + "durability": null, + "name": "Yommi tree seeds", + "archery_ticket_price": "0", + "id": "736" + }, + { + "examine": "A Snakeweed mixture, needs another ingredient.", + "durability": null, + "name": "Snakeweed mixture", + "weight": "1", + "archery_ticket_price": "0", + "id": "737" + }, + { + "examine": "It's a mixture of ardrigal and water. Needs another ingredient.", + "durability": null, + "name": "Ardrigal mixture", + "archery_ticket_price": "0", + "id": "738" + }, + { + "examine": "A bravery potion for which Gujuo gave you the details, let's hope it works.", + "durability": null, + "name": "Bravery potion", + "archery_ticket_price": "0", + "id": "739" + }, + { + "shop_price": "160", + "examine": "A silly, blue pointed hat.", + "grand_exchange_price": "472", + "durability": null, + "name": "Blue hat", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "hat": "true", + "id": "740", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "It looks like it's been snapped off of something.", + "durability": null, + "name": "Chunk of crystal", + "archery_ticket_price": "0", + "id": "741" + }, + { + "examine": "It looks like it's been snapped off of something.", + "durability": null, + "name": "Hunk of crystal", + "archery_ticket_price": "0", + "id": "742" + }, + { + "examine": "It looks like it's been snapped off of something.", + "durability": null, + "name": "Lump of crystal", + "archery_ticket_price": "0", + "id": "743" + }, + { + "examine": "A heart shaped crystal.", + "durability": null, + "name": "Heart crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "744" + }, + { + "examine": "A heart shaped crystal.", + "durability": null, + "name": "Heart crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "745" + }, + { + "examine": "A black obsidian dagger, it has a strange aura about it.", + "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", + "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", + "attack_anims": "400,400,400,400", + "attack_audios": "2517,2517,2500,2517", + "name": "Glowing dagger", + "archery_ticket_price": "0", + "id": "747", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,0,0,0,0" + }, + { + "examine": "A powerful spell for good.", + "durability": null, + "name": "Holy force", + "archery_ticket_price": "0", + "id": "748" + }, + { + "examine": "A well carved totem pole made from the trunk of a Yommi tree.", + "durability": null, + "name": "Yommi totem", + "weight": "3", + "archery_ticket_price": "0", + "id": "749" + }, + { + "examine": "A gilded totem pole from the Kharazi tribe.", + "durability": null, + "name": "Gilded totem", + "archery_ticket_price": "0", + "id": "750" + }, + { + "examine": "A common gnomeball, obtained by playing gnomeball.", + "durability": null, + "name": "Gnomeball", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "751", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Gnomeball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "752" + }, + { + "ge_buy_limit": "100", + "examine": "Poisonous berries.", + "grand_exchange_price": "42", + "durability": null, + "name": "Cadava berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "753" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "42", + "durability": null, + "name": "Cadava berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "754" + }, + { + "shop_price": "1", + "examine": "This potion will most certainly almost kill you.", + "durability": null, + "name": "Cadava potion", + "archery_ticket_price": "0", + "id": "756" + }, + { + "examine": "Phoenix Gang weapon store key.", + "durability": null, + "name": "Weapon store key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "759" + }, + { + "durability": null, + "name": "Weapon store key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "760" + }, + { + "destroy_message": "You'll have to kill Jonny the beard in order to get another one.", + "examine": "An intelligence report.", + "durability": null, + "name": "Intel report", + "destroy": "true", + "archery_ticket_price": "0", + "id": "761" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Half of the Shield of Arrav.", + "durability": null, + "name": "Broken shield", + "destroy": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "763" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Half of the Shield of Arrav.", + "durability": null, + "name": "Broken shield", + "destroy": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "765" + }, + { + "turn90cw_anim": "821", + "examine": "Second-rate crossbow, former property of the Phoenix Gang.", + "walk_anim": "4226", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Phoenix crossbow", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "767", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Phoenix crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "768" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Entrance certificate to the Imperial Guard.", + "durability": null, + "name": "Certificate", + "archery_ticket_price": "0", + "id": "769" + }, + { + "destroy_message": "You can get another branch if you chop the dramen tree underneath Entrana again.", + "examine": "A limb of the fabled Dramen tree.", + "durability": null, + "name": "Dramen branch", + "tradeable": "false", + "destroy": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "771" + }, + { + "turn90cw_anim": "1207", + "examine": "Crafted from a Dramen tree branch.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Dramen staff", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "772", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "examine": "A perfect ruby ring.", + "durability": null, + "name": "'perfect' ring", + "archery_ticket_price": "0", + "id": "773", + "equipment_slot": "12" + }, + { + "examine": "A perfect ruby necklace.", + "durability": null, + "name": "'perfect' necklace", + "archery_ticket_price": "0", + "id": "774", + "equipment_slot": "2" + }, + { + "destroy_message": "You can obtain another set of Cooking gauntlets from Dimintheis.", + "examine": "These gauntlets empower with a greater ability to cook fish.", + "durability": null, + "name": "Cooking gauntlets", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "775", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "You can obtain another set of Goldsmith gauntlets from Dimintheis.", + "examine": "These gauntlets empower the bearer whilst making gold.", + "durability": null, + "name": "Goldsmith gauntlets", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "776", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "You can obtain another set of Chaos gauntlets from Dimintheis.", + "examine": "These gauntlets empower spell casters.", + "durability": null, + "name": "Chaos gauntlets", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "777", + "bonuses": "2,2,2,0,0,8,9,7,0,0,3,2,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "My reward for assisting the Fitzharmon family.", + "durability": null, + "name": "Family gauntlets", + "weight": "1", + "archery_ticket_price": "0", + "id": "778", + "bonuses": "2,2,2,0,0,8,9,7,0,0,0,2,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "A fragment of the Fitzharmon family crest.", + "durability": null, + "name": "Crest part", + "archery_ticket_price": "0", + "id": "779" + }, + { + "examine": "A fragment of the Fitzharmon family crest.", + "durability": null, + "name": "Crest part", + "archery_ticket_price": "0", + "id": "780" + }, + { + "examine": "A fragment of the Fitzharmon family crest.", + "durability": null, + "name": "Crest part", + "archery_ticket_price": "0", + "id": "781" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A sample of the bark from the Grand Tree.", + "durability": null, + "name": "Bark sample", + "archery_ticket_price": "0", + "id": "783" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A book to translate the ancient gnome language into English.", + "durability": null, + "name": "Translation book", + "archery_ticket_price": "0", + "id": "784" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Perhaps I should read it and see what Glough is up to!", + "durability": null, + "name": "Glough's journal", + "archery_ticket_price": "0", + "id": "785" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Hazelmere wrote something down on this scroll.", + "durability": null, + "name": "Hazelmere's scroll", + "archery_ticket_price": "0", + "id": "786" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An order from the Karamja shipyard.", + "durability": null, + "name": "Lumber order", + "archery_ticket_price": "0", + "id": "787" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "The key to Glough's chest.", + "durability": null, + "name": "Glough's key", + "weight": "1", + "archery_ticket_price": "0", + "id": "788" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "789" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "790" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "791" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Twigs bound together in the shape of a (Z/U/T/O).", + "durability": null, + "name": "Twigs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "792" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An ancient rock with strange magical properties.", + "durability": null, + "name": "Daconia rock", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "793" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "These are plans for an invasion!", + "durability": null, + "name": "Invasion plans", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "794" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A model of a Karamja warship", + "durability": null, + "name": "War ship", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "795" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "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", + "id": "800", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,5" + }, + { + "shop_price": "13", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "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", + "id": "801", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,5}", + "shop_price": "38", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "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", + "id": "802", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,11" + }, + { + "requirements": "{4,20}", + "shop_price": "105", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "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", + "id": "803", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,16" + }, + { + "requirements": "{4,30}", + "shop_price": "262", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "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", + "id": "804", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,23" + }, + { + "requirements": "{4,40}", + "shop_price": "698", + "ge_buy_limit": "1000", + "examine": "A finely balanced throwing axe.", + "has_special": "true", + "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", + "id": "805", + "bonuses": "0,0,0,0,26,0,0,0,0,0,0,0,0,0,36" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "53", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "806", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "59", + "attack_audios": "2547,0,0,0", + "name": "Iron dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "807", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "50", + "attack_audios": "2547,0,0,0", + "name": "Steel dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "808", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "68", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "809", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "96", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "810", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "122", + "attack_audios": "2547,0,0,0", + "name": "Rune dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "811", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "812", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "813", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "75", + "attack_audios": "2547,0,0,0", + "name": "Steel dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "814", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "65", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "815", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "75", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "816", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "110", + "attack_audios": "2547,0,0,0", + "name": "Rune dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "817", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Poisoned dart(p)", + "archery_ticket_price": "0", + "id": "818", + "equip_audio": "2244", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of bronze - needs feathers for flight.", + "grand_exchange_price": "24", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Bronze dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "819" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of iron - needs feathers for flight.", + "grand_exchange_price": "19", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Iron dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "820" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of steel - needs feathers for flight.", + "grand_exchange_price": "66", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Steel dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "821" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of mithril - needs feathers for flight.", + "grand_exchange_price": "97", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Mithril dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "822" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of adamantite - needs feathers for flight.", + "grand_exchange_price": "212", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Adamant dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "823" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dart tip made of runite - needs feathers for flight.", + "grand_exchange_price": "498", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Rune dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "824" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "6", + "name": "Bronze javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "825", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "2", + "name": "Iron javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "826", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Steel javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "827", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" + }, + { + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "25", + "name": "Mithril javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "828", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "51", + "name": "Adamant javelin", + "tradeable": "true", + "archery_ticket_price": "100", + "id": "829", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" + }, + { + "requirements": "{4,40}", + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "186", + "name": "Rune javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "830", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Bronze javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "831", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "19", + "name": "Iron javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "832", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "34", + "name": "Steel javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "833", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" + }, + { + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "44", + "name": "Mithril javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "834", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "shop_price": "100", + "ge_buy_limit": "1000", + "examine": "An adamant tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "88", + "name": "Adamant javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "835", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" + }, + { + "requirements": "{4,40}", + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "256", + "name": "Rune javelin(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "836", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "This fires crossbow bolts.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "276", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "837", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0", + "shop_price": "70", + "durability": null, + "weight": "8", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Crossbow" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "276", + "durability": null, + "name": "Crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "838" + }, + { + "ge_buy_limit": "5000", + "turn90cw_anim": "821", + "examine": "A nice sturdy bow.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "55", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "839", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", + "shop_price": "80", + "durability": null, + "weight": "1.8", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "1", + "attack_audios": "2700,0,0,0", + "name": "Longbow" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "55", + "durability": null, + "name": "Longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "840" + }, + { + "ge_buy_limit": "5000", + "turn90cw_anim": "821", + "examine": "A shortbow made of wood.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "79", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "841", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0", + "shop_price": "50", + "durability": null, + "weight": "1.33", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "1", + "attack_audios": "2700,0,0,0", + "name": "Shortbow" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "79", + "durability": null, + "name": "Shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "842" + }, + { + "requirements": "{4,5}", + "shop_price": "164", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of oak, still effective.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "54", + "attack_audios": "2700,0,0,0", + "name": "Oak shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "843", + "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "54", + "durability": null, + "name": "Oak shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "844" + }, + { + "requirements": "{4,5}", + "shop_price": "160", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of oak.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "132", + "attack_audios": "2700,0,0,0", + "name": "Oak longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "845", + "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "132", + "durability": null, + "name": "Oak longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "846" + }, + { + "requirements": "{4,20}", + "shop_price": "320", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of willow.", + "durability": null, + "weight": "1.5", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "132", + "attack_audios": "2700,0,0,0", + "name": "Willow longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "847", + "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "132", + "durability": null, + "name": "Willow longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "848" + }, + { + "requirements": "{4,20}", + "shop_price": "200", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of willow, still effective.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "106", + "attack_audios": "2700,0,0,0", + "name": "Willow shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "849", + "bonuses": "0,0,0,0,20,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "106", + "durability": null, + "name": "Willow shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "850" + }, + { + "requirements": "{4,30}", + "shop_price": "640", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of maple.", + "durability": null, + "weight": "1.8", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "320", + "attack_audios": "2700,0,0,0", + "name": "Maple longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "851", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "320", + "durability": null, + "name": "Maple longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "852" + }, + { + "requirements": "{4,30}", + "shop_price": "400", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of maple, still effective.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "290", + "attack_audios": "2700,0,0,0", + "name": "Maple shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "853", + "bonuses": "0,0,0,0,29,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "290", + "durability": null, + "name": "Maple shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "854" + }, + { + "requirements": "{4,40}", + "shop_price": "674", + "ge_buy_limit": "5000", + "examine": "A nice sturdy bow made out of yew.", + "durability": null, + "weight": "1.8", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "706", + "attack_audios": "2700,0,0,0", + "name": "Yew longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "855", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "706", + "durability": null, + "name": "Yew longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "856" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "5000", + "examine": "A shortbow made out of yew, still effective.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "422", + "attack_audios": "2700,0,0,0", + "name": "Yew shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "857", + "bonuses": "0,0,0,0,47,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "422", + "durability": null, + "name": "Yew shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "858" + }, + { + "requirements": "{4,50}", + "shop_price": "1270", + "ge_buy_limit": "5000", + "examine": "A nice sturdy magical bow.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "1437", + "attack_audios": "2700,0,0,0", + "name": "Magic longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "859", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1437", + "durability": null, + "name": "Magic longbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "860" + }, + { + "requirements": "{4,50}", + "shop_price": "5600", + "ge_buy_limit": "5000", + "examine": "Short and magical, but still effective.", + "has_special": "true", + "durability": null, + "weight": "1.3", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2244", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "959", + "attack_audios": "2700,0,0,0", + "name": "Magic shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "861", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "959", + "durability": null, + "name": "Magic shortbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "862" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "87", + "attack_audios": "2704,0,0,0", + "name": "Iron knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "863", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "73", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "864", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "136", + "attack_audios": "2704,0,0,0", + "name": "Steel knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "865", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "201", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "866", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "421", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "867", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1132", + "attack_audios": "2704,0,0,0", + "name": "Rune knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "868", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "95", + "attack_audios": "2704,0,0,0", + "name": "Black knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "869", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "73", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "870", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "88", + "attack_audios": "2704,0,0,0", + "name": "Iron knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "871", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "124", + "attack_audios": "2704,0,0,0", + "name": "Steel knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "872", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "226", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "873", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "69", + "attack_audios": "2704,0,0,0", + "name": "Black knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "874", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "503", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "875", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1374", + "attack_audios": "2704,0,0,0", + "name": "Rune knife(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "876", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "12", + "durability": null, + "name": "Bronze bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "877", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "38", + "durability": null, + "name": "Bronze bolts(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "878", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "25000", + "examine": "Opal tipped bronze crossbow bolts", + "grand_exchange_price": "5", + "durability": null, + "name": "Opal bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "879", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "ge_buy_limit": "25000", + "examine": "Pearl tipped Iron crossbow bolts.", + "grand_exchange_price": "32", + "durability": null, + "name": "Pearl bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "880", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", + "equipment_slot": "13" + }, + { + "shop_price": "80", + "ge_buy_limit": "10000", + "examine": "Great if you have a crossbow!", + "grand_exchange_price": "42", + "durability": null, + "name": "Barbed bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "881", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,12", + "equipment_slot": "13" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "10", + "durability": null, + "name": "Bronze arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "882", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "39", + "durability": null, + "name": "Bronze arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "883", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "10", + "durability": null, + "name": "Iron arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "884", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "41", + "durability": null, + "name": "Iron arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "885", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "25", + "durability": null, + "name": "Steel arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "886", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "69", + "durability": null, + "name": "Steel arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "887", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "30", + "durability": null, + "name": "Mithril arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "888", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "69", + "durability": null, + "name": "Mithril arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "889", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "111", + "durability": null, + "name": "Adamant arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "890", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "109", + "durability": null, + "name": "Adamant arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "891", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "212", + "durability": null, + "name": "Rune arrow", + "tradeable": "true", + "archery_ticket_price": "40", + "id": "892", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "257", + "durability": null, + "name": "Rune arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "893", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with bronze heads and oil-soaked cloth. lit: An easy to make, bronze-headed fire arrow.", + "grand_exchange_price": "228", + "durability": null, + "name": "Bronze fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "942", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "shop_price": "0", + "examine": "Ugh! It's wriggling!", + "durability": null, + "name": "Worm", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "943" + }, + { + "durability": null, + "name": "Worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "944" + }, + { + "durability": null, + "name": "Throwing rope", + "archery_ticket_price": "0", + "id": "945", + "equipment_slot": "3" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "32", + "durability": null, + "name": "Knife", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "946" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "32", + "durability": null, + "name": "Knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "947" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "This would make warm clothing.", + "grand_exchange_price": "9", + "durability": null, + "name": "Bear fur", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "948" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9", + "durability": null, + "name": "Bear fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "949" + }, + { + "shop_price": "21", + "ge_buy_limit": "100", + "examine": "It's a sheet of silk.", + "grand_exchange_price": "27", + "durability": null, + "name": "Silk", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "950" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27", + "durability": null, + "name": "Silk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "951" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A slightly muddy spade. / Popular with farmers and treasure hunters.", + "grand_exchange_price": "117", + "durability": null, + "name": "Spade", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "952" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Spade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "953" + }, + { + "shop_price": "18", + "ge_buy_limit": "100", + "examine": "A coil of rope.", + "grand_exchange_price": "96", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "954" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "96", + "durability": null, + "name": "Rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "955" + }, + { + "examine": "Get your axes from Bob's Axes.", + "durability": null, + "name": "Flier", + "archery_ticket_price": "0", + "id": "956" + }, + { + "shop_price": "70", + "ge_buy_limit": "100", + "examine": "This would make warm clothing.", + "grand_exchange_price": "34", + "durability": null, + "name": "Grey wolf fur", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "958" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34", + "durability": null, + "name": "Grey wolf fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "959" + }, + { + "shop_price": "100", + "ge_buy_limit": "10000", + "examine": "A plank of wood!", + "grand_exchange_price": "234", + "durability": null, + "name": "Plank", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "960" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "234", + "durability": null, + "name": "Plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "961" + }, + { + "ge_buy_limit": "2", + "examine": "I need to pull this.", + "grand_exchange_price": "15", + "durability": null, + "name": "Christmas cracker", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "962" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1900000000", + "durability": null, + "name": "Christmas cracker", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "963" + }, + { + "examine": "A fraction of a roof.", + "durability": null, + "name": "Tile", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "966" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "Used for making notes.", + "grand_exchange_price": "153", + "durability": null, + "name": "Papyrus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "970" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "153", + "durability": null, + "name": "Papyrus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "971" + }, + { + "shop_price": "15", + "examine": "Used for making notes.", + "grand_exchange_price": "163", + "durability": null, + "name": "Papyrus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "972" + }, + { + "shop_price": "45", + "ge_buy_limit": "100", + "examine": "A lump of charcoal.", + "grand_exchange_price": "272", + "durability": null, + "name": "Charcoal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "973" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "272", + "durability": null, + "name": "Charcoal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "974" + }, + { + "shop_price": "52", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "grand_exchange_price": "619", + "name": "Machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "975", + "bonuses": "0,6,-2,0,0,0,0,0,0,0,0,5,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "619", + "durability": null, + "name": "Machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "976" + }, + { + "durability": null, + "name": "Cooking pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "978" + }, + { + "shop_price": "10", + "ge_buy_limit": "2", + "examine": "Used to get out of Thordur's blackhole.", + "grand_exchange_price": "298000000", + "durability": null, + "name": "Disk of returning", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "981" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "298000000", + "durability": null, + "name": "Disk of returning", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "982" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "A key found on the floor of Edgeville Dungeon.", + "grand_exchange_price": "547", + "durability": null, + "name": "Brass key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "983" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "547", + "durability": null, + "name": "Brass key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "984" + }, + { + "ge_buy_limit": "100", + "examine": "The tooth end of the mysterious Crystal key. Can you find the other half?", + "grand_exchange_price": "24900", + "durability": null, + "name": "Tooth half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "985" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24900", + "durability": null, + "name": "Tooth half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "986" + }, + { + "ge_buy_limit": "100", + "examine": "The loop end of the mysterious Crystal key. Can you find the other half?", + "grand_exchange_price": "21100", + "durability": null, + "name": "Loop half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "987" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21100", + "durability": null, + "name": "Loop half of a key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "988" + }, + { + "ge_buy_limit": "100", + "examine": "A mysterious key for a mysterious chest.", + "grand_exchange_price": "48700", + "durability": null, + "name": "Crystal key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "989" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48700", + "durability": null, + "name": "Crystal key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "990" + }, + { + "ge_buy_limit": "100", + "examine": "It looks like the key to a chest", + "grand_exchange_price": "4971", + "durability": null, + "name": "Muddy key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "991" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4971", + "durability": null, + "name": "Muddy key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "992" + }, + { + "ge_buy_limit": "100", + "examine": "You get a sense of dread from this key.", + "grand_exchange_price": "54600", + "durability": null, + "name": "Sinister key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "993" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54600", + "durability": null, + "name": "Sinister key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "994" + }, + { + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "995" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A mostly clean apron.", + "grand_exchange_price": "93", + "durability": null, + "name": "White apron", + "tradeable": "true", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "1005", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "White apron", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1006" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A bright red cape.", + "grand_exchange_price": "187", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1007", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1008" + }, + { + "ge_buy_limit": "100", + "examine": "I'd prefer a gold one.", + "grand_exchange_price": "65", + "durability": null, + "name": "Brass necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1009", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65", + "durability": null, + "name": "Brass necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1010" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "Leg covering favored by women and wizards.", + "grand_exchange_price": "208", + "durability": null, + "name": "Blue skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1011", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "208", + "durability": null, + "name": "Blue skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1012" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A ladies skirt.", + "grand_exchange_price": "216", + "durability": null, + "name": "Pink skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1013", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "216", + "durability": null, + "name": "Pink skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1014" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "Clothing favoured by women and dark wizards.", + "grand_exchange_price": "30", + "durability": null, + "name": "Black skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1015", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Black skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1016" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "grand_exchange_price": "280", + "durability": null, + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "1017", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "280", + "durability": null, + "name": "Wizard hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1018" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A warm black cape.", + "grand_exchange_price": "209", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1019", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "209", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1020" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick blue cape.", + "grand_exchange_price": "504", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1021", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "504", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1022" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick yellow cape.", + "grand_exchange_price": "439", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1023", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "439", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1024" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A black piece of cloth on a string.", + "grand_exchange_price": "111", + "durability": null, + "name": "Eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1025", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "Eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1026" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick green cape.", + "grand_exchange_price": "1061", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1027", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1061", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1028" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick purple cape.", + "grand_exchange_price": "955", + "durability": null, + "name": "Cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1029", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "955", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1030" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A thick orange cape.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "1656", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1031", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1656", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1032" + }, + { + "shop_price": "30", + "ge_buy_limit": "2", + "examine": "A robe worn by worshippers of Zamorak.", + "grand_exchange_price": "2481", + "durability": null, + "name": "Zamorak robe", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1033", + "bonuses": "0,0,0,2,0,0,0,0,3,0,0,0,3,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2481", + "durability": null, + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1034" + }, + { + "shop_price": "40", + "ge_buy_limit": "2", + "examine": "A robe worn by worshippers of Zamorak.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1259", + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1035", + "bonuses": "0,0,0,2,0,0,0,0,3,0,3,0,3,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1259", + "durability": null, + "name": "Zamorak robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1036" + }, + { + "destroy_message": "You can get a replacement from Diango.", + "shop_price": "1", + "examine": "A rabbit-like adornment.", + "durability": null, + "name": "Bunny ears", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1037", + "equipment_slot": "0" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Red partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1038", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1500000000", + "durability": null, + "name": "Red partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1039" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Yellow partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1040", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000000", + "durability": null, + "name": "Yellow partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1041" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Blue partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1042", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2100000000", + "durability": null, + "name": "Blue partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1043" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Green partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1044", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1300000000", + "durability": null, + "name": "Green partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1045" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "Purple partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1046", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1000000000", + "durability": null, + "name": "Purple partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1047" + }, + { + "lendable": "true", + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "10", + "durability": null, + "name": "White partyhat", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1048", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2000000000", + "durability": null, + "name": "White partyhat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1049" + }, + { + "shop_price": "1", + "ge_buy_limit": "2", + "examine": "It's a Santa hat.", + "durability": null, + "weight": "0.1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5", + "name": "Santa hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "1050" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "112600000", + "durability": null, + "name": "Santa hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1051" + }, + { + "shop_price": "450", + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "1052", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "shop_price": "15", + "ge_buy_limit": "2", + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "98000000", + "name": "Green h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1053" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "98000000", + "durability": null, + "name": "Green h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1054" + }, + { + "remove_head": "true", + "shop_price": "15", + "ge_buy_limit": "2", + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "115900000", + "name": "Blue h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1055" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "115900000", + "durability": null, + "name": "Blue h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1056" + }, + { + "remove_head": "true", + "shop_price": "15", + "ge_buy_limit": "2", + "examine": "Aaaarrrghhh ... I'm a monster.", + "durability": null, + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "154300000", + "name": "Red h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1057" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "154300000", + "durability": null, + "name": "Red h'ween mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1058" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "These will keep my hands warm!", + "grand_exchange_price": "12", + "durability": null, + "name": "Leather gloves", + "tradeable": "true", + "weight": "0.23", + "archery_ticket_price": "0", + "id": "1059", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "12", + "durability": null, + "name": "Leather gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1060" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "Comfortable leather boots.", + "grand_exchange_price": "144", + "durability": null, + "name": "Leather boots", + "tradeable": "true", + "weight": "0.34", + "archery_ticket_price": "0", + "id": "1061", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "144", + "durability": null, + "name": "Leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1062" + }, + { + "shop_price": "18", + "ge_buy_limit": "5000", + "examine": "Better than no armour!", + "grand_exchange_price": "13", + "durability": null, + "name": "Leather vambraces", + "tradeable": "true", + "weight": "0.22", + "archery_ticket_price": "0", + "id": "1063", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13", + "durability": null, + "name": "Leather vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1064" + }, + { + "requirements": "{4,40}", + "shop_price": "2500", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "0.28", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "1407", + "name": "Green d'hide vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1065", + "bonuses": "0,0,0,-10,8,3,2,4,2,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1407", + "durability": null, + "name": "Green d'hide vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1066" + }, + { + "shop_price": "280", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "absorb": "1,0,1", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "55", + "name": "Iron platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1067", + "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "55", + "durability": null, + "name": "Iron platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1068" + }, + { + "requirements": "{1,5}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "absorb": "1,0,1", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "426", + "name": "Steel platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1069", + "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "426", + "durability": null, + "name": "Steel platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1070" + }, + { + "requirements": "{1,20}", + "shop_price": "2600", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "7.7", + "absorb": "1,0,2", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "1391", + "name": "Mithril platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1071", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1391", + "durability": null, + "name": "Mithril platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1072" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "10", + "absorb": "1,0,3", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "3649", + "name": "Adamant platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1073", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3649", + "durability": null, + "name": "Adamant platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1074" + }, + { + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "34", + "name": "Bronze platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1075", + "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34", + "durability": null, + "name": "Bronze platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1076" + }, + { + "requirements": "{1,10}", + "shop_price": "1920", + "ge_buy_limit": "100", + "examine": "These look pretty heavy", + "durability": null, + "weight": "9", + "absorb": "1,0,2", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "4995", + "name": "Black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1077", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4995", + "durability": null, + "name": "Black platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1078" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "ge_buy_limit": "100", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38500", + "name": "Rune platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1079", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "38500", + "durability": null, + "name": "Rune platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1080" + }, + { + "shop_price": "280", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "grand_exchange_price": "86", + "durability": null, + "name": "Iron plateskirt", + "tradeable": "true", + "weight": "8.1", + "archery_ticket_price": "0", + "id": "1081", + "bonuses": "0,0,0,-21,-7,11,10,10,-4,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "86", + "durability": null, + "name": "Iron plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1082" + }, + { + "requirements": "{1,5}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "weight": "8.1", + "equipment_slot": "7", + "grand_exchange_price": "514", + "name": "Steel plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1083", + "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "514", + "durability": null, + "name": "Steel plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1084" + }, + { + "requirements": "{1,20}", + "shop_price": "2600", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "weight": "7.2", + "absorb": "1,0,2", + "equipment_slot": "7", + "grand_exchange_price": "1339", + "name": "Mithril plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1085", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1339", + "durability": null, + "name": "Mithril plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1086" + }, + { + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "grand_exchange_price": "113", + "durability": null, + "name": "Bronze plateskirt", + "tradeable": "true", + "weight": "8.1", + "archery_ticket_price": "0", + "id": "1087", + "bonuses": "0,0,0,-21,-7,8,7,6,-4,7,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "113", + "durability": null, + "name": "Bronze plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1088" + }, + { + "requirements": "{1,10}", + "shop_price": "1920", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "weight": "8", + "absorb": "1,0,2", + "equipment_slot": "7", + "grand_exchange_price": "2180", + "name": "Black plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1089", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2180", + "durability": null, + "name": "Black plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1090" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "3610", + "name": "Adamant plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1091", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3610", + "durability": null, + "name": "Adamant plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1092" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "ge_buy_limit": "100", + "examine": "Designer leg protection.", + "durability": null, + "weight": "8", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38100", + "name": "Rune plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1093", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "38100", + "durability": null, + "name": "Rune plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1094" + }, + { + "shop_price": "23", + "ge_buy_limit": "5000", + "examine": "Better than no armour!", + "grand_exchange_price": "5", + "durability": null, + "name": "Leather chaps", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "1095", + "bonuses": "0,0,0,0,4,2,2,1,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5", + "durability": null, + "name": "Leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1096" + }, + { + "requirements": "{4,20}", + "shop_price": "750", + "ge_buy_limit": "1000", + "examine": "Those studs should provide a bit more protection.", + "durability": null, + "weight": "4.5", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "377", + "name": "Studded chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1097", + "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "377", + "durability": null, + "name": "Studded chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1098" + }, + { + "requirements": "{4,40}", + "shop_price": "3900", + "ge_buy_limit": "5000", + "examine": "100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2228", + "name": "Green d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1099", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2228", + "durability": null, + "name": "Green d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1100" + }, + { + "shop_price": "210", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "76", + "durability": null, + "name": "Iron chainbody", + "tradeable": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "1101", + "bonuses": "0,0,0,-15,0,10,15,19,-3,12,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "76", + "durability": null, + "name": "Iron chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1102" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "37", + "durability": null, + "name": "Bronze chainbody", + "tradeable": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "1103", + "bonuses": "0,0,0,-15,0,7,11,13,-3,9,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "37", + "durability": null, + "name": "Bronze chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1104" + }, + { + "requirements": "{1,5}", + "shop_price": "750", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "6", + "equipment_slot": "4", + "grand_exchange_price": "265", + "name": "Steel chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1105", + "bonuses": "0,0,0,-15,0,17,25,30,-3,19,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "265", + "durability": null, + "name": "Steel chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1106" + }, + { + "requirements": "{1,10}", + "shop_price": "1440", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "6.8", + "absorb": "1,0,2", + "equipment_slot": "4", + "grand_exchange_price": "961", + "name": "Black chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1107", + "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "961", + "durability": null, + "name": "Black chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1108" + }, + { + "requirements": "{1,20}", + "shop_price": "1950", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "5.8", + "absorb": "1,0,3", + "equipment_slot": "4", + "grand_exchange_price": "963", + "name": "Mithril chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1109", + "bonuses": "0,0,0,-15,0,25,35,42,-3,27,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "963", + "durability": null, + "name": "Mithril chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1110" + }, + { + "requirements": "{1,30}", + "shop_price": "4800", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "7.7", + "absorb": "2,0,4", + "equipment_slot": "4", + "grand_exchange_price": "2731", + "name": "Adamant chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1111", + "bonuses": "0,0,0,-15,0,36,50,61,-3,38,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2731", + "durability": null, + "name": "Adamant chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1112" + }, + { + "requirements": "{1,40}", + "shop_price": "50000", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "6.8", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "29800", + "name": "Rune chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1113", + "bonuses": "0,0,0,-15,0,63,72,78,-3,65,40,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29800", + "durability": null, + "name": "Rune chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1114" + }, + { + "shop_price": "560", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.95", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "434", + "name": "Iron platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1115", + "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "434", + "durability": null, + "name": "Iron platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1116" + }, + { + "shop_price": "160", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.5", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "36", + "name": "Bronze platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1117", + "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "36", + "durability": null, + "name": "Bronze platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1118" + }, + { + "requirements": "{1,5}", + "shop_price": "2000", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.9", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1077", + "name": "Steel platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1119", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1077", + "durability": null, + "name": "Steel platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1120" + }, + { + "requirements": "{1,20}", + "shop_price": "5200", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "8.6", + "absorb": "1,0,3", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "2965", + "name": "Mithril platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1121", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "2965", + "durability": null, + "name": "Mithril platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1122" + }, + { + "requirements": "{1,30}", + "shop_price": "16256", + "ge_buy_limit": "500", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "11", + "absorb": "2,0,4", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "9790", + "name": "Adamant platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1123", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "9790", + "durability": null, + "name": "Adamant platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1124" + }, + { + "requirements": "{1,10}", + "shop_price": "3840", + "ge_buy_limit": "500", + "examine": "Provides Excellent protection.", + "durability": null, + "weight": "9.9", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "4915", + "name": "Black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1125", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "4915", + "durability": null, + "name": "Black platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1126" + }, + { + "requirements": "{1,40}", + "shop_price": "65000", + "ge_buy_limit": "100", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.9", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "38800", + "name": "Rune platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1127", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "38800", + "durability": null, + "name": "Rune platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1128" + }, + { + "shop_price": "20", + "ge_buy_limit": "1000", + "examine": "Better than no armour!", + "grand_exchange_price": "34", + "durability": null, + "name": "Leather body", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "1129", + "bonuses": "0,0,0,-2,2,8,9,10,4,9,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "34", + "durability": null, + "name": "Leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1130" + }, + { + "requirements": "{1,10}", + "shop_price": "170", + "ge_buy_limit": "1000", + "examine": "Harder than normal leather.", + "durability": null, + "weight": "3.6", + "absorb": "0,2,1", + "equipment_slot": "4", + "grand_exchange_price": "43", + "name": "Hardleather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1131", + "bonuses": "0,0,0,-4,8,12,15,18,6,15,10,0,0,0,0" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "43", + "durability": null, + "name": "Hardleather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1132" + }, + { + "requirements": "{1,20}-{4,20}", + "shop_price": "850", + "ge_buy_limit": "1000", + "examine": "These studs should provide a bit more protection.", + "durability": null, + "weight": "5", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "414", + "name": "Studded body", + "tradeable": "true", + "archery_ticket_price": "150", + "id": "1133", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "414", + "durability": null, + "name": "Studded body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1134" + }, + { + "requirements": "{1,40}-{4,40}", + "shop_price": "7800", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "4544", + "name": "Green d'hide body", + "tradeable": "true", + "archery_ticket_price": "2400", + "id": "1135", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4544", + "durability": null, + "name": "Green d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1136" + }, + { + "remove_head": "true", + "shop_price": "84", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "22", + "name": "Iron med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1137", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "22", + "durability": null, + "name": "Iron med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1138" + }, + { + "remove_head": "true", + "shop_price": "24", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "39", + "name": "Bronze med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1139", + "bonuses": "0,0,0,-3,-1,3,4,2,-1,3,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "39", + "durability": null, + "name": "Bronze med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1140" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "52", + "name": "Steel med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1141", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "52", + "durability": null, + "name": "Steel med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1142" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "780", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "272", + "name": "Mithril med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1143", + "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "272", + "durability": null, + "name": "Mithril med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1144" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "shop_price": "1920", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.8", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1024", + "name": "Adamant med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1145", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1024", + "durability": null, + "name": "Adamant med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1146" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "19200", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.8", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "11400", + "name": "Rune med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1147", + "bonuses": "0,0,0,-3,-1,22,23,21,-1,22,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11400", + "durability": null, + "name": "Rune med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1148" + }, + { + "remove_head": "true", + "requirements": "{1,60}", + "ge_buy_limit": "100", + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "weight": "1.3", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "60500", + "name": "Dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1149", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60500", + "durability": null, + "name": "Dragon med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1150" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "shop_price": "530", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "242", + "name": "Black med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1151", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "242", + "durability": null, + "name": "Black med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1152" + }, + { + "remove_head": "true", + "shop_price": "61", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "56", + "name": "Iron full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1153", + "bonuses": "0,0,0,-6,-2,6,7,5,-1,6,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Iron full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1154" + }, + { + "remove_head": "true", + "shop_price": "44", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "67", + "name": "Bronze full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1155", + "bonuses": "0,0,0,-6,-2,4,5,3,-1,4,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "67", + "durability": null, + "name": "Bronze full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1156" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "550", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "195", + "name": "Steel full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1157", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Steel full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1158" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "1430", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "675", + "name": "Mithril full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1159", + "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "675", + "durability": null, + "name": "Mithril full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1160" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "shop_price": "3520", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "1911", + "name": "Adamant full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1161", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1911", + "durability": null, + "name": "Adamant full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1162" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "20900", + "name": "Rune full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1163", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20900", + "durability": null, + "name": "Rune full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1164" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "shop_price": "1372", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "731", + "name": "Black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1165", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "731", + "durability": null, + "name": "Black full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1166" + }, + { + "remove_head": "true", + "shop_price": "24", + "ge_buy_limit": "5000", + "examine": "Better than no armour!", + "durability": null, + "weight": "0.9", + "equipment_slot": "0", + "grand_exchange_price": "9", + "name": "Leather cowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1167", + "bonuses": "0,0,0,0,1,2,3,4,2,3,0,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "durability": null, + "name": "Leather cowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1168" + }, + { + "remove_head": "true", + "requirements": "{4,20}", + "shop_price": "200", + "ge_buy_limit": "5000", + "examine": "Light weight head protection.", + "durability": null, + "weight": "0.9", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "56", + "name": "Coif", + "tradeable": "true", + "archery_ticket_price": "100", + "id": "1169", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,5,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "56", + "durability": null, + "name": "Coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1170" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A solid wooden shield.", + "grand_exchange_price": "483", + "durability": null, + "name": "Wooden shield", + "tradeable": "true", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "483", + "durability": null, + "name": "Wooden shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1172" + }, + { + "shop_price": "48", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "12", + "name": "Bronze sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1173", + "bonuses": "0,0,0,-6,-2,5,6,4,0,5,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Bronze sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1174" + }, + { + "shop_price": "168", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3.6", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "39", + "name": "Iron sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1175", + "bonuses": "0,0,0,-6,-2,8,9,7,0,8,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "39", + "durability": null, + "name": "Iron sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1176" + }, + { + "requirements": "{1,5}", + "shop_price": "600", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "185", + "name": "Steel sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1177", + "bonuses": "0,0,0,-6,-2,12,13,11,0,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "185", + "durability": null, + "name": "Steel sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1178" + }, + { + "requirements": "{1,10}", + "shop_price": "1463", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "511", + "name": "Black sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1179", + "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "511", + "durability": null, + "name": "Black sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1180" + }, + { + "requirements": "{1,20}", + "shop_price": "1560", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3.1", + "absorb": "2,0,4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "744", + "name": "Mithril sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1181", + "bonuses": "0,0,0,-6,-2,17,19,15,0,17,18,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "744", + "durability": null, + "name": "Mithril sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1182" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,6", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "2136", + "name": "Adamant sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1183", + "bonuses": "0,0,0,-6,-2,24,26,22,0,24,25,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2136", + "durability": null, + "name": "Adamant sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1184" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3.64", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "22800", + "name": "Rune sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1185", + "bonuses": "0,0,0,-6,-2,38,40,36,0,38,35,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "22800", + "durability": null, + "name": "Rune sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1186" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "An ancient and powerful looking Dragon Square shield.", + "durability": null, + "weight": "3", + "absorb": "5,0,11", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "431900", + "name": "Dragon sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1187", + "bonuses": "0,0,0,-6,-2,50,52,48,0,50,50,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "431900", + "durability": null, + "name": "Dragon sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1188" + }, + { + "shop_price": "86", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "18", + "name": "Bronze kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1189", + "bonuses": "0,0,0,-8,-2,5,7,6,-1,6,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Bronze kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1190" + }, + { + "shop_price": "233", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "57", + "name": "Iron kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1191", + "bonuses": "0,0,0,-8,-2,8,10,9,-1,9,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Iron kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1192" + }, + { + "requirements": "{1,5}", + "shop_price": "850", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "354", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1193", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "354", + "durability": null, + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1194" + }, + { + "requirements": "{1,10}", + "shop_price": "2121", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "3311", + "name": "Black kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1195", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3311", + "durability": null, + "name": "Black kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1196" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "4.5", + "absorb": "2,0,4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "1128", + "name": "Mithril kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1197", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1128", + "durability": null, + "name": "Mithril kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1198" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.8", + "absorb": "3,0,6", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "3066", + "name": "Adamant kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1199", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3066", + "durability": null, + "name": "Adamant kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1200" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "35600", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1201", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35600", + "durability": null, + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1202" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "35", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1203", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35", + "durability": null, + "name": "Iron dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1204" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "105", + "attack_audios": "2517,2517,2500,2517", + "name": "Bronze dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1205", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "105", + "durability": null, + "name": "Bronze dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1206", + "equip_audio": "" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "17", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1207", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Steel dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1208" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "71", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1209", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "71", + "durability": null, + "name": "Mithril dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1210" + }, + { + "requirements": "{0,30}", + "shop_price": "816", + "ge_buy_limit": "100", + "examine": "Short and deadly.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "300", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1211", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "300", + "durability": null, + "name": "Adamant dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1212" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "4642", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1213", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4642", + "durability": null, + "name": "Rune dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1214" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "17700", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1215", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "17700", + "durability": null, + "name": "Dragon dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1216" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "79", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1217", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "79", + "durability": null, + "name": "Black dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1218" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "56", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1219", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Iron dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1220" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "86", + "attack_audios": "2517,2517,2500,2517", + "name": "Bronze dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1221", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "86", + "durability": null, + "name": "Bronze dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1222" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "98", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1223", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98", + "durability": null, + "name": "Steel dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1224" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "129", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1225", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "129", + "durability": null, + "name": "Mithril dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1226" + }, + { + "requirements": "{0,30}", + "shop_price": "816", + "ge_buy_limit": "100", + "examine": "Short and deadly.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "365", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1227", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "365", + "durability": null, + "name": "Adamant dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1228" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "lendable": "true", + "grand_exchange_price": "4831", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1229", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4831", + "durability": null, + "name": "Rune dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1230" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "17600", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1231", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "17600", + "durability": null, + "name": "Dragon dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1232" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "grand_exchange_price": "67", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1233", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "67", + "durability": null, + "name": "Black dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1234" + }, + { + "durability": null, + "name": "Poisoned dagger(p)", + "archery_ticket_price": "0", + "id": "1235", + "render_anim": "2584" + }, + { + "durability": null, + "name": "Poisoned dagger(p)", + "archery_ticket_price": "0", + "id": "1236" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "858", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1237", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", + "shop_price": "26", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Bronze spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "858", + "durability": null, + "name": "Bronze spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1238" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "209", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1239", + "stand_turn_anim": "1209", + "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", + "grand_exchange_price": "209", + "durability": null, + "name": "Iron spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1240" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "340", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1241", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", + "requirements": "{0,5}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Steel spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "340", + "durability": null, + "name": "Steel spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1242" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "353", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1243", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", + "requirements": "{0,20}", + "durability": null, + "weight": "1.8", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Mithril spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "353", + "durability": null, + "name": "Mithril spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1244" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "1191", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1245", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", + "requirements": "{0,30}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Adamant spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "durability": null, + "name": "Adamant spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1246" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "12200", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1247", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12200", + "durability": null, + "name": "Rune spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1248" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "37200", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1249", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "37200", + "durability": null, + "name": "Dragon spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1250", + "defence_anim": "2079" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "389", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1251", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Bronze spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "389", + "durability": null, + "name": "Bronze spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1252" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "212", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1253", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Iron spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "212", + "durability": null, + "name": "Iron spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1254" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "136", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1255", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0", + "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", + "grand_exchange_price": "136", + "durability": null, + "name": "Steel spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1256" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "350", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1257", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0", + "requirements": "{0,20}", + "durability": null, + "weight": "1.8", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Mithril spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "350", + "durability": null, + "name": "Mithril spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1258" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "1004", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1259", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0", + "requirements": "{0,30}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Adamant spear(p)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1004", + "durability": null, + "name": "Adamant spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1260" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "12400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1261", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "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", + "grand_exchange_price": "12400", + "durability": null, + "name": "Rune spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1262" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "428,2081,429,428", + "grand_exchange_price": "39700", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1263", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear(p)" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "39700", + "durability": null, + "name": "Dragon spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1264" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "17", + "attack_audios": "2508,2508,2508,2508", + "name": "Bronze pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1265", + "bonuses": "4,-2,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Bronze pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1266" + }, + { + "shop_price": "140", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "200", + "attack_audios": "2508,2508,2508,2508", + "name": "Iron pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1267", + "bonuses": "5,-2,3,0,0,0,1,0,0,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "200", + "durability": null, + "name": "Iron pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1268" + }, + { + "requirements": "{0,5}", + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.25", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "571", + "attack_audios": "2508,2508,2508,2508", + "name": "Steel pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1269", + "bonuses": "8,-2,6,0,0,0,1,0,0,0,0,9,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "571", + "durability": null, + "name": "Steel pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1270" + }, + { + "requirements": "{0,30}-{14,31}", + "shop_price": "3200", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.7", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "1782", + "attack_audios": "2508,2508,2508,2508", + "name": "Adamant pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1271", + "bonuses": "17,-2,15,0,0,0,1,0,0,0,0,19,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1782", + "durability": null, + "name": "Adamant pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1272" + }, + { + "requirements": "{0,20}", + "shop_price": "1300", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "611", + "attack_audios": "2508,2508,2508,2508", + "name": "Mithril pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1273", + "bonuses": "12,-2,10,0,0,0,1,0,0,0,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "611", + "durability": null, + "name": "Mithril pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1274" + }, + { + "requirements": "{0,40}-{14,41}", + "shop_price": "32000", + "ge_buy_limit": "100", + "examine": "Used for mining.", + "durability": null, + "weight": "2.2", + "attack_speed": "5", + "weapon_interface": "4", + "equip_audio": "2232", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "lendable": "true", + "grand_exchange_price": "19500", + "attack_audios": "2508,2508,2508,2508", + "name": "Rune pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1275", + "bonuses": "26,-2,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19500", + "durability": null, + "name": "Rune pickaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1276" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "13", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1277", + "stand_turn_anim": "823", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "shop_price": "33", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Bronze sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Bronze sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1278" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "17", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1279", + "stand_turn_anim": "823", + "bonuses": "6,4,-2,0,0,0,2,1,0,0,0,7,0,0,0", + "shop_price": "91", + "durability": null, + "weight": "1.8", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Iron sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Iron sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1280" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "79", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1281", + "stand_turn_anim": "823", + "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0", + "requirements": "{0,5}", + "shop_price": "412", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Steel sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "79", + "durability": null, + "name": "Steel sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1282" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "197", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1283", + "stand_turn_anim": "823", + "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,0,0,0", + "requirements": "{0,10}", + "shop_price": "624", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Black sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Black sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1284" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "313", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1285", + "stand_turn_anim": "823", + "bonuses": "16,11,-2,0,0,0,2,1,0,0,0,17,0,0,0", + "requirements": "{0,20}", + "shop_price": "266", + "durability": null, + "weight": "1.5", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Mithril sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "313", + "durability": null, + "name": "Mithril sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1286" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "1046", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1287", + "stand_turn_anim": "823", + "bonuses": "23,18,-2,0,0,0,2,1,0,0,0,24,0,0,0", + "requirements": "{0,30}", + "shop_price": "2080", + "durability": null, + "weight": "1", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "attack_audios": "2500,2500,2517,2500", + "name": "Adamant sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1046", + "durability": null, + "name": "Adamant sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1288" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "12300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1289", + "stand_turn_anim": "823", + "bonuses": "38,26,-2,0,0,0,2,1,0,0,0,39,0,0,0", + "requirements": "{0,40}", + "shop_price": "20800", + "durability": null, + "weight": "1.8", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "lendable": "true", + "attack_audios": "2500,2500,2517,2500", + "name": "Rune sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12300", + "durability": null, + "name": "Rune sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1290" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "14", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1291", + "stand_turn_anim": "823", + "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0", + "shop_price": "23", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Bronze longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Bronze longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1292" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "22", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1293", + "stand_turn_anim": "823", + "bonuses": "6,8,-2,0,0,0,3,2,0,0,0,10,0,0,0", + "shop_price": "177", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Iron longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "22", + "durability": null, + "name": "Iron longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1294" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "147", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1295", + "stand_turn_anim": "823", + "bonuses": "9,14,-2,0,0,0,3,2,0,0,0,16,0,0,0", + "requirements": "{0,5}", + "shop_price": "500", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Steel longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Steel longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1296" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "384", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1297", + "stand_turn_anim": "823", + "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0", + "requirements": "{0,10}", + "shop_price": "960", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Black longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "durability": null, + "name": "Black longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1298" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "602", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1299", + "stand_turn_anim": "823", + "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0", + "requirements": "{0,20}", + "shop_price": "1074", + "durability": null, + "weight": "1.5", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Mithril longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "602", + "durability": null, + "name": "Mithril longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1300" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "1808", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1301", + "stand_turn_anim": "823", + "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0", + "requirements": "{0,30}", + "shop_price": "3200", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,2500,2517,2500", + "name": "Adamant longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1808", + "durability": null, + "name": "Adamant longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1302" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "19000", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1303", + "stand_turn_anim": "823", + "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0", + "requirements": "{0,40}", + "shop_price": "32000", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "lendable": "true", + "attack_audios": "2500,2500,2517,2500", + "name": "Rune longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19000", + "durability": null, + "name": "Rune longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1304" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A very powerful sword.", + "walk_anim": "1146", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "60200", + "stand_anim": "809", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1305", + "stand_turn_anim": "823", + "bonuses": "58,69,-2,0,0,0,3,2,0,0,0,71,0,0,0", + "requirements": "{0,60}", + "shop_price": "100000", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1426", + "lendable": "true", + "attack_audios": "2500,2500,2517,2500", + "name": "Dragon longsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "60200", + "durability": null, + "name": "Dragon longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1306" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "89", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1307", + "stand_turn_anim": "7040", + "bonuses": "-4,9,8,-4,0,0,0,0,0,-1,0,10,0,0,0", + "shop_price": "160", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Bronze 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "89", + "durability": null, + "name": "Bronze 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1308" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "32", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1309", + "stand_turn_anim": "7040", + "bonuses": "-4,13,10,-4,0,0,0,0,0,-1,0,14,0,0,0", + "shop_price": "260", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Iron 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "32", + "durability": null, + "name": "Iron 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1310" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "411", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1311", + "stand_turn_anim": "7040", + "bonuses": "-4,21,16,-4,0,0,0,0,0,-1,0,22,0,0,0", + "requirements": "{0,5}", + "shop_price": "1000", + "durability": null, + "weight": "3", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Steel 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "411", + "durability": null, + "name": "Steel 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1312" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "1031", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1313", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,0,0,0", + "requirements": "{0,10}", + "shop_price": "2400", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Black 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1031", + "durability": null, + "name": "Black 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1314" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "1396", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1315", + "stand_turn_anim": "7040", + "bonuses": "-4,30,24,-4,0,0,0,0,0,-1,0,31,0,0,0", + "requirements": "{0,20}", + "shop_price": "3000", + "durability": null, + "weight": "3.1", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Mithril 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1396", + "durability": null, + "name": "Mithril 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1316" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two-handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "3577", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1317", + "stand_turn_anim": "7040", + "bonuses": "-4,43,30,-4,0,0,0,0,0,-1,0,44,0,0,0", + "requirements": "{0,30}", + "shop_price": "6400", + "durability": null, + "weight": "4", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "Adamant 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3577", + "durability": null, + "name": "Adamant 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1318" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "38200", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "1319", + "stand_turn_anim": "7040", + "bonuses": "-4,69,50,-4,0,0,0,0,0,-1,0,70,0,0,0", + "requirements": "{0,40}", + "shop_price": "40000", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "2503,0,2504,0", + "name": "Rune 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "38200", + "durability": null, + "name": "Rune 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1320" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "13", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1321", + "stand_turn_anim": "823", + "bonuses": "1,7,-2,0,0,0,1,0,0,0,0,6,0,0,0", + "shop_price": "40", + "durability": null, + "weight": "1", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Bronze scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Bronze scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1322" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "30", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1323", + "stand_turn_anim": "823", + "bonuses": "2,10,-2,0,0,0,1,0,0,0,0,9,0,0,0", + "shop_price": "112", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Iron scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Iron scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1324" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "101", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1325", + "stand_turn_anim": "823", + "bonuses": "3,15,-2,0,0,0,1,0,0,0,0,14,0,0,0", + "requirements": "{0,5}", + "shop_price": "400", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Steel scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "101", + "durability": null, + "name": "Steel scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1326" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "4498", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1327", + "stand_turn_anim": "823", + "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,0,0,0", + "requirements": "{0,10}", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Black scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4498", + "durability": null, + "name": "Black scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1328" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "469", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1329", + "stand_turn_anim": "823", + "bonuses": "5,21,-2,0,0,0,1,0,0,0,0,20,0,0,0", + "requirements": "{0,20}", + "shop_price": "1040", + "durability": null, + "weight": "1.5", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Mithril scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "469", + "durability": null, + "name": "Mithril scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1330" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A viciously curved sword", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "1525", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1331", + "stand_turn_anim": "823", + "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0", + "requirements": "{0,30}", + "shop_price": "2304", + "durability": null, + "weight": "2", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "Adamant scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1525", + "durability": null, + "name": "Adamant scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1332" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "15200", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1333", + "stand_turn_anim": "823", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "lendable": "true", + "attack_audios": "2500,0,2517,0", + "name": "Rune scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15200", + "durability": null, + "name": "Rune scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1334" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "20", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1335", + "stand_turn_anim": "823", + "bonuses": "-4,-4,11,-4,0,0,0,0,0,0,0,9,0,0,0", + "shop_price": "224", + "durability": null, + "weight": "1.8", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Iron warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Iron warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1336" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "16", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1337", + "stand_turn_anim": "823", + "bonuses": "-4,-4,10,-4,0,0,0,0,0,0,0,8,0,0,0", + "shop_price": "59", + "durability": null, + "weight": "1", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Bronze warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1338" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "283", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1339", + "stand_turn_anim": "823", + "bonuses": "-4,-4,18,-4,0,0,0,0,0,0,0,16,0,0,0", + "requirements": "{0,5}", + "shop_price": "832", + "durability": null, + "weight": "1", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Steel warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "283", + "durability": null, + "name": "Steel warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1340" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "562", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1341", + "stand_turn_anim": "823", + "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,0,0,0", + "requirements": "{0,10}", + "shop_price": "1274", + "durability": null, + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Black warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "562", + "durability": null, + "name": "Black warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1342" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1071", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1343", + "stand_turn_anim": "823", + "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0", + "requirements": "{0,20}", + "shop_price": "2158", + "durability": null, + "weight": "1.5", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Mithril warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1071", + "durability": null, + "name": "Mithril warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1344" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "2996", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1345", + "stand_turn_anim": "823", + "bonuses": "-4,-4,33,-4,0,0,0,0,0,0,0,31,0,0,0", + "requirements": "{0,30}", + "shop_price": "5356", + "durability": null, + "weight": "2", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "attack_audios": "2504,0,0,0", + "name": "Adamant warhammer" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2996", + "durability": null, + "name": "Adamant warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1346" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "I don't think it's intended for joinery.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "24600", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1347", + "stand_turn_anim": "823", + "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", + "requirements": "{0,40}", + "shop_price": "41000", + "durability": null, + "weight": "1.8", + "weapon_interface": "10", + "equip_audio": "2233", + "render_anim": "1430", + "lendable": "true", + "attack_audios": "2504,0,0,0", + "name": "Rune warhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24600", + "durability": null, + "name": "Rune warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1348" + }, + { + "shop_price": "56", + "ge_buy_limit": "100", + "examine": "A woodcutter's axe.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "8", + "attack_audios": "2498,2498,2497,2498", + "name": "Iron axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1349", + "bonuses": "-2,5,3,0,0,0,1,0,0,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Iron axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1350" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "A woodcutter's axe.", + "durability": null, + "weight": "1.35", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "44", + "attack_audios": "2498,2498,2497,2498", + "name": "Bronze axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1351", + "bonuses": "-2,4,2,0,0,0,1,0,0,0,0,5,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44", + "durability": null, + "name": "Bronze axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1352" + }, + { + "requirements": "{0,5}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A woodcutter's axe.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "36", + "attack_audios": "2498,2498,2497,2498", + "name": "Steel axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1353", + "bonuses": "-2,8,6,0,0,0,1,0,0,0,0,9,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "36", + "durability": null, + "name": "Steel axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1354" + }, + { + "requirements": "{0,20}", + "shop_price": "660", + "ge_buy_limit": "100", + "examine": "A powerful axe.", + "durability": null, + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "141", + "attack_audios": "2498,2498,2497,2498", + "name": "Mithril axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1355", + "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "141", + "durability": null, + "name": "Mithril axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1356" + }, + { + "requirements": "{0,30}-{8,31}", + "shop_price": "1625", + "ge_buy_limit": "100", + "examine": "A powerful axe.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "592", + "attack_audios": "2498,2498,2497,2498", + "name": "Adamant axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1357", + "bonuses": "-2,17,15,0,0,0,1,0,0,0,0,19,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "592", + "durability": null, + "name": "Adamant axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1358" + }, + { + "requirements": "{0,40}-{8,41}", + "ge_buy_limit": "100", + "examine": "A powerful axe.", + "durability": null, + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "7495", + "attack_audios": "2498,2498,2497,2498", + "name": "Rune axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1359", + "bonuses": "-2,26,24,0,0,0,1,0,0,0,0,29,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7495", + "durability": null, + "name": "Rune axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1360" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "examine": "A sinister looking axe.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "335", + "attack_audios": "2498,2498,2497,2498", + "name": "Black axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1361", + "bonuses": "-2,10,8,0,0,0,1,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "335", + "durability": null, + "name": "Black axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1362" + }, + { + "shop_price": "182", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "21", + "attack_audios": "2498,2498,2497,2498", + "name": "Iron battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1363", + "bonuses": "-2,8,5,0,0,0,0,0,0,-1,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Iron battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1364" + }, + { + "requirements": "{0,5}", + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "208", + "attack_audios": "2498,2498,2497,2498", + "name": "Steel battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1365", + "bonuses": "-2,16,11,0,0,0,0,0,0,-1,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "208", + "durability": null, + "name": "Steel battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1366" + }, + { + "requirements": "{0,10}", + "shop_price": "1248", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "556", + "attack_audios": "2498,2498,2497,2498", + "name": "Black battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1367", + "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "556", + "durability": null, + "name": "Black battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1368" + }, + { + "requirements": "{0,20}", + "shop_price": "1690", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "809", + "attack_audios": "2498,2498,2497,2498", + "name": "Mithril battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1369", + "bonuses": "-2,22,17,0,0,0,0,0,0,-1,0,29,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "809", + "durability": null, + "name": "Mithril battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1370" + }, + { + "requirements": "{0,30}", + "shop_price": "4160", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "3", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "2311", + "attack_audios": "2498,2498,2497,2498", + "name": "Adamant battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1371", + "bonuses": "-2,31,26,0,0,0,0,0,0,-1,0,41,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2311", + "durability": null, + "name": "Adamant battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1372" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "lendable": "true", + "grand_exchange_price": "24800", + "attack_audios": "2498,2498,2497,2498", + "name": "Rune battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1373", + "bonuses": "-2,48,43,0,0,0,0,0,0,-1,0,64,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24800", + "durability": null, + "name": "Rune battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1374" + }, + { + "shop_price": "52", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "15", + "attack_audios": "2498,2498,2497,2498", + "name": "Bronze battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1375", + "bonuses": "-2,6,3,0,0,0,0,0,0,-1,0,9,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "durability": null, + "name": "Bronze battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1376" + }, + { + "requirements": "{0,60}", + "shop_price": "200000", + "ge_buy_limit": "10", + "examine": "A vicious looking axe.", + "has_special": "true", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "lendable": "true", + "grand_exchange_price": "123200", + "attack_audios": "2498,2498,2497,2498", + "name": "Dragon battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1377", + "bonuses": "-2,70,65,0,0,0,0,0,0,-1,0,85,0,0,0" + }, + { + "requirements": "{0,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "123200", + "durability": null, + "name": "Dragon battleaxe", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "1378", + "defence_anim": "397" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "37", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1379", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0", + "shop_price": "15", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "37", + "durability": null, + "name": "Staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1380" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "784", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1381", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of air" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "784", + "durability": null, + "name": "Staff of air", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1382" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "890", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1383", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,10,0,2,3,1,10,0,0,3,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of water" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "890", + "durability": null, + "name": "Staff of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1384" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "879", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1385", + "stand_turn_anim": "1209", + "bonuses": "1,-1,9,10,0,2,3,1,10,0,0,5,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of earth" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "879", + "durability": null, + "name": "Staff of earth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1386" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1330", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1387", + "stand_turn_anim": "1209", + "bonuses": "3,-1,9,10,0,2,3,1,10,0,0,6,0,0,0", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Staff of fire" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1330", + "durability": null, + "name": "Staff of fire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1388" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "58", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1389", + "stand_turn_anim": "1209", + "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,0,0,0", + "shop_price": "200", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Magic staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "58", + "durability": null, + "name": "Magic staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1390" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "7963", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1391", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,12,0,2,3,1,12,0,0,32,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7963", + "durability": null, + "name": "Battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1392" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9113", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1393", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "19600", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Fire battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9113", + "durability": null, + "name": "Fire battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1394" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9122", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1395", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Water battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9122", + "durability": null, + "name": "Water battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1396" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "8982", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1397", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "7000", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Air battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8982", + "durability": null, + "name": "Air battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1398" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9041", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1399", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "shop_price": "1500", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Earth battlestaff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9041", + "durability": null, + "name": "Earth battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1400" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "25400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1401", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic fire staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25400", + "durability": null, + "name": "Mystic fire staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1402" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "24800", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1403", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic water staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24800", + "durability": null, + "name": "Mystic water staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1404" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "25100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1405", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic air staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25100", + "durability": null, + "name": "Mystic air staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1406" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "25400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1407", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic earth staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25400", + "durability": null, + "name": "Mystic earth staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1408" + }, + { + "turn90cw_anim": "1207", + "examine": "An ancient staff, formerly the property of Iban.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Iban's staff", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "1409", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0" + }, + { + "examine": "An ancient staff, formerly the property of Iban.", + "attack_audios": "2555,0,0,0", + "durability": null, + "name": "Iban's staff", + "weight": "2.2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "1410", + "bonuses": "10,-1,40,10,0,2,3,1,10,0,0,50,0,0,0" + }, + { + "durability": null, + "name": "Farmer's fork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1412" + }, + { + "durability": null, + "name": "Halberd", + "archery_ticket_price": "0", + "attack_speed": "7", + "id": "1413" + }, + { + "durability": null, + "name": "Halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1414" + }, + { + "attack_audios": "2504,0,0,0", + "durability": null, + "name": "Warhammer", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "1415" + }, + { + "durability": null, + "name": "Warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1416" + }, + { + "durability": null, + "name": "Javelin", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "1417" + }, + { + "durability": null, + "name": "Javelin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1418" + }, + { + "turn90cw_anim": "821", + "examine": "It's a Scythe.", + "walk_anim": "819", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "22", + "turn180_anim": "820", + "equip_audio": "2247", + "render_anim": "1383", + "defence_anim": "383", + "equipment_slot": "3", + "attack_anims": "440,440,438,382", + "stand_anim": "847", + "attack_audios": "2524,2524,2522,2524", + "name": "Scythe", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "1419", + "stand_turn_anim": "823", + "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0" + }, + { + "shop_price": "80", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "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", + "id": "1420", + "bonuses": "4,-2,9,0,0,0,0,0,0,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Iron mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1421" + }, + { + "shop_price": "18", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "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", + "id": "1422", + "bonuses": "1,-2,6,0,0,0,0,0,0,0,0,5,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Bronze mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1423" + }, + { + "requirements": "{0,5}", + "shop_price": "225", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "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", + "id": "1424", + "bonuses": "7,-2,13,0,0,0,0,0,0,0,0,11,2,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "31", + "durability": null, + "name": "Steel mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1425" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "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", + "id": "1426", + "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "954", + "durability": null, + "name": "Black mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1427" + }, + { + "requirements": "{0,20}", + "shop_price": "585", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "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", + "id": "1428", + "bonuses": "11,-2,18,0,0,0,0,0,0,0,0,16,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "157", + "durability": null, + "name": "Mithril mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1429" + }, + { + "requirements": "{0,30}", + "shop_price": "1440", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "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", + "id": "1430", + "bonuses": "13,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "673", + "durability": null, + "name": "Adamant mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1431" + }, + { + "requirements": "{0,40}", + "shop_price": "14400", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "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", + "id": "1432", + "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8380", + "durability": null, + "name": "Rune mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1433" + }, + { + "requirements": "{0,60}", + "shop_price": "50000", + "ge_buy_limit": "10", + "examine": "A spiky mace.", + "has_special": "true", + "durability": null, + "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", + "id": "1434", + "bonuses": "40,-2,60,0,0,0,0,0,0,0,0,55,5,0,0" + }, + { + "requirements": "{0,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "29300", + "durability": null, + "name": "Dragon mace", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "1435" + }, + { + "shop_price": "1", + "ge_buy_limit": "25000", + "examine": "An uncharged Rune Stone.", + "grand_exchange_price": "40", + "durability": null, + "name": "Rune essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1436" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "40", + "durability": null, + "name": "Rune essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1437" + }, + { + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "404", + "durability": null, + "name": "Air talisman", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1438" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "404", + "durability": null, + "name": "Air talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1439" + }, + { + "requirements": "{9,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "785", + "durability": null, + "name": "Earth talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1440" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "785", + "durability": null, + "name": "Earth talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1441" + }, + { + "requirements": "{14,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "4140", + "durability": null, + "name": "Fire talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1442" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "4140", + "durability": null, + "name": "Fire talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1443" + }, + { + "requirements": "{5,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "7975", + "durability": null, + "name": "Water talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1444" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "7975", + "durability": null, + "name": "Water talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1445" + }, + { + "requirements": "{20,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "1373", + "durability": null, + "name": "Body talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1446" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1373", + "durability": null, + "name": "Body talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1447" + }, + { + "requirements": "{2,20}", + "shop_price": "50", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "285", + "durability": null, + "name": "Mind talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1448" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "285", + "durability": null, + "name": "Mind talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1449" + }, + { + "requirements": "{20,77}", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "3178", + "durability": null, + "name": "Blood talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1450" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "3178", + "durability": null, + "name": "Blood talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1451" + }, + { + "requirements": "{20,35}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "605", + "durability": null, + "name": "Chaos talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1452" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "605", + "durability": null, + "name": "Chaos talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1453" + }, + { + "requirements": "{20,27}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "785", + "durability": null, + "name": "Cosmic talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1454" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "785", + "durability": null, + "name": "Cosmic talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1455" + }, + { + "requirements": "{20,65}", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "2501", + "durability": null, + "name": "Death talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1456" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "2501", + "durability": null, + "name": "Death talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1457" + }, + { + "requirements": "{20,54}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "1219", + "durability": null, + "name": "Law talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1458" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1219", + "durability": null, + "name": "Law talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1459" + }, + { + "durability": null, + "name": "Soul talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1461" + }, + { + "requirements": "{20,44}", + "shop_price": "125", + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "1596", + "durability": null, + "name": "Nature talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1462" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1596", + "durability": null, + "name": "Nature talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1463" + }, + { + "ge_buy_limit": "5000", + "examine": "I can exchange this for equipment.", + "grand_exchange_price": "9", + "durability": null, + "name": "Archery ticket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1464" + }, + { + "examine": "For use on daggers and projectiles.", + "grand_exchange_price": "36", + "durability": null, + "name": "Weapon poison", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1465" + }, + { + "examine": "Some damp wooden sticks.", + "durability": null, + "name": "Damp sticks", + "archery_ticket_price": "0", + "id": "1467" + }, + { + "examine": "Some dry wooden sticks.", + "durability": null, + "name": "Dry sticks", + "archery_ticket_price": "0", + "id": "1468" + }, + { + "examine": "Smashed glass.", + "durability": null, + "name": "Broken glass", + "archery_ticket_price": "0", + "id": "1469" + }, + { + "ge_buy_limit": "100", + "examine": "A small round red bead.", + "grand_exchange_price": "169", + "durability": null, + "name": "Red bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1470" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "169", + "durability": null, + "name": "Red bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1471" + }, + { + "ge_buy_limit": "100", + "examine": "A small round yellow bead.", + "grand_exchange_price": "249", + "durability": null, + "name": "Yellow bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1472" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "249", + "durability": null, + "name": "Yellow bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1473" + }, + { + "ge_buy_limit": "100", + "examine": "A small round black bead.", + "grand_exchange_price": "229", + "durability": null, + "name": "Black bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1474" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "229", + "durability": null, + "name": "Black bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1475" + }, + { + "ge_buy_limit": "100", + "examine": "A small round white bead.", + "grand_exchange_price": "1530", + "durability": null, + "name": "White bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1476" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1530", + "durability": null, + "name": "White bead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1477" + }, + { + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "Wizard Mizgog sells these aim-enhancing amulets.", + "grand_exchange_price": "2870", + "durability": null, + "name": "Amulet of accuracy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1478", + "bonuses": "4,4,4,4,4,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2870", + "durability": null, + "name": "Amulet of accuracy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1479" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "weight": "5", + "archery_ticket_price": "0", + "id": "1481" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "weight": "5", + "archery_ticket_price": "0", + "id": "1482" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "weight": "5", + "archery_ticket_price": "0", + "id": "1483" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "weight": "5", + "archery_ticket_price": "0", + "id": "1484" + }, + { + "examine": "A damp, wet cloth.", + "durability": null, + "name": "Damp cloth", + "archery_ticket_price": "0", + "id": "1485" + }, + { + "examine": "A broken piece of railing.", + "durability": null, + "name": "Piece of railing", + "weight": "2", + "archery_ticket_price": "0", + "id": "1486" + }, + { + "examine": "This horn has restorative properties.", + "grand_exchange_price": "1159", + "durability": null, + "name": "Unicorn horn", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1487" + }, + { + "examine": "A coat of arms of the Ardougne Paladins.", + "durability": null, + "name": "Paladin's badge", + "archery_ticket_price": "0", + "id": "1488" + }, + { + "examine": "A coat of arms of the Ardougne Paladins.", + "durability": null, + "name": "Paladin's badge", + "archery_ticket_price": "0", + "id": "1489" + }, + { + "examine": "A coat of arms of the Ardougne Paladins.", + "durability": null, + "name": "Paladin's badge", + "archery_ticket_price": "0", + "id": "1490" + }, + { + "examine": "On the ground: Curiosity has yet to kill this one...", + "durability": null, + "name": "Witch's cat", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "1491" + }, + { + "examine": "A simple doll with Iban's likeness.", + "durability": null, + "name": "Doll of iban", + "weight": "1", + "archery_ticket_price": "0", + "id": "1492" + }, + { + "examine": "An account of the last times of someone.", + "durability": null, + "name": "Old journal", + "archery_ticket_price": "0", + "id": "1493" + }, + { + "examine": "The tale of Iban.", + "durability": null, + "name": "History of iban", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1494" + }, + { + "shop_price": "5000", + "examine": "Strong dwarvish gloves.", + "durability": null, + "name": "Klank's gauntlets", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1495", + "bonuses": "2,2,2,0,0,8,9,7,0,0,5,2,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "I thought you only saw these in pairs?", + "durability": null, + "name": "Iban's dove", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1496" + }, + { + "examine": "A mystical demonic amulet.", + "durability": null, + "name": "Amulet of othanian", + "archery_ticket_price": "0", + "id": "1497" + }, + { + "examine": "A mystical demonic amulet.", + "durability": null, + "name": "Amulet of doomion", + "archery_ticket_price": "0", + "id": "1498" + }, + { + "examine": "A mystical demonic amulet.", + "durability": null, + "name": "Amulet of holthion", + "archery_ticket_price": "0", + "id": "1499" + }, + { + "examine": "A strange dark liquid.", + "durability": null, + "name": "Iban's shadow", + "archery_ticket_price": "0", + "id": "1500", + "equip_audio": "" + }, + { + "examine": "Smells stronger than most spirits.", + "durability": null, + "name": "Dwarf brew", + "archery_ticket_price": "0", + "id": "1501" + }, + { + "examine": "The burnt remains of Iban.", + "durability": null, + "name": "Iban's ashes", + "weight": "0.056", + "archery_ticket_price": "0", + "id": "1502" + }, + { + "examine": "A search warrant for a house in West Ardougne.", + "durability": null, + "name": "Warrant", + "archery_ticket_price": "0", + "id": "1503" + }, + { + "examine": "It doesn't look very tasty.", + "durability": null, + "name": "Hangover cure", + "weight": "2", + "archery_ticket_price": "0", + "id": "1504" + }, + { + "examine": "Maybe I should read this...", + "durability": null, + "name": "A magic scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "1505" + }, + { + "remove_head": "true", + "examine": "Stops me from breathing nasty stuff!", + "durability": null, + "name": "Gas mask", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "1506", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Quite a small key.", + "durability": null, + "name": "A small key", + "archery_ticket_price": "0", + "id": "1507" + }, + { + "examine": "It seems to say \"hongorer lure\"...", + "durability": null, + "name": "A scruffy note", + "archery_ticket_price": "0", + "id": "1508" + }, + { + "examine": "Turnip growing for beginners.", + "durability": null, + "name": "Book", + "archery_ticket_price": "0", + "id": "1509" + }, + { + "examine": "A picture of a lady called Elena.", + "durability": null, + "name": "Picture", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1510" + }, + { + "shop_price": "4", + "ge_buy_limit": "25000", + "examine": "A number of wooden logs.", + "grand_exchange_price": "120", + "durability": null, + "name": "Logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1511" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "279", + "durability": null, + "name": "Logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1512" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a magic tree.", + "grand_exchange_price": "680", + "durability": null, + "name": "Magic logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1513" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "1581", + "durability": null, + "name": "Magic logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1514" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a yew tree.", + "grand_exchange_price": "320", + "durability": null, + "name": "Yew logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1515" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "532", + "durability": null, + "name": "Yew logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1516" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a maple tree.", + "grand_exchange_price": "160", + "durability": null, + "name": "Maple logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1517" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "20", + "durability": null, + "name": "Maple logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1518" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a willow tree.", + "grand_exchange_price": "80", + "durability": null, + "name": "Willow logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1519" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "11", + "durability": null, + "name": "Willow logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1520" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from an Oak Tree.", + "grand_exchange_price": "140", + "durability": null, + "name": "Oak logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1521" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "153", + "durability": null, + "name": "Oak logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1522" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "For picking tough locks.", + "grand_exchange_price": "1311", + "durability": null, + "name": "Lockpick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1523" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1311", + "durability": null, + "name": "Lockpick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1524" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy snake weed", + "archery_ticket_price": "0", + "id": "1525" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean snake weed", + "archery_ticket_price": "0", + "id": "1526" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy ardrigal", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1527" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean ardrigal", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1528" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy sito foil", + "archery_ticket_price": "0", + "id": "1529" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean sito foil", + "archery_ticket_price": "0", + "id": "1530" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy volencia moss", + "archery_ticket_price": "0", + "id": "1531" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean volencia moss", + "archery_ticket_price": "0", + "id": "1532" + }, + { + "examine": "I need to clean this herb before I can use it.", + "durability": null, + "name": "Grimy rogue's purse", + "archery_ticket_price": "0", + "id": "1533" + }, + { + "examine": "A fresh herb.", + "durability": null, + "name": "Clean rogue's purse", + "archery_ticket_price": "0", + "id": "1534" + }, + { + "examine": "A piece of map.", + "durability": null, + "name": "Map part", + "archery_ticket_price": "0", + "id": "1535" + }, + { + "examine": "A piece of map.", + "durability": null, + "name": "Map part", + "archery_ticket_price": "0", + "id": "1536" + }, + { + "examine": "A piece of map.", + "durability": null, + "name": "Map part", + "archery_ticket_price": "0", + "id": "1537" + }, + { + "examine": "A map of the route to Crandor.", + "durability": null, + "name": "Crandor map", + "archery_ticket_price": "0", + "id": "1538" + }, + { + "shop_price": "52", + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "59", + "durability": null, + "name": "Steel nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1539" + }, + { + "ge_buy_limit": "100", + "examine": "This provides partial protection from dragon-breath attacks.", + "grand_exchange_price": "637", + "durability": null, + "name": "Anti-dragon shield", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "1540", + "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "637", + "durability": null, + "name": "Anti-dragon shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1541" + }, + { + "shop_price": "1", + "examine": "A key to Melzar's Maze.", + "durability": null, + "name": "Maze key", + "archery_ticket_price": "0", + "id": "1542" + }, + { + "destroy_message": "You can get another from Dr Harlow in the Blue Moon Inn of Varrock.", + "examine": "A very pointy stick.", + "durability": null, + "name": "Stake", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1549", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "examine": "Deters vampires.", + "grand_exchange_price": "20", + "durability": null, + "name": "Garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1550" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1551" + }, + { + "examine": "Sardine flavoured with doogle leaves.", + "durability": null, + "name": "Doogle sardine", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1552" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1555" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1556" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1557" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1558" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1559" + }, + { + "examine": "This kitten seems to like you.", + "durability": null, + "name": "Pet kitten", + "archery_ticket_price": "0", + "id": "1560" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1561" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1562" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1563" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1564" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1565" + }, + { + "examine": "This cat definitely likes you.", + "durability": null, + "name": "Pet cat", + "archery_ticket_price": "0", + "id": "1566" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1567" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1568" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1569" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1570" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1571" + }, + { + "examine": "This cat is so well fed it can hardly move.", + "durability": null, + "name": "Overgrown cat", + "archery_ticket_price": "0", + "id": "1572" + }, + { + "examine": "A tasty herb good for seasoning.", + "durability": null, + "name": "Doogle leaves", + "archery_ticket_price": "0", + "id": "1573" + }, + { + "examine": "For feline training expertise.", + "durability": null, + "name": "Cat training medal", + "archery_ticket_price": "0", + "id": "1575", + "equipment_slot": "2" + }, + { + "examine": "Candlestick used during Heroes' Quest.", + "durability": null, + "name": "Pete's candlestick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1577" + }, + { + "durability": null, + "name": "Pete's candlestick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1578" + }, + { + "examine": "This denotes a Master Thief.", + "durability": null, + "name": "Thieves' armband", + "archery_ticket_price": "0", + "id": "1579" + }, + { + "examine": "These will keep my hands cold!", + "durability": null, + "name": "Ice gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1580", + "bonuses": "0,0,0,0,0,0,3,4,0,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Yuck.", + "durability": null, + "name": "Blamish snail slime", + "weight": "1", + "archery_ticket_price": "0", + "id": "1581" + }, + { + "examine": "Made from the finest snail slime.", + "durability": null, + "name": "Blamish oil", + "archery_ticket_price": "0", + "id": "1582" + }, + { + "examine": "Firebird feather.", + "durability": null, + "name": "Fire feather", + "archery_ticket_price": "0", + "id": "1583" + }, + { + "examine": "Apparently my name is Hartigen.", + "durability": null, + "name": "Id papers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1584" + }, + { + "examine": "Useful for catching lava eels.", + "durability": null, + "name": "Oily fishing rod", + "weight": "1", + "archery_ticket_price": "0", + "id": "1585" + }, + { + "examine": "This is of use in completing Heroes' Quest. (Heroes' Quest)", + "durability": null, + "name": "Miscellaneous key", + "tradeable": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "1586" + }, + { + "durability": null, + "name": "Miscellaneous key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1587" + }, + { + "examine": "The key I got from Grip. (Heroes' Quest)", + "durability": null, + "name": "Grips' key ring", + "archery_ticket_price": "0", + "id": "1588" + }, + { + "shop_price": "1", + "examine": "I wonder what this unlocks. (Heroes' Quest)", + "durability": null, + "name": "Dusty key", + "archery_ticket_price": "0", + "id": "1590" + }, + { + "examine": "Key to a cell. (Heroes' Quest)", + "durability": null, + "name": "Jail key", + "archery_ticket_price": "0", + "id": "1591" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold rings.", + "grand_exchange_price": "316", + "durability": null, + "name": "Ring mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1592" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "316", + "durability": null, + "name": "Ring mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1593" + }, + { + "examine": "Used to make unholy symbols.", + "durability": null, + "name": "Unholy mould", + "archery_ticket_price": "0", + "id": "1594" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold amulets.", + "grand_exchange_price": "288", + "durability": null, + "name": "Amulet mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1595" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "288", + "durability": null, + "name": "Amulet mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1596" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold necklaces.", + "grand_exchange_price": "269", + "durability": null, + "name": "Necklace mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1597" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "269", + "durability": null, + "name": "Necklace mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1598" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make holy symbols of Saradomin.", + "grand_exchange_price": "504", + "durability": null, + "name": "Holy mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1599" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "504", + "durability": null, + "name": "Holy mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1600" + }, + { + "ge_buy_limit": "500", + "examine": "This looks valuable.", + "grand_exchange_price": "14800", + "durability": null, + "name": "Diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1601" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "14800", + "durability": null, + "name": "Diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1602" + }, + { + "shop_price": "400", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "1598", + "durability": null, + "name": "Ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1603" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1598", + "durability": null, + "name": "Ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1604" + }, + { + "shop_price": "350", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "853", + "durability": null, + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1605" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "853", + "durability": null, + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1606" + }, + { + "shop_price": "175", + "ge_buy_limit": "1000", + "examine": "This looks valuable.", + "grand_exchange_price": "520", + "durability": null, + "name": "Sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1607" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "520", + "durability": null, + "name": "Sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1608" + }, + { + "ge_buy_limit": "1000", + "shop_price": "100", + "examine": "A semi precious stone.", + "grand_exchange_price": "44", + "durability": null, + "name": "Opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1609" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "41", + "durability": null, + "name": "Opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1610" + }, + { + "ge_buy_limit": "1000", + "shop_price": "150", + "grand_exchange_price": "84", + "examine": "A semi precious stone.", + "durability": null, + "name": "Jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1611" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "83", + "durability": null, + "name": "Jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1612" + }, + { + "ge_buy_limit": "1000", + "shop_price": "200", + "examine": "A semi precious stone.", + "grand_exchange_price": "120", + "durability": null, + "name": "Red topaz", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1613" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "103", + "durability": null, + "name": "Red topaz", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1614" + }, + { + "shop_price": "75000", + "ge_buy_limit": "100", + "examine": "This looks valuable.", + "grand_exchange_price": "27400", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1615" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27400", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1616" + }, + { + "ge_buy_limit": "500", + "examine": "An uncut diamond.", + "grand_exchange_price": "2160", + "tokkul_price": "300", + "durability": null, + "name": "Uncut diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1617" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "20000", + "durability": null, + "name": "Uncut diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1618" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut ruby.", + "grand_exchange_price": "1140", + "tokkul_price": "150", + "durability": null, + "name": "Uncut ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1619" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4970", + "durability": null, + "name": "Uncut ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1620" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "An uncut emerald.", + "grand_exchange_price": "580", + "tokkul_price": "75", + "durability": null, + "name": "Uncut emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1621" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2621", + "durability": null, + "name": "Uncut emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1622" + }, + { + "shop_price": "25", + "ge_buy_limit": "1000", + "examine": "An uncut sapphire.", + "grand_exchange_price": "420", + "tokkul_price": "37", + "durability": null, + "name": "Uncut sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1623" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1851", + "durability": null, + "name": "Uncut sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1624" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut opal.", + "grand_exchange_price": "65", + "durability": null, + "name": "Uncut opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1625" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "65", + "durability": null, + "name": "Uncut opal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1626" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut jade.", + "grand_exchange_price": "138", + "durability": null, + "name": "Uncut jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1627" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "138", + "durability": null, + "name": "Uncut jade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1628" + }, + { + "ge_buy_limit": "1000", + "examine": "An uncut red topaz.", + "grand_exchange_price": "279", + "durability": null, + "name": "Uncut red topaz", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1629" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "279", + "durability": null, + "name": "Uncut red topaz", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1630" + }, + { + "shop_price": "75000", + "ge_buy_limit": "100", + "examine": "An uncut dragonstone.", + "grand_exchange_price": "31700", + "tokkul_price": "1500", + "durability": null, + "name": "Uncut dragonstone", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1631" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "31700", + "durability": null, + "name": "Uncut dragonstone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1632" + }, + { + "examine": "This gem is crushed and broken.", + "durability": null, + "name": "Crushed gem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1633" + }, + { + "durability": null, + "name": "Crushed gem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1634" + }, + { + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "165", + "durability": null, + "name": "Gold ring", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "id": "1635", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "165", + "durability": null, + "name": "Gold ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1636" + }, + { + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "561", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1637", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "561", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1638" + }, + { + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1639", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "884", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1640" + }, + { + "shop_price": "2025", + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1641", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1110", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1642" + }, + { + "shop_price": "3172", + "ge_buy_limit": "5000", + "examine": "A valuable ring.", + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1643", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4416", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1644" + }, + { + "shop_price": "7750", + "ge_buy_limit": "100", + "examine": "A valuable ring.", + "grand_exchange_price": "26700", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1645", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26700", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1646" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "547", + "durability": null, + "name": "Sapphire ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1649" + }, + { + "examine": "A valuable ring.", + "grand_exchange_price": "993", + "durability": null, + "name": "Emerald ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1650" + }, + { + "shop_price": "2025", + "examine": "A valuable ring.", + "grand_exchange_price": "1125", + "durability": null, + "name": "Ruby ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1651" + }, + { + "shop_price": "3172", + "examine": "A valuable ring.", + "grand_exchange_price": "3622", + "durability": null, + "name": "Diamond ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1652" + }, + { + "shop_price": "7750", + "examine": "A valuable ring.", + "grand_exchange_price": "19606", + "durability": null, + "name": "Dragonstone ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1653" + }, + { + "shop_price": "450", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "185", + "durability": null, + "name": "Gold necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1654", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "185", + "durability": null, + "name": "Gold necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1655" + }, + { + "shop_price": "945", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "534", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1656", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "534", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1657" + }, + { + "shop_price": "1425", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "781", + "durability": null, + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1658", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "781", + "durability": null, + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1659" + }, + { + "shop_price": "870", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Ruby necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1660", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1276", + "durability": null, + "name": "Ruby necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1661" + }, + { + "shop_price": "3307", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "14300", + "durability": null, + "name": "Diamond necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1662", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "14300", + "durability": null, + "name": "Diamond necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1663" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1664", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1665" + }, + { + "shop_price": "945", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "532", + "durability": null, + "name": "Sapphire necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1668" + }, + { + "shop_price": "1425", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "741", + "durability": null, + "name": "Emerald necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1669" + }, + { + "shop_price": "870", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "1194", + "durability": null, + "name": "Ruby necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1670" + }, + { + "shop_price": "3307", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "9795", + "durability": null, + "name": "Diamond necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1671" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "23010", + "durability": null, + "name": "Dragon necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1672" + }, + { + "shop_price": "350", + "ge_buy_limit": "5000", + "examine": "A plain gold amulet.", + "grand_exchange_price": "172", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1673" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "172", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1674" + }, + { + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "473", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1675" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "473", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1676" + }, + { + "shop_price": "1147", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "695", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1677" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "695", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1678" + }, + { + "shop_price": "2025", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1268", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1679" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1680" + }, + { + "shop_price": "3307", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "3359", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1681" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3359", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1682" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "26900", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1683" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26900", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1684" + }, + { + "shop_price": "810", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "417", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1687" + }, + { + "shop_price": "1147", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "648", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1688" + }, + { + "shop_price": "2025", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1098", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1689" + }, + { + "shop_price": "3307", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1993", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1690" + }, + { + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "18436", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1691" + }, + { + "shop_price": "350", + "ge_buy_limit": "5000", + "examine": "A plain gold amulet.", + "grand_exchange_price": "137", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1692", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "137", + "durability": null, + "name": "Gold amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1693" + }, + { + "shop_price": "810", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "435", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1694", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "435", + "durability": null, + "name": "Sapphire amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1695" + }, + { + "shop_price": "1147", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "659", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1696", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "659", + "durability": null, + "name": "Emerald amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1697" + }, + { + "shop_price": "2025", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "1115", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1698", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1115", + "durability": null, + "name": "Ruby amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1699" + }, + { + "shop_price": "3307", + "ge_buy_limit": "5000", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "2706", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1700", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2706", + "durability": null, + "name": "Diamond amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1701" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "27100", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1702", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27100", + "durability": null, + "name": "Dragonstone ammy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1703" + }, + { + "ge_buy_limit": "100", + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "28000", + "durability": null, + "name": "Amulet of glory", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1704", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1705" + }, + { + "examine": "A dragonstone amulet with 1 magic charge.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1706", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1707" + }, + { + "examine": "A dragonstone amulet with 2 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1708", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1709" + }, + { + "examine": "A dragonstone amulet with 3 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1710", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1711" + }, + { + "ge_buy_limit": "100", + "examine": "A dragonstone amulet with 4 magic charges.", + "grand_exchange_price": "29300", + "durability": null, + "name": "Amulet of glory(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1712", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1713" + }, + { + "shop_price": "200", + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "83", + "durability": null, + "name": "Unstrung symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1714" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "83", + "durability": null, + "name": "Unstrung symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1715" + }, + { + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "A symbol of Saradomin.", + "grand_exchange_price": "29", + "durability": null, + "name": "Unblessed symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1716", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "29", + "durability": null, + "name": "Unblessed symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1717" + }, + { + "shop_price": "300", + "ge_buy_limit": "5000", + "examine": "A blessed holy symbol of Saradomin.", + "grand_exchange_price": "88", + "durability": null, + "name": "Holy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1718", + "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,8,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "88", + "durability": null, + "name": "Holy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1719" + }, + { + "ge_buy_limit": "5000", + "examine": "It needs a string so I can wear it.", + "grand_exchange_price": "178", + "durability": null, + "name": "Unstrung emblem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1720" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "178", + "durability": null, + "name": "Unstrung emblem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1721" + }, + { + "shop_price": "120", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "24", + "durability": null, + "name": "Unpowered symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1722", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "24", + "durability": null, + "name": "Unpowered symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1723" + }, + { + "shop_price": "135", + "ge_buy_limit": "5000", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "57", + "durability": null, + "name": "Unholy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1724", + "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,8,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted ruby amulet.", + "grand_exchange_price": "1247", + "durability": null, + "name": "Amulet of strength", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1725", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1247", + "durability": null, + "name": "Amulet of strength", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1726" + }, + { + "shop_price": "900", + "ge_buy_limit": "5000", + "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "519", + "durability": null, + "name": "Amulet of magic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1727", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "519", + "durability": null, + "name": "Amulet of magic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1728" + }, + { + "shop_price": "1275", + "ge_buy_limit": "5000", + "examine": "An enchanted emerald amulet of protection.", + "grand_exchange_price": "721", + "durability": null, + "name": "Amulet of defence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1729", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "721", + "durability": null, + "name": "Amulet of defence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1730" + }, + { + "shop_price": "3525", + "ge_buy_limit": "5000", + "examine": "An enchanted diamond amulet of power.", + "grand_exchange_price": "2573", + "durability": null, + "name": "Amulet of power", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1731", + "bonuses": "6,6,6,6,6,6,6,6,6,6,6,6,1,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2573", + "durability": null, + "name": "Amulet of power", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1732" + }, + { + "shop_price": "1", + "ge_buy_limit": "5000", + "examine": "Used with a thread to make clothes.", + "grand_exchange_price": "5", + "durability": null, + "name": "Needle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1733" + }, + { + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Use with a needle to make clothes.", + "grand_exchange_price": "7", + "durability": null, + "name": "Thread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1734" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "For shearing sheep.", + "grand_exchange_price": "76", + "durability": null, + "name": "Shears", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1735" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "76", + "durability": null, + "name": "Shears", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1736" + }, + { + "ge_buy_limit": "5000", + "examine": "I think this came from a sheep.", + "grand_exchange_price": "160", + "durability": null, + "name": "Wool", + "tradeable": "true", + "weight": "0.14", + "archery_ticket_price": "0", + "id": "1737" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "160", + "durability": null, + "name": "Wool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1738" + }, + { + "ge_buy_limit": "10000", + "examine": "I should take this to the tannery.", + "grand_exchange_price": "140", + "durability": null, + "name": "Cowhide", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "1739" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "516", + "durability": null, + "name": "Cowhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1740" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of leather.", + "grand_exchange_price": "638", + "durability": null, + "name": "Leather", + "tradeable": "true", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "1741" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "638", + "durability": null, + "name": "Leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1742" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of hard leather.", + "grand_exchange_price": "640", + "durability": null, + "name": "Hard leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1743" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "640", + "durability": null, + "name": "Hard leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1744" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared green dragon hide.", + "grand_exchange_price": "2237", + "durability": null, + "name": "Green d-leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1745" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2237", + "durability": null, + "name": "Green d-leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1746" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a Black Dragon.", + "grand_exchange_price": "5802", + "durability": null, + "name": "Black dragonhide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1747" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5802", + "durability": null, + "name": "Black dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1748" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a red dragon.", + "grand_exchange_price": "3539", + "durability": null, + "name": "Red dragonhide", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "1749" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3539", + "durability": null, + "name": "Red dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1750" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a blue dragon.", + "grand_exchange_price": "2473", + "durability": null, + "name": "Blue dragonhide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1751" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2473", + "durability": null, + "name": "Blue dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1752" + }, + { + "ge_buy_limit": "10000", + "examine": "The scaly rough hide from a green dragon.", + "grand_exchange_price": "1000", + "durability": null, + "name": "Green dragonhide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "1753" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1933", + "durability": null, + "name": "Green dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1754" + }, + { + "shop_price": "14", + "ge_buy_limit": "100", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "20", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1755" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1756" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A mostly clean apron.", + "grand_exchange_price": "74", + "durability": null, + "name": "Brown apron", + "tradeable": "true", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "1757", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Brown apron", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1758" + }, + { + "ge_buy_limit": "5000", + "examine": "Spun from sheeps' wool.", + "grand_exchange_price": "115", + "durability": null, + "name": "Ball of wool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1759" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "115", + "durability": null, + "name": "Ball of wool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1760" + }, + { + "ge_buy_limit": "10000", + "examine": "Clay soft enough to mould.", + "grand_exchange_price": "487", + "durability": null, + "name": "Soft clay", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1761" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "487", + "durability": null, + "name": "Soft clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1762" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of red dye.", + "grand_exchange_price": "1374", + "durability": null, + "name": "Red dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1763" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1374", + "durability": null, + "name": "Red dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1764" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of yellow dye.", + "grand_exchange_price": "549", + "durability": null, + "name": "Yellow dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1765" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "549", + "durability": null, + "name": "Yellow dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1766" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of blue dye", + "grand_exchange_price": "642", + "durability": null, + "name": "Blue dye", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1767" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "642", + "durability": null, + "name": "Blue dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1768" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of orange dye.", + "grand_exchange_price": "1258", + "durability": null, + "name": "Orange dye", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1769" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1258", + "durability": null, + "name": "Orange dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1770" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of green dye.", + "grand_exchange_price": "503", + "durability": null, + "name": "Green dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1771" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "503", + "durability": null, + "name": "Green dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1772" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A little bottle of purple dye.", + "grand_exchange_price": "288", + "durability": null, + "name": "Purple dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1773" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "288", + "durability": null, + "name": "Purple dye", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1774" + }, + { + "ge_buy_limit": "10000", + "examine": "Hot glass ready to be blown into useful objects.", + "grand_exchange_price": "924", + "durability": null, + "name": "Molten glass", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1775" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "924", + "durability": null, + "name": "Molten glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1776" + }, + { + "ge_buy_limit": "10000", + "examine": "I need a bow stave to attach this to.", + "grand_exchange_price": "240", + "durability": null, + "name": "Bow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1777" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "223", + "durability": null, + "name": "Bow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1778" + }, + { + "shop_price": "73", + "ge_buy_limit": "25000", + "examine": "A plant cultivated for fibres (ground); I should use this with a spinning wheel (item).", + "grand_exchange_price": "73", + "durability": null, + "name": "Flax", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1779" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "73", + "durability": null, + "name": "Flax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1780" + }, + { + "ge_buy_limit": "10000", + "examine": "One of the ingredients for making glass.", + "grand_exchange_price": "575", + "durability": null, + "name": "Soda ash", + "tradeable": "true", + "weight": "0.09", + "archery_ticket_price": "0", + "id": "1781" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "575", + "durability": null, + "name": "Soda ash", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1782" + }, + { + "ge_buy_limit": "10000", + "examine": "One of the ingredients for making glass.", + "grand_exchange_price": "265", + "durability": null, + "name": "Bucket of sand", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "1783" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "265", + "durability": null, + "name": "Bucket of sand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1784" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to form molten glass into useful items.", + "grand_exchange_price": "195", + "durability": null, + "name": "Glassblowing pipe", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1785" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Glassblowing pipe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1786" + }, + { + "ge_buy_limit": "100", + "examine": "I need to put this in a pottery oven.", + "grand_exchange_price": "53", + "durability": null, + "name": "Unfired pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1787" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "53", + "durability": null, + "name": "Unfired pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1788" + }, + { + "ge_buy_limit": "100", + "examine": "I need to put this in a pottery oven.", + "grand_exchange_price": "96", + "durability": null, + "name": "Unfired pie dish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1789" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "96", + "durability": null, + "name": "Unfired pie dish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1790" + }, + { + "shop_price": "32", + "ge_buy_limit": "100", + "examine": "I need to put this in a pottery oven.", + "grand_exchange_price": "194", + "durability": null, + "name": "Unfired bowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1791" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "194", + "durability": null, + "name": "Unfired bowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1792" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A slightly bluish leaf.", + "grand_exchange_price": "57", + "durability": null, + "name": "Woad leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1793", + "equip_audio": "" + }, + { + "ge_buy_limit": "100", + "examine": "Useful for crafting items.", + "grand_exchange_price": "249", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1794" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "249", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1795" + }, + { + "examine": "Anna's shiny silver coated necklace.", + "durability": null, + "name": "Silver necklace", + "weight": "1", + "archery_ticket_price": "0", + "id": "1796", + "equipment_slot": "2" + }, + { + "examine": "Anna's shiny silver coated necklace.", + "durability": null, + "name": "Silver necklace", + "weight": "1", + "archery_ticket_price": "0", + "id": "1797", + "equipment_slot": "2" + }, + { + "examine": "Bob's shiny silver coated tea cup.", + "durability": null, + "name": "Silver cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1798" + }, + { + "examine": "Bob's shiny silver coated tea cup.", + "durability": null, + "name": "Silver cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1799" + }, + { + "examine": "Carol's shiny silver coated bottle.", + "durability": null, + "name": "Silver bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1800" + }, + { + "examine": "Carol's shiny silver coated bottle.", + "durability": null, + "name": "Silver bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1801" + }, + { + "examine": "David's shiny silver coated book.", + "durability": null, + "name": "Silver book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1802" + }, + { + "examine": "David's shiny silver coated book.", + "durability": null, + "name": "Silver book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1803" + }, + { + "examine": "Elizabeth's shiny silver coated needle.", + "durability": null, + "name": "Silver needle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1804" + }, + { + "examine": "Elizabeth's shiny silver coated needle.", + "durability": null, + "name": "Silver needle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1805" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1806" + }, + { + "examine": "Frank's shiny silver coated pot.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1807" + }, + { + "examine": "Some (colour) thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1808" + }, + { + "examine": "Some (colour) thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1809" + }, + { + "examine": "Some (colour) thread found at the murder scene.", + "durability": null, + "name": "Criminal's thread", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1810" + }, + { + "examine": "A piece of fly paper. It's sticky.", + "durability": null, + "name": "Flypaper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1811" + }, + { + "examine": "A pot found at the murder scene, with a sickly odour.", + "durability": null, + "name": "Pungent pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1812" + }, + { + "examine": "A flimsy-looking dagger found at the crime scene./A flimsy looking dagger found at the crime scene coated with a thin layer of flour.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Criminal's dagger", + "archery_ticket_price": "0", + "id": "1813" + }, + { + "examine": "A flimsy-looking dagger found at the crime scene./A flimsy looking dagger found at the crime scene coated with a thin layer of flour.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Criminal's dagger", + "archery_ticket_price": "0", + "id": "1814" + }, + { + "examine": "The fingerprints of the murderer.", + "durability": null, + "name": "Killer's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1815" + }, + { + "examine": "An imprint of Anna's fingerprint.", + "durability": null, + "name": "Anna's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1816" + }, + { + "examine": "An imprint of Bob's fingerprint.", + "durability": null, + "name": "Bob's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1817" + }, + { + "examine": "An imprint of Carol's fingerprint.", + "durability": null, + "name": "Carol's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1818" + }, + { + "examine": "An imprint of David's fingerprint.", + "durability": null, + "name": "David's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1819" + }, + { + "examine": "An imprint of Elizabeth's fingerprint.", + "durability": null, + "name": "Elizabeth's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1820" + }, + { + "examine": "An imprint of Frank's fingerprint.", + "durability": null, + "name": "Frank's print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1821" + }, + { + "examine": "An unidentified fingerprint taken from the murder weapon.", + "durability": null, + "name": "Unknown print", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1822" + }, + { + "shop_price": "30", + "ge_buy_limit": "100", + "examine": "A full waterskin with four portions of water.", + "grand_exchange_price": "184", + "durability": null, + "name": "Waterskin(4)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1823" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "184", + "durability": null, + "name": "Waterskin(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1824" + }, + { + "shop_price": "30", + "examine": "A nearly full waterskin with three portions of water.", + "grand_exchange_price": "4", + "durability": null, + "name": "Waterskin(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1825" + }, + { + "durability": null, + "name": "Waterskin(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1826" + }, + { + "shop_price": "30", + "examine": "A half empty waterskin with two portions of water.", + "grand_exchange_price": "4", + "durability": null, + "name": "Waterskin(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1827" + }, + { + "durability": null, + "name": "Waterskin(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1828" + }, + { + "shop_price": "30", + "examine": "A nearly empty waterskin with one portion of water.", + "grand_exchange_price": "4", + "durability": null, + "name": "Waterskin(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1829" + }, + { + "durability": null, + "name": "Waterskin(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1830" + }, + { + "shop_price": "30", + "ge_buy_limit": "100", + "examine": "A completely empty waterskin - you'll need to fill it up.", + "grand_exchange_price": "93", + "durability": null, + "name": "Waterskin(0)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1831" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "Waterskin(0)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1832" + }, + { + "remove_sleeves": "true", + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool, light desert shirt.", + "grand_exchange_price": "93", + "durability": null, + "name": "Desert shirt", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1833", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "Desert shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1834" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool, light desert robe.", + "grand_exchange_price": "74", + "durability": null, + "name": "Desert robe", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1835", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Desert robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1836" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Comfortable desert shoes.", + "grand_exchange_price": "257", + "durability": null, + "name": "Desert boots", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1837", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "257", + "durability": null, + "name": "Desert boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1838" + }, + { + "examine": "This key is crudely made. It came from the mining camp Mercenary Captain.", + "durability": null, + "name": "Metal key", + "archery_ticket_price": "0", + "id": "1839" + }, + { + "examine": "A metallic key, usually used by prison guards. (Tourist Trap)", + "durability": null, + "name": "Cell door key", + "archery_ticket_price": "0", + "id": "1840" + }, + { + "examine": "An empty barrel/A Splendid barrel.", + "grand_exchange_price": "206", + "durability": null, + "name": "Barrel", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "1841" + }, + { + "examine": "Inventory: A mining barrel with Ana in it.While in the mine cart: It's Ana... in a barrel... in a mine cart.", + "durability": null, + "name": "Ana in a barrel", + "weight": "32", + "archery_ticket_price": "0", + "id": "1842" + }, + { + "examine": "This key unlocks a very sturdy gate. Ana gave me this key. (Tourist Trap)", + "durability": null, + "name": "Wrought iron key", + "archery_ticket_price": "0", + "id": "1843" + }, + { + "remove_sleeves": "true", + "examine": "A filthy, smelly, flea infested shirt.", + "durability": null, + "name": "Slave shirt", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1844", + "equipment_slot": "4" + }, + { + "examine": "A filthy, smelly, flea infested robe.", + "durability": null, + "name": "Slave robe", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1845", + "equipment_slot": "7" + }, + { + "examine": "A set of filthy, smelly, flea infested desert slave boots.", + "durability": null, + "name": "Slave boots", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "1846", + "equipment_slot": "10" + }, + { + "examine": "A piece of paper with barely legible writing - looks like a recipe!", + "durability": null, + "name": "Scrumpled paper", + "archery_ticket_price": "0", + "id": "1847" + }, + { + "shop_price": "5", + "examine": "Very important information.", + "durability": null, + "name": "Shantay disclaimer", + "archery_ticket_price": "0", + "id": "1848" + }, + { + "examine": "A prototype throwing dart.", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Prototype dart", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1849" + }, + { + "examine": "Plans of a technical nature.", + "durability": null, + "name": "Technical plans", + "weight": "1", + "archery_ticket_price": "0", + "id": "1850" + }, + { + "examine": "The most delicious of pineapples.", + "durability": null, + "name": "Tenti pineapple", + "weight": "1", + "archery_ticket_price": "0", + "id": "1851" + }, + { + "examine": "A key to the chest in Captain Siad's room.", + "durability": null, + "name": "Bedabin key", + "archery_ticket_price": "0", + "id": "1852" + }, + { + "examine": "A protoype dart tip - it looks deadly.", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Prototype dart tip", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1853" + }, + { + "shop_price": "5", + "examine": "Allows you to pass through the Shantay pass into the Kharid Desert.", + "durability": null, + "name": "Shantay pass", + "archery_ticket_price": "0", + "id": "1854" + }, + { + "examine": "A Tourist's Guide to Ardougne.", + "durability": null, + "name": "Guide book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "1856" + }, + { + "examine": "The Rantuki tribe's totem.", + "durability": null, + "name": "Totem", + "weight": "3", + "archery_ticket_price": "0", + "id": "1857" + }, + { + "examine": "It says 'To Lord Handelmort, Handelmort Mansion'.", + "durability": null, + "name": "Address label", + "archery_ticket_price": "0", + "id": "1858" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "486", + "durability": null, + "name": "Raw ugthanki meat", + "tradeable": "true", + "weight": "0.75", + "archery_ticket_price": "0", + "id": "1859" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "486", + "durability": null, + "name": "Raw ugthanki meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1860" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to cook this first / Freshly cooked ugthanki meat.", + "grand_exchange_price": "687", + "durability": null, + "name": "Ugthanki meat", + "tradeable": "true", + "weight": "0.75", + "archery_ticket_price": "0", + "id": "1861" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "687", + "durability": null, + "name": "Ugthanki meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1862" + }, + { + "shop_price": "9", + "ge_buy_limit": "1000", + "examine": "I need to cook this.", + "grand_exchange_price": "90", + "durability": null, + "name": "Pitta dough", + "tradeable": "true", + "weight": "0.14", + "archery_ticket_price": "0", + "id": "1863" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "90", + "durability": null, + "name": "Pitta dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1864" + }, + { + "ge_buy_limit": "1000", + "examine": "Nicely baked pitta bread. Needs more ingredients to make a kebab.", + "grand_exchange_price": "22", + "durability": null, + "name": "Pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1865" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "22", + "durability": null, + "name": "Pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1866" + }, + { + "examine": "It's all burnt.", + "durability": null, + "name": "Burnt pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1867" + }, + { + "durability": null, + "name": "Burnt pitta bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1868" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of tomatoes in a bowl.", + "grand_exchange_price": "90", + "durability": null, + "name": "Chopped tomato", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1869" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "90", + "durability": null, + "name": "Chopped tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1870" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of onions in a bowl.", + "grand_exchange_price": "142", + "durability": null, + "name": "Chopped onion", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1871" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "142", + "durability": null, + "name": "Chopped onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1872" + }, + { + "ge_buy_limit": "1000", + "examine": "Strips of ugthanki meat in a bowl.", + "grand_exchange_price": "348", + "durability": null, + "name": "Chopped ugthanki", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1873" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "348", + "durability": null, + "name": "Chopped ugthanki", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1874" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of chopped onions and tomatoes in a bowl", + "grand_exchange_price": "31", + "durability": null, + "name": "Onion & tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1875" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "31", + "durability": null, + "name": "Onion & tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1876" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "A mixture of chopped onions and ugthanki meat in a bowl.", + "grand_exchange_price": "330", + "durability": null, + "name": "Ugthanki & onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1877" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "330", + "durability": null, + "name": "Ugthanki & onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1878" + }, + { + "ge_buy_limit": "10000", + "examine": "A mixture of chopped tomatoes and ugthanki meat in a bowl.", + "grand_exchange_price": "331", + "durability": null, + "name": "Ugthanki & tomato", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "1879" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "331", + "durability": null, + "name": "Ugthanki & tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1880" + }, + { + "ge_buy_limit": "1000", + "examine": "A mixture of chopped tomatoes, onions and ugthanki meat in a bowl", + "grand_exchange_price": "412", + "durability": null, + "name": "Kebab mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1881" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "412", + "durability": null, + "name": "Kebab mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1882" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2027", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1883" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2027", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1884" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1499", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1885" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1499", + "durability": null, + "name": "Ugthanki kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1886" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Useful for baking cakes.", + "grand_exchange_price": "20", + "durability": null, + "name": "Cake tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1887" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Cake tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1888" + }, + { + "ge_buy_limit": "1000", + "examine": "Now all I need to do is cook it.", + "grand_exchange_price": "559", + "durability": null, + "name": "Uncooked cake", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1889" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "559", + "durability": null, + "name": "Uncooked cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1890" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "A plain sponge cake.", + "grand_exchange_price": "155", + "durability": null, + "name": "Cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1891" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "155", + "durability": null, + "name": "Cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1892" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "A plain sponge cake.", + "grand_exchange_price": "39", + "durability": null, + "name": "2/3 cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1893" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "39", + "durability": null, + "name": "2/3 cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1894" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "A plain sponge cake.", + "grand_exchange_price": "32", + "durability": null, + "name": "Slice of cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1895" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "32", + "durability": null, + "name": "Slice of cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1896" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks very tasty.", + "grand_exchange_price": "416", + "durability": null, + "name": "Chocolate cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1897" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "416", + "durability": null, + "name": "Chocolate cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1898" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks very tasty.", + "grand_exchange_price": "181", + "durability": null, + "name": "2/3 chocolate cake", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1899" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "181", + "durability": null, + "name": "2/3 chocolate cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1900" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks very tasty.", + "grand_exchange_price": "13", + "durability": null, + "name": "Chocolate slice", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1901" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Chocolate slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1902" + }, + { + "durability": null, + "name": "Burnt cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1904" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "190", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1905" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "190", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1906" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "171", + "durability": null, + "name": "Wizard's mind bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1907" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "171", + "durability": null, + "name": "Wizard's mind bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1908" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "828", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1909" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "828", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1910" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "487", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1911" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "487", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1912" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "212", + "durability": null, + "name": "Dwarven stout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1913" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "212", + "durability": null, + "name": "Dwarven stout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1914" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A murky glass full of your average, everyday pirate slosh.", + "grand_exchange_price": "19", + "durability": null, + "name": "Grog", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "1915" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Grog", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1916" + }, + { + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "202", + "durability": null, + "name": "Beer", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1917", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "202", + "durability": null, + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1918" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "10", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "1919" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1920" + }, + { + "ge_buy_limit": "100", + "examine": "It's a bowl of water.", + "grand_exchange_price": "97", + "durability": null, + "name": "Bowl of water", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1921" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "97", + "durability": null, + "name": "Bowl of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1922" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "Useful for mixing things.", + "grand_exchange_price": "34", + "durability": null, + "name": "Bowl", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1923" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34", + "durability": null, + "name": "Bowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1924" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "It's an empty bucket.", + "grand_exchange_price": "30", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1925" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1926" + }, + { + "shop_price": "12", + "ge_buy_limit": "1000", + "examine": "It's a bucket of milk.", + "grand_exchange_price": "103", + "durability": null, + "name": "Bucket of milk", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "1927" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "103", + "durability": null, + "name": "Bucket of milk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1928" + }, + { + "ge_buy_limit": "100", + "examine": "It's a bucket of water.", + "grand_exchange_price": "72", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "1929" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "72", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1930" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "This pot is empty.", + "grand_exchange_price": "6", + "durability": null, + "name": "Empty pot", + "tradeable": "true", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "1931" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6", + "durability": null, + "name": "Empty pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1932" + }, + { + "shop_price": "14", + "ge_buy_limit": "1000", + "examine": "There is flour in this pot.", + "grand_exchange_price": "172", + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "1933" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "172", + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1934" + }, + { + "shop_price": "1", + "ge_buy_limit": "10000", + "examine": "This jug is empty.", + "grand_exchange_price": "29", + "durability": null, + "name": "Jug", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1935" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "29", + "durability": null, + "name": "Jug", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1936" + }, + { + "shop_price": "1", + "ge_buy_limit": "10000", + "examine": "It's full of water.", + "grand_exchange_price": "87", + "durability": null, + "name": "Jug of water", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1937" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "87", + "durability": null, + "name": "Jug of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1938" + }, + { + "ge_buy_limit": "5000", + "examine": "A foul smelling thick tar like substance.", + "grand_exchange_price": "103", + "durability": null, + "name": "Swamp tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1939" + }, + { + "shop_price": "38", + "ge_buy_limit": "5000", + "examine": "A tar-like substance mixed with flour and warmed.", + "grand_exchange_price": "342", + "durability": null, + "name": "Raw swamp paste", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1940" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "A tar-like substance mixed with flour and warmed.", + "grand_exchange_price": "1", + "durability": null, + "name": "Swamp paste", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1941" + }, + { + "shop_price": "11", + "ge_buy_limit": "500", + "examine": "This could be used to make a good stew.", + "grand_exchange_price": "91", + "durability": null, + "name": "Potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1942" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "91", + "durability": null, + "name": "Potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1943" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "A nice fresh egg.", + "grand_exchange_price": "99", + "durability": null, + "name": "Egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1944" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "99", + "durability": null, + "name": "Egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1945" + }, + { + "shop_price": "14", + "examine": "There is flour in this pot.", + "grand_exchange_price": "162", + "durability": null, + "name": "Flour", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "1946" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "Some wheat heads.", + "grand_exchange_price": "7", + "durability": null, + "name": "Grain", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "1947" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7", + "durability": null, + "name": "Grain", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1948" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "What a silly hat.", + "grand_exchange_price": "233", + "durability": null, + "name": "Chef's hat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "1949", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "233", + "durability": null, + "name": "Chef's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1950" + }, + { + "shop_price": "3", + "ge_buy_limit": "1000", + "examine": "Very bright red berries.", + "grand_exchange_price": "337", + "durability": null, + "name": "Redberries", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "1951" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "337", + "durability": null, + "name": "Redberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1952" + }, + { + "ge_buy_limit": "1000", + "examine": "Potentially pastry.", + "grand_exchange_price": "433", + "durability": null, + "name": "Pastry dough", + "tradeable": "true", + "weight": "0.16", + "archery_ticket_price": "0", + "id": "1953" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "433", + "durability": null, + "name": "Pastry dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1954" + }, + { + "shop_price": "36", + "ge_buy_limit": "1000", + "examine": "Keeps the doctor away.", + "grand_exchange_price": "353", + "durability": null, + "name": "Cooking apple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1955" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "353", + "durability": null, + "name": "Cooking apple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1956" + }, + { + "shop_price": "12", + "ge_buy_limit": "1000", + "examine": "A strong smelling onion.", + "grand_exchange_price": "8", + "durability": null, + "name": "Onion", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1957" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8", + "durability": null, + "name": "Onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1958" + }, + { + "ge_buy_limit": "2", + "examine": "Happy Halloween.", + "grand_exchange_price": "273600000", + "durability": null, + "name": "Pumpkin", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "1959" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "273600000", + "durability": null, + "name": "Pumpkin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1960" + }, + { + "ge_buy_limit": "2", + "examine": "Happy Easter.", + "grand_exchange_price": "80400000", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1961" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "80400000", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1962" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "263", + "durability": null, + "name": "Banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1963", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "263", + "durability": null, + "name": "Banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1964" + }, + { + "ge_buy_limit": "1000", + "examine": "Yuck, I don't like cabbage.", + "grand_exchange_price": "41", + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1965" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "41", + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1966" + }, + { + "examine": "Yuck, a cabbage from Draynor Manor. I don't like cabbage.", + "grand_exchange_price": "55", + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "1967" + }, + { + "durability": null, + "name": "Cabbage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1968" + }, + { + "shop_price": "1", + "examine": "A home made spinach thing.", + "durability": null, + "name": "Spinach roll", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1969" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "A meaty kebab.", + "grand_exchange_price": "97", + "durability": null, + "name": "Kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1971" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "97", + "durability": null, + "name": "Kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1972" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Mmmmmmm chocolate.", + "grand_exchange_price": "295", + "durability": null, + "name": "Chocolate bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1973", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "295", + "durability": null, + "name": "Chocolate bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1974" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "It's ground-up chocolate.", + "grand_exchange_price": "370", + "durability": null, + "name": "Chocolate dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1975" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "370", + "durability": null, + "name": "Chocolate dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1976" + }, + { + "examine": "Milk with chocolate in it.", + "durability": null, + "name": "Chocolatey milk", + "weight": "2", + "archery_ticket_price": "0", + "id": "1977" + }, + { + "shop_price": "10", + "ge_buy_limit": "1000", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "1978" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1979" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An empty cup.", + "grand_exchange_price": "5", + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1980" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1981" + }, + { + "shop_price": "25", + "ge_buy_limit": "10000", + "examine": "This would make good ketchup.", + "grand_exchange_price": "159", + "durability": null, + "name": "Tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1982" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "159", + "durability": null, + "name": "Tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1983" + }, + { + "shop_price": "1", + "examine": "Rotten to the core!", + "durability": null, + "name": "Rotten apple", + "archery_ticket_price": "0", + "id": "1984" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "It's got holes in it.", + "grand_exchange_price": "188", + "durability": null, + "name": "Cheese", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "1985" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "188", + "durability": null, + "name": "Cheese", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1986" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "Good grapes for wine making.", + "grand_exchange_price": "1510", + "durability": null, + "name": "Grapes", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "1987" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1510", + "durability": null, + "name": "Grapes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1988" + }, + { + "ge_buy_limit": "2", + "examine": "An optimist would say it is half full.", + "grand_exchange_price": "227700000", + "durability": null, + "name": "Half full wine jug", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1989" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "227700000", + "durability": null, + "name": "Half full wine jug", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1990" + }, + { + "examine": "Oh dear, this wine is terrible!", + "durability": null, + "name": "Jug of bad wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1991" + }, + { + "examine": "Oh dear, this wine is terrible!", + "durability": null, + "name": "Jug of bad wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1992" + }, + { + "shop_price": "128", + "ge_buy_limit": "1000", + "examine": "It's full of wine.", + "grand_exchange_price": "36", + "durability": null, + "name": "Jug of wine", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "1993" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "36", + "durability": null, + "name": "Jug of wine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1994" + }, + { + "examine": "This wine needs to ferment before it can be drunk.", + "durability": null, + "name": "Unfermented wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1995" + }, + { + "examine": "This wine needs to ferment before it can be drunk.", + "durability": null, + "name": "Unfermented wine", + "weight": "1", + "archery_ticket_price": "0", + "id": "1996" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "177", + "durability": null, + "name": "Incomplete stew", + "archery_ticket_price": "0", + "id": "1997" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "177", + "durability": null, + "name": "Incomplete stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "1998" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "210", + "durability": null, + "name": "Incomplete stew", + "archery_ticket_price": "0", + "id": "1999" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "210", + "durability": null, + "name": "Incomplete stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2000" + }, + { + "shop_price": "1", + "ge_buy_limit": "200", + "examine": "I need to cook this.", + "grand_exchange_price": "600", + "durability": null, + "name": "Uncooked stew", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2001" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "600", + "durability": null, + "name": "Uncooked stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2002" + }, + { + "shop_price": "20", + "ge_buy_limit": "200", + "examine": "It's a meat and potato stew.", + "grand_exchange_price": "1133", + "durability": null, + "name": "Stew", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "2003" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1133", + "durability": null, + "name": "Stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2004" + }, + { + "durability": null, + "name": "Burnt stew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2006" + }, + { + "shop_price": "230", + "ge_buy_limit": "1000", + "examine": "This could liven up an otherwise bland stew.", + "grand_exchange_price": "277", + "durability": null, + "name": "Spice", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2007" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "277", + "durability": null, + "name": "Spice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2008" + }, + { + "ge_buy_limit": "200", + "examine": "I need to cook this.", + "grand_exchange_price": "1382", + "durability": null, + "name": "Uncooked curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2009" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1382", + "durability": null, + "name": "Uncooked curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2010" + }, + { + "ge_buy_limit": "200", + "examine": "It's a spicy hot curry.", + "grand_exchange_price": "1001", + "durability": null, + "name": "Curry", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "2011" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1001", + "durability": null, + "name": "Curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2012" + }, + { + "examine": "Eew, it's horribly burnt.", + "durability": null, + "name": "Burnt curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2013" + }, + { + "durability": null, + "name": "Burnt curry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2014" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "An absolutely clear spirit sold by well-stocked bars.", + "grand_exchange_price": "366", + "durability": null, + "name": "Vodka", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2015" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "durability": null, + "name": "Vodka", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2016" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "This Draynor malt is sold by well-stocked bars.", + "grand_exchange_price": "68", + "durability": null, + "name": "Whisky", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2017" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "68", + "durability": null, + "name": "Whisky", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2018" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A strong spirit that tastes of Juniper; sold at well-stocked bars.", + "grand_exchange_price": "184", + "durability": null, + "name": "Gin", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2019" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "184", + "durability": null, + "name": "Gin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2020" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A strong spirit best served in a large glass.", + "grand_exchange_price": "146", + "durability": null, + "name": "Brandy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2021" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "durability": null, + "name": "Brandy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2022" + }, + { + "shop_price": "5", + "examine": "A book on tree gnome cocktails.", + "durability": null, + "name": "Cocktail guide", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2023" + }, + { + "durability": null, + "name": "Cocktail guide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2024" + }, + { + "shop_price": "2", + "examine": "Used for mixing cocktails.", + "durability": null, + "name": "Cocktail shaker", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2025" + }, + { + "shop_price": "1", + "examine": "For sipping cocktails.", + "durability": null, + "name": "Cocktail glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2026" + }, + { + "durability": null, + "name": "Cocktail glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2027" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Blurberry Special.", + "grand_exchange_price": "70", + "durability": null, + "name": "Premade blurb' sp.", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2028" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "70", + "durability": null, + "name": "Premade blurb' sp.", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2029" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Chocolate Saturday.", + "grand_exchange_price": "13", + "durability": null, + "name": "Premade choc s'dy", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2030" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Premade choc s'dy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2031" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Drunk Dragon.", + "grand_exchange_price": "34", + "durability": null, + "name": "Premade dr' dragon", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2032" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "34", + "durability": null, + "name": "Premade dr' dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2033" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Fruit Blast.", + "grand_exchange_price": "48", + "durability": null, + "name": "Premade fr' blast", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2034" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "48", + "durability": null, + "name": "Premade fr' blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2035" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Pineapple Punch.", + "grand_exchange_price": "40", + "durability": null, + "name": "Premade p' punch", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2036" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "40", + "durability": null, + "name": "Premade p' punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2037" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A premade Short Green Guy.", + "grand_exchange_price": "33", + "durability": null, + "name": "Premade sgg", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2038" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "33", + "durability": null, + "name": "Premade sgg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2039" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A Premade Wizard Blizzard.", + "grand_exchange_price": "26", + "durability": null, + "name": "Premade wiz blz'd", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2040" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "26", + "durability": null, + "name": "Premade wiz blz'd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2041" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2042" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2043" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2044" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2045" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2046" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2047" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A fresh healthy fruit mix.", + "grand_exchange_price": "285", + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2048" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "285", + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2049" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2050" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2051" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2052" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2053" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "774", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2054" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "774", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2055" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2056" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2057" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2058" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2059" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2060" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2061" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2062" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2063" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "Looks good... smells strong.", + "grand_exchange_price": "5468", + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2064" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5468", + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2065" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2066" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2067" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2068" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2069" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2070" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2071" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2072" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2073" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "272", + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2074" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "272", + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2075" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2076" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2077" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2078" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2079" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A Short Green Guy... looks good.", + "grand_exchange_price": "756", + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2080" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "756", + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2081" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2082" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2083" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A cool refreshing fruit mix.", + "grand_exchange_price": "1802", + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2084" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1802", + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2085" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2086" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2087" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2088" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2089" + }, + { + "examine": "This cocktail is just missing those little finishing touches.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2090" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2091" + }, + { + "shop_price": "28", + "ge_buy_limit": "1000", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "506", + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2092" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "506", + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2093" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2094" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2095" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2096" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2097" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2098" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2099" + }, + { + "examine": "I'm not completely sure what this contains.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2100" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2101" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A common fruit, popularly used in cocktails.", + "grand_exchange_price": "86", + "durability": null, + "name": "Lemon", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2102" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "86", + "durability": null, + "name": "Lemon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2103" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a lemon!", + "grand_exchange_price": "29", + "durability": null, + "name": "Lemon chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2104" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "29", + "durability": null, + "name": "Lemon chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2105" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a lemon!", + "grand_exchange_price": "16", + "durability": null, + "name": "Lemon slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2106" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "16", + "durability": null, + "name": "Lemon slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2107" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "A common fruit.", + "grand_exchange_price": "930", + "durability": null, + "name": "Orange", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2108" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "930", + "durability": null, + "name": "Orange", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2109" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh chunks of orange.", + "grand_exchange_price": "46", + "durability": null, + "name": "Orange chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2110" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "46", + "durability": null, + "name": "Orange chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2111" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh orange slices.", + "grand_exchange_price": "163", + "durability": null, + "name": "Orange slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2112" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "163", + "durability": null, + "name": "Orange slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2113" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "It can be cut up into something more manageable with a knife.", + "grand_exchange_price": "45", + "durability": null, + "name": "Pineapple", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "2114" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "45", + "durability": null, + "name": "Pineapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2115" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh chunks of pineapple.", + "grand_exchange_price": "86", + "durability": null, + "name": "Pineapple chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2116" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "86", + "durability": null, + "name": "Pineapple chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2117" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a pineapple!", + "grand_exchange_price": "25", + "durability": null, + "name": "Pineapple ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2118" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "25", + "durability": null, + "name": "Pineapple ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2119" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A common fruit, popularly used in cocktails.", + "grand_exchange_price": "78", + "durability": null, + "name": "Lime", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2120" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "78", + "durability": null, + "name": "Lime", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2121" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh chunks of lime.", + "grand_exchange_price": "16", + "durability": null, + "name": "Lime chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2122" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "16", + "durability": null, + "name": "Lime chunks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2123" + }, + { + "ge_buy_limit": "1000", + "examine": "The not-too-surprising result of using a knife with a lime!", + "grand_exchange_price": "25", + "durability": null, + "name": "Lime slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2124" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "25", + "durability": null, + "name": "Lime slices", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2125" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "Some rather pretty blue berries picked from a dwellberry bush.", + "grand_exchange_price": "144", + "durability": null, + "name": "Dwellberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2126" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "144", + "durability": null, + "name": "Dwellberries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2127" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "A common ingredient in gnome cuisine.", + "grand_exchange_price": "275", + "durability": null, + "name": "Equa leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2128" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "275", + "durability": null, + "name": "Equa leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2129" + }, + { + "shop_price": "2", + "ge_buy_limit": "10000", + "examine": "Fresh cream.", + "grand_exchange_price": "58", + "durability": null, + "name": "Pot of cream", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2130" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "58", + "durability": null, + "name": "Pot of cream", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2131" + }, + { + "shop_price": "58", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "282", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2132" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "282", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2133" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "85", + "durability": null, + "name": "Raw rat meat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2134" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "85", + "durability": null, + "name": "Raw rat meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2135" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "307", + "durability": null, + "name": "Raw bear meat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2136" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "307", + "durability": null, + "name": "Raw bear meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2137" + }, + { + "shop_price": "60", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "386", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "2138" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "386", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2139" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "70", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2140" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "70", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2141" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "111", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2142" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "111", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2143" + }, + { + "durability": null, + "name": "Burnt chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2145" + }, + { + "examine": "Oh dear, it's totally burnt!", + "durability": null, + "name": "Burnt meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2146" + }, + { + "durability": null, + "name": "Burnt meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2147" + }, + { + "examine": "A very strange eel.", + "durability": null, + "name": "Raw lava eel", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2148" + }, + { + "examine": "Strange, it looks cooler now it's been cooked.", + "durability": null, + "name": "Lava eel", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "2149" + }, + { + "ge_buy_limit": "10000", + "examine": "A slippery little blighter.", + "grand_exchange_price": "750", + "durability": null, + "name": "Swamp toad", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2150" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "750", + "durability": null, + "name": "Swamp toad", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2151" + }, + { + "ge_buy_limit": "1000", + "examine": "They're a gnome delicacy apparently.", + "grand_exchange_price": "661", + "durability": null, + "name": "Toad's legs", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2152" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "661", + "durability": null, + "name": "Toad's legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2153" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2154" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2155" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Spicy toad's legs", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2156" + }, + { + "durability": null, + "name": "Spicy toad's legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2157" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Seasoned legs", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2158" + }, + { + "durability": null, + "name": "Seasoned legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2159" + }, + { + "examine": "They're a gnome delicacy apparently.", + "durability": null, + "name": "Spicy worm", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2160" + }, + { + "durability": null, + "name": "Spicy worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2161" + }, + { + "ge_buy_limit": "100", + "examine": "They're a gnome delicacy apparently.", + "grand_exchange_price": "24", + "durability": null, + "name": "King worm", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2162" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24", + "durability": null, + "name": "King worm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2163" + }, + { + "shop_price": "1", + "examine": "A deep tin used to make gnome battas in.", + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2164" + }, + { + "shop_price": "10", + "examine": "A shallow tray used to make crunchies in.", + "durability": null, + "name": "Crunchy tray", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2165" + }, + { + "shop_price": "10", + "examine": "A large ovenproof bowl.", + "durability": null, + "name": "Gnomebowl mould", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2166" + }, + { + "examine": "Aluft Gianne's favourite dishes.", + "durability": null, + "name": "Gianne's cook book", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2167" + }, + { + "durability": null, + "name": "Gianne's cook book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2168" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "It's Aluft Gianne's secret mix of spices.", + "grand_exchange_price": "28", + "durability": null, + "name": "Gnome spice", + "tradeable": "true", + "weight": "0.14", + "archery_ticket_price": "0", + "id": "2169" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "28", + "durability": null, + "name": "Gnome spice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2170" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "It's made from a secret recipe.", + "grand_exchange_price": "13", + "durability": null, + "name": "Gianne dough", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2171" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Gianne dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2172" + }, + { + "examine": "This gnome bowl doesn't look very appetizing.", + "durability": null, + "name": "Picture", + "weight": "1", + "archery_ticket_price": "0", + "id": "2173" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2174" + }, + { + "durability": null, + "name": "Burnt gnomebowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2176" + }, + { + "examine": "This gnomebowl is in the early stages of preparation.", + "durability": null, + "name": "Half baked bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2177" + }, + { + "examine": "This gnomebowl needs cooking.", + "durability": null, + "name": "Raw gnomebowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2178" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2179" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2180" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2181" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2182" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2183" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2184" + }, + { + "shop_price": "450", + "ge_buy_limit": "1000", + "examine": "Full of creamy, chocolately goodness.", + "grand_exchange_price": "4400", + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2185" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4400", + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2186" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "2321", + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2187" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2321", + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2188" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2189" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2190" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "454", + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2191" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "454", + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2192" + }, + { + "examine": "This unfinished XX needs YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2193" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2194" + }, + { + "ge_buy_limit": "1000", + "examine": "This looks pretty healthy.", + "grand_exchange_price": "481", + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2195" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "481", + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2196" + }, + { + "examine": "These crunchies don't look very appetising.", + "durability": null, + "name": "Odd crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2197" + }, + { + "durability": null, + "name": "Odd crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2198" + }, + { + "durability": null, + "name": "Burnt crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2200" + }, + { + "examine": "This crunchy is in the early stages of preparation.", + "durability": null, + "name": "Half baked crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2201" + }, + { + "ge_buy_limit": "1000", + "examine": "These crunchies need cooking.", + "grand_exchange_price": "163", + "durability": null, + "name": "Raw crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2202" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2203" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2204" + }, + { + "shop_price": "80", + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "255", + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2205" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "255", + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2206" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2207" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2208" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "Yum... smells good.", + "grand_exchange_price": "816", + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2209" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "816", + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2210" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2211" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2212" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "Yum...smells spicy.", + "grand_exchange_price": "101", + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2213" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "101", + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2214" + }, + { + "examine": "This XX crunchy needs garnishing with YY.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2215" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2216" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "1228", + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2217" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1228", + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2218" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Worm Batta.", + "grand_exchange_price": "130", + "durability": null, + "name": "Premade w'm batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2219" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "130", + "durability": null, + "name": "Premade w'm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2220" + }, + { + "ge_buy_limit": "1000", + "examine": "A Premade Toad Batta.", + "grand_exchange_price": "127", + "durability": null, + "name": "Premade t'd batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2221" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "127", + "durability": null, + "name": "Premade t'd batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2222" + }, + { + "ge_buy_limit": "1000", + "examine": "A Premade Cheese and Tomato Batta.", + "grand_exchange_price": "137", + "durability": null, + "name": "Premade c+t batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2223" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "137", + "durability": null, + "name": "Premade c+t batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2224" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Fruit Batta.", + "grand_exchange_price": "131", + "durability": null, + "name": "Premade fr't batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2225" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "131", + "durability": null, + "name": "Premade fr't batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2226" + }, + { + "ge_buy_limit": "1000", + "examine": "A Premade Vegetable Batta.", + "grand_exchange_price": "134", + "durability": null, + "name": "Premade veg batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2227" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "134", + "durability": null, + "name": "Premade veg batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2228" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Chocolate Bomb.", + "grand_exchange_price": "1227", + "durability": null, + "name": "Premade choc bomb", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2229" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1227", + "durability": null, + "name": "Premade choc bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2230" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Tangled Toads Legs.", + "grand_exchange_price": "867", + "durability": null, + "name": "Premade ttl", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2231" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "867", + "durability": null, + "name": "Premade ttl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2232" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Worm Hole.", + "grand_exchange_price": "237", + "durability": null, + "name": "Premade worm hole", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2233" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "237", + "durability": null, + "name": "Premade worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2234" + }, + { + "ge_buy_limit": "1000", + "examine": "A premade Vegetable Ball.", + "grand_exchange_price": "233", + "durability": null, + "name": "Premade veg ball", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2235" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "233", + "durability": null, + "name": "Premade veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2236" + }, + { + "ge_buy_limit": "1000", + "examine": "Some Premade Worm Crunchies.", + "grand_exchange_price": "76", + "durability": null, + "name": "Premade w'm crun", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2237" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "76", + "durability": null, + "name": "Premade w'm crun", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2238" + }, + { + "ge_buy_limit": "1000", + "examine": "Some Premade chocchip crunchies.", + "grand_exchange_price": "95", + "durability": null, + "name": "Premade ch' crunch", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2239" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "95", + "durability": null, + "name": "Premade ch' crunch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2240" + }, + { + "ge_buy_limit": "1000", + "examine": "Some premade Spicy Crunchies.", + "grand_exchange_price": "103", + "durability": null, + "name": "Premade s'y crunch", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2241" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "103", + "durability": null, + "name": "Premade s'y crunch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2242" + }, + { + "shop_price": "80", + "ge_buy_limit": "1000", + "examine": "Some premade Toad Crunchies.", + "grand_exchange_price": "43", + "durability": null, + "name": "Premade t'd crunch", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2243" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "43", + "durability": null, + "name": "Premade t'd crunch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2244" + }, + { + "examine": "This batta doesn't look very appetising.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2245" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2246" + }, + { + "durability": null, + "name": "Burnt batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2248" + }, + { + "examine": "This gnome batta is in the early stages of preparation.", + "durability": null, + "name": "Half baked batta", + "archery_ticket_price": "0", + "id": "2249" + }, + { + "shop_price": "1", + "examine": "This gnome batta needs cooking.", + "durability": null, + "name": "Raw batta", + "archery_ticket_price": "0", + "id": "2250" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2251" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2252" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "140", + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2253" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "140", + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2254" + }, + { + "shop_price": "78", + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "271", + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2255" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "271", + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2256" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2257" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2258" + }, + { + "ge_buy_limit": "1000", + "examine": "This smells really good.", + "grand_exchange_price": "260", + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2259" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "260", + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2260" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2261" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2262" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2263" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2264" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2265" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2266" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2267" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2268" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2269" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2270" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2271" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2272" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "2273" + }, + { + "durability": null, + "name": "Unfinished batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2274" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2275" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2276" + }, + { + "ge_buy_limit": "1000", + "examine": "It actually smells quite good.", + "grand_exchange_price": "303", + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2277" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "303", + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2278" + }, + { + "shop_price": "1", + "examine": "This XX batta needs garnishing with YY.", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2279" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2280" + }, + { + "ge_buy_limit": "1000", + "examine": "Well... It looks healthy.", + "grand_exchange_price": "240", + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2281" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "240", + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2282" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "I need to add some tomato next.", + "grand_exchange_price": "418", + "durability": null, + "name": "Pizza base", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2283" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "418", + "durability": null, + "name": "Pizza base", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2284" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to add some cheese next.", + "grand_exchange_price": "366", + "durability": null, + "name": "Incomplete pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2285" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Incomplete pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2286" + }, + { + "ge_buy_limit": "1000", + "examine": "This needs cooking.", + "grand_exchange_price": "1141", + "durability": null, + "name": "Uncooked pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2287" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1141", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2288" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "A cheese and tomato pizza.", + "grand_exchange_price": "1357", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2289" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1357", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Plain pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2290" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "Half of this plain pizza has been eaten.", + "grand_exchange_price": "238", + "durability": null, + "name": "1/2 plain pizza", + "tradeable": "true", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "2291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "238", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 plain pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2292" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with bits of meat on it.", + "grand_exchange_price": "1012", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1012", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2294" + }, + { + "ge_buy_limit": "1000", + "examine": "Half of this meat pizza has been eaten.", + "grand_exchange_price": "339", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2295" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "339", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 meat pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2296" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with anchovies.", + "grand_exchange_price": "1573", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2297" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1573", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Anchovy pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2298" + }, + { + "ge_buy_limit": "1000", + "examine": "Half of this anchovy pizza has been eaten.", + "grand_exchange_price": "44", + "durability": null, + "name": "1/2 anchovy pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2299" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "44", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 anchovy pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2300" + }, + { + "ge_buy_limit": "1000", + "examine": "A pizza with bits of pineapple on it.", + "grand_exchange_price": "1469", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "weight": "0.83", + "archery_ticket_price": "0", + "id": "2301" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1469", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Pineapple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2302" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "156", + "examine": "Half of this pineapple pizza has been eaten.", + "durability": null, + "name": "1/2 p'apple pizza", + "archery_ticket_price": "0", + "id": "2303" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "1/2 p'apple pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2304" + }, + { + "examine": "Oh dear!", + "durability": null, + "name": "Burnt pizza", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2306" + }, + { + "ge_buy_limit": "1000", + "examine": "Some uncooked dough.", + "grand_exchange_price": "158", + "durability": null, + "name": "Bread dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2307" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "158", + "durability": null, + "name": "Bread dough", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2308" + }, + { + "shop_price": "24", + "ge_buy_limit": "1000", + "examine": "Nice crispy bread.", + "grand_exchange_price": "110", + "durability": null, + "name": "Bread", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2309" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "110", + "durability": null, + "name": "Bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2310" + }, + { + "durability": null, + "name": "Burnt bread", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2312" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Deceptively pie shaped.", + "grand_exchange_price": "174", + "durability": null, + "name": "Pie dish", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2313" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "174", + "durability": null, + "name": "Pie dish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2314" + }, + { + "ge_buy_limit": "1000", + "examine": "I need to find a filling for this pie.", + "grand_exchange_price": "887", + "durability": null, + "name": "Pie shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2315" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "887", + "durability": null, + "name": "Pie shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2316" + }, + { + "ge_buy_limit": "1000", + "examine": "This would be much tastier cooked.", + "grand_exchange_price": "781", + "durability": null, + "name": "Uncooked apple pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2317" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "781", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2318" + }, + { + "ge_buy_limit": "1000", + "examine": "This would be much healthier cooked.", + "grand_exchange_price": "747", + "durability": null, + "name": "Uncooked meat pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2319" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "747", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2320" + }, + { + "ge_buy_limit": "1000", + "examine": "This would be much more appetising cooked.", + "grand_exchange_price": "802", + "durability": null, + "name": "Uncooked berry pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2321" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "802", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Uncooked berry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2322" + }, + { + "shop_price": "140", + "ge_buy_limit": "1000", + "examine": "Mmm Apple pie.", + "grand_exchange_price": "246", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2323" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "246", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2324" + }, + { + "ge_buy_limit": "1000", + "examine": "Looks tasty.", + "grand_exchange_price": "534", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2325" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "534", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2326" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "examine": "Not for vegetarians.", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2327" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2328" + }, + { + "examine": "I think I left it on the stove too long.", + "durability": null, + "name": "Burnt pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2330" + }, + { + "shop_price": "16", + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "examine": "Half of it is suitable for vegetarians.", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2331" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "174", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a meat pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2332" + }, + { + "ge_buy_limit": "1000", + "examine": "So tasty I kept some for later.", + "grand_exchange_price": "248", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2333" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a redberry pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2334" + }, + { + "shop_price": "140", + "ge_buy_limit": "1000", + "examine": "Mmm half an apple pie.", + "grand_exchange_price": "146", + "durability": null, + "name": "Half an apple pie", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2335" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half an apple pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2336" + }, + { + "ge_buy_limit": "1000", + "examine": "Raw meat from the oomlie bird.", + "grand_exchange_price": "155", + "durability": null, + "name": "Raw oomlie", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2337" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "155", + "durability": null, + "name": "Raw oomlie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2338" + }, + { + "examine": "A thick green palm leaf used by natives to cook meat.", + "durability": null, + "name": "Palm leaf", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2339" + }, + { + "examine": "A thick green palm leaf used by natives to cook meat.", + "durability": null, + "name": "Palm leaf", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2340" + }, + { + "ge_buy_limit": "1000", + "examine": "Oomlie meat in a palm leaf pouch. It just needs to be cooked.", + "grand_exchange_price": "814", + "durability": null, + "name": "Wrapped oomlie", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2341" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "814", + "durability": null, + "name": "Wrapped oomlie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2342" + }, + { + "ge_buy_limit": "1000", + "examine": "Deliciously cooked oomlie meat in a palm leaf pouch.", + "grand_exchange_price": "1126", + "durability": null, + "name": "Cooked oomlie wrap", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "2343" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1126", + "durability": null, + "name": "Cooked oomlie wrap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2344" + }, + { + "durability": null, + "name": "Burnt oomlie wrap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2346" + }, + { + "shop_price": "13", + "ge_buy_limit": "1000", + "examine": "Good for hitting things!", + "grand_exchange_price": "37", + "durability": null, + "name": "Hammer", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "2347" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "37", + "durability": null, + "name": "Hammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2348" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "It's a bar of bronze.", + "grand_exchange_price": "268", + "durability": null, + "name": "Bronze bar", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "2349" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "268", + "durability": null, + "name": "Bronze bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2350" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of iron.", + "grand_exchange_price": "493", + "durability": null, + "name": "Iron bar", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "2351" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "493", + "durability": null, + "name": "Iron bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2352" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of steel.", + "grand_exchange_price": "1266", + "durability": null, + "name": "Steel bar", + "tradeable": "true", + "weight": "1.81", + "archery_ticket_price": "0", + "id": "2353" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1266", + "durability": null, + "name": "Steel bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2354" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of silver.", + "grand_exchange_price": "274", + "durability": null, + "name": "Silver bar", + "tradeable": "true", + "weight": "1.81", + "archery_ticket_price": "0", + "id": "2355" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "274", + "durability": null, + "name": "Silver bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2356" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of gold.", + "grand_exchange_price": "107", + "durability": null, + "name": "Gold bar", + "tradeable": "true", + "weight": "1.81", + "archery_ticket_price": "0", + "id": "2357" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "107", + "durability": null, + "name": "Gold bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2358" + }, + { + "shop_price": "120", + "ge_buy_limit": "10000", + "examine": "It's a bar of mithril.", + "grand_exchange_price": "1920", + "durability": null, + "name": "Mithril bar", + "tradeable": "true", + "weight": "1.6", + "archery_ticket_price": "0", + "id": "2359" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1920", + "durability": null, + "name": "Mithril bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2360" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of adamant.", + "grand_exchange_price": "3306", + "durability": null, + "name": "Adamantite bar", + "tradeable": "true", + "weight": "2.04", + "archery_ticket_price": "0", + "id": "2361" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3306", + "durability": null, + "name": "Adamantite bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2362" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a bar of rune.", + "grand_exchange_price": "13300", + "durability": null, + "name": "Runite bar", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2363" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "13300", + "durability": null, + "name": "Runite bar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2364" + }, + { + "examine": "It's a 'perfect' golden bar.", + "durability": null, + "name": "'perfect' gold bar", + "weight": "2", + "archery_ticket_price": "0", + "id": "2365" + }, + { + "requirements": "{13,60}", + "ge_buy_limit": "100", + "examine": "The left half of a Dragon Square Shield.", + "grand_exchange_price": "65800", + "durability": null, + "name": "Shield left half", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2366" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65800", + "durability": null, + "name": "Shield left half", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2367" + }, + { + "requirements": "{13,60}", + "shop_price": "750000", + "ge_buy_limit": "100", + "examine": "The right half of a dragon square shield.", + "grand_exchange_price": "743100", + "durability": null, + "name": "Shield right half", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2368" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "743100", + "durability": null, + "name": "Shield right half", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2369" + }, + { + "shop_price": "100", + "ge_buy_limit": "5000", + "examine": "A set of studs for leather armour.", + "grand_exchange_price": "792", + "durability": null, + "name": "Steel studs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2370" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "792", + "durability": null, + "name": "Steel studs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2371" + }, + { + "destroy_message": "This item will likely break if you put it down, and you will have to go looking for another one.", + "examine": "An old statue of an ogre warrior.", + "durability": null, + "name": "Ogre relic", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2372" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Part of an ogre relic.", + "durability": null, + "name": "Relic part 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2373" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Part of an ogre relic.", + "durability": null, + "name": "Relic part 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2374" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Part of an ogre relic.", + "durability": null, + "name": "Relic part 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2375" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "It's a map.", + "durability": null, + "name": "Skavid map", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "2376" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Very tooth-like.", + "durability": null, + "name": "Ogre tooth", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2377" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "Formerly the property of the ogre, Toban", + "durability": null, + "name": "Toban's key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2378" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Handy if you want to break all your teeth.", + "durability": null, + "name": "Rock cake", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2379" + }, + { + "destroy_message": "This item will likely break if you put it down here, and you will have to go looking for another.", + "examine": "Eeeeyeeew!", + "durability": null, + "name": "Fingernails", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2384" + }, + { + "examine": "I can't wear this old thing.", + "durability": null, + "name": "Old robe", + "weight": "1", + "archery_ticket_price": "0", + "id": "2385" + }, + { + "examine": "Looks kind of useless.", + "durability": null, + "name": "Unusual armour", + "weight": "4", + "archery_ticket_price": "0", + "id": "2386" + }, + { + "examine": "Pointy.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Damaged dagger", + "archery_ticket_price": "0", + "id": "2387" + }, + { + "examine": "Useless as an eye patch.", + "durability": null, + "name": "Tattered eye patch", + "archery_ticket_price": "0", + "id": "2388" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "An empty glass vial.", + "grand_exchange_price": "1", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2389" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "An empty glass vial.", + "grand_exchange_price": "1", + "durability": null, + "name": "Vial", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2390" + }, + { + "ge_buy_limit": "100", + "examine": "Let's see it fly, now!", + "grand_exchange_price": "350", + "durability": null, + "name": "Ground bat bones", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2391" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "350", + "durability": null, + "name": "Ground bat bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2392" + }, + { + "destroy_message": "This item will likely break if you put it down here and you will have to go looking for another.", + "examine": "It's a stolen bar of gold.", + "durability": null, + "name": "Toban's gold", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2393" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This is meant to be good for spots.", + "grand_exchange_price": "157", + "durability": null, + "name": "Potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2394" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A dangerous magical liquid.", + "durability": null, + "name": "Magic ogre potion", + "archery_ticket_price": "0", + "id": "2395", + "equipment_slot": "3" + }, + { + "examine": "A spell is written on this parchment.", + "durability": null, + "name": "Spell scroll", + "archery_ticket_price": "0", + "id": "2396" + }, + { + "examine": "A tattered old robe.", + "durability": null, + "name": "Shaman robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "2397" + }, + { + "examine": "Deadly.", + "durability": null, + "name": "Cave nightshade", + "archery_ticket_price": "0", + "id": "2398" + }, + { + "turn90cw_anim": "821", + "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "walk_anim": "819", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "822", + "attack_speed": "5", + "weapon_interface": "6", + "turn180_anim": "820", + "render_anim": "1", + "defence_anim": "388", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "stand_anim": "808", + "name": "Silverlight", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "2402", + "stand_turn_anim": "823", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" + }, + { + "examine": "Scroll containing a powerful enchantment of restoration.", + "durability": null, + "name": "Hazeel scroll", + "weight": "1", + "archery_ticket_price": "0", + "id": "2403" + }, + { + "remove_sleeves": "true", + "examine": "Decorative armour; an heirloom of the Carnillean family.", + "durability": null, + "name": "Carnillean armour", + "weight": "9", + "archery_ticket_price": "0", + "id": "2405", + "bonuses": "0,0,0,0,0,20,14,8,0,0,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "A sign of my commitment to Hazeel.", + "durability": null, + "name": "Hazeel's mark", + "archery_ticket_price": "0", + "id": "2406", + "equipment_slot": "2" + }, + { + "examine": "A child's ball.", + "durability": null, + "name": "Ball", + "archery_ticket_price": "0", + "id": "2407" + }, + { + "examine": "A key to the Witch's house's front door. (Witch's House)", + "durability": null, + "name": "Door key", + "archery_ticket_price": "0", + "id": "2409" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "archery_ticket_price": "0", + "id": "2410" + }, + { + "examine": "A cape from the almighty god Saradomin.", + "durability": null, + "name": "Saradomin cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2412", + "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A cape from the almighty god Guthix.", + "durability": null, + "name": "Guthix cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2413", + "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A cape from the almighty god Zamorak.", + "durability": null, + "name": "Zamorak cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2414", + "bonuses": "0,0,0,10,0,1,1,2,10,0,5,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "80000", + "examine": "A magical staff imbued with the power of Saradomin.", + "durability": null, + "weight": "2.2", + "attack_speed": "4", + "weapon_interface": "1", + "equip_audio": "2247", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "attack_audios": "2555,0,0,0", + "name": "Saradomin staff", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "2415", + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0" + }, + { + "shop_price": "80000", + "examine": "A magical staff imbued with the power of Guthix.", + "durability": null, + "weight": "2", + "attack_speed": "4", + "weapon_interface": "1", + "equip_audio": "2247", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "attack_audios": "2555,0,0,0", + "name": "Guthix staff", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "2416", + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0" + }, + { + "shop_price": "80000", + "turn90cw_anim": "1207", + "examine": "A magical staff imbued with the power of Zamorak.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "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": "Zamorak staff", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "2417", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,6,6,0,2,3,1,6,0,0,2,0,0,0" + }, + { + "examine": "A heavy key made of bronze. (Prince Ali Rescue).", + "durability": null, + "name": "Bronze key", + "archery_ticket_price": "0", + "id": "2418" + }, + { + "examine": "A grey woollen wig.", + "durability": null, + "name": "Wig", + "archery_ticket_price": "0", + "id": "2419" + }, + { + "examine": "A grey woollen wig.", + "durability": null, + "name": "Wig", + "archery_ticket_price": "0", + "id": "2421" + }, + { + "lendable": "true", + "examine": "A nice hat from a cracker.", + "grand_exchange_price": "2147483647", + "durability": null, + "name": "Blue partyhat", + "archery_ticket_price": "0", + "id": "2422" + }, + { + "examine": "Imprint of a key in a lump of clay.", + "durability": null, + "name": "Key print", + "archery_ticket_price": "0", + "id": "2423" + }, + { + "examine": "A bottle of skin coloured paste.", + "durability": null, + "name": "Paste", + "archery_ticket_price": "0", + "id": "2424" + }, + { + "attack_audios": "2704,0,0,0", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "2425" + }, + { + "durability": null, + "name": "Burnt oomlie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2427" + }, + { + "shop_price": "8002", + "ge_buy_limit": "100", + "examine": "4 doses of Attack potion.", + "grand_exchange_price": "275", + "durability": null, + "name": "Attack potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2428" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "275", + "durability": null, + "name": "Attack potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2429" + }, + { + "shop_price": "139", + "ge_buy_limit": "100", + "examine": "4 doses of restore potion.", + "grand_exchange_price": "101", + "durability": null, + "name": "Restore potion(4)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "2430" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "101", + "durability": null, + "name": "Restore potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2431" + }, + { + "shop_price": "7832", + "ge_buy_limit": "100", + "examine": "4 doses of Defence Potion.", + "grand_exchange_price": "448", + "durability": null, + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2432" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "448", + "durability": null, + "name": "Defence potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2433" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Prayer restore potion.", + "grand_exchange_price": "5687", + "durability": null, + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2434" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5687", + "durability": null, + "name": "Prayer potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2435" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "examine": "4 doses of super Attack potion.", + "grand_exchange_price": "898", + "durability": null, + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2436" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "grand_exchange_price": "898", + "durability": null, + "name": "Super attack(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2437" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Fishing potion.", + "grand_exchange_price": "73", + "durability": null, + "name": "Fishing potion(4)", + "tradeable": "true", + "weight": "0.03", + "archery_ticket_price": "0", + "id": "2438" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "73", + "durability": null, + "name": "Fishing potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2439" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "examine": "4 doses of super Strength potion.", + "grand_exchange_price": "2278", + "durability": null, + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2440" + }, + { + "shop_price": "8000", + "ge_buy_limit": "1000", + "grand_exchange_price": "2278", + "durability": null, + "name": "Super strength(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2441" + }, + { + "shop_price": "7000", + "ge_buy_limit": "1000", + "examine": "4 doses of super Defence potion.", + "grand_exchange_price": "153", + "durability": null, + "name": "Super defence(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2442" + }, + { + "shop_price": "7000", + "ge_buy_limit": "1000", + "grand_exchange_price": "153", + "durability": null, + "name": "Super defence(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2443" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of ranging potion.", + "grand_exchange_price": "8317", + "durability": null, + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2444" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8317", + "durability": null, + "name": "Ranging potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2445" + }, + { + "shop_price": "375", + "ge_buy_limit": "1000", + "examine": "4 doses of antipoison potion.", + "grand_exchange_price": "1624", + "durability": null, + "name": "Antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2446" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1624", + "durability": null, + "name": "Antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2447" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of super anti poison potion.", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2448" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super antipoison(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2449" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of Zamorak brew.", + "grand_exchange_price": "2838", + "durability": null, + "name": "Zamorak brew(4)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2450" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2838", + "durability": null, + "name": "Zamorak brew(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2451" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of anti-firebreath potion.", + "grand_exchange_price": "4743", + "durability": null, + "name": "Antifire potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2452" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4743", + "durability": null, + "name": "Antifire potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2453" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of anti-firebreath potion.", + "grand_exchange_price": "3518", + "durability": null, + "name": "Antifire potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2454" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3518", + "durability": null, + "name": "Antifire potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2455" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of anti-firebreath potion.", + "grand_exchange_price": "2291", + "durability": null, + "name": "Antifire potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2456" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2291", + "durability": null, + "name": "Antifire potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2457" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of anti-firebreath potion.", + "grand_exchange_price": "1099", + "durability": null, + "name": "Antifire potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2458" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1099", + "durability": null, + "name": "Antifire potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2459" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "704", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2460", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "704", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2461" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "704", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2462", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "704", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2463" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "638", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2464", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "638", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2465" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "629", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2466", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "629", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2467" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "639", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2468", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "639", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2469" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "613", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2470", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "613", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2471" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "711", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2472", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "711", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2473" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "48700", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2474", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48700", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2475" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A posy of flowers.", + "durability": null, + "weight": "0.02", + "attack_speed": "4", + "weapon_interface": "12", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "381,381,381,381", + "fun_weapon": "true", + "grand_exchange_price": "5975", + "attack_audios": "2566", + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2476", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5975", + "durability": null, + "name": "Flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2477" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "7274", + "durability": null, + "name": "Clean lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2481" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7274", + "durability": null, + "name": "Clean lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2482" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this lantadyme potion.", + "grand_exchange_price": "6940", + "durability": null, + "name": "Lantadyme potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2483" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6940", + "durability": null, + "name": "Lantadyme potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2484" + }, + { + "requirements": "{15,67}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "900", + "durability": null, + "name": "Grimy lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2485" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7210", + "durability": null, + "name": "Grimy lantadyme", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2486" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "0.2", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "1705", + "name": "Blue d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2487", + "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1705", + "durability": null, + "name": "Blue d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2488" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "5000", + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "weight": "0.25", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "2046", + "name": "Red d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2489", + "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2046", + "durability": null, + "name": "Red d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2490" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "5000", + "examine": "Vambraces made from 100% real dragonhide.", + "durability": null, + "weight": "0.25", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "2506", + "name": "Black d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2491", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2506", + "durability": null, + "name": "Black d'hide vamb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2492" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,5,2", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2504", + "name": "Blue d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2493", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2504", + "durability": null, + "name": "Blue d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2494" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "3142", + "name": "Red d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2495", + "bonuses": "0,0,0,-10,14,28,22,30,20,28,25,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3142", + "durability": null, + "name": "Red d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2496" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "5.4", + "absorb": "0,7,3", + "equip_audio": "2241", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "4744", + "name": "Black d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2497", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4744", + "durability": null, + "name": "Black d'hide chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2498" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "5420", + "name": "Blue d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2499", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5420", + "durability": null, + "name": "Blue d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2500" + }, + { + "requirements": "{1,40}-{4,60}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "6680", + "name": "Red d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2501", + "bonuses": "0,0,0,-15,25,50,42,55,40,50,50,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "6680", + "durability": null, + "name": "Red d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2502" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide.", + "durability": null, + "weight": "6.8", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "lendable": "true", + "grand_exchange_price": "8098", + "name": "Black d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2503", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "8098", + "durability": null, + "name": "Black d'hide body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2504" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared blue dragonhide.", + "grand_exchange_price": "2888", + "durability": null, + "name": "Blue d-leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "2505" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2888", + "durability": null, + "name": "Blue d-leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2506" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared red dragonhide.", + "grand_exchange_price": "4464", + "durability": null, + "name": "Red dragon leather", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2507" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4464", + "durability": null, + "name": "Red dragon leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2508" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a piece of prepared black dragonhide.", + "grand_exchange_price": "6664", + "durability": null, + "name": "Black d-leather", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "2509" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "6664", + "durability": null, + "name": "Black d-leather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2510" + }, + { + "shop_price": "4", + "examine": "A number of wooden logs.", + "grand_exchange_price": "124", + "durability": null, + "name": "Logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "2511" + }, + { + "lendable": "true", + "examine": "A series of connected metal rings.", + "grand_exchange_price": "2902937", + "rare_item": "true", + "durability": null, + "name": "Dragon chainbody", + "tradeable": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "2513", + "absorb": "4,0,9", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "shop_price": "6", + "examine": "I should try cooking this.", + "grand_exchange_price": "6", + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2514" + }, + { + "durability": null, + "name": "Raw shrimps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2515" + }, + { + "shop_price": "14", + "examine": "There is flour in this pot.", + "grand_exchange_price": "162", + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "2516" + }, + { + "durability": null, + "name": "Pot of flour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2517" + }, + { + "shop_price": "1", + "examine": "Pretty smelly.", + "durability": null, + "name": "Rotten tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2518" + }, + { + "durability": null, + "name": "Rotten tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2519" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2520" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2521" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2522" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2523" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2524" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2525" + }, + { + "shop_price": "150", + "examine": "An inexpensive white/black/grey/brown toy horse.", + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2526" + }, + { + "durability": null, + "name": "Toy horsey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2527" + }, + { + "bankable": "false", + "examine": "Wonder what happens if I rub it...", + "durability": null, + "name": "Lamp", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2528" + }, + { + "examine": "A magical sphere that glimmers within.", + "durability": null, + "name": "Orb of light", + "weight": "5", + "archery_ticket_price": "0", + "id": "2529" + }, + { + "shop_price": "140", + "grand_exchange_price": "140", + "examine": "Bones are for burying!", + "durability": null, + "name": "Bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2530" + }, + { + "durability": null, + "name": "Bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2531" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", + "grand_exchange_price": "316", + "durability": null, + "name": "Iron fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2532", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with iron heads and oil-soaked cloth. lit: An easy to make, iron-headed fire arrow.", + "grand_exchange_price": "305", + "durability": null, + "name": "Iron fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2533", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", + "grand_exchange_price": "325", + "durability": null, + "name": "Steel fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2534", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with steel heads and oil-soaked cloth. lit: An easy to make, steel-headed fire arrow.", + "grand_exchange_price": "327", + "durability": null, + "name": "Steel fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2535", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", + "grand_exchange_price": "9", + "durability": null, + "name": "Mithril fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2536", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with mithril heads and oil-soaked cloth. lit: An easy to make, mithril-headed fire arrow.", + "grand_exchange_price": "63", + "durability": null, + "name": "Mithril fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2537", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", + "grand_exchange_price": "90", + "durability": null, + "name": "Adamant fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2538", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with adamant heads and oil-soaked cloth.lit: An easy-to-make, Adamant-headed fire arrow.", + "grand_exchange_price": "127", + "durability": null, + "name": "Adamant fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2539", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "grand_exchange_price": "539", + "durability": null, + "name": "Rune fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2540", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "An easy to make, rune-headed fire arrow.", + "grand_exchange_price": "682", + "durability": null, + "name": "Rune fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2541", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted ring.", + "grand_exchange_price": "943", + "durability": null, + "name": "Ring of recoil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2550", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "943", + "durability": null, + "name": "Ring of recoil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2551" + }, + { + "shop_price": "770", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "1237", + "durability": null, + "name": "Ring of duelling(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2552", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1237", + "durability": null, + "name": "Ring of duelling(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2553" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2554", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2555" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2556", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2557" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2558", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2559" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2560", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2561" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2562", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2563" + }, + { + "shop_price": "770", + "examine": "An enchanted ring.", + "grand_exchange_price": "8", + "durability": null, + "name": "Ring of duelling(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2564", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of duelling(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2565" + }, + { + "shop_price": "770", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "594", + "durability": null, + "name": "Ring of duelling(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2566", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "594", + "durability": null, + "name": "Ring of duelling(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2567" + }, + { + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "1103", + "durability": null, + "name": "Ring of forging", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2568", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1103", + "durability": null, + "name": "Ring of forging", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2569" + }, + { + "shop_price": "3000", + "ge_buy_limit": "10000", + "examine": "An enchanted ring.", + "grand_exchange_price": "4540", + "durability": null, + "name": "Ring of life", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2570", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4540", + "durability": null, + "name": "Ring of life", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2571" + }, + { + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2572", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Ring of wealth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2573" + }, + { + "examine": "Used by navigators to find their position in 2009Scape.", + "durability": null, + "name": "Sextant", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2574" + }, + { + "examine": "A fine looking time piece.", + "durability": null, + "name": "Watch", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2575" + }, + { + "examine": "A navigator's chart of 2009Scape.", + "durability": null, + "name": "Chart", + "archery_ticket_price": "0", + "id": "2576" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Lightweight boots ideal for rangers.", + "durability": null, + "weight": "0.2", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "13900000", + "name": "Ranger boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2577", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "13900000", + "durability": null, + "name": "Ranger boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2578" + }, + { + "requirements": "{6,20}", + "ge_buy_limit": "2", + "examine": "Slightly magical boots.", + "durability": null, + "weight": "1", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "747300", + "name": "Wizard boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2579", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "747300", + "durability": null, + "name": "Wizard boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2580" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Endorsed by Robin Hood.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "4400000", + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2581", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "4400000", + "durability": null, + "name": "Robin hood hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2582" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "74900", + "name": "Black platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2583", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "74900", + "durability": null, + "name": "Black platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2584" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platelegs with trim.", + "durability": null, + "weight": "9", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "39900", + "name": "Black platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2585", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "39900", + "durability": null, + "name": "Black platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2586" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "100", + "examine": "Black full helmet with trim.", + "durability": null, + "weight": "2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "82200", + "name": "Black full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2587", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "82200", + "durability": null, + "name": "Black full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2588" + }, + { + "requirements": "{1,10}", + "shop_price": "2072", + "ge_buy_limit": "2", + "examine": "Black kiteshield with trim.", + "durability": null, + "weight": "5", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "73000", + "name": "Black kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2589", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "73000", + "durability": null, + "name": "Black kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2590" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "589000", + "name": "Black platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2591", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "589000", + "durability": null, + "name": "Black platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2592" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black platelegs with gold trim.", + "durability": null, + "weight": "9", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "216700", + "name": "Black platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2593", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "216700", + "durability": null, + "name": "Black platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2594" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "100", + "examine": "Black full helmet with gold trim.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "364800", + "name": "Black full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2595", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "364800", + "durability": null, + "name": "Black full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2596" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black kiteshield with gold trim.", + "durability": null, + "weight": "5", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "355600", + "name": "Black kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2597", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "355600", + "durability": null, + "name": "Black kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2598" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "2,0,4", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "104000", + "name": "Adam platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2599", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "104000", + "durability": null, + "name": "Adam platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2600" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "2", + "examine": "These look heavy", + "durability": null, + "weight": "10", + "absorb": "1,0,3", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "23200", + "name": "Adam platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2601", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23200", + "durability": null, + "name": "Adam platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2602" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.8", + "absorb": "3,0,6", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "49100", + "name": "Adam kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2603", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "49100", + "durability": null, + "name": "Adam kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2604" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant full helm with trim", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "85000", + "name": "Adam full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2605", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "85000", + "durability": null, + "name": "Adam full helm(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2606" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "2,0,4", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "359500", + "name": "Adam platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2607", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "359500", + "durability": null, + "name": "Adam platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2608" + }, + { + "requirements": "{1,30}", + "shop_price": "6464", + "ge_buy_limit": "2", + "examine": "Adamant platelegs with gold trim.", + "durability": null, + "weight": "10", + "absorb": "1,0,3", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "94300", + "name": "Adam platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2609", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "94300", + "durability": null, + "name": "Adam platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2610" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant kiteshield with gold trim.", + "durability": null, + "weight": "6", + "absorb": "3,0,6", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "170100", + "name": "Adam kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2611", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "170100", + "durability": null, + "name": "Adam kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2612" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant full helmet with gold trim.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "222400", + "name": "Adam full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2613", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "222400", + "durability": null, + "name": "Adam full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2614" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "426200", + "name": "Rune platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2615", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "426200", + "durability": null, + "name": "Rune platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2616" + }, + { + "requirements": "{1,40}", + "shop_price": "64000", + "ge_buy_limit": "2", + "examine": "Rune platelegs with gold trim.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "243400", + "name": "Rune platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2617", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "243400", + "durability": null, + "name": "Rune platelegs (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2618" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "35000", + "ge_buy_limit": "100", + "examine": "Rune full helmet with gold trim.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "506800", + "name": "Rune full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2619", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "506800", + "durability": null, + "name": "Rune full helm(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2620" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield with gold trim", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "392700", + "name": "Rune kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2621", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "392700", + "durability": null, + "name": "Rune kiteshield (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2622" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "162700", + "name": "Rune platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2623", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "162700", + "durability": null, + "name": "Rune platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2624" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs with trim!", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "95400", + "name": "Rune platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2625", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "95400", + "durability": null, + "name": "Rune platelegs (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2626" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune full helmet with trim.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "216600", + "name": "Rune full helm (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2627", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "216600", + "durability": null, + "name": "Rune full helm (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2628" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A large, metal shield with a nice trim.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "attack_anims": "", + "lendable": "true", + "grand_exchange_price": "160300", + "name": "Rune kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2629", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "160300", + "durability": null, + "name": "Rune kiteshield (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2630" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Your money or your life!", + "grand_exchange_price": "83500", + "durability": null, + "name": "Highwayman mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2631", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "83500", + "durability": null, + "name": "Highwayman mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2632" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "34300", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2633", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "34300", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2634" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Parlez-vous francais?(Do you speak French?)", + "grand_exchange_price": "117500", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2635", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "117500", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2636" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "328000", + "durability": null, + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2637", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "328000", + "durability": null, + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2638" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "grand_exchange_price": "29100", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2639", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "29100", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2640" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "grand_exchange_price": "23600", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2641", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23600", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2642" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "All for one and one for all!", + "grand_exchange_price": "384500", + "durability": null, + "name": "Black cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "2643", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "384500", + "durability": null, + "name": "Black cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2644" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A minimalist's hat.", + "grand_exchange_price": "91300", + "durability": null, + "name": "Red headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2645", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "91300", + "durability": null, + "name": "Red headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2646" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A minimalist's hat.", + "grand_exchange_price": "32900", + "durability": null, + "name": "Black headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2647", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32900", + "durability": null, + "name": "Black headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2648" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A minimalist's hat.", + "grand_exchange_price": "17800", + "durability": null, + "name": "Brown headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2649", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "17800", + "durability": null, + "name": "Brown headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2650" + }, + { + "ge_buy_limit": "2", + "examine": "Shiver me timbers!", + "grand_exchange_price": "82500", + "durability": null, + "name": "Pirate's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2651", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "82500", + "durability": null, + "name": "Pirate's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2652" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "809000", + "name": "Zamorak platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2653", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "809000", + "durability": null, + "name": "Zamorak platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2654" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "281500", + "name": "Zamorak platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2655", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "281500", + "durability": null, + "name": "Zamorak platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2656" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A full helmet in the colours of Zamorak.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "601500", + "name": "Zamorak full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2657", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "601500", + "durability": null, + "name": "Zamorak full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2658" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A Rune kiteshield in the colours of Zamorak.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "499500", + "name": "Zamorak kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2659", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "499500", + "durability": null, + "name": "Zamorak kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2660" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody in the colours of Saradomin.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "1600000", + "name": "Saradomin platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2661", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Saradomin platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2662" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs in the colours of Saradomin.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "444000", + "name": "Saradomin platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2663", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "444000", + "durability": null, + "name": "Saradomin platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2664" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune full helmet in the colours of Saradomin.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1100000", + "name": "Saradomin full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2665", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Saradomin full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2666" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield in the colours of Saradomin.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "795900", + "name": "Saradomin kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2667", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "795900", + "durability": null, + "name": "Saradomin kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2668" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody in the colours of Guthix.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "307900", + "name": "Guthix platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2669", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "307900", + "durability": null, + "name": "Guthix platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2670" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs in the colours of Guthix.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "169900", + "name": "Guthix platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2671", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "169900", + "durability": null, + "name": "Guthix platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2672" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune full helmet in the colours of Guthix.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "323100", + "name": "Guthix full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2673", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,1,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "323100", + "durability": null, + "name": "Guthix full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2674" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield in the colours of Guthix.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "247300", + "name": "Guthix kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2675", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "247300", + "durability": null, + "name": "Guthix kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2676" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2677" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2678" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2679" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2680" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2681" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2682" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2683" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2684" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2685" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2686" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2687" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2688" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2689" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2690" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2691" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2692" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2693" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2694" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2695" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2696" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2697" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2698" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2699" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2700" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2701" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2702" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2703" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2704" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2705" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2706" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2707" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2708" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2709" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2710" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2711" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2712" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2713" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2714" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2715" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2716" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2717" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2718" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2719" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2720" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2721" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2722" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2723" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2724" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2725" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2726" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2727" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2728" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2729" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2730" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2731" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2732" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2733" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2734" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2735" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2736" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2737" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2738" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2739" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2740" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2741" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2742" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2743" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2744" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2745" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2746" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2747" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2748" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2773" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2774" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2775" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2776" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2777" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2778" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2779" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2780" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2781" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2782" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2783" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2784" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2785" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2786" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2787" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2788" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2789" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2790" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2791" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2792" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2793" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2794" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "2795" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2796" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2797" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "2798" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2799" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "2800" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2801" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2802" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2803" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2804" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2805" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2806" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2807" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2808" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2809" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2810" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2811" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2812" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2813" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2814" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2815" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2816" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2817" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2818" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2819" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2820" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2821" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2822" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2823" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2824" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2825" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2826" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2827" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2828" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2829" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "2830" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2831" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2833" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2835" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2837" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2839" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2841" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2842" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2843" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2844" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2845" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2846" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2847" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2848" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2849" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2850" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2851" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2852" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2853" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "2854" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2855" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2856" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2857" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "2858" + }, + { + "ge_buy_limit": "1000", + "examine": "Bones of a recently slain wolf.", + "grand_exchange_price": "1266", + "durability": null, + "name": "Wolf bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "2859" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1266", + "durability": null, + "name": "Wolf bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2860" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "I can make an ogre arrow with these.", + "grand_exchange_price": "5", + "durability": null, + "name": "Wolfbone arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2861" + }, + { + "ge_buy_limit": "25000", + "examine": "These logs are longer than normal.", + "grand_exchange_price": "169", + "durability": null, + "name": "Achey tree logs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2862" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "169", + "durability": null, + "name": "Achey tree logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2863" + }, + { + "ge_buy_limit": "1000", + "examine": "A wooden arrow shaft", + "grand_exchange_price": "47", + "durability": null, + "name": "Ogre arrow shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2864" + }, + { + "ge_buy_limit": "1000", + "examine": "An ogre arrow with four flights attached.", + "grand_exchange_price": "172", + "durability": null, + "name": "Flighted ogre arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2865" + }, + { + "requirements": "{4,30}", + "shop_price": "25", + "ge_buy_limit": "1000", + "examine": "A large ogre arrow with a bone tip.", + "grand_exchange_price": "49", + "durability": null, + "name": "Ogre arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2866", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows", + "archery_ticket_price": "0", + "id": "2871", + "equipment_slot": "3" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows (3)", + "archery_ticket_price": "0", + "id": "2872" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows (2)", + "archery_ticket_price": "0", + "id": "2873" + }, + { + "examine": "A large pair of ogre bellows. If filled with gas (1-3): A large pair of ogre bellows, it has x load(s) of swamp gas in it.", + "durability": null, + "name": "Ogre bellows (1)", + "archery_ticket_price": "0", + "id": "2874" + }, + { + "bankable": "false", + "examine": "An inflated toad.", + "durability": null, + "name": "Bloated toad", + "tradeable": "false", + "destroy": "true", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "2875" + }, + { + "ge_buy_limit": "10000", + "examine": "I need to cook this first.", + "grand_exchange_price": "2145", + "durability": null, + "name": "Raw chompy", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "2876" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2145", + "durability": null, + "name": "Raw chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2877" + }, + { + "shop_price": "130", + "ge_buy_limit": "1000", + "examine": "It might look delicious to an ogre.Roasted chompy bird.", + "grand_exchange_price": "95", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "2878" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "95", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2879" + }, + { + "durability": null, + "name": "Ruined chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2881" + }, + { + "examine": "It has been deliciously seasoned to taste wonderful for ogres.", + "durability": null, + "name": "Seasoned chompy", + "weight": "10", + "archery_ticket_price": "0", + "id": "2882" + }, + { + "requirements": "{4,30}", + "shop_price": "500", + "examine": "More powerful than a normal bow, useful against large game birds.", + "durability": null, + "weight": "1", + "attack_speed": "8", + "two_handed": "true", + "weapon_interface": "16", + "equipment_slot": "3", + "attack_audios": "2700,0,0,0", + "name": "Ogre bow", + "archery_ticket_price": "0", + "id": "2883", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Book of the elemental shield.", + "durability": null, + "name": "Battered book", + "archery_ticket_price": "0", + "id": "2886" + }, + { + "examine": "An old battered key. (Elemental Workshop I)", + "durability": null, + "name": "Battered key", + "archery_ticket_price": "0", + "id": "2887" + }, + { + "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", + "durability": null, + "name": "A stone bowl", + "archery_ticket_price": "0", + "id": "2888", + "equipment_slot": "3" + }, + { + "examine": "This is an empty stone bowl. / This is a stone bowl full of lava.", + "durability": null, + "name": "A stone bowl", + "archery_ticket_price": "0", + "id": "2889", + "equipment_slot": "3" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A shield made in the Elemental Workshop.", + "grand_exchange_price": "709", + "durability": null, + "name": "Elemental shield", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2890", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "709", + "durability": null, + "name": "Elemental shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2891" + }, + { + "examine": "This needs refining.", + "durability": null, + "name": "Elemental ore", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "2892" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "1570", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2894", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1570", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2895" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "867", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2896", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "867", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2897" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "741", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2898", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "741", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2899" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "844", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2900", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "844", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2901" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1039", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2902", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1039", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2903" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "1359", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2904", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1359", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2905" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "958", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2906", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "958", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2907" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "474", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2908", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "474", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2909" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "1445", + "tradeable": "true", + "name": "Hat", + "archery_ticket_price": "0", + "hat": "true", + "id": "2910", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1445", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2911" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1254", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2912", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1254", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2913" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "1054", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2914", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1054", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2915" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "789", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2916", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "789", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2917" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "603", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2918", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "603", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2919" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "997", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2920", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "997", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2921" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1221", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2922", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1221", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2923" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "737", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2924", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "737", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2925" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "504", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2926", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "504", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2927" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "637", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2928", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "637", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2929" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "925", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2930", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "925", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2931" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "1829", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2932", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1829", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2933" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "988", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2934", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "988", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2935" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Some fine werewolf clothing.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "925", + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2936", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "925", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2937" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Made by werewolves for werewolves.", + "grand_exchange_price": "927", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "2938", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "927", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Robe bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2939" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "durability": null, + "weight": "0.4", + "equipment_slot": "0", + "grand_exchange_price": "1209", + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": "true", + "id": "2940", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1209", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2941" + }, + { + "shop_price": "650", + "ge_buy_limit": "10", + "examine": "These gloves from Canifis will keep my hands warm!", + "grand_exchange_price": "634", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2942", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "634", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2943" + }, + { + "examine": "A key made from solid gold", + "durability": null, + "name": "Golden key", + "archery_ticket_price": "0", + "id": "2944" + }, + { + "examine": "A key made of solid iron.", + "durability": null, + "name": "Iron key", + "archery_ticket_price": "0", + "id": "2945" + }, + { + "examine": "A replica tinderbox made of solid gold.", + "durability": null, + "name": "Golden tinderbox", + "archery_ticket_price": "0", + "id": "2946" + }, + { + "examine": "A replica candle made of solid gold.", + "durability": null, + "name": "Golden candle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "2947" + }, + { + "examine": "A replica pot made of solid gold.", + "durability": null, + "name": "Golden pot", + "archery_ticket_price": "0", + "id": "2948" + }, + { + "examine": "A replica hammer made of solid gold.", + "durability": null, + "name": "Golden hammer", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "2949" + }, + { + "examine": "A replica needle made of solid gold.", + "durability": null, + "name": "Golden needle", + "archery_ticket_price": "0", + "id": "2951" + }, + { + "examine": "A silver dagger that can prevent werewolves changing form.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,401,400", + "attack_audios": "2517,2517,2500,2517", + "name": "Wolfbane", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "2952", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,1,10,5,0,0" + }, + { + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2953" + }, + { + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "2954" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "16", + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2955" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2956" + }, + { + "examine": "An empty druid pouch.", + "durability": null, + "name": "Druid pouch", + "archery_ticket_price": "0", + "id": "2957" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "archery_ticket_price": "0", + "id": "2958" + }, + { + "examine": "Erhhh! It stinks.", + "durability": null, + "name": "Rotten food", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2959" + }, + { + "durability": null, + "name": "Rotten food", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2960" + }, + { + "ge_buy_limit": "100", + "examine": "It's a silver sickle.", + "durability": null, + "weight": "1.6", + "weapon_interface": "6", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "28", + "name": "Silver sickle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2961", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28", + "durability": null, + "name": "Silver sickle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2962" + }, + { + "attack_anims": "390,390,381,390", + "examine": "It's a blessed silver sickle.", + "durability": null, + "name": "Silver sickle(b)", + "weight": "1.5", + "archery_ticket_price": "0", + "weapon_interface": "6", + "id": "2963", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,5,0,0", + "defence_anim": "397", + "equipment_slot": "3" + }, + { + "shop_price": "1", + "examine": "Used for washing your face, amongst other things.", + "durability": null, + "name": "Washing bowl", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2964" + }, + { + "examine": "A small mirror, probably used for grooming.", + "durability": null, + "name": "Mirror", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "2966" + }, + { + "examine": "A druidic spell given to you freely by the spirit of Filliman Tarlock.", + "durability": null, + "name": "Druidic spell", + "archery_ticket_price": "0", + "id": "2968" + }, + { + "examine": "A used druidic spell given to you freely by the spirit of Filliman Tarlock.", + "durability": null, + "name": "A used spell", + "archery_ticket_price": "0", + "id": "2969" + }, + { + "ge_buy_limit": "10000", + "examine": "A mushroom from the swamps of Mort Myre.", + "grand_exchange_price": "915", + "durability": null, + "name": "Mort myre fungus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2970" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "915", + "durability": null, + "name": "Mort myre fungus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2971" + }, + { + "ge_buy_limit": "100", + "examine": "A cutting from a budding branch.", + "grand_exchange_price": "338", + "durability": null, + "name": "Mort myre stem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2972" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "338", + "durability": null, + "name": "Mort myre stem", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2973" + }, + { + "ge_buy_limit": "100", + "examine": "A pear picked from a dying bush in Mort Myre.", + "grand_exchange_price": "975", + "durability": null, + "name": "Mort myre pear", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "2974" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "975", + "durability": null, + "name": "Mort myre pear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2975" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Used to make sickles.", + "grand_exchange_price": "498", + "durability": null, + "name": "Sickle mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "2976" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "498", + "durability": null, + "name": "Sickle mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2977" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2978", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2979", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2980", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2981", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2982", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2983", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2984", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2985", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2986", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2987", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2988", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2989", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2990", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2991", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2992", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2993", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2994", + "equipment_slot": "0" + }, + { + "examine": "A symbol of your chompy bird hunting prowess.", + "durability": null, + "name": "Chompy bird hat", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "2995", + "equipment_slot": "0" + }, + { + "examine": "I can exchange these for further experience or items.", + "durability": null, + "name": "Agility arena ticket", + "archery_ticket_price": "0", + "id": "2996" + }, + { + "shop_price": "800", + "ge_buy_limit": "10", + "examine": "You should see the shark...", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Pirate's hook", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "2997", + "bonuses": "0,0,0,0,0,1,5,3,0,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "4056", + "durability": null, + "name": "Clean toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2998" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "4056", + "durability": null, + "name": "Clean toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "2999" + }, + { + "shop_price": "10", + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "10500", + "durability": null, + "name": "Clean snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3000" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "10500", + "durability": null, + "name": "Clean snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3001" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this toadflax potion.", + "grand_exchange_price": "3988", + "durability": null, + "name": "Toadflax potion(unf)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3002" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3988", + "durability": null, + "name": "Toadflax potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3003" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this snapdragon potion.", + "grand_exchange_price": "9588", + "durability": null, + "name": "Snapdragon potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3004" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9588", + "durability": null, + "name": "Snapdragon potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3005" + }, + { + "shop_price": "150", + "examine": "Keep out of reach of children and familiars.", + "durability": null, + "name": "Firework", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3006" + }, + { + "durability": null, + "name": "Firework", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3007" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "4 doses of energy potion.", + "grand_exchange_price": "33", + "durability": null, + "name": "Energy potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3008" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "33", + "durability": null, + "name": "Energy potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3009" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "3 doses of energy potion.", + "grand_exchange_price": "18", + "durability": null, + "name": "Energy potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3010" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Energy potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3011" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "2 doses of energy potion.", + "grand_exchange_price": "11", + "durability": null, + "name": "Energy potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3012" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Energy potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3013" + }, + { + "shop_price": "145", + "ge_buy_limit": "100", + "examine": "1 dose of energy potion.", + "grand_exchange_price": "25", + "durability": null, + "name": "Energy potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3014" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Energy potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3015" + }, + { + "shop_price": "4000", + "ge_buy_limit": "1000", + "examine": "4 doses of super energy potion.", + "grand_exchange_price": "3088", + "durability": null, + "name": "Super energy(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3016" + }, + { + "shop_price": "4000", + "ge_buy_limit": "1000", + "grand_exchange_price": "3088", + "durability": null, + "name": "Super energy(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3017" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super energy potion.", + "grand_exchange_price": "2485", + "durability": null, + "name": "Super energy(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3018" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2485", + "durability": null, + "name": "Super energy(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3019" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super energy potion.", + "grand_exchange_price": "1592", + "durability": null, + "name": "Super energy(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3020" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1592", + "durability": null, + "name": "Super energy(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3021" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super energy potion.", + "grand_exchange_price": "1432", + "durability": null, + "name": "Super energy(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3022" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1432", + "durability": null, + "name": "Super energy(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3023" + }, + { + "shop_price": "12000", + "ge_buy_limit": "1000", + "examine": "4 doses of super restore potion.", + "grand_exchange_price": "11500", + "durability": null, + "name": "Super restore(4)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3024" + }, + { + "shop_price": "12000", + "ge_buy_limit": "1000", + "grand_exchange_price": "11500", + "durability": null, + "name": "Super restore(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3025" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of super restore potion.", + "grand_exchange_price": "8690", + "durability": null, + "name": "Super restore(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3026" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8690", + "durability": null, + "name": "Super restore(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3027" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of super restore potion.", + "grand_exchange_price": "5637", + "durability": null, + "name": "Super restore(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3028" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5637", + "durability": null, + "name": "Super restore(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3029" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of super restore potion.", + "grand_exchange_price": "2606", + "durability": null, + "name": "Super restore(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3030" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2606", + "durability": null, + "name": "Super restore(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3031" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Agility potion.", + "grand_exchange_price": "276", + "durability": null, + "name": "Agility potion(4)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3032" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "276", + "durability": null, + "name": "Agility potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3033" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Agility potion.", + "grand_exchange_price": "148", + "durability": null, + "name": "Agility potion(3)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3034" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "148", + "durability": null, + "name": "Agility potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3035" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Agility potion.", + "grand_exchange_price": "115", + "durability": null, + "name": "Agility potion(2)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3036" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "115", + "durability": null, + "name": "Agility potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3037" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Agility potion.", + "grand_exchange_price": "306", + "durability": null, + "name": "Agility potion(1)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3038" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "306", + "durability": null, + "name": "Agility potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3039" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Magic potion.", + "grand_exchange_price": "7214", + "durability": null, + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3040" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7214", + "durability": null, + "name": "Magic potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3041" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Magic potion.", + "grand_exchange_price": "5285", + "durability": null, + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3042" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5285", + "durability": null, + "name": "Magic potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3043" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Magic potion.", + "grand_exchange_price": "3697", + "durability": null, + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3044" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3697", + "durability": null, + "name": "Magic potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3045" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Magic potion.", + "grand_exchange_price": "1826", + "durability": null, + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3046" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1826", + "durability": null, + "name": "Magic potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3047" + }, + { + "durability": null, + "name": "Pirate's hook", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3048" + }, + { + "requirements": "{15,30}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3996", + "durability": null, + "name": "Grimy toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3049" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3996", + "durability": null, + "name": "Grimy toadflax", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3050" + }, + { + "requirements": "{15,59}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "10500", + "durability": null, + "name": "Grimy snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3051" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "10500", + "durability": null, + "name": "Grimy snapdragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3052" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "9985", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3053", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Lava battlestaff" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "34100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3054", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "160", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic lava staff" + }, + { + "durability": null, + "name": "Lava battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3055" + }, + { + "durability": null, + "name": "Mystic lava staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3056" + }, + { + "examine": "A mime would wear this.", + "durability": null, + "name": "Mime mask", + "archery_ticket_price": "0", + "id": "3057", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime top", + "archery_ticket_price": "0", + "id": "3058", + "equipment_slot": "4" + }, + { + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime legs", + "archery_ticket_price": "0", + "id": "3059", + "equipment_slot": "7" + }, + { + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime gloves", + "archery_ticket_price": "0", + "id": "3060", + "equipment_slot": "9" + }, + { + "examine": "A mime would wear these.", + "durability": null, + "name": "Mime boots", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3061", + "equipment_slot": "10" + }, + { + "examine": "It seems to be humming...", + "durability": null, + "name": "Strange box", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3062" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "628", + "attack_audios": "2547,0,0,0", + "name": "Black dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3093", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "740", + "attack_audios": "2547,0,0,0", + "name": "Black dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3094", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "48", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "702", + "attack_audios": "2548,2548,2548,2548", + "name": "Bronze claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3095", + "bonuses": "3,4,-4,0,0,1,2,1,0,0,0,5,0,0,0" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "13", + "attack_audios": "2548,2548,2548,2548", + "name": "Iron claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3096", + "bonuses": "4,6,-4,0,0,2,3,1,0,0,0,7,0,0,0" + }, + { + "requirements": "{0,5}", + "shop_price": "175", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "20", + "attack_audios": "2548,2548,2548,2548", + "name": "Steel claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3097", + "bonuses": "8,11,-4,0,0,3,6,2,0,0,0,12,0,0,0" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "6", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "940", + "attack_audios": "2548,2548,2548,2548", + "name": "Black claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3098", + "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,0,0,0" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "114", + "attack_audios": "2548,2548,2548,2548", + "name": "Mithril claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3099", + "bonuses": "11,16,-4,0,0,4,8,2,0,0,0,17,0,0,0" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "649", + "attack_audios": "2548,2548,2548,2548", + "name": "Adamant claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3100", + "bonuses": "18,23,-4,0,0,6,12,3,0,0,0,24,0,0,0" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "has_special": "true", + "durability": null, + "weight": "0.9", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "lendable": "true", + "grand_exchange_price": "6939", + "attack_audios": "2548,2548,2548,2548", + "name": "Rune claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3101", + "bonuses": "26,38,-4,0,0,10,19,5,0,0,0,39,0,0,0" + }, + { + "examine": "The combination to Burthorpe Castle's equipment room.", + "durability": null, + "name": "Combination", + "archery_ticket_price": "0", + "id": "3102" + }, + { + "examine": "The guard wrote the IOU on the back of some paper.", + "durability": null, + "name": "Iou", + "archery_ticket_price": "0", + "id": "3103" + }, + { + "examine": "This map shows the secret way up to Death Plateau.", + "durability": null, + "name": "Secret way map", + "archery_ticket_price": "0", + "id": "3104" + }, + { + "shop_price": "1900", + "ge_buy_limit": "100", + "examine": "Boots made for general climbing; rocks a speciality.", + "durability": null, + "destroy": "true", + "weight": "0.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "51400", + "name": "Climbing boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3105", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "51400", + "durability": null, + "name": "Climbing boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3106" + }, + { + "examine": "Climbing boots with spikes.", + "durability": null, + "name": "Spiked boots", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "3107", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,2,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3109" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3110" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3111" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3112" + }, + { + "examine": "Place on the stone mechanism in the right order to open the door.", + "durability": null, + "name": "Stone ball", + "archery_ticket_price": "0", + "id": "3113" + }, + { + "examine": "Entrance certificate to the Imperial Guard.", + "durability": null, + "name": "Certificate", + "archery_ticket_price": "0", + "id": "3114" + }, + { + "durability": null, + "name": "Bronze claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3115" + }, + { + "durability": null, + "name": "Iron claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3116" + }, + { + "durability": null, + "name": "Steel claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3117" + }, + { + "durability": null, + "name": "Black claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3118" + }, + { + "durability": null, + "name": "Mithril claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3119" + }, + { + "durability": null, + "name": "Adamant claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3120" + }, + { + "durability": null, + "name": "Rune claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3121" + }, + { + "requirements": "{1,50}-{2,50}", + "ge_buy_limit": "10", + "examine": "A solid stone shield.", + "durability": null, + "weight": "6.8", + "absorb": "5,0,10", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "34800", + "name": "Granite shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3122", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,50,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "examine": "Large glistening bones which glow with a pale yellow aura.", + "grand_exchange_price": "1975", + "durability": null, + "name": "Shaikahan bones", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "3123" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1975", + "durability": null, + "name": "Shaikahan bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3124" + }, + { + "ge_buy_limit": "10000", + "examine": "Fairly big bones which smell distinctly of Jogre.", + "grand_exchange_price": "1023", + "durability": null, + "name": "Jogre bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3125" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1023", + "durability": null, + "name": "Jogre bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3126" + }, + { + "examine": "These blackened Jogre bones have been somehow burnt.", + "durability": null, + "name": "Burnt jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3127" + }, + { + "examine": "Burnt Jogre bones smothered with raw Karambwanji Paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3128" + }, + { + "examine": "Burnt Jogre bones smothered with cooked Karambwanji paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3129" + }, + { + "examine": "Burnt Jogre bones marinated in a lovely Karambwanji sauce. Perfect.", + "durability": null, + "name": "Marinated j' bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3130" + }, + { + "examine": "Jogre bones smothered with raw Karambwanji paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3131" + }, + { + "examine": "Jogre bones smothered with cooked Karambwanji paste.", + "durability": null, + "name": "Pasty jogre bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3132" + }, + { + "examine": "Jogre Bones marinated in Karambwanji sauce. Not quite right.", + "durability": null, + "name": "Marinated j' bones", + "tradeable": "false", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "3133" + }, + { + "durability": null, + "name": "Granite shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3134" + }, + { + "shop_price": "1", + "examine": "The key to the troll prison.", + "durability": null, + "name": "Cell key 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3136" + }, + { + "examine": "The key to the troll prison.", + "durability": null, + "name": "Cell key 2", + "weight": "1", + "archery_ticket_price": "0", + "id": "3137" + }, + { + "ge_buy_limit": "10000", + "examine": "How am I supposed to eat that?!", + "grand_exchange_price": "1834", + "durability": null, + "name": "Potato cactus", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3138" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1834", + "durability": null, + "name": "Potato cactus", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3139" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "A series of connected metal rings.", + "rare_item": "true", + "durability": null, + "weight": "6.8", + "absorb": "4,0,9", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "4300000", + "name": "Dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3140", + "bonuses": "0,0,0,-15,0,81,93,98,-3,82,50,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "4300000", + "durability": null, + "name": "Dragon chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3141" + }, + { + "shop_price": "440", + "ge_buy_limit": "20000", + "examine": "A raw green octopus.", + "grand_exchange_price": "1775", + "durability": null, + "name": "Raw karambwan", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3142" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "1775", + "durability": null, + "name": "Raw karambwan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3143" + }, + { + "shop_price": "460", + "ge_buy_limit": "10000", + "examine": "Cooked octopus.", + "grand_exchange_price": "1455", + "durability": null, + "name": "Cooked karambwan", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3144" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1455", + "durability": null, + "name": "Cooked karambwan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3145" + }, + { + "examine": "Cooked octopus. It looks poorly cooked and quite dangerous.", + "durability": null, + "name": "Poison karambwan", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3146" + }, + { + "shop_price": "460", + "examine": "Cooked octopus.", + "grand_exchange_price": "906", + "durability": null, + "name": "Cooked karambwan", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3147" + }, + { + "durability": null, + "name": "Burnt karambwan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3149" + }, + { + "examine": "Small brightly coloured tropical fish.", + "durability": null, + "name": "Raw karambwanji", + "archery_ticket_price": "0", + "id": "3150" + }, + { + "examine": "Small brightly coloured tropical fish.", + "durability": null, + "name": "Karambwanji", + "weight": "0.99", + "archery_ticket_price": "0", + "id": "3151" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "archery_ticket_price": "0", + "id": "3152" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "archery_ticket_price": "0", + "id": "3153" + }, + { + "examine": "Freshly made octopus paste. It smells quite nauseating.", + "durability": null, + "name": "Karambwan paste", + "archery_ticket_price": "0", + "id": "3154" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "archery_ticket_price": "0", + "id": "3155" + }, + { + "examine": "This paste smells of raw fish./This paste smells of cooked fish.", + "durability": null, + "name": "Karambwanji paste", + "archery_ticket_price": "0", + "id": "3156" + }, + { + "requirements": "{10,65}", + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", + "grand_exchange_price": "221", + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "3157", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "221", + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3158" + }, + { + "requirements": "{10,65}", + "shop_price": "5", + "examine": "A wide bodied and thin necked vessel, encrusted with sea salt. / The Karambwan Vessel is loaded with Karambwanji", + "grand_exchange_price": "240", + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "3159" + }, + { + "durability": null, + "name": "Karambwan vessel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3160" + }, + { + "examine": "A set of instructions explaining how to construct a Karambwan vessel", + "durability": null, + "name": "Crafting manual", + "archery_ticket_price": "0", + "id": "3161" + }, + { + "ge_buy_limit": "100", + "examine": "You swear you had more than three slices before.", + "grand_exchange_price": "38", + "durability": null, + "name": "Sliced banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3162" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "38", + "durability": null, + "name": "Sliced banana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3163" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "archery_ticket_price": "0", + "id": "3164" + }, + { + "shop_price": "27", + "examine": "A very strong spirit brewed in Karamja.", + "durability": null, + "name": "Karamjan rum", + "archery_ticket_price": "0", + "id": "3165" + }, + { + "examine": "It's the body of a dead monkey.", + "durability": null, + "name": "Monkey corpse", + "weight": "1", + "archery_ticket_price": "0", + "id": "3166" + }, + { + "examine": "It's the skin of a (hopefully) dead monkey.", + "durability": null, + "name": "Monkey skin", + "archery_ticket_price": "0", + "id": "3167" + }, + { + "examine": "A 'Seaweed in Monkey Skin' sandwich. Perfect for statue repair.", + "durability": null, + "name": "Seaweed sandwich", + "archery_ticket_price": "0", + "id": "3168" + }, + { + "examine": "A body of a dead monkey, tastefully stuffed with seaweed.", + "durability": null, + "name": "Stuffed monkey", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3169" + }, + { + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned 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", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "266", + "stand_anim": "813", + "name": "Bronze spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3170", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned 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", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "304", + "stand_anim": "813", + "name": "Iron spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3171", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0" + }, + { + "requirements": "{0,5}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned 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", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "503", + "stand_anim": "813", + "name": "Steel spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3172", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0" + }, + { + "requirements": "{0,20}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned mithril tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "368", + "stand_anim": "813", + "name": "Mithril spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3173", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0" + }, + { + "requirements": "{0,30}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned adamant tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "1093", + "stand_anim": "813", + "name": "Adamant spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3174", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0" + }, + { + "requirements": "{0,40}", + "turn90cw_anim": "1207", + "examine": "\tA Karambwan poisoned 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", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "12089", + "stand_anim": "813", + "name": "Rune spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3175", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "37446", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3176", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Dragon spear(kp)" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "3177", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3178" + }, + { + "examine": "These are smallish monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3179" + }, + { + "examine": "These are medium sized monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3180" + }, + { + "examine": "These are quite large monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3181" + }, + { + "examine": "These are quite large monkey bones.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3182" + }, + { + "ge_buy_limit": "10000", + "examine": "These are small monkey bones.", + "grand_exchange_price": "588", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3183" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "588", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3184" + }, + { + "examine": "These are smallish monkey bones. They smell extremely nauseating.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3185" + }, + { + "examine": "These are small monkey bones. They smell extremely nauseating.", + "grand_exchange_price": "383", + "durability": null, + "name": "Monkey bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3186" + }, + { + "shop_price": "140", + "grand_exchange_price": "140", + "durability": null, + "name": "Bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3187" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "A piece of silk which can be used to remove poison from weapons.", + "grand_exchange_price": "286", + "durability": null, + "name": "Cleaning cloth", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3188" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "286", + "durability": null, + "name": "Cleaning cloth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3189" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "522", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3190", + "stand_turn_anim": "1209", + "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0", + "shop_price": "104", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Bronze halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "522", + "durability": null, + "name": "Bronze halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3191" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "124", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3192", + "stand_turn_anim": "1209", + "bonuses": "9,12,0,-4,0,-1,1,2,0,0,0,12,0,0,0", + "shop_price": "364", + "durability": null, + "weight": "3.1", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Iron halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124", + "durability": null, + "name": "Iron halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3193" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "726", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3194", + "stand_turn_anim": "1209", + "bonuses": "14,19,0,-4,0,-1,2,3,0,0,0,20,0,0,0", + "requirements": "{0,5}", + "shop_price": "1300", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Steel halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "726", + "durability": null, + "name": "Steel halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3195" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "4344", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3196", + "stand_turn_anim": "1209", + "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,0,0,0", + "requirements": "{0,10}-{2,5}", + "shop_price": "2496", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Black halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4344", + "durability": null, + "name": "Black halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3197" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "6995", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3198", + "stand_turn_anim": "1209", + "bonuses": "22,28,0,-4,0,-1,2,4,0,0,0,29,0,0,0", + "requirements": "{0,20}-{2,10}", + "shop_price": "3380", + "durability": null, + "weight": "2.7", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Mithril halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6995", + "durability": null, + "name": "Mithril halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3199" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "4690", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3200", + "stand_turn_anim": "1209", + "bonuses": "28,41,0,-4,0,-1,3,4,0,0,0,42,0,0,0", + "requirements": "{0,30}-{2,15}", + "shop_price": "8320", + "durability": null, + "weight": "3.6", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "Adamant halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4690", + "durability": null, + "name": "Adamant halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3201" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "77100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3202", + "stand_turn_anim": "1209", + "bonuses": "48,67,0,-4,0,-1,4,5,0,0,0,68,0,0,0", + "requirements": "{0,40}-{2,20}", + "shop_price": "128000", + "durability": null, + "weight": "3", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "77100", + "durability": null, + "name": "Rune halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3203" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon halberd.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "201000", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "3204", + "stand_turn_anim": "1209", + "bonuses": "70,95,0,-4,0,-1,4,5,0,0,0,89,0,0,0", + "requirements": "{0,60}-{2,30}", + "shop_price": "325000", + "durability": null, + "weight": "3.1", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon halberd" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "201000", + "durability": null, + "name": "Dragon halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3205" + }, + { + "examine": "A summons from King Lathas.", + "durability": null, + "name": "King's message", + "archery_ticket_price": "0", + "id": "3206" + }, + { + "examine": "A letter for King Lathas from Lord Iorwerth.", + "durability": null, + "name": "Iorwerths message", + "archery_ticket_price": "0", + "id": "3207" + }, + { + "examine": "Lord Iorwerth's crystal pendant.", + "durability": null, + "name": "Crystal pendant", + "archery_ticket_price": "0", + "id": "3208", + "equipment_slot": "2" + }, + { + "examine": "A piece of chemical formation.", + "durability": null, + "name": "Sulphur", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "3209" + }, + { + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Some limestone.", + "grand_exchange_price": "238", + "durability": null, + "name": "Limestone", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "3211" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "238", + "durability": null, + "name": "Limestone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3212" + }, + { + "examine": "Some quicklime.", + "durability": null, + "name": "Quicklime", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "3213" + }, + { + "examine": "A pot of ground quicklime.", + "durability": null, + "name": "Pot of quicklime", + "archery_ticket_price": "0", + "id": "3214" + }, + { + "shop_price": "160", + "examine": "A pile of ground sulphur.", + "durability": null, + "name": "Ground sulphur", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3215" + }, + { + "ge_buy_limit": "100", + "examine": "An empty barrel/A Splendid barrel.", + "grand_exchange_price": "207", + "durability": null, + "name": "Barrel", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3216" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "207", + "durability": null, + "name": "Barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3217" + }, + { + "examine": "A fused barrel full of fire oil.", + "durability": null, + "name": "Barrel bomb", + "weight": "32", + "archery_ticket_price": "0", + "id": "3218" + }, + { + "examine": "A fused barrel full of fire oil.", + "durability": null, + "name": "Barrel bomb", + "weight": "32", + "archery_ticket_price": "0", + "id": "3219" + }, + { + "examine": "A barrel full of coal-tar.", + "durability": null, + "name": "Barrel of coal-tar", + "weight": "32", + "archery_ticket_price": "0", + "id": "3220" + }, + { + "examine": "A barrel full of naphtha.", + "durability": null, + "name": "Barrel of naphtha", + "weight": "32", + "archery_ticket_price": "0", + "id": "3221" + }, + { + "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", + "durability": null, + "name": "Naphtha mix", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3222" + }, + { + "examine": "A barrel full of naphtha and sulphur./A barrel full of naphtha and quicklime.", + "durability": null, + "name": "Naphtha mix", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3223" + }, + { + "examine": "A strip of cloth.", + "durability": null, + "name": "Strip of cloth", + "archery_ticket_price": "0", + "id": "3224" + }, + { + "shop_price": "67", + "ge_buy_limit": "5000", + "examine": "Might taste better cooked.", + "grand_exchange_price": "312", + "durability": null, + "name": "Raw rabbit", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "3226" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "312", + "durability": null, + "name": "Raw rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3227" + }, + { + "shop_price": "19", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "35", + "durability": null, + "name": "Cooked rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3228" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "35", + "durability": null, + "name": "Cooked rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3229" + }, + { + "examine": "A book by Mel Achy.", + "durability": null, + "name": "Big book of bangs", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "3230" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3232" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3234" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3236" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3238" + }, + { + "ge_buy_limit": "100", + "examine": "Bark from a hollow tree.", + "grand_exchange_price": "23", + "durability": null, + "name": "Bark", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3239" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23", + "durability": null, + "name": "Bark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3240" + }, + { + "examine": "One of 2009Scape's many citizens.", + "durability": null, + "name": "Man", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3241" + }, + { + "examine": "He grows crops in the area.", + "durability": null, + "name": "Farmer", + "archery_ticket_price": "0", + "id": "3243" + }, + { + "examine": "Rogueish.", + "durability": null, + "name": "Rogue", + "archery_ticket_price": "0", + "id": "3247" + }, + { + "examine": "Varies, refer below.", + "durability": null, + "name": "Guard", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3249" + }, + { + "examine": "A member of Ardougne's militia.", + "durability": null, + "name": "Knight of ardougne", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3251" + }, + { + "examine": "The strong arm of the law.", + "durability": null, + "name": "Watchman", + "archery_ticket_price": "0", + "id": "3253" + }, + { + "examine": "A holy warrior.", + "durability": null, + "name": "Paladin", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "3255" + }, + { + "examine": "Heroic!", + "durability": null, + "name": "Hero", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "3259" + }, + { + "examine": "A pale, tough looking herb.", + "durability": null, + "name": "Goutweed", + "archery_ticket_price": "0", + "id": "3261" + }, + { + "examine": "It's tough and spiky.", + "durability": null, + "name": "Troll thistle", + "archery_ticket_price": "0", + "id": "3262" + }, + { + "examine": "It'll be easier to grind now.", + "durability": null, + "name": "Dried thistle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3263" + }, + { + "examine": "It's ready for mixing.", + "durability": null, + "name": "Ground thistle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3264" + }, + { + "examine": "It's part of Eadgar's plan.", + "durability": null, + "name": "Troll potion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3265" + }, + { + "examine": "It's rather drunk.", + "durability": null, + "name": "Drunk parrot", + "archery_ticket_price": "0", + "id": "3266" + }, + { + "examine": "It's dirty and smelly.", + "durability": null, + "name": "Dirty robe", + "archery_ticket_price": "0", + "id": "3267" + }, + { + "examine": "It's good enough to fool a troll.", + "durability": null, + "name": "Fake man", + "archery_ticket_price": "0", + "id": "3268" + }, + { + "examine": "The key to the Trollheim storeroom.", + "durability": null, + "name": "Storeroom key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3269" + }, + { + "examine": "Pineapple chunks dipped in a strong liquor.", + "durability": null, + "name": "Alco-chunks", + "archery_ticket_price": "0", + "id": "3270" + }, + { + "ge_buy_limit": "5000", + "examine": "That used to be a vampyre!", + "grand_exchange_price": "381", + "durability": null, + "name": "Vampire dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3325" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "381", + "durability": null, + "name": "Vampire dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3326" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", + "grand_exchange_price": "56", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3327", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3328" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", + "durability": null, + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "291", + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3329", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "291", + "durability": null, + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3330" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", + "grand_exchange_price": "57", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3331", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3332" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A moody blue snail shell helmet, mort myre snail shell helm", + "grand_exchange_price": "73", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "weight": "1.9", + "archery_ticket_price": "0", + "id": "3333", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "73", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3334" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "An easy-to-make, orange-and-bark coloured, Mort Myre snail shell helmet.", + "grand_exchange_price": "63", + "durability": null, + "name": "Broken bark snelm", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3335", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "63", + "durability": null, + "name": "Broken bark snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3336" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "An easy-to-make, marshy-coloured, Mort Myre snail shell helmet.", + "grand_exchange_price": "58", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3337", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "58", + "durability": null, + "name": "Myre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3338" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Rounded: A red and black snail shell helmet. Pointed: A red and black pointed snail shell helmet.", + "durability": null, + "weight": "2", + "equipment_slot": "0", + "grand_exchange_price": "147", + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3339", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Blood'n'tar snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3340" + }, + { + "remove_head": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell helmet.", + "grand_exchange_price": "54", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3341", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54", + "durability": null, + "name": "Ochre snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3342" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A moody blue snail shell helmet, mort myre snail shell helm", + "grand_exchange_price": "248", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "weight": "1.9", + "archery_ticket_price": "0", + "id": "3343", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "248", + "durability": null, + "name": "Bruise blue snelm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3344" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "155", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3345" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "155", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3346" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", + "grand_exchange_price": "590", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3347" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "590", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3348" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "134", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3349" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "134", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3350" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "230", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3351" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "230", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3352" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, bark-coloured, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "195", + "durability": null, + "name": "Blamish bark shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3353" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "195", + "durability": null, + "name": "Blamish bark shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3354" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, 'myre'-coloured, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "145", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3355" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "145", + "durability": null, + "name": "Blamish myre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3356" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, red, Mort myre snail shell; looks protective.", + "grand_exchange_price": "614", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3357" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "614", + "durability": null, + "name": "Blamish red shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3358" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, muddy-yellow, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "173", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "3359" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "173", + "durability": null, + "name": "Blamish ochre shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3360" + }, + { + "ge_buy_limit": "100", + "examine": "An easy-to-make, blue, Mort Myre snail shell; looks protective.", + "grand_exchange_price": "874", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3361" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "874", + "durability": null, + "name": "Blamish blue shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3362" + }, + { + "shop_price": "74", + "ge_buy_limit": "10000", + "examine": "The thin, slimy corpse of a deceased giant snail.", + "grand_exchange_price": "2047", + "durability": null, + "name": "Thin snail", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3363" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2047", + "durability": null, + "name": "Thin snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3364" + }, + { + "ge_buy_limit": "1000", + "examine": "The lean, slimy corspe of a dead snail.", + "grand_exchange_price": "958", + "durability": null, + "name": "Lean snail", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3365" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "958", + "durability": null, + "name": "Lean snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3366" + }, + { + "shop_price": "160", + "ge_buy_limit": "10000", + "examine": "The fat, slimy, corpse of a deceased giant snail.", + "grand_exchange_price": "971", + "durability": null, + "name": "Fat snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3367" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "971", + "durability": null, + "name": "Fat snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3368" + }, + { + "ge_buy_limit": "10000", + "examine": "A succulently slimy piece of sumptuous snail.", + "grand_exchange_price": "833", + "durability": null, + "name": "Thin snail meat", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "3369" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "833", + "durability": null, + "name": "Thin snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3370" + }, + { + "ge_buy_limit": "10000", + "examine": "A succulently slimey slice of sumptuous snail.", + "grand_exchange_price": "251", + "durability": null, + "name": "Lean snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3371" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "251", + "durability": null, + "name": "Lean snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3372" + }, + { + "ge_buy_limit": "10000", + "examine": "A succulently slimy slice of sumptuous snail.", + "grand_exchange_price": "603", + "durability": null, + "name": "Fat snail meat", + "tradeable": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "3373" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "603", + "durability": null, + "name": "Fat snail meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3374" + }, + { + "durability": null, + "name": "Burnt snail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3376" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "An empty sample bottle.", + "grand_exchange_price": "14", + "durability": null, + "name": "Sample bottle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3377" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Sample bottle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3378" + }, + { + "ge_buy_limit": "1000", + "examine": "A slime covered eel - yuck!", + "grand_exchange_price": "358", + "durability": null, + "name": "Slimy eel", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "3379" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "358", + "durability": null, + "name": "Slimy eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3380" + }, + { + "ge_buy_limit": "1000", + "examine": "A cooked slimy eel - not delicious, but pretty nutritious.", + "grand_exchange_price": "274", + "durability": null, + "name": "Cooked slimy eel", + "tradeable": "true", + "destroy": "false", + "weight": "2", + "archery_ticket_price": "0", + "id": "3381" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "274", + "durability": null, + "name": "Cooked slimy eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3382" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "A wooden helmet.", + "durability": null, + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5993", + "name": "Splitbark helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3385", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5993", + "durability": null, + "name": "Splitbark helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3386" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Provides good protection.", + "durability": null, + "weight": "4.5", + "absorb": "6,3,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "26700", + "name": "Splitbark body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3387", + "bonuses": "0,0,0,10,-10,36,26,42,15,0,40,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26700", + "durability": null, + "name": "Splitbark body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3388" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "These should protect my legs.", + "durability": null, + "weight": "3.6", + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "43700", + "name": "Splitbark legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3389", + "bonuses": "0,0,0,7,-7,22,20,25,10,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43700", + "durability": null, + "name": "Splitbark legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3390" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "These should keep my hands safe.", + "durability": null, + "weight": "0.9", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "2786", + "name": "Splitbark gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3391", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2786", + "durability": null, + "name": "Splitbark gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3392" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Wooden foot protection.", + "durability": null, + "weight": "0.9", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "3808", + "name": "Splitbark boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3393", + "bonuses": "0,0,0,2,-1,3,2,4,2,0,9,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3808", + "durability": null, + "name": "Splitbark boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3394" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "18", + "durability": null, + "name": "Loar remains", + "tradeable": "true", + "weight": "1.35", + "archery_ticket_price": "0", + "id": "3396" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Loar remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3397" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "249", + "durability": null, + "name": "Phrin remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3398" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "249", + "durability": null, + "name": "Phrin remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3399" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "138", + "durability": null, + "name": "Riyl remains", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3400" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "138", + "durability": null, + "name": "Riyl remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3401" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "334", + "durability": null, + "name": "Asyn remains", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3402" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "334", + "durability": null, + "name": "Asyn remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3403" + }, + { + "ge_buy_limit": "1000", + "examine": "The remains of a deadly shade.", + "grand_exchange_price": "5264", + "durability": null, + "name": "Fiyr remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3404" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5264", + "durability": null, + "name": "Fiyr remains", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3405" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this potion.", + "grand_exchange_price": "137", + "durability": null, + "name": "Ash potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3406" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137", + "durability": null, + "name": "Ash potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3407" + }, + { + "examine": "4 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (4)", + "archery_ticket_price": "0", + "id": "3408" + }, + { + "examine": "3 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (3)", + "archery_ticket_price": "0", + "id": "3410" + }, + { + "examine": "2 doses serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (2)", + "archery_ticket_price": "0", + "id": "3412" + }, + { + "examine": "1 dose serum 207 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 207 (1)", + "archery_ticket_price": "0", + "id": "3414" + }, + { + "shop_price": "208", + "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (4)", + "archery_ticket_price": "0", + "id": "3416" + }, + { + "shop_price": "208", + "examine": "3 doses permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (3)", + "archery_ticket_price": "0", + "id": "3417" + }, + { + "shop_price": "208", + "examine": "2 doses permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (2)", + "archery_ticket_price": "0", + "id": "3418" + }, + { + "shop_price": "208", + "examine": "1 dose permanent serum 208 as described in Herbi Flax's diary.", + "durability": null, + "name": "Serum 208 (1)", + "archery_ticket_price": "0", + "id": "3419" + }, + { + "shop_price": "21", + "ge_buy_limit": "10000", + "examine": "A well carved limestone brick.", + "grand_exchange_price": "178", + "durability": null, + "name": "Limestone brick", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3420" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "178", + "durability": null, + "name": "Limestone brick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3421" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "4 doses of olive oil.", + "grand_exchange_price": "678", + "durability": null, + "name": "Olive oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3422" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "678", + "durability": null, + "name": "Olive oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3423" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "3 doses of olive oil.", + "grand_exchange_price": "413", + "durability": null, + "name": "Olive oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3424" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "413", + "durability": null, + "name": "Olive oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3425" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "2 doses of olive oil.", + "grand_exchange_price": "173", + "durability": null, + "name": "Olive oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3426" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "173", + "durability": null, + "name": "Olive oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3427" + }, + { + "shop_price": "26", + "ge_buy_limit": "1000", + "examine": "1 dose of olive oil.", + "grand_exchange_price": "110", + "durability": null, + "name": "Olive oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3428" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "110", + "durability": null, + "name": "Olive oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3429" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "3587", + "durability": null, + "name": "Sacred oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3430" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3587", + "durability": null, + "name": "Sacred oil(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3431" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "2596", + "durability": null, + "name": "Sacred oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3432" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2596", + "durability": null, + "name": "Sacred oil(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3433" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "1713", + "durability": null, + "name": "Sacred oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3434" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1713", + "durability": null, + "name": "Sacred oil(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3435" + }, + { + "ge_buy_limit": "1000", + "examine": "Sacred oil.", + "grand_exchange_price": "1846", + "durability": null, + "name": "Sacred oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3436" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1846", + "durability": null, + "name": "Sacred oil(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3437" + }, + { + "ge_buy_limit": "25000", + "examine": "Funeral logs used for burning loars.", + "grand_exchange_price": "853", + "durability": null, + "name": "Pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3438" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "853", + "durability": null, + "name": "Pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3439" + }, + { + "ge_buy_limit": "1000", + "examine": "Oak logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "1122", + "durability": null, + "name": "Oak pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3440" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1122", + "durability": null, + "name": "Oak pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3441" + }, + { + "ge_buy_limit": "1000", + "examine": "Willow logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "1164", + "durability": null, + "name": "Willow pyre logs", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3442" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1164", + "durability": null, + "name": "Willow pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3443" + }, + { + "ge_buy_limit": "1000", + "examine": "Maple logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "3313", + "durability": null, + "name": "Maple pyre logs", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3444" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3313", + "durability": null, + "name": "Maple pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3445" + }, + { + "ge_buy_limit": "1000", + "examine": "Yew logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "4424", + "durability": null, + "name": "Yew pyre logs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3446" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4424", + "durability": null, + "name": "Yew pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3447" + }, + { + "ge_buy_limit": "1000", + "examine": "Magic logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "5611", + "durability": null, + "name": "Magic pyre logs", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3448" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5611", + "durability": null, + "name": "Magic pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3449" + }, + { + "examine": "A bronze key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key red", + "archery_ticket_price": "0", + "id": "3450" + }, + { + "examine": "A bronze key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key brown", + "archery_ticket_price": "0", + "id": "3451" + }, + { + "examine": "A bronze key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key crimson", + "archery_ticket_price": "0", + "id": "3452" + }, + { + "examine": "A bronze key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key black", + "archery_ticket_price": "0", + "id": "3453" + }, + { + "examine": "A bronze key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Bronze key purple", + "archery_ticket_price": "0", + "id": "3454" + }, + { + "examine": "A steel key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key red", + "archery_ticket_price": "0", + "id": "3455" + }, + { + "examine": "A steel key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key brown", + "archery_ticket_price": "0", + "id": "3456" + }, + { + "examine": "A steel key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key crimson", + "archery_ticket_price": "0", + "id": "3457" + }, + { + "examine": "A steel key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key black", + "archery_ticket_price": "0", + "id": "3458" + }, + { + "examine": "A steel key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Steel key purple", + "archery_ticket_price": "0", + "id": "3459" + }, + { + "examine": "A black key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key red", + "archery_ticket_price": "0", + "id": "3460" + }, + { + "examine": "A black key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key brown", + "archery_ticket_price": "0", + "id": "3461" + }, + { + "examine": "A black key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key crimson", + "archery_ticket_price": "0", + "id": "3462" + }, + { + "examine": "A black key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key black", + "archery_ticket_price": "0", + "id": "3463" + }, + { + "examine": "A black key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Black key purple", + "archery_ticket_price": "0", + "id": "3464" + }, + { + "examine": "A silver key with a blood-red painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key red", + "archery_ticket_price": "0", + "id": "3465" + }, + { + "examine": "A silver key with a brown painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key brown", + "archery_ticket_price": "0", + "id": "3466" + }, + { + "examine": "A silver key with a crimson painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key crimson", + "archery_ticket_price": "0", + "id": "3467" + }, + { + "examine": "A silver key with a black painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key black", + "archery_ticket_price": "0", + "id": "3468" + }, + { + "examine": "A silver key with a purple painted eyelet. (Shades of Mort'ton)", + "durability": null, + "name": "Silver key purple", + "archery_ticket_price": "0", + "id": "3469" + }, + { + "ge_buy_limit": "1000", + "examine": "Amazingly untouched by time.", + "grand_exchange_price": "956", + "durability": null, + "name": "Fine cloth", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3470" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "956", + "durability": null, + "name": "Fine cloth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3471" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black plateskirt with trim.", + "grand_exchange_price": "3077", + "durability": null, + "name": "Black plateskirt (t)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "3472", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "Black plateskirt with gold trim.", + "grand_exchange_price": "10600", + "durability": null, + "name": "Black plateskirt (g)", + "tradeable": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "3473", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant plateskirt with trim.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "4403", + "name": "Adam plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3474", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant plateskirt with gold trim.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "11000", + "name": "Adam plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3475", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt with gold trim.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "42500", + "name": "Rune plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3476", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "81280", + "ge_buy_limit": "2", + "examine": "Rune plateskirt with trim.", + "durability": null, + "weight": "8", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "38300", + "name": "Rune plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3477", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "42000", + "name": "Zamorak plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3478", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Saradomin.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "44000", + "name": "Saradomin plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3479", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt in the colours of Guthix.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "39100", + "name": "Guthix plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3480", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "weight": "10", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "2500000", + "name": "Gilded platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3481", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2500000", + "durability": null, + "name": "Gilded platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3482" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune platelegs with gold plate.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2200000", + "name": "Gilded platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3483", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2200000", + "durability": null, + "name": "Gilded platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3484" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune plateskirt with gold plate.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "162300", + "name": "Gilded plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3485", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune full helmet with gold plate.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "477200", + "name": "Gilded full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3486", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "477200", + "durability": null, + "name": "Gilded full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3487" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Rune kiteshield with gold plate.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "515400", + "name": "Gilded kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3488", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "515400", + "durability": null, + "name": "Gilded kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3489" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3490" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3491" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3492" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3493" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3494" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3495" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3496" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3497" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3498" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3499" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3500" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3501" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3502" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3503" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3504" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3505" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3506" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3507" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3508" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3509" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3510" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3511" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3512" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3513" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3514" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3515" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3516" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3517" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3518" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3519" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3520" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3521" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3522" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3523" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3524" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3525" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3526" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3527" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3528" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3529" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3530" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3531" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3532" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3533" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3534" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3535" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3536" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3537" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3538" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3539" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3540" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3541" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3542" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3543" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3544" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3545" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3546" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3547" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3548" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3549" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3550" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3551" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3552" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3553" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3554" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3555" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3556" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3557" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3558" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3559" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3560" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3561" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3562" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3563" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3564" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3565" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3566" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3567" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3568" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3569" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3570" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3571" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3572" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3573" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3574" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3575" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3576" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3577" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "3578" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3579" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3580" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3581" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3582" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3583" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3584" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3585" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3586" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3587" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3588" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3589" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3590" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3591" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3592" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3593" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3594" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3595" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3596" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3597" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3598" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3599" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3600" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3601" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3602" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3603" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3604" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3605" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3607" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3609" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3610" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3611" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3612" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3613" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3614" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3615" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3616" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3617" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "3618" + }, + { + "durability": null, + "name": "Black plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3668" + }, + { + "durability": null, + "name": "Black plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3669" + }, + { + "durability": null, + "name": "Adam plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3670" + }, + { + "durability": null, + "name": "Adam plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3671" + }, + { + "durability": null, + "name": "Rune plateskirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3672" + }, + { + "durability": null, + "name": "Rune plateskirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3673" + }, + { + "durability": null, + "name": "Zamorak plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3674" + }, + { + "durability": null, + "name": "Saradomin plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3675" + }, + { + "durability": null, + "name": "Guthix plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3676" + }, + { + "durability": null, + "name": "Gilded plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3677" + }, + { + "shop_price": "13000", + "examine": "An exquisitely shaped tool specially designed for fixing temples.", + "durability": null, + "name": "Flamtaer hammer", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "3678" + }, + { + "examine": "A sealed letter of recommendation.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3685" + }, + { + "examine": "It's almost a musical instrument.", + "durability": null, + "name": "Unstrung lyre", + "weight": "1", + "archery_ticket_price": "0", + "id": "3688", + "equipment_slot": "3" + }, + { + "examine": "A musical intrument that I can magically play.", + "durability": null, + "name": "Lyre", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3689", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3690", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(1)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "3691", + "equipment_slot": "3" + }, + { + "examine": "I can use this to make a lyre.", + "durability": null, + "name": "Branch", + "weight": "1", + "archery_ticket_price": "0", + "id": "3692" + }, + { + "shop_price": "1000", + "examine": "I can spin this into golden wool.", + "durability": null, + "name": "Golden fleece", + "weight": "1", + "archery_ticket_price": "0", + "id": "3693" + }, + { + "examine": "I can use this to make a lyre.", + "durability": null, + "name": "Golden wool", + "weight": "1", + "archery_ticket_price": "0", + "id": "3694" + }, + { + "turn90cw_anim": "6662", + "examine": "The lowest maintenance pet you will ever have.", + "walk_anim": "6658", + "durability": null, + "weight": "1", + "turn90ccw_anim": "6663", + "two_handed": "true", + "turn180_anim": "6659", + "render_anim": "792", + "equipment_slot": "3", + "stand_anim": "6657", + "name": "Pet rock", + "run_anim": "6660", + "archery_ticket_price": "0", + "id": "3695", + "stand_turn_anim": "6661" + }, + { + "examine": "Talisman to bind the Draugen.", + "durability": null, + "name": "Hunters' talisman", + "archery_ticket_price": "0", + "id": "3696" + }, + { + "examine": "Talisman to bind the Draugen.", + "durability": null, + "name": "Hunters' talisman", + "archery_ticket_price": "0", + "id": "3697" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some flowers from a distant land.", + "durability": null, + "name": "Exotic flower", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3698" + }, + { + "examine": "A hauntingly beautiful love ballad.", + "durability": null, + "name": "Fremennik ballad", + "archery_ticket_price": "0", + "id": "3699" + }, + { + "examine": "A pair of sturdy made custom boots.", + "durability": null, + "name": "Sturdy boots", + "archery_ticket_price": "0", + "id": "3700" + }, + { + "examine": "Could probably be a bit clearer?", + "durability": null, + "name": "Tracking map", + "archery_ticket_price": "0", + "id": "3701" + }, + { + "examine": "A finely crafted string for a custom bow", + "durability": null, + "name": "Custom bow string", + "archery_ticket_price": "0", + "id": "3702" + }, + { + "examine": "An extremely odd, non-edible fish.", + "durability": null, + "name": "Unusual fish", + "archery_ticket_price": "0", + "id": "3703" + }, + { + "examine": "Map showing the best fishing spots out at sea.", + "durability": null, + "name": "Sea fishing map", + "archery_ticket_price": "0", + "id": "3704" + }, + { + "examine": "An estimate of expected local weather conditions.", + "durability": null, + "name": "Weather forecast", + "archery_ticket_price": "0", + "id": "3705" + }, + { + "examine": "Shows the wearer is worthy of the Champions table.", + "durability": null, + "name": "Champions token", + "archery_ticket_price": "0", + "id": "3706" + }, + { + "examine": "Probably the greatest cocktail in the world.", + "durability": null, + "name": "Legendary cocktail", + "archery_ticket_price": "0", + "id": "3707" + }, + { + "examine": "A signed statement promising a reduction on sales tax.", + "durability": null, + "name": "Fiscal statement", + "archery_ticket_price": "0", + "id": "3708" + }, + { + "shop_price": "5000", + "examine": "A legally binding contract promising not to enter the longhall.", + "durability": null, + "name": "Promissory note", + "archery_ticket_price": "0", + "id": "3709" + }, + { + "examine": "This employment contract is for a warrior to act as a bodyguard.", + "durability": null, + "name": "Warriors' contract", + "archery_ticket_price": "0", + "id": "3710" + }, + { + "shop_price": "325", + "examine": "A lot of beer in a barrel.", + "grand_exchange_price": "1555", + "durability": null, + "name": "Keg of beer", + "tradeable": "true", + "weight": "20", + "archery_ticket_price": "0", + "id": "3711" + }, + { + "examine": "Suspiciously close to beer, but without the side effects.", + "durability": null, + "name": "Low alcohol keg", + "weight": "20", + "archery_ticket_price": "0", + "id": "3712" + }, + { + "examine": "It's some kind of weird little parcel thing.", + "durability": null, + "name": "Strange object", + "archery_ticket_price": "0", + "id": "3713" + }, + { + "examine": "It's some kind of weird little parcel thing.", + "durability": null, + "name": "Lit strange object", + "archery_ticket_price": "0", + "id": "3714" + }, + { + "examine": "A red coloured disk, apparently made out of wood.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3715" + }, + { + "examine": "A red coloured disk, apparently made out of wood.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3716" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "archery_ticket_price": "0", + "id": "3718" + }, + { + "examine": "Some blue thread.", + "durability": null, + "name": "Thread", + "archery_ticket_price": "0", + "id": "3719" + }, + { + "examine": "A small pick for cracking small objects.", + "durability": null, + "name": "Pick", + "archery_ticket_price": "0", + "id": "3720" + }, + { + "examine": "Might be fun to play with in the bath.", + "durability": null, + "name": "Ship toy", + "archery_ticket_price": "0", + "id": "3721" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's a bucket of salty water.", + "durability": null, + "name": "Full bucket", + "archery_ticket_price": "0", + "id": "3722" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is eighty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "4/5ths full bucket", + "archery_ticket_price": "0", + "id": "3723" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is sixty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "3/5ths full bucket", + "archery_ticket_price": "0", + "id": "3724" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is forty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "2/5ths full bucket", + "archery_ticket_price": "0", + "id": "3725" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket is twenty percent full. It has a 5 painted on its side.", + "durability": null, + "name": "1/5ths full bucket", + "archery_ticket_price": "0", + "id": "3726" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Empty bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3727" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This bucket of water is frozen solid.", + "durability": null, + "name": "Frozen bucket", + "archery_ticket_price": "0", + "id": "3728" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug is completely full. It has a 3 painted on its side.", + "durability": null, + "name": "Full jug", + "archery_ticket_price": "0", + "id": "3729" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug is two thirds full. It has a 3 painted on its side.", + "durability": null, + "name": "2/3rds full jug", + "archery_ticket_price": "0", + "id": "3730" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug is one third full. It has a 3 painted on its side.", + "durability": null, + "name": "1/3rds full jug", + "archery_ticket_price": "0", + "id": "3731" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "1", + "examine": "This jug is empty.", + "grand_exchange_price": "164", + "durability": null, + "name": "Empty jug", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "3732" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This jug of water is frozen solid.", + "durability": null, + "name": "Frozen jug", + "archery_ticket_price": "0", + "id": "3733" + }, + { + "examine": "An unusually shaped vase. You can see something glinting inside.", + "durability": null, + "name": "Vase", + "archery_ticket_price": "0", + "id": "3734" + }, + { + "examine": "An unusually shaped vase full of water. You can see something glinting inside.", + "durability": null, + "name": "Vase of water", + "archery_ticket_price": "0", + "id": "3735" + }, + { + "examine": "An unusually shaped vase full of ice. You can see something glinting inside.", + "durability": null, + "name": "Frozen vase", + "archery_ticket_price": "0", + "id": "3736" + }, + { + "examine": "This looks like a lid to some kind of container.", + "durability": null, + "name": "Vase lid", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3737" + }, + { + "examine": "The lid is screwed on tightly. ", + "durability": null, + "name": "Sealed vase", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3738" + }, + { + "examine": "The lid is screwed on tightly. It is full of water.", + "durability": null, + "name": "Sealed vase", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3739" + }, + { + "examine": "The lid is screwed on tightly. It is very cold. ", + "durability": null, + "name": "Sealed vase", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3740" + }, + { + "examine": "A small, cold key.", + "durability": null, + "name": "Frozen key", + "archery_ticket_price": "0", + "id": "3741" + }, + { + "examine": "The colouring on it seems to be some kind of sticky goop.", + "durability": null, + "name": "Red herring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3742" + }, + { + "examine": "A red coloured disk, apparently made out of wood.", + "durability": null, + "name": "Red disk", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3743" + }, + { + "examine": "A simple looking disk made of wood.", + "durability": null, + "name": "Wooden disk", + "archery_ticket_price": "0", + "id": "3744" + }, + { + "shop_price": "27", + "examine": "The key to leave the Seer's house.", + "durability": null, + "name": "Seer's key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3745" + }, + { + "examine": "Yup, it's sticky, it's red and it's goop.", + "durability": null, + "name": "Sticky red goop", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "3746" + }, + { + "durability": null, + "name": "Sticky red goop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3747", + "alchemizable": "true" + }, + { + "remove_head": "true", + "examine": "A sturdy helm worn only by Fremennik clan members.", + "durability": null, + "name": "Fremennik helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "3748", + "absorb": "1,0,2", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0", + "alchemizable": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helmet is worn by archers.", + "durability": null, + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48900", + "name": "Archer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3749", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Archer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3750" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helmet is worn by berserkers.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "60900", + "name": "Berserker helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3751", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Berserker helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3752" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helm is worn by warriors.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "50700", + "name": "Warrior helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3753", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "50700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Warrior helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3754" + }, + { + "remove_head": "true", + "requirements": "{1,45}", + "shop_price": "78000", + "ge_buy_limit": "100", + "examine": "This helm is worn by farseers.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "47900", + "name": "Farseer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3755", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Farseer helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3756" + }, + { + "examine": "A sword used only by Fremennik warriors.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "alchemizable": "true", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Fremennik blade", + "archery_ticket_price": "0", + "id": "3757", + "bonuses": "6,29,-2,0,0,0,1,0,0,0,0,28,0,0,0" + }, + { + "examine": "A shield worn by Fremennik warriors.", + "durability": null, + "name": "Fremennik shield", + "destroy": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "3758", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", + "alchemizable": "true", + "equipment_slot": "5" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "697", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3759", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "697", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3760" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "54", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3761", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "54", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3762" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "581", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3763", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "581", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3764" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "912", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3765", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "912", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3766" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "100", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3767", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "100", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3768" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "486", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3769", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "486", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3770" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "242", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3771", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "242", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3772" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "500", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3773", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "500", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3774" + }, + { + "remove_sleeves": "true", + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "The latest in Fremennik fashion.", + "grand_exchange_price": "450", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3775", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "450", + "durability": null, + "name": "Fremennik shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3776" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "674", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3777", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "674", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3778" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "809", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3779", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "809", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3780" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "632", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3781", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "632", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3782" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "517", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3783", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "517", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3784" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "398", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3785", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "398", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3786" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "283", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3787", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "283", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3788" + }, + { + "shop_price": "325", + "ge_buy_limit": "1000", + "examine": "The latest fashion in Rellekka.", + "grand_exchange_price": "966", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3789", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "966", + "durability": null, + "name": "Fremennik cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3790" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "Very stylish!", + "grand_exchange_price": "205", + "durability": null, + "name": "Fremennik boots", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3791", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "205", + "durability": null, + "name": "Fremennik boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3792" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "The latest fashion of Rellekka.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1191", + "name": "Fremennik robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3793", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "durability": null, + "name": "Fremennik robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3794" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "The latest fashion of Rellekka.", + "grand_exchange_price": "663", + "durability": null, + "name": "Fremennik skirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "3795", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "663", + "durability": null, + "name": "Fremennik skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3796" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A silly pointed hat.", + "grand_exchange_price": "2380", + "durability": null, + "name": "Fremennik hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3797", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2380", + "durability": null, + "name": "Fremennik hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3798" + }, + { + "ge_buy_limit": "10", + "shop_price": "650", + "examine": "These will keep my hands warm!", + "grand_exchange_price": "172", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "3799", + "bonuses": "0,0,0,0,0,0,1,2,0,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "172", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3800" + }, + { + "shop_price": "325", + "ge_buy_limit": "100", + "examine": "A lot of beer in a barrel. Beer in a barrel - a specialty of the Fremennik Province.", + "grand_exchange_price": "1817", + "durability": null, + "name": "Keg of beer", + "tradeable": "true", + "weight": "20", + "archery_ticket_price": "0", + "id": "3801" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1817", + "durability": null, + "name": "Keg of beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3802" + }, + { + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "393", + "durability": null, + "name": "Beer", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "3803" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "393", + "durability": null, + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3804" + }, + { + "shop_price": "26", + "examine": "A big cup for a big thirst.", + "durability": null, + "name": "Tankard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3805" + }, + { + "durability": null, + "name": "Tankard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3806" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Saradomin page 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3827" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "686000", + "durability": null, + "name": "Saradomin page 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3828" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "522800", + "durability": null, + "name": "Saradomin page 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3829" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "629500", + "durability": null, + "name": "Saradomin page 4", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3830" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "7100000", + "durability": null, + "name": "Zamorak page 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3831" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "5400000", + "durability": null, + "name": "Zamorak page 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3832" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "4700000", + "durability": null, + "name": "Zamorak page 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3833" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "5900000", + "durability": null, + "name": "Zamorak page 4", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3834" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Guthix page 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3835" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "997100", + "durability": null, + "name": "Guthix page 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3836" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "953100", + "durability": null, + "name": "Guthix page 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3837" + }, + { + "ge_buy_limit": "2", + "examine": "This seems to have been torn from a book...", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Guthix page 4", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3838" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Saradomin.", + "durability": null, + "name": "Damaged book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3839", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "shop_price": "5000", + "examine": "The Holy book of Saradomin.", + "durability": null, + "name": "Holy book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3840", + "bonuses": "0,0,0,0,0,8,8,8,8,8,8,0,5,0,0", + "equipment_slot": "5" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Zamorak.", + "durability": null, + "name": "Damaged book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3841", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "examine": "The unholy book of Zamorak.", + "durability": null, + "name": "Unholy book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3842", + "bonuses": "8,8,8,8,8,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "shop_price": "5000", + "examine": "An incomplete book of Guthix.", + "durability": null, + "name": "Damaged book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3843", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "5" + }, + { + "examine": "The holy book of Guthix.", + "durability": null, + "name": "Book of balance", + "weight": "1", + "archery_ticket_price": "0", + "id": "3844", + "bonuses": "4,4,4,4,4,4,4,4,4,4,4,0,5,0,0", + "equipment_slot": "5" + }, + { + "examine": "Looks like some kind of manual.", + "durability": null, + "name": "Manual", + "tradeable": "false", + "destroy": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "3847" + }, + { + "examine": "A key to the front door of the lighthouse. (Horror from the Deep)", + "durability": null, + "name": "Lighthouse key", + "archery_ticket_price": "0", + "id": "3848" + }, + { + "examine": "Looks old and rusty...", + "durability": null, + "name": "Rusty casket", + "tradeable": "false", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "3849" + }, + { + "durability": null, + "name": "Unholy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3852" + }, + { + "shop_price": "490", + "ge_buy_limit": "10000", + "examine": "An enchanted necklace.", + "grand_exchange_price": "852", + "durability": null, + "name": "Games necklace(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3853", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "852", + "durability": null, + "name": "Games necklace(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3854" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3855", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3856" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3857", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3858" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3859", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3860" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3861", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3862" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3863", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3864" + }, + { + "shop_price": "490", + "examine": "An enchanted necklace.", + "grand_exchange_price": "8", + "durability": null, + "name": "Games necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3865", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Games necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3866" + }, + { + "shop_price": "490", + "ge_buy_limit": "10000", + "examine": "An enchanted necklace.", + "grand_exchange_price": "2093", + "durability": null, + "name": "Games necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3867", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2093", + "durability": null, + "name": "Games necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "3868" + }, + { + "durability": null, + "name": "Stool", + "archery_ticket_price": "0", + "id": "3893", + "equipment_slot": "3" + }, + { + "examine": "It's not very good.", + "durability": null, + "name": "Awful anthem", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3894" + }, + { + "examine": "Much better.", + "durability": null, + "name": "Good anthem", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "3895" + }, + { + "examine": "Just needs the King's signature.", + "durability": null, + "name": "Treaty", + "archery_ticket_price": "0", + "id": "3896" + }, + { + "examine": "For making a giant pen.", + "durability": null, + "name": "Giant nib", + "archery_ticket_price": "0", + "id": "3897" + }, + { + "examine": "The king should be able to use this.", + "durability": null, + "name": "Giant pen", + "archery_ticket_price": "0", + "id": "3898" + }, + { + "shop_price": "15", + "examine": "Not as good as a pet frog.", + "durability": null, + "name": "Iron sickle", + "weight": "1.6", + "archery_ticket_price": "0", + "id": "3899", + "weapon_interface": "6", + "bonuses": "0,0,0,0,0,0,1,1,1,1,0,1,0,0,0", + "equipment_slot": "3" + }, + { + "examine": "Managing Thine Kingdom for Noobes by A. Ghrim.", + "durability": null, + "name": "Ghrim's book", + "weight": "1", + "archery_ticket_price": "0", + "id": "3901" + }, + { + "examine": "A pile of gout tubers suitable for use in mountainous terrain.", + "durability": null, + "name": "Hardy gout tuber", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4001" + }, + { + "examine": "It looks like some kind of control panel.", + "durability": null, + "name": "Spare controls", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4002" + }, + { + "examine": "It's the official Gnome Royal Seal, signed by King Narode Shareen.", + "durability": null, + "name": "Gnome royal seal", + "archery_ticket_price": "0", + "id": "4004" + }, + { + "shop_price": "160", + "examine": "Unreadable orders handwritten by King Narnode Shareen.", + "durability": null, + "name": "Narnode's orders", + "archery_ticket_price": "0", + "id": "4005" + }, + { + "shop_price": "10", + "examine": "Magical monkey talking dentures! What more can we say? Ook!", + "durability": null, + "name": "Monkey dentures", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4006" + }, + { + "examine": "A gold bar with a talkative monkey spirit.", + "durability": null, + "name": "Enchanted bar", + "weight": "2", + "archery_ticket_price": "0", + "id": "4007" + }, + { + "shop_price": "3", + "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", + "durability": null, + "name": "Eye of gnome", + "weight": "1", + "archery_ticket_price": "0", + "id": "4008" + }, + { + "shop_price": "3", + "examine": "It's... the eye of a gnome! Now what on earth could one do with this?", + "durability": null, + "name": "Eye of gnome", + "weight": "1", + "archery_ticket_price": "0", + "id": "4009" + }, + { + "shop_price": "3", + "examine": "They are Monkey Nuts. Yummy.", + "durability": null, + "name": "Monkey nuts", + "archery_ticket_price": "0", + "id": "4012" + }, + { + "shop_price": "50", + "examine": "It's a monkey bar. It looks highly nutritious.", + "durability": null, + "name": "Monkey bar", + "archery_ticket_price": "0", + "id": "4014" + }, + { + "shop_price": "300", + "examine": "It's a bowl full of mushy banana", + "durability": null, + "name": "Banana stew", + "archery_ticket_price": "0", + "id": "4016" + }, + { + "examine": "It's an amulet mould shaped like a monkey head.", + "durability": null, + "name": "M'amulet mould", + "weight": "1", + "archery_ticket_price": "0", + "id": "4020" + }, + { + "examine": "It's an Amulet of Monkey Speak. It makes vague chattering noises.", + "durability": null, + "name": "M'speak amulet", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4021", + "equipment_slot": "2" + }, + { + "examine": "It's an unstrung Amulet of Monkey Speak. It makes vague chattering noises.", + "durability": null, + "name": "M'speak amulet", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4022" + }, + { + "shop_price": "1000", + "examine": "A magic talisman in shape of a monkey head.", + "durability": null, + "name": "Monkey talisman", + "weight": "1.25", + "archery_ticket_price": "0", + "id": "4023" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4024", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4025", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4026", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4027", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4028", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4029", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4030", + "equipment_slot": "3" + }, + { + "examine": "A magical talisman in the shape of a Karamjan monkey head.", + "durability": null, + "name": "Monkey greegree", + "archery_ticket_price": "0", + "id": "4031", + "equipment_slot": "3" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Dummy", + "archery_ticket_price": "0", + "id": "4032" + }, + { + "examine": "It's a very ancient skull from some kind of ape.", + "durability": null, + "name": "Monkey skull", + "archery_ticket_price": "0", + "id": "4034" + }, + { + "examine": "It is the official sigil of the 10th squad of the Royal Guard.", + "durability": null, + "name": "10th squad sigil", + "archery_ticket_price": "0", + "id": "4035", + "equipment_slot": "2" + }, + { + "turn90cw_anim": "1424", + "examine": "The Holy Team Standard", + "walk_anim": "1422", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Saradomin banner", + "tradeable": "false", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4037", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Saradomin banner", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4038" + }, + { + "turn90cw_anim": "1424", + "examine": "The Zamorak team's flag.", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Zamorak banner", + "tradeable": "false", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "4039", + "stand_turn_anim": "1426" + }, + { + "durability": null, + "name": "Zamorak banner", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4040" + }, + { + "examine": "The colours of Saradomin/Zamorak.", + "durability": null, + "name": "Hooded cloak", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4041", + "equipment_slot": "1" + }, + { + "examine": "The colours of Saradomin/Zamorak.", + "durability": null, + "name": "Hooded cloak", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4042", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Rock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4044" + }, + { + "examine": "I could use this to destroy things...", + "durability": null, + "name": "Explosive potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4045" + }, + { + "durability": null, + "name": "Explosive potion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4046" + }, + { + "examine": "A coil of rope.", + "durability": null, + "name": "Climbing rope", + "archery_ticket_price": "0", + "id": "4047" + }, + { + "durability": null, + "name": "Climbing rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4048" + }, + { + "examine": "A box of bandages for healing.", + "durability": null, + "name": "Bandages", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4049" + }, + { + "durability": null, + "name": "Bandages", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4050" + }, + { + "examine": "Good for repairing a broken cannon.", + "durability": null, + "name": "Toolkit", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4051" + }, + { + "durability": null, + "name": "Toolkit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4052" + }, + { + "examine": "Handy for hindering the enemy team's movement.", + "durability": null, + "name": "Barricade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4053" + }, + { + "durability": null, + "name": "Barricade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4054" + }, + { + "shop_price": "5", + "examine": "It's a manual for Castle Wars", + "durability": null, + "name": "Castlewars manual", + "weight": "1", + "archery_ticket_price": "0", + "id": "4055" + }, + { + "examine": "I can exchange these for further items.", + "durability": null, + "name": "Castle wars ticket", + "archery_ticket_price": "0", + "id": "4067" + }, + { + "requirements": "{0,5}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "1", + "castle_wars_ticket_price": "5", + "equipment_slot": "3", + "stand_anim": "808", + "name": "Decorative sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4068", + "stand_turn_anim": "823", + "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,0,0,0" + }, + { + "remove_sleeves": "true", + "requirements": "{1,5}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4069", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "castle_wars_ticket_price": "8", + "equipment_slot": "4" + }, + { + "requirements": "{1,5}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4070", + "bonuses": "0,0,0,-21,-7,17,16,15,-4,16,2,0,0,0,0", + "castle_wars_ticket_price": "6", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "name": "Decorative helm", + "weight": "1", + "archery_ticket_price": "0", + "id": "4071", + "bonuses": "0,0,0,-3,-1,7,8,6,-1,7,3,0,0,0,0", + "castle_wars_ticket_price": "4", + "equipment_slot": "0" + }, + { + "requirements": "{1,5}", + "shop_price": "60", + "examine": "A very decorative shield.", + "durability": null, + "name": "Decorative shield", + "archery_ticket_price": "0", + "id": "4072", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0", + "castle_wars_ticket_price": "6", + "equipment_slot": "5" + }, + { + "examine": "Not so useful for lighting a fire.", + "durability": null, + "name": "Damp tinderbox", + "archery_ticket_price": "0", + "id": "4073" + }, + { + "durability": null, + "name": "Damp tinderbox", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4074" + }, + { + "examine": "A bizarre fungus. It glows with a pale blue light.", + "durability": null, + "name": "Glowing fungus", + "archery_ticket_price": "0", + "id": "4075" + }, + { + "examine": "A key I found in the lower levels of the Morytanian mines. (Haunted Mine) / As the 'Innocent-looking key': A shiny key sitting quietly on a crate.", + "durability": null, + "name": "Crystal-mine key", + "archery_ticket_price": "0", + "id": "4077" + }, + { + "examine": "I stole this from a Saradominist I met South of Mort'ton.", + "durability": null, + "name": "Zealot's key", + "archery_ticket_price": "0", + "id": "4078" + }, + { + "examine": "A gift from Santa.", + "durability": null, + "name": "Yo-yo", + "archery_ticket_price": "0", + "id": "4079" + }, + { + "examine": "Increases the wearer's strength and accuracy by 15% when fighting the undead.", + "durability": null, + "name": "Salve amulet", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "4081", + "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "An unstrung crystal imbued with the power of Saradomin.", + "durability": null, + "name": "Salve shard", + "archery_ticket_price": "0", + "id": "4082" + }, + { + "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", + "durability": null, + "name": "Sled", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4083", + "equipment_slot": "3" + }, + { + "turn90cw_anim": "1468", + "examine": "Unwaxed: It needs waxing before I can use it. Waxed: A waxed sled.", + "walk_anim": "1468", + "durability": null, + "turn90ccw_anim": "1468", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "1468", + "render_anim": "1119", + "equipment_slot": "3", + "stand_anim": "1461", + "name": "Sled", + "run_anim": "1468", + "archery_ticket_price": "0", + "id": "4084", + "stand_turn_anim": "1468" + }, + { + "examine": "I can use this to wax my sled.", + "durability": null, + "name": "Wax", + "archery_ticket_price": "0", + "id": "4085", + "equipment_slot": "5" + }, + { + "examine": "These pale flowers have a pungent odour.", + "durability": null, + "name": "Trollweiss", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "4086", + "weapon_interface": "12", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "equipment_slot": "3" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "Looks pretty heavy.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "190500", + "name": "Dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4087", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "190500", + "durability": null, + "name": "Dragon platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4088" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "13700", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "4089", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13700", + "durability": null, + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4090" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "72100", + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4091", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "72100", + "durability": null, + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4092" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "47700", + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4093", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47700", + "durability": null, + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4094" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical gloves.", + "durability": null, + "weight": "0.4", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "5913", + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4095", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5913", + "durability": null, + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4096" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "weight": "0.4", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "6303", + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4097", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6303", + "durability": null, + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4098" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Black: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "16700", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "4099", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16700", + "durability": null, + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4100" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "75100", + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4101", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "75100", + "durability": null, + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4102" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "50700", + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4103", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "50700", + "durability": null, + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4104" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Dark magical gloves.", + "durability": null, + "weight": "0.4", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "8913", + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4105", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8913", + "durability": null, + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4106" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "weight": "0.4", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "9303", + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4107", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9303", + "durability": null, + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4108" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "White: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "16700", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "4109", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16700", + "durability": null, + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4110" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "120000", + "ge_buy_limit": "100", + "examine": "The upper half of a magical robe.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "75100", + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4111", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "75100", + "durability": null, + "name": "Mystic robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4112" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "80000", + "ge_buy_limit": "100", + "examine": "The lower half of a magical robe.", + "durability": null, + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "50700", + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4113", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "50700", + "durability": null, + "name": "Mystic robe bottom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4114" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Bright magical gloves.", + "durability": null, + "weight": "0.4", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "8913", + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4115", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8913", + "durability": null, + "name": "Mystic gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4116" + }, + { + "requirements": "{1,20}-{6,40}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "Magical boots.", + "durability": null, + "weight": "0.4", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "9303", + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4117", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9303", + "durability": null, + "name": "Mystic boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4118" + }, + { + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "grand_exchange_price": "359", + "durability": null, + "name": "Bronze boots", + "tradeable": "true", + "weight": "1.3", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "359", + "durability": null, + "name": "Bronze boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4120" + }, + { + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "grand_exchange_price": "17000", + "durability": null, + "name": "Iron boots", + "tradeable": "true", + "weight": "1.3", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17000", + "durability": null, + "name": "Iron boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4122" + }, + { + "requirements": "{1,5}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "258", + "name": "Steel boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4123", + "bonuses": "0,0,0,-3,-1,5,6,7,0,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "258", + "durability": null, + "name": "Steel boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4124" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "317", + "name": "Black boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4125", + "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "317", + "durability": null, + "name": "Black boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4126" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "580", + "name": "Mithril boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4127", + "bonuses": "0,0,0,-3,-1,8,9,10,0,0,8,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "580", + "durability": null, + "name": "Mithril boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4128" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "grand_exchange_price": "1336", + "name": "Adamant boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4129", + "bonuses": "0,0,0,-3,-1,10,11,12,0,0,9,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1336", + "durability": null, + "name": "Adamant boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4130" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "7474", + "name": "Rune boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4131", + "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7474", + "durability": null, + "name": "Rune boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4132" + }, + { + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4133" + }, + { + "examine": "A spiky crawling critter. (level 23) Not very tasty-looking. (level 138)", + "durability": null, + "name": "Cave crawler", + "archery_ticket_price": "0", + "attack_speed": "3", + "id": "4134" + }, + { + "examine": "A tortured screaming soul.", + "durability": null, + "name": "Banshee", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4135" + }, + { + "examine": "The slime of evil.", + "durability": null, + "name": "Rockslug", + "archery_ticket_price": "0", + "id": "4136" + }, + { + "examine": "The winged reptile.", + "durability": null, + "name": "Cockatrice", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4137" + }, + { + "examine": "A small fire demon.", + "durability": null, + "name": "Pyrefiend", + "archery_ticket_price": "0", + "id": "4138" + }, + { + "examine": "The eyes of evil.", + "durability": null, + "name": "Basilisk", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4139" + }, + { + "examine": "An evil magic user.", + "durability": null, + "name": "Infernal mage", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4140" + }, + { + "examine": "The tongue of evil.", + "durability": null, + "name": "Bloodveld", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4141" + }, + { + "examine": "• Needs cream.....• Wibbly.• Wobbly...• There's always room for jelly.• Doesn't look so tough...• Looks scared to see me.", + "durability": null, + "name": "Jelly", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4142" + }, + { + "durability": null, + "name": "Turoth", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4143" + }, + { + "examine": "A very smelly ghost.", + "durability": null, + "name": "Abberant spectre", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4144" + }, + { + "examine": "The vacuumed face of evil.", + "durability": null, + "name": "Dust devil", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4145" + }, + { + "durability": null, + "name": "Kurask", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4146" + }, + { + "examine": "Flies like a rock.", + "durability": null, + "name": "Gargoyle", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4147" + }, + { + "durability": null, + "name": "Nechryael", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4148" + }, + { + "examine": "A denizen of the Abyss!", + "durability": null, + "name": "Abyssal demon", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "4149" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4150", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,28,0,0" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A weapon from the Abyss.", + "walk_anim": "1660", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "1659", + "equipment_slot": "3", + "attack_anims": "1658,1658,1658,1658", + "grand_exchange_price": "413500", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "1661", + "archery_ticket_price": "0", + "id": "4151", + "stand_turn_anim": "823", + "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "0.45", + "weapon_interface": "11", + "equip_audio": "2249", + "render_anim": "620", + "lendable": "true", + "attack_audios": "2720,0,0,0", + "name": "Abyssal whip" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "413500", + "durability": null, + "name": "Abyssal whip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4152" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1663", + "examine": "Simplicity is the best weapon.", + "walk_anim": "1663", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1663", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1663", + "defence_anim": "1666", + "equipment_slot": "3", + "attack_anims": "1665,1665,1665,1665", + "grand_exchange_price": "29900", + "stand_anim": "1662", + "tradeable": "true", + "run_anim": "1664", + "archery_ticket_price": "0", + "id": "4153", + "stand_turn_anim": "823", + "bonuses": "0,0,81,0,0,0,0,0,0,0,0,79,0,0,0", + "requirements": "{0,50}-{2,50}", + "durability": null, + "weight": "4.5", + "weapon_interface": "10", + "render_anim": "27", + "lendable": "true", + "attack_audios": "2714,0,0,0", + "name": "Granite maul" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "29900", + "durability": null, + "name": "Granite maul", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4154" + }, + { + "shop_price": "1", + "examine": "I can contact the Slayer Masters with this.", + "durability": null, + "name": "Enchanted gem", + "archery_ticket_price": "0", + "id": "4155" + }, + { + "requirements": "{1,20}-{18,25}", + "shop_price": "5000", + "ge_buy_limit": "100", + "examine": "I can just about see things in this shield's reflection.", + "durability": null, + "weight": "2.2", + "equipment_slot": "5", + "grand_exchange_price": "3318", + "name": "Mirror shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4156", + "bonuses": "0,0,0,0,0,10,15,5,5,10,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3318", + "durability": null, + "name": "Mirror shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4157" + }, + { + "requirements": "{0,55}-{18,50}", + "shop_price": "31000", + "turn90cw_anim": "1207", + "examine": "A spear with a leaf-shaped point.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "2079", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "stand_anim": "813", + "name": "Leaf-bladed spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4158", + "stand_turn_anim": "1209", + "bonuses": "47,42,36,0,0,1,1,0,0,0,0,50,0,0,0" + }, + { + "requirements": "{0,55}-{18,50}", + "shop_price": "31000", + "examine": "A spear with a leaf-shaped point.", + "durability": null, + "name": "Leaf-bladed spear", + "weight": "2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "4159", + "equip_audio": "2247", + "equipment_slot": "3" + }, + { + "requirements": "{18,55}-{4,50}", + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrow", + "archery_ticket_price": "0", + "id": "4160", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "A bag of salt.", + "grand_exchange_price": "1", + "durability": null, + "name": "Bag of salt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4161" + }, + { + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "I can even smash stone with this.", + "grand_exchange_price": "140", + "durability": null, + "name": "Rock hammer", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "4162", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "140", + "durability": null, + "name": "Rock hammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4163" + }, + { + "requirements": "{18,10}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Stops me breathing in too much dust.", + "grand_exchange_price": "615", + "durability": null, + "name": "Face mask", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4164", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "615", + "durability": null, + "name": "Face mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4165" + }, + { + "requirements": "{18,15}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "These will protect my ears from loud noise.", + "grand_exchange_price": "484", + "durability": null, + "name": "Earmuffs", + "tradeable": "true", + "weight": "2.6", + "archery_ticket_price": "0", + "id": "4166", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "484", + "durability": null, + "name": "Earmuffs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4167" + }, + { + "requirements": "{18,60}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Protects me from any bad smells.", + "grand_exchange_price": "523", + "durability": null, + "name": "Nose peg", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "4168", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "523", + "durability": null, + "name": "Nose peg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4169" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An old and magical staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "12100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4170", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,12,0,2,3,1,10,0,0,35,0,0,0", + "requirements": "{18,55}-{6,50}", + "shop_price": "21000", + "durability": null, + "weight": "1.8", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Slayer's staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12100", + "durability": null, + "name": "Slayer's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4171" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4172", + "equipment_slot": "13" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4173", + "equipment_slot": "13" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4174", + "equipment_slot": "13" + }, + { + "shop_price": "90", + "examine": "Arrows with a wider than normal tip.", + "durability": null, + "name": "Broad arrows", + "archery_ticket_price": "0", + "id": "4175", + "equipment_slot": "13" + }, + { + "examine": "A weapon from the Abyss.", + "rare_item": "true", + "durability": null, + "weight": "0.45", + "attack_speed": "4", + "render_anim": "620", + "lendable": "true", + "grand_exchange_price": "388392", + "name": "Abyssal whip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4178", + "bonuses": "0,82,0,0,0,0,0,0,0,0,0,82,0,0,0" + }, + { + "examine": "A big, bad troll.", + "durability": null, + "name": "Stick", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "4179" + }, + { + "lendable": "true", + "examine": "Looks pretty heavy.", + "grand_exchange_price": "165900", + "durability": null, + "name": "Dragon platelegs", + "tradeable": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "4180", + "absorb": "3,0,6", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "durability": null, + "name": "Mouth grip", + "archery_ticket_price": "0", + "id": "4181", + "equipment_slot": "3" + }, + { + "examine": "A pale, tough looking herb.", + "durability": null, + "name": "Goutweed", + "archery_ticket_price": "0", + "id": "4182" + }, + { + "examine": "A six-pointed marble and obsidian amulet", + "durability": null, + "name": "Star amulet", + "archery_ticket_price": "0", + "id": "4183" + }, + { + "examine": "Upon close examination, this seems to be a key.", + "durability": null, + "name": "Cavern key", + "archery_ticket_price": "0", + "id": "4184" + }, + { + "examine": "Upon close examination, this seems to be a key.", + "durability": null, + "name": "Tower key", + "archery_ticket_price": "0", + "id": "4185" + }, + { + "examine": "Upon close examination, this seems to be a key.", + "durability": null, + "name": "Shed key", + "archery_ticket_price": "0", + "id": "4186" + }, + { + "examine": "Triangular in shape, made from marble, and as large as your hand.", + "durability": null, + "name": "Marble amulet", + "archery_ticket_price": "0", + "id": "4187" + }, + { + "examine": "Triangular in shape, made from obsidian, and as large as your hand.", + "durability": null, + "name": "Obsidian amulet", + "archery_ticket_price": "0", + "id": "4188" + }, + { + "examine": "A length of garden cane.", + "durability": null, + "name": "Garden cane", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4189" + }, + { + "examine": "A typical garden brush.", + "durability": null, + "name": "Garden brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4190" + }, + { + "examine": "A typical garden brush, with a cane tied to it.", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4191" + }, + { + "examine": "A typical garden brush, with two canes tied to it.", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4192" + }, + { + "examine": "A typical garden brush, with three canes tied to it.", + "durability": null, + "name": "Extended brush", + "weight": "1", + "archery_ticket_price": "0", + "id": "4193", + "equipment_slot": "3" + }, + { + "examine": "A pair of limp, dead arms.", + "durability": null, + "name": "Arms", + "weight": "2", + "archery_ticket_price": "0", + "id": "4195", + "alchemizable": "true" + }, + { + "examine": "A pair of lifeless, rotting legs.", + "durability": null, + "name": "Legs", + "archery_ticket_price": "0", + "id": "4196", + "alchemizable": "true" + }, + { + "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", + "durability": null, + "name": "Decapitated head", + "weight": "3", + "archery_ticket_price": "0", + "id": "4197", + "alchemizable": "true" + }, + { + "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", + "durability": null, + "name": "Decapitated head", + "weight": "3", + "archery_ticket_price": "0", + "id": "4198", + "alchemizable": "true" + }, + { + "shop_price": "50", + "examine": "A pickled brain, submerged inside a jar of vinegar.", + "durability": null, + "name": "Pickled brain", + "archery_ticket_price": "0", + "id": "4199", + "alchemizable": "true" + }, + { + "examine": "A mould for making silver lightning conductors.", + "durability": null, + "name": "Conductor mould", + "archery_ticket_price": "0", + "id": "4200" + }, + { + "examine": "A silver lightning conductor.", + "durability": null, + "name": "Conductor", + "weight": "4", + "archery_ticket_price": "0", + "id": "4201" + }, + { + "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", + "examine": "The Ring of charos", + "durability": null, + "name": "Ring of charos", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4202", + "equipment_slot": "12" + }, + { + "examine": "This consecration seed looks grey and dead.", + "durability": null, + "name": "Consecration seed", + "archery_ticket_price": "0", + "id": "4205" + }, + { + "examine": "This consecration seed looks grey and dead.", + "durability": null, + "name": "Consecration seed", + "archery_ticket_price": "0", + "id": "4206" + }, + { + "ge_buy_limit": "10", + "examine": "This crystal seed looks grey and dead.", + "grand_exchange_price": "92600", + "durability": null, + "name": "Crystal seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4207" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "92600", + "durability": null, + "name": "Crystal seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4208" + }, + { + "examine": "A book on Cadarn clan history.", + "durability": null, + "name": "Cadarn lineage", + "archery_ticket_price": "0", + "id": "4209" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "ge_buy_limit": "10", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "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": "1352,1352,1352,0", + "name": "New crystal bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4212", + "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "905300", + "durability": null, + "name": "New crystal bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4213" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow full", + "archery_ticket_price": "0", + "id": "4214", + "bonuses": "0,0,0,0,100,0,0,0,0,0,0,0,0,0,70" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 9/10", + "archery_ticket_price": "0", + "id": "4215", + "bonuses": "0,0,0,0,96,0,0,0,0,0,0,0,0,0,68" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 8/10", + "archery_ticket_price": "0", + "id": "4216", + "bonuses": "0,0,0,0,92,0,0,0,0,0,0,0,0,0,66" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 7/10", + "archery_ticket_price": "0", + "id": "4217", + "bonuses": "0,0,0,0,88,0,0,0,0,0,0,0,0,0,64" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 6/10", + "archery_ticket_price": "0", + "id": "4218", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,62" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 5/10", + "archery_ticket_price": "0", + "id": "4219", + "bonuses": "0,0,0,0,80,0,0,0,0,0,0,0,0,0,60" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 4/10", + "archery_ticket_price": "0", + "id": "4220", + "bonuses": "0,0,0,0,76,0,0,0,0,0,0,0,0,0,58" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 3/10", + "archery_ticket_price": "0", + "id": "4221", + "bonuses": "0,0,0,0,72,0,0,0,0,0,0,0,0,0,56" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 2/10", + "archery_ticket_price": "0", + "id": "4222", + "bonuses": "0,0,0,0,68,0,0,0,0,0,0,0,0,0,54" + }, + { + "requirements": "{4,70}-{16,50}", + "shop_price": "900000", + "examine": "A nice sturdy magical bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "equip_audio": "2238", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "901019", + "attack_audios": "1352,1352,1352,0", + "name": "Crystal bow 1/10", + "archery_ticket_price": "0", + "id": "4223", + "bonuses": "0,0,0,0,64,0,0,0,0,0,0,0,0,0,52" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "ge_buy_limit": "10", + "examine": "A nice sturdy crystal shield.", + "durability": null, + "weight": "2", + "absorb": "6,0,12", + "equipment_slot": "5", + "grand_exchange_price": "756900", + "name": "New crystal shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4224", + "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield full", + "weight": "2", + "archery_ticket_price": "0", + "id": "4225", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,51,54,53,0,80,70,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 9/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4226", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,49,52,51,0,78,68,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 8/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4227", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,47,50,49,0,76,66,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 7/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4228", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,45,48,47,0,74,65,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 6/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4229", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,43,46,45,0,72,63,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 5/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4230", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,41,44,43,0,70,61,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 4/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4231", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,39,42,41,0,68,59,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 3/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4232", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,37,40,39,0,66,58,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 2/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4233", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,35,38,37,0,64,56,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,70}-{16,50}", + "shop_price": "750000", + "examine": "A nice sturdy crystal shield.", + "grand_exchange_price": "749305", + "durability": null, + "name": "Crystal shield 1/10", + "weight": "2", + "archery_ticket_price": "0", + "id": "4234", + "absorb": "6,0,12", + "bonuses": "0,0,0,-10,-10,33,36,35,0,62,54,0,0,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "New crystal shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4235" + }, + { + "requirements": "{4,5}", + "examine": "This bow has been signed by Robin, Master Bowman.", + "durability": null, + "weight": "2", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "16", + "render_anim": "2588", + "equipment_slot": "3", + "name": "Signed oak bow", + "archery_ticket_price": "0", + "id": "4236", + "bonuses": "0,0,0,0,14,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "It's a bowl of water, with some nettles in it.", + "durability": null, + "name": "Nettle-water", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4237" + }, + { + "examine": "It's a bowl of (milky) nettle tea.", + "durability": null, + "name": "Nettle tea", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4239" + }, + { + "examine": "It's a bowl of (milky) nettle tea.", + "durability": null, + "name": "Nettle tea", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4240" + }, + { + "examine": "(In inventory) A handful of nettles (In ground) I better not get stung/I wouldn't like to get stung/I wish I could sting other people/Dock leaves at the ready/These may hurt/nettles sting my leggies(Draynor Village nettles)", + "durability": null, + "name": "Nettles", + "archery_ticket_price": "0", + "id": "4241" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4242" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4243" + }, + { + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "archery_ticket_price": "0", + "id": "4244" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4245" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4246" + }, + { + "examine": "The Robes of Necrovarus.", + "durability": null, + "name": "Mystical robes", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "4247" + }, + { + "examine": "The Book of Haricanto.", + "durability": null, + "name": "Book of haricanto", + "weight": "2", + "archery_ticket_price": "0", + "id": "4248" + }, + { + "shop_price": "32", + "examine": "A translation manual.", + "durability": null, + "name": "Translation manual", + "weight": "1", + "archery_ticket_price": "0", + "id": "4249" + }, + { + "examine": "The amulet of ghostspeak glows green from the crone's enchantment.", + "durability": null, + "name": "Ghostspeak amulet", + "archery_ticket_price": "0", + "id": "4250", + "equipment_slot": "2" + }, + { + "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", + "examine": "The Ectophial.", + "durability": null, + "name": "Ectophial", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4251" + }, + { + "destroy_message": "The Ectophial will smash if you drop it. Velorina can replace it.", + "examine": "The Ectophial.", + "durability": null, + "name": "Ectophial", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4252" + }, + { + "examine": "A small wooden ship. / A small wooden ship with a silk flag.", + "durability": null, + "name": "Model ship", + "archery_ticket_price": "0", + "id": "4253" + }, + { + "examine": "A small wooden ship. / A small wooden ship with a silk flag.", + "durability": null, + "name": "Model ship", + "archery_ticket_price": "0", + "id": "4254" + }, + { + "examine": "A pot of crushed bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4255" + }, + { + "examine": "A pot of crushed small ninja monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4256" + }, + { + "examine": "A pot of crushed wolf bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4257" + }, + { + "examine": "A pot of crushed burnt bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4258" + }, + { + "examine": "A pot of crushed burnt jogre bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4259" + }, + { + "examine": "A pot of crushed monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4260" + }, + { + "examine": "A pot of crushed bat bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4261" + }, + { + "examine": "A pot of crushed big bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4262" + }, + { + "examine": "A pot of crushed jogre bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4263" + }, + { + "examine": "A pot of crushed zogre bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4264" + }, + { + "examine": "A pot of crushed shaikahan bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4265" + }, + { + "examine": "A pot of crushed baby dragon bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4266" + }, + { + "examine": "A pot of crushed wyvern bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4267" + }, + { + "examine": "A pot of crushed dragon bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4268" + }, + { + "examine": "A pot of crushed [type of bones].", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4269" + }, + { + "examine": "A pot of crushed medium ninja monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4270" + }, + { + "examine": "A pot of crushed Dagannoth-king bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4271" + }, + { + "shop_price": "100", + "examine": "A key fashioned from a shard of bone. (Shilo Village)", + "durability": null, + "name": "Bone key", + "archery_ticket_price": "0", + "id": "4272" + }, + { + "examine": "A section from some kind of map.", + "durability": null, + "name": "Map scrap", + "archery_ticket_price": "0", + "id": "4274" + }, + { + "examine": "A section from some kind of map.", + "durability": null, + "name": "Map scrap", + "archery_ticket_price": "0", + "id": "4275" + }, + { + "examine": "A section from some kind of map.", + "durability": null, + "name": "Map scrap", + "archery_ticket_price": "0", + "id": "4276" + }, + { + "examine": "A complete treasure map.", + "durability": null, + "name": "Treasure map", + "archery_ticket_price": "0", + "id": "4277" + }, + { + "examine": "A token with ectoplasm on it.", + "durability": null, + "name": "Ecto-token", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4278" + }, + { + "examine": "A scroll of paper containing signatures.", + "durability": null, + "name": "Petition form", + "archery_ticket_price": "0", + "id": "4283" + }, + { + "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", + "durability": null, + "name": "Bedsheet", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "4284", + "equipment_slot": "0" + }, + { + "examine": "Before Ectofuntus: It's a bedsheet.After Ectofuntus: It's an ectoplasm-covered bedsheet.", + "durability": null, + "name": "Bedsheet", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "4285", + "equipment_slot": "0" + }, + { + "examine": "It's a bucket of ectoplasm.", + "durability": null, + "name": "Bucket of slime", + "weight": "3", + "archery_ticket_price": "0", + "id": "4286" + }, + { + "shop_price": "58", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "440", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "4287" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "440", + "durability": null, + "name": "Raw beef", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4288" + }, + { + "shop_price": "60", + "ge_buy_limit": "1000", + "examine": "I need to cook this first.", + "grand_exchange_price": "263", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "4289" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "263", + "durability": null, + "name": "Raw chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4290" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "59", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "59", + "durability": null, + "name": "Cooked chicken", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4292" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "74", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "4293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "74", + "durability": null, + "name": "Cooked meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4294" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "durability": null, + "name": "Female h.a.m.", + "archery_ticket_price": "0", + "id": "4295" + }, + { + "examine": "A member of the 'Humans Against Monsters' group.", + "durability": null, + "name": "Male h.a.m.", + "archery_ticket_price": "0", + "id": "4297" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "grand_exchange_price": "19", + "durability": null, + "name": "Ham shirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4298", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Ham shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4299" + }, + { + "ge_buy_limit": "100", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "grand_exchange_price": "11", + "durability": null, + "name": "Ham robe", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4300", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Ham robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4301" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Light-weight head protection and eye shield.", + "grand_exchange_price": "400", + "durability": null, + "name": "Ham hood", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4302", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "400", + "durability": null, + "name": "Ham hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4303" + }, + { + "ge_buy_limit": "100", + "examine": "A HAM cape.", + "grand_exchange_price": "25", + "durability": null, + "name": "Ham cloak", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4304", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Ham cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4305" + }, + { + "ge_buy_limit": "100", + "examine": "A badge for the HAM cult.", + "grand_exchange_price": "63", + "durability": null, + "name": "H.a.m logo", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.5", + "id": "4306", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "63", + "durability": null, + "name": "H.a.m logo", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4307" + }, + { + "ge_buy_limit": "10", + "examine": "Gloves worn by the Humans Against Monsters group.", + "grand_exchange_price": "59", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4308", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "59", + "durability": null, + "name": "Gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4309" + }, + { + "ge_buy_limit": "100", + "examine": "Boots worn by the Humans Against Monsters group.", + "grand_exchange_price": "323", + "durability": null, + "name": "Boots", + "tradeable": "true", + "weight": "0.4", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "323", + "durability": null, + "name": "Boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4311" + }, + { + "examine": "A book on elven crystal.", + "durability": null, + "name": "Crystal of seren", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4313" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "2342", + "durability": null, + "name": "Team-1 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4315", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2342", + "durability": null, + "name": "Team-1 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4316" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1145", + "durability": null, + "name": "Team-2 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4317", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1145", + "durability": null, + "name": "Team-2 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4318" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "141", + "durability": null, + "name": "Team-3 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4319", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "141", + "durability": null, + "name": "Team-3 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4320" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "973", + "durability": null, + "name": "Team-4 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4321", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "973", + "durability": null, + "name": "Team-4 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4322" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1294", + "durability": null, + "name": "Team-5 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4323", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1294", + "durability": null, + "name": "Team-5 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4324" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "124", + "durability": null, + "name": "Team-6 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4325", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124", + "durability": null, + "name": "Team-6 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4326" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1264", + "durability": null, + "name": "Team-7 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4327", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1264", + "durability": null, + "name": "Team-7 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4328" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1824", + "durability": null, + "name": "Team-8 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4329", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1824", + "durability": null, + "name": "Team-8 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4330" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "841", + "durability": null, + "name": "Team-9 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4331", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "841", + "durability": null, + "name": "Team-9 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4332" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1127", + "durability": null, + "name": "Team-10 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4333", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1127", + "durability": null, + "name": "Team-10 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4334" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "2011", + "durability": null, + "name": "Team-11 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4335", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2011", + "durability": null, + "name": "Team-11 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4336" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1591", + "durability": null, + "name": "Team-12 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4337", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1591", + "durability": null, + "name": "Team-12 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4338" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "308", + "durability": null, + "name": "Team-13 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4339", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "308", + "durability": null, + "name": "Team-13 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4340" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1504", + "durability": null, + "name": "Team-14 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4341", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1504", + "durability": null, + "name": "Team-14 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4342" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1462", + "durability": null, + "name": "Team-15 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4343", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1462", + "durability": null, + "name": "Team-15 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4344" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "313", + "durability": null, + "name": "Team-16 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4345", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "313", + "durability": null, + "name": "Team-16 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4346" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1231", + "durability": null, + "name": "Team-17 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4347", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1231", + "durability": null, + "name": "Team-17 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4348" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1678", + "durability": null, + "name": "Team-18 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4349", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1678", + "durability": null, + "name": "Team-18 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4350" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1041", + "durability": null, + "name": "Team-19 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4351", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1041", + "durability": null, + "name": "Team-19 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4352" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "703", + "durability": null, + "name": "Team-20 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4353", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "703", + "durability": null, + "name": "Team-20 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4354" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1292", + "durability": null, + "name": "Team-21 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4355", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1292", + "durability": null, + "name": "Team-21 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4356" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1368", + "durability": null, + "name": "Team-22 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4357", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1368", + "durability": null, + "name": "Team-22 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4358" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "280", + "durability": null, + "name": "Team-23 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4359", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "280", + "durability": null, + "name": "Team-23 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4360" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1512", + "durability": null, + "name": "Team-24 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4361", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1512", + "durability": null, + "name": "Team-24 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4362" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1395", + "durability": null, + "name": "Team-25 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4363", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1395", + "durability": null, + "name": "Team-25 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4364" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "191", + "durability": null, + "name": "Team-26 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4365", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "191", + "durability": null, + "name": "Team-26 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4366" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1420", + "durability": null, + "name": "Team-27 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4367", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1420", + "durability": null, + "name": "Team-27 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4368" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1920", + "durability": null, + "name": "Team-28 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4369", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1920", + "durability": null, + "name": "Team-28 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4370" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1175", + "durability": null, + "name": "Team-29 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4371", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1175", + "durability": null, + "name": "Team-29 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4372" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "552", + "durability": null, + "name": "Team-30 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4373", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "552", + "durability": null, + "name": "Team-30 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4374" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1385", + "durability": null, + "name": "Team-31 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4375", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1385", + "durability": null, + "name": "Team-31 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4376" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1168", + "durability": null, + "name": "Team-32 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4377", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1168", + "durability": null, + "name": "Team-32 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4378" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "211", + "durability": null, + "name": "Team-33 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4379", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "211", + "durability": null, + "name": "Team-33 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4380" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1128", + "durability": null, + "name": "Team-34 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4381", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1128", + "durability": null, + "name": "Team-34 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4382" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1140", + "durability": null, + "name": "Team-35 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4383", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1140", + "durability": null, + "name": "Team-35 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4384" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "84", + "durability": null, + "name": "Team-36 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4385", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "84", + "durability": null, + "name": "Team-36 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4386" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1010", + "durability": null, + "name": "Team-37 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4387", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1010", + "durability": null, + "name": "Team-37 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4388" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1833", + "durability": null, + "name": "Team-38 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4389", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1833", + "durability": null, + "name": "Team-38 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4390" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "914", + "durability": null, + "name": "Team-39 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4391", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "914", + "durability": null, + "name": "Team-39 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4392" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "582", + "durability": null, + "name": "Team-40 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4393", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "582", + "durability": null, + "name": "Team-40 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4394" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1471", + "durability": null, + "name": "Team-41 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4395", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1471", + "durability": null, + "name": "Team-41 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4396" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1072", + "durability": null, + "name": "Team-42 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4397", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1072", + "durability": null, + "name": "Team-42 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4398" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "298", + "durability": null, + "name": "Team-43 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4399", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "298", + "durability": null, + "name": "Team-43 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4400" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1268", + "durability": null, + "name": "Team-44 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4401", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1268", + "durability": null, + "name": "Team-44 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4402" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1371", + "durability": null, + "name": "Team-45 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4403", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1371", + "durability": null, + "name": "Team-45 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4404" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "140", + "durability": null, + "name": "Team-46 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4405", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "140", + "durability": null, + "name": "Team-46 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4406" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1233", + "durability": null, + "name": "Team-47 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4407", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1233", + "durability": null, + "name": "Team-47 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4408" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1836", + "durability": null, + "name": "Team-48 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4409", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1836", + "durability": null, + "name": "Team-48 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4410" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "1185", + "durability": null, + "name": "Team-49 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4411", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1185", + "durability": null, + "name": "Team-49 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4412" + }, + { + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Ooohhh look at the pretty colours...", + "grand_exchange_price": "708", + "durability": null, + "name": "Team-50 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4413", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "708", + "durability": null, + "name": "Team-50 cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4414" + }, + { + "examine": "A jungle forester's blunt axe.", + "durability": null, + "name": "Blunt axe", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4415" + }, + { + "examine": "A strong medicinal brew for heavy chests.", + "durability": null, + "name": "Herbal tincture", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4416" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "223", + "durability": null, + "name": "Guthix rest(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4417" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "223", + "durability": null, + "name": "Guthix rest(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4418" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "134", + "durability": null, + "name": "Guthix rest(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4419" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "134", + "durability": null, + "name": "Guthix rest(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4420" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "83", + "durability": null, + "name": "Guthix rest(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4421" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "durability": null, + "name": "Guthix rest(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4422" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of Guthix rest.", + "grand_exchange_price": "44", + "durability": null, + "name": "Guthix rest(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4423" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44", + "durability": null, + "name": "Guthix rest(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4424" + }, + { + "examine": "A half-filled feather mattress.", + "durability": null, + "name": "Stodgy mattress", + "weight": "10", + "archery_ticket_price": "0", + "id": "4425" + }, + { + "examine": "A comfy-looking feather mattress.", + "durability": null, + "name": "Comfy mattress", + "weight": "15", + "archery_ticket_price": "0", + "id": "4426" + }, + { + "examine": "Looks like a bunch of rust to me.", + "durability": null, + "name": "Iron oxide", + "weight": "1", + "archery_ticket_price": "0", + "id": "4427" + }, + { + "examine": "An animate rock spell is written on this parchment.", + "durability": null, + "name": "Animate rock scroll", + "archery_ticket_price": "0", + "id": "4428" + }, + { + "examine": "The weathervane directions should now work.", + "durability": null, + "name": "Directionals", + "archery_ticket_price": "0", + "id": "4430" + }, + { + "examine": "A fixed weathervane ornament.", + "durability": null, + "name": "Ornament", + "archery_ticket_price": "0", + "id": "4432" + }, + { + "examine": "A fixed weathervane rotating pillar.", + "durability": null, + "name": "Weathervane pillar", + "archery_ticket_price": "0", + "id": "4434" + }, + { + "examine": "Clear skies ahead, with some chance of showers, thunderstorms, ice and hail.", + "durability": null, + "name": "Weather report", + "archery_ticket_price": "0", + "id": "4435" + }, + { + "ge_buy_limit": "100", + "examine": "This is pretty well sealed.", + "grand_exchange_price": "245", + "durability": null, + "name": "Airtight pot", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "4436" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "245", + "durability": null, + "name": "Airtight pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4437" + }, + { + "ge_buy_limit": "100", + "examine": "This needs firing, then it should fit on a normal-sized pot.", + "grand_exchange_price": "16", + "durability": null, + "name": "Unfired pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4438" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Unfired pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4439" + }, + { + "ge_buy_limit": "100", + "examine": "This should fit on a normal-sized pot.", + "grand_exchange_price": "5", + "durability": null, + "name": "Pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4440" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Pot lid", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4441" + }, + { + "examine": "An airtight pot with something inside, most likely breathing salts.", + "durability": null, + "name": "Breathing salts", + "archery_ticket_price": "0", + "id": "4442" + }, + { + "examine": "A large cage for transporting chickens.", + "durability": null, + "name": "Chicken cage", + "weight": "1", + "archery_ticket_price": "0", + "id": "4443" + }, + { + "examine": "A jungle forester's super sharp axe.", + "durability": null, + "name": "Sharpened axe", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4444" + }, + { + "examine": "Some mahogany logs which have been professionally cured.", + "durability": null, + "name": "Red mahogany log", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4445" + }, + { + "destroy_message": "You can get another key ring from Yanni Salika in Shilo Village.", + "shop_price": "500", + "examine": "I can store my keys here.", + "durability": null, + "name": "Steel key ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4446" + }, + { + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4447" + }, + { + "ge_buy_limit": "100", + "examine": "It's a bowl of hot water.", + "grand_exchange_price": "111", + "durability": null, + "name": "Bowl of hot water", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4456" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "durability": null, + "name": "Bowl of hot water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4457" + }, + { + "ge_buy_limit": "100", + "examine": "A cup of water.", + "grand_exchange_price": "36", + "durability": null, + "name": "Cup of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4458" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "36", + "durability": null, + "name": "Cup of water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4459" + }, + { + "ge_buy_limit": "100", + "examine": "It's hot!", + "grand_exchange_price": "102", + "durability": null, + "name": "Cup of hot water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4460" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "102", + "durability": null, + "name": "Cup of hot water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4461" + }, + { + "examine": "A ruined herb tea.", + "durability": null, + "name": "Ruined herb tea", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4462" + }, + { + "durability": null, + "name": "Ruined herb tea", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4463" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4464" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4465" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4466" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4467" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4468" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4469" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4470" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4471" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "17", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4472" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4473" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4474" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4475" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4476" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4477" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "46", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4478" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "46", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4479" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "41", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4480" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4481" + }, + { + "ge_buy_limit": "100", + "examine": "See article", + "grand_exchange_price": "43", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4482" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43", + "durability": null, + "name": "Herb tea mix", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4483" + }, + { + "shop_price": "160", + "examine": "The strange characters supposedly grant Svidi safe passage into Rellekka.", + "durability": null, + "name": "Safety guarantee", + "archery_ticket_price": "0", + "id": "4484" + }, + { + "examine": "This fruit is known as White Pearl. Should taste good.", + "durability": null, + "name": "White pearl", + "weight": "1", + "archery_ticket_price": "0", + "id": "4485" + }, + { + "examine": "You can grow this seed even in cold mountain ranges!", + "durability": null, + "name": "White pearl seed", + "archery_ticket_price": "0", + "id": "4486" + }, + { + "examine": "It's a piece of the Ancient Rock of the mountain people. It's still just a stone.", + "durability": null, + "name": "Half a rock", + "weight": "1", + "archery_ticket_price": "0", + "id": "4487" + }, + { + "examine": "The corpse of a woman who died long ago.", + "durability": null, + "name": "Corpse of woman", + "weight": "1", + "archery_ticket_price": "0", + "id": "4488" + }, + { + "examine": "This used to belong to Asleif, daughter of the mountain camp chieftain.", + "durability": null, + "name": "Asleif's necklace", + "archery_ticket_price": "0", + "id": "4489" + }, + { + "examine": "Marginally better than egg on your face.", + "durability": null, + "name": "Mud", + "archery_ticket_price": "0", + "id": "4490" + }, + { + "examine": "A muddy rock.", + "durability": null, + "name": "Muddy rock", + "weight": "1", + "archery_ticket_price": "0", + "id": "4492" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4494" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4495" + }, + { + "examine": "Splintered into pieces, it has become completely useless to you.", + "durability": null, + "name": "Broken pole", + "archery_ticket_price": "0", + "id": "4496" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4498", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Rope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4499" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4500", + "equipment_slot": "3" + }, + { + "examine": "It's just a long stick, really.", + "durability": null, + "name": "Pole", + "archery_ticket_price": "0", + "id": "4501", + "equipment_slot": "3" + }, + { + "remove_head": "true", + "shop_price": "3000", + "examine": "Quite ferocious looking.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "0", + "destroy_message": "Hamal, the Chieftain of the Mountain Camp, can replace this.", + "name": "Bearhead", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "4502", + "bonuses": "0,0,0,-3,-3,12,14,10,7,9,0,0,0,0,0" + }, + { + "requirements": "{0,20}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "1", + "defence_anim": "397", + "castle_wars_ticket_price": "50", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "stand_anim": "808", + "name": "Decorative sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4503", + "stand_turn_anim": "823", + "bonuses": "15,20,-2,0,0,0,3,2,0,0,0,22,0,0,0" + }, + { + "remove_sleeves": "true", + "requirements": "{1,20}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4504", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,0,0,0", + "castle_wars_ticket_price": "80", + "equipment_slot": "4" + }, + { + "requirements": "{1,20}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4505", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,0,0,0", + "castle_wars_ticket_price": "60", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "name": "Decorative helm", + "weight": "1", + "archery_ticket_price": "0", + "id": "4506", + "bonuses": "0,0,0,-3,-1,10,11,9,-1,10,5,0,0,0,0", + "castle_wars_ticket_price": "40", + "equipment_slot": "0" + }, + { + "requirements": "{1,20}", + "shop_price": "60", + "examine": "A very decorative shield.", + "durability": null, + "name": "Decorative shield", + "archery_ticket_price": "0", + "id": "4507", + "bonuses": "0,0,0,-8,-2,18,22,20,-1,20,20,0,0,0,0", + "castle_wars_ticket_price": "60", + "equipment_slot": "5" + }, + { + "requirements": "{0,30}", + "shop_price": "50", + "turn90cw_anim": "821", + "examine": "A very decorative sword.", + "walk_anim": "819", + "durability": null, + "weight": "1", + "turn90ccw_anim": "822", + "weapon_interface": "6", + "turn180_anim": "820", + "equip_audio": "2248", + "render_anim": "1", + "defence_anim": "397", + "castle_wars_ticket_price": "500", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "stand_anim": "808", + "name": "Decorative sword", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4508", + "stand_turn_anim": "823", + "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0" + }, + { + "remove_sleeves": "true", + "requirements": "{1,30}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4509", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,0,0,0", + "castle_wars_ticket_price": "800", + "equipment_slot": "4" + }, + { + "requirements": "{1,30}", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "4510", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,0,0,0", + "castle_wars_ticket_price": "600", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "shop_price": "40", + "examine": "A very decorative helm.", + "durability": null, + "name": "Decorative helm", + "weight": "1", + "archery_ticket_price": "0", + "id": "4511", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0", + "castle_wars_ticket_price": "400", + "equipment_slot": "0" + }, + { + "requirements": "{1,30}", + "shop_price": "60", + "examine": "A very decorative shield.", + "durability": null, + "name": "Decorative shield", + "archery_ticket_price": "0", + "id": "4512", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0", + "castle_wars_ticket_price": "600", + "equipment_slot": "5" + }, + { + "remove_head": "true", + "durability": null, + "name": "Castlewars hood", + "archery_ticket_price": "0", + "id": "4513", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Castlewars cloak", + "archery_ticket_price": "0", + "id": "4514", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "durability": null, + "name": "Castlewars hood", + "archery_ticket_price": "0", + "id": "4515", + "bonuses": "0,0,0,0,0,0,1,2,0,1,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Castlewars cloak", + "archery_ticket_price": "0", + "id": "4516", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "castle_wars_ticket_price": "10", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "1000", + "examine": "This could feed a family of gnomes for a week!", + "grand_exchange_price": "970", + "durability": null, + "name": "Giant frog legs", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4517" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "970", + "durability": null, + "name": "Giant frog legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4518" + }, + { + "requirements": "{12,11}", + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", + "grand_exchange_price": "1575", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4522" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1575", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4523" + }, + { + "shop_price": "10", + "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", + "grand_exchange_price": "2", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4524" + }, + { + "requirements": "{12,11}", + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Empty: An oil lamp with no oil in it.Filled: Not the genie sort.", + "grand_exchange_price": "2", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4525" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Oil lamp", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4526" + }, + { + "requirements": "{4,11}", + "ge_buy_limit": "100", + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "39", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4527" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "39", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4528" + }, + { + "requirements": "{4,11}", + "ge_buy_limit": "100", + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "431", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4529" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "431", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4530" + }, + { + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "1", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4531" + }, + { + "requirements": "{4,11}", + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "1", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4532" + }, + { + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4533" + }, + { + "examine": "Lit: A flickering candle in a glass cage.Unlit: a candle in a glass cage.Without candle: Put a candle in to complete it.", + "grand_exchange_price": "1", + "durability": null, + "name": "Candle lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4534" + }, + { + "requirements": "{11,26}", + "ge_buy_limit": "100", + "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", + "grand_exchange_price": "12", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4535" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4536" + }, + { + "requirements": "{11,26}", + "ge_buy_limit": "100", + "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", + "grand_exchange_price": "218", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4537" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "218", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4538" + }, + { + "examine": "Unfuelled: Put oil in to complete it. Unlit: An unlit oil lantern. Lit: It lights your way through the dark places of the earth.", + "grand_exchange_price": "198", + "durability": null, + "name": "Oil lantern", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4539" + }, + { + "shop_price": "43", + "ge_buy_limit": "100", + "examine": "Add the glass to complete.", + "grand_exchange_price": "8", + "durability": null, + "name": "Oil lantern frame", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4540" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Oil lantern frame", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4541" + }, + { + "shop_price": "88", + "ge_buy_limit": "100", + "examine": "A roughly circular disc of glass.", + "grand_exchange_price": "1", + "durability": null, + "name": "Lantern lens", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4542" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Lantern lens", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4543" + }, + { + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "You need to add a lens before you can use it.", + "grand_exchange_price": "88", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4544" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "88", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4545" + }, + { + "requirements": "{11,49}", + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "You need to add lamp oil before you can use it.", + "grand_exchange_price": "158", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4546" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "158", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4547" + }, + { + "requirements": "{11,49}", + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "A sturdy steel lantern.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4548" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4549" + }, + { + "shop_price": "400", + "examine": "A sturdy steel lantern casting a bright beam.", + "grand_exchange_price": "1235", + "durability": null, + "name": "Bullseye lantern", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "4550" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "weight": "2.2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "774", + "name": "Spiny helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4551", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "774", + "durability": null, + "name": "Spiny helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4552" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Blue sweets", + "archery_ticket_price": "0", + "id": "4558" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Deep blue sweets", + "archery_ticket_price": "0", + "id": "4559" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "White sweets", + "archery_ticket_price": "0", + "id": "4560" + }, + { + "examine": "Remember to brush after eating!", + "grand_exchange_price": "10037", + "durability": null, + "name": "Purple sweets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4561" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Red sweets", + "archery_ticket_price": "0", + "id": "4562" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Green sweets", + "archery_ticket_price": "0", + "id": "4563" + }, + { + "examine": "Remember to brush after eating!", + "durability": null, + "name": "Pink sweets", + "archery_ticket_price": "0", + "id": "4564" + }, + { + "bankable": "true", + "turn90cw_anim": "821", + "examine": "Hand them out to spread the Easter happiness.", + "walk_anim": "1836", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "822", + "weapon_interface": "12", + "turn180_anim": "820", + "render_anim": "594", + "equipment_slot": "3", + "fun_weapon": "true", + "stand_anim": "1837", + "name": "Basket of eggs", + "tradeable": "false", + "run_anim": "1836", + "archery_ticket_price": "0", + "id": "4565", + "stand_turn_anim": "823" + }, + { + "examine": "Perhaps not the most powerful weapon in 2009Scape.", + "durability": null, + "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", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "remove_head": "true", + "examine": "Made of gold and white gold.", + "durability": null, + "name": "Gold helmet", + "weight": "31.7", + "archery_ticket_price": "0", + "id": "4567", + "bonuses": "0,0,0,0,0,0,10,20,0,10,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "This book is almost falling apart, you'll have to handle it quite carefully.", + "durability": null, + "name": "Dwarven lore", + "archery_ticket_price": "0", + "id": "4568" + }, + { + "examine": "A missing page from Rolad's book! It seems to be the first one.", + "durability": null, + "name": "Book page 1", + "archery_ticket_price": "0", + "id": "4569" + }, + { + "examine": "A missing page from Rolad's book! It seems to be the second one.", + "durability": null, + "name": "Book page 2", + "archery_ticket_price": "0", + "id": "4570" + }, + { + "examine": "A missing page from Rolad's book! It seems to be the third one.", + "durability": null, + "name": "Book page 3", + "archery_ticket_price": "0", + "id": "4571" + }, + { + "examine": "A collection of missing pages from Rolad's book!", + "durability": null, + "name": "Pages", + "archery_ticket_price": "0", + "id": "4572" + }, + { + "examine": "A collection of missing pages from Rolad's book!", + "durability": null, + "name": "Pages", + "archery_ticket_price": "0", + "id": "4573" + }, + { + "examine": "These are the base schematics of a dwarven multicannon.", + "durability": null, + "name": "Base schematics", + "archery_ticket_price": "0", + "id": "4574" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black 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", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "536", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4580", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "536", + "durability": null, + "name": "Black spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4581" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black 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", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "2808", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear(p)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4582", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2808", + "durability": null, + "name": "Black spear(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4583" + }, + { + "requirements": "{0,10}", + "turn90cw_anim": "1207", + "examine": "A Karambwan poisoned black 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", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "309", + "stand_anim": "813", + "name": "Black spear(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4584", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "This looks pretty heavy.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "3,0,6", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "161000", + "name": "Dragon plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4585", + "bonuses": "0,0,0,-21,-7,68,66,63,-4,65,20,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "161000", + "durability": null, + "name": "Dragon plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4586" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "65400", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4587", + "stand_turn_anim": "823", + "bonuses": "8,67,-2,0,0,0,1,0,0,0,0,66,0,0,0", + "requirements": "{0,60}", + "shop_price": "100000", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "lendable": "true", + "attack_audios": "2500,0,2517,0", + "name": "Dragon scimitar" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "65400", + "durability": null, + "name": "Dragon scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4588" + }, + { + "examine": "Keys to the Mayor's house. (The Feud)", + "durability": null, + "name": "Keys", + "archery_ticket_price": "0", + "id": "4589" + }, + { + "examine": "The Mayor of Pollnivneach's wife's jewels.", + "durability": null, + "name": "Jewels", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4590" + }, + { + "shop_price": "1", + "examine": "Wear it on your head.", + "durability": null, + "name": "Karidian headpiece", + "archery_ticket_price": "0", + "id": "4591" + }, + { + "shop_price": "1", + "examine": "Makes me itch.", + "durability": null, + "name": "Fake beard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4593" + }, + { + "shop_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4597" + }, + { + "shop_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4598" + }, + { + "shop_price": "1", + "examine": "A handy little club made out of oak.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "10", + "defence_anim": "425", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "name": "Oak-blackjack", + "archery_ticket_price": "0", + "id": "4599", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,2,0,0,0" + }, + { + "shop_price": "600", + "ge_buy_limit": "100", + "examine": "A handy little club made out of willow.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "defence_anim": "425", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "321", + "name": "Willow-blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4600", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,8,0,0,0" + }, + { + "examine": "Dung of the Camelus Horribleus variety.", + "durability": null, + "name": "Ugthanki dung", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4601" + }, + { + "examine": "Dung of the Camelus Horribleus variety.", + "durability": null, + "name": "Ugthanki dung", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "4602" + }, + { + "shop_price": "2", + "examine": "A receipt for one 'Camelus Horribleus", + "durability": null, + "name": "Receipt", + "archery_ticket_price": "0", + "id": "4603" + }, + { + "examine": "A red viscous liquid in a vial.", + "durability": null, + "name": "Hag's poison", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4604" + }, + { + "examine": "Makes a hissing sound.", + "durability": null, + "name": "Snake charm", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4605", + "equipment_slot": "3" + }, + { + "examine": "This is used to hold snakes.", + "durability": null, + "name": "Snake basket", + "archery_ticket_price": "0", + "id": "4606" + }, + { + "examine": "This basket contains a snake.", + "durability": null, + "name": "Snake basket full", + "weight": "1", + "archery_ticket_price": "0", + "id": "4607" + }, + { + "shop_price": "5", + "ge_buy_limit": "1000", + "examine": "A meaty and very hot kebab.", + "grand_exchange_price": "403", + "durability": null, + "name": "Super kebab", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "4608" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "403", + "durability": null, + "name": "Super kebab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4609" + }, + { + "examine": "The bottle feels warm.", + "durability": null, + "name": "Red hot sauce", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4610" + }, + { + "remove_head": "true", + "examine": "A disguise suitable for the desert.", + "durability": null, + "name": "Desert disguise", + "archery_ticket_price": "0", + "id": "4611", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Willow-blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4612" + }, + { + "shop_price": "75", + "examine": "It has a picture of a dragon on it.", + "durability": null, + "name": "Spinning plate", + "archery_ticket_price": "0", + "id": "4613" + }, + { + "examine": "Alas...", + "durability": null, + "name": "Broken plate", + "archery_ticket_price": "0", + "id": "4614" + }, + { + "examine": "An archaeologist's notes.", + "durability": null, + "name": "Varmen's notes", + "archery_ticket_price": "0", + "id": "4616" + }, + { + "examine": "The museum curator's key (The Golem).", + "durability": null, + "name": "Display cabinet key", + "archery_ticket_price": "0", + "id": "4617" + }, + { + "examine": "It's pretty, but you wish you knew what it was.", + "durability": null, + "name": "Strange implement", + "archery_ticket_price": "0", + "id": "4619" + }, + { + "examine": "It looks horrible.", + "durability": null, + "name": "Black mushroom", + "weight": "1", + "archery_ticket_price": "0", + "id": "4620" + }, + { + "examine": "A long feather patterned like a flame.", + "durability": null, + "name": "Phoenix feather", + "archery_ticket_price": "0", + "id": "4621" + }, + { + "examine": "Black ink made out of mushrooms.", + "durability": null, + "name": "Black mushroom ink", + "weight": "1", + "archery_ticket_price": "0", + "id": "4622" + }, + { + "examine": "A phoenix feather dipped in ink.", + "durability": null, + "name": "Phoenix quill pen", + "archery_ticket_price": "0", + "id": "4623" + }, + { + "examine": "It reads 'YOUR TASK IS DONE'.", + "durability": null, + "name": "Golem program", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4624" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A cheeky little lager from the Bandit Camp.", + "grand_exchange_price": "1133", + "durability": null, + "name": "Bandit's brew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4627" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1133", + "durability": null, + "name": "Bandit's brew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4628" + }, + { + "examine": "A copy of the engravings found on a mysterious stone tablet.", + "durability": null, + "name": "Etchings", + "archery_ticket_price": "0", + "id": "4654" + }, + { + "examine": "A rough translation made from archaeological etchings.", + "durability": null, + "name": "Translation", + "weight": "1", + "archery_ticket_price": "0", + "id": "4655" + }, + { + "examine": "This key is unusally warm to the touch.", + "durability": null, + "name": "Warm key", + "archery_ticket_price": "0", + "id": "4656" + }, + { + "examine": "A ring that allows you to see things that are normally invisible.", + "durability": null, + "name": "Ring of visibility", + "archery_ticket_price": "0", + "id": "4657", + "equipment_slot": "12" + }, + { + "examine": "A silver pot made by Ruantun.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4658" + }, + { + "examine": "A silver pot made by Ruantun and blessed on Entrana.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4659" + }, + { + "examine": "A silver pot made by Ruantun filled with your blood.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4660" + }, + { + "examine": "A blessed silver pot made by Ruantun filled with your blood.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4661" + }, + { + "examine": "A silver pot made by Ruantun filled with blood and garlic.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4662" + }, + { + "examine": "A blessed silver pot filled with blood and garlic.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4663" + }, + { + "examine": "A silver pot made by Ruantun filled with blood and spices.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4664" + }, + { + "examine": "A blessed silver pot filled with blood and spices.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4665" + }, + { + "examine": "A silver pot made by Ruantun filled with blood, garlic and spices.", + "durability": null, + "name": "Silver pot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4666" + }, + { + "examine": "A blessed silver pot filled with blood, garlic and spices.", + "durability": null, + "name": "Blessed pot", + "weight": "2", + "archery_ticket_price": "0", + "id": "4667" + }, + { + "examine": "Finely ground garlic powder.", + "durability": null, + "name": "Garlic powder", + "archery_ticket_price": "0", + "id": "4668" + }, + { + "examine": "The Diamond of Blood.", + "durability": null, + "name": "Blood diamond", + "archery_ticket_price": "0", + "id": "4670" + }, + { + "examine": "The Diamond of Ice.", + "durability": null, + "name": "Ice diamond", + "archery_ticket_price": "0", + "id": "4671" + }, + { + "examine": "The Diamond of Smoke.", + "durability": null, + "name": "Smoke diamond", + "weight": "1", + "archery_ticket_price": "0", + "id": "4672" + }, + { + "examine": "The Diamond of Shadow.", + "durability": null, + "name": "Shadow diamond", + "weight": "1", + "archery_ticket_price": "0", + "id": "4673" + }, + { + "examine": "An old and strangely shaped metal cross.", + "durability": null, + "name": "Gilded cross", + "archery_ticket_price": "0", + "id": "4674" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A magical staff of ancient origin...", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "59300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4675", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,15,0,2,3,1,15,0,0,50,-1,0,0", + "requirements": "{0,50}-{6,50}", + "shop_price": "80000", + "durability": null, + "weight": "2.25", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2555,0,0,0", + "name": "Ancient staff" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "59300", + "durability": null, + "name": "Ancient staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4676" + }, + { + "examine": "It's an amulet of cat speak. It makes vague purring noises.", + "durability": null, + "name": "Catspeak amulet", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4677", + "equipment_slot": "2" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4678" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4679" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4680" + }, + { + "examine": "Varies. See Types", + "durability": null, + "name": "Canopic jar", + "weight": "4", + "archery_ticket_price": "0", + "id": "4681" + }, + { + "shop_price": "300", + "examine": "A blessed holy symbol of Saradomin.", + "grand_exchange_price": "112", + "durability": null, + "name": "Holy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4682", + "bonuses": "0,0,0,0,0,2,2,2,2,2,3,0,0,8,0" + }, + { + "shop_price": "135", + "examine": "An unholy symbol of Zamorak.", + "grand_exchange_price": "52", + "durability": null, + "name": "Unholy symbol", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4683", + "bonuses": "2,2,2,2,2,0,0,0,0,0,0,0,0,8,0" + }, + { + "shop_price": "30", + "examine": "One sheet of mummy wrap.", + "durability": null, + "name": "Linen", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4684" + }, + { + "examine": "Little book of embalming by Bod E. Wrapper.", + "durability": null, + "name": "Embalming manual", + "archery_ticket_price": "0", + "id": "4686" + }, + { + "examine": "It's a bucket of sap.", + "durability": null, + "name": "Bucket of sap", + "weight": "2", + "archery_ticket_price": "0", + "id": "4687" + }, + { + "examine": "A little heap of salt.", + "durability": null, + "name": "Pile of salt", + "archery_ticket_price": "0", + "id": "4689" + }, + { + "examine": "Miniature golden statue of a sphinx.", + "durability": null, + "name": "Sphinx's token", + "archery_ticket_price": "0", + "id": "4691" + }, + { + "shop_price": "130000", + "examine": "A very delicate sheet of gold.", + "grand_exchange_price": "132580", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "4692" + }, + { + "examine": "It's a bucket of salty water.", + "durability": null, + "name": "Full bucket", + "archery_ticket_price": "0", + "id": "4693" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Water and Fire Rune.", + "grand_exchange_price": "48", + "durability": null, + "name": "Steam rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4694" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined air and water rune.", + "grand_exchange_price": "249", + "durability": null, + "name": "Mist rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4695" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Air and Earth Rune.", + "grand_exchange_price": "20", + "durability": null, + "name": "Dust rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4696" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Air and Fire Rune.", + "grand_exchange_price": "148", + "durability": null, + "name": "Smoke rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4697" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined Earth and Water rune.", + "grand_exchange_price": "657", + "durability": null, + "name": "Mud rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4698" + }, + { + "shop_price": "11151", + "ge_buy_limit": "25000", + "examine": "A combined earth and fire rune.", + "grand_exchange_price": "49", + "durability": null, + "name": "Lava rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4699" + }, + { + "examine": "You need to add lamp oil before you can use it.", + "durability": null, + "name": "Sapphire lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4700" + }, + { + "examine": "A bullseye lantern with a sapphire for a lens.", + "durability": null, + "name": "Sapphire lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4701" + }, + { + "examine": "A lantern casting a bright blue beam.", + "durability": null, + "name": "Sapphire lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "4702" + }, + { + "shop_price": "1", + "examine": "Doesn't look very special.", + "grand_exchange_price": "0", + "durability": null, + "name": "Magic stone", + "tradeable": "false", + "weight": "2.267", + "archery_ticket_price": "0", + "id": "4703" + }, + { + "turn90cw_anim": "821", + "examine": "A magic stone bowl for catching the tears of Guthix.", + "walk_anim": "819", + "durability": null, + "destroy": "true", + "weight": "1.8", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "1", + "equipment_slot": "3", + "stand_anim": "808", + "name": "Stone bowl", + "tradeable": "false", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4704", + "stand_turn_anim": "823" + }, + { + "examine": "This book must be really old!", + "durability": null, + "name": "Crumbling tome", + "archery_ticket_price": "0", + "id": "4707" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's leather hood.", + "durability": null, + "rare_item": "true", + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "94300", + "name": "Ahrim's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4708", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "94300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's hood", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4709" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "69500", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4710", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0", + "requirements": "{0,70}-{6,70}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "69500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4711" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1000000", + "name": "Ahrim's robetop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4712", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1000000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's robetop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4713" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "durability": null, + "rare_item": "true", + "weight": "12", + "absorb": "7,3,0", + "equipment_slot": "7", + "grand_exchange_price": "1700000", + "name": "Ahrim's robeskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4714", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1700000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's robeskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4715" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's helm.", + "durability": "1", + "rare_item": "true", + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1300000", + "name": "Dharok's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4716", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1300000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4717" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "rare_item": "true", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "516900", + "stand_anim": "2065", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4718", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "name": "Dharok's greataxe" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "516900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's greataxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4719" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "rare_item": "true", + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "511400", + "name": "Dharok's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4720", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "511400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4721" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's plate leg armour.", + "durability": null, + "rare_item": "true", + "weight": "10", + "absorb": "3,0,7", + "equip_audio": "2243", + "equipment_slot": "7", + "grand_exchange_price": "748800", + "name": "Dharok's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4722", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "748800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4723" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's helm", + "durability": null, + "rare_item": "true", + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "396300", + "name": "Guthan's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4724", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "396300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4725" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "588400", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4726", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "name": "Guthan's warspear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "588400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's warspear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4727" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "316800", + "name": "Guthan's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4728", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "316800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4729" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's chainskirt.", + "durability": null, + "rare_item": "true", + "weight": "8", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "315600", + "name": "Guthan's chainskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4730", + "bonuses": "0,0,0,-14,-7,75,72,73,-4,82,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "315600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's chainskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4731" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's coif.", + "durability": null, + "rare_item": "true", + "absorb": "0,5,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "38900", + "name": "Karil's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4732", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "38900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4733" + }, + { + "ge_buy_limit": "1", + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "rare_item": "true", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "188000", + "stand_anim": "2074", + "tradeable": "true", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4734", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's crossbow" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "188000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4735" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "10000", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "rare_item": "true", + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1800000", + "name": "Karil's leathertop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4736", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1800000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's leathertop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4737" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "10000", + "examine": "Karil the Tainted's leather skirt.", + "durability": null, + "rare_item": "true", + "weight": "2", + "absorb": "0,7,3", + "equip_audio": "2238", + "equipment_slot": "7", + "grand_exchange_price": "217000", + "name": "Karil's leatherskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4738", + "bonuses": "0,0,0,-10,17,26,20,28,35,33,30,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "217000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's leatherskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4739" + }, + { + "requirements": "{4,70}", + "shop_price": "420", + "ge_buy_limit": "10000", + "examine": "Must need a special type of crossbow to use this.", + "grand_exchange_price": "238", + "durability": null, + "name": "Bolt rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4740", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,55", + "equipment_slot": "13" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "139000", + "name": "Torag's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4745", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "139000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4746" + }, + { + "requirements": "{0,70}-{2,70}", + "ge_buy_limit": "1000", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "rare_item": "true", + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "111600", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4747", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "111600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's hammers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4748" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "346200", + "name": "Torag's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4749", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "346200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4750" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's plate leg armour.", + "durability": null, + "rare_item": "true", + "weight": "9", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "427200", + "name": "Torag's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4751", + "bonuses": "0,0,0,-21,-7,85,82,83,-4,92,30,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "427200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4752" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's helm.", + "durability": null, + "rare_item": "true", + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "687200", + "name": "Verac's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4753", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "687200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4754" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "rare_item": "true", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "135500", + "stand_anim": "1832", + "tradeable": "true", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4755", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "135500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's flail", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4756" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "270000", + "name": "Verac's brassard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4757", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "270000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's brassard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4758" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's plate skirt.", + "durability": null, + "rare_item": "true", + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2242", + "equipment_slot": "7", + "grand_exchange_price": "411400", + "name": "Verac's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4759", + "bonuses": "0,0,0,-21,-7,85,82,83,0,84,30,0,4,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "411400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4760" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt bronze arrow...ouch", + "grand_exchange_price": "39", + "durability": null, + "name": "Bronze brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4773", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,11", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt iron arrow...ouch", + "grand_exchange_price": "14", + "durability": null, + "name": "Iron brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4778", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,13", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt steel arrow...ouch", + "grand_exchange_price": "20", + "durability": null, + "name": "Steel brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4783", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,19", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt black arrow...ouch", + "grand_exchange_price": "63", + "durability": null, + "name": "Black brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4788", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "20", + "ge_buy_limit": "1000", + "examine": "Blunt mithril arrow...ouch", + "grand_exchange_price": "80", + "durability": null, + "name": "Mithril brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4793", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,34", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "Blunt adamant arrow...ouch", + "grand_exchange_price": "154", + "durability": null, + "name": "Adamant brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4798", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,45", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "180", + "ge_buy_limit": "1000", + "examine": "Blunt rune arrow...ouch", + "grand_exchange_price": "188", + "durability": null, + "name": "Rune brutal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4803", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "examine": "A very black prism.", + "durability": null, + "name": "Black prism", + "archery_ticket_price": "0", + "id": "4808" + }, + { + "examine": "A half torn necromantic page.", + "durability": null, + "name": "Torn page", + "archery_ticket_price": "0", + "id": "4809" + }, + { + "examine": "It's about to fall apart.", + "durability": null, + "name": "Ruined backpack", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "4810" + }, + { + "examine": "A white ceramic mug with a dragon insignia.", + "durability": null, + "name": "Dragon inn tankard", + "archery_ticket_price": "0", + "id": "4811" + }, + { + "ge_buy_limit": "10000", + "examine": "A pile of Zombie Ogre bones.", + "grand_exchange_price": "1167", + "durability": null, + "name": "Zogre bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4812" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1167", + "durability": null, + "name": "Zogre bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4813" + }, + { + "examine": "A classic realist charcoal portrait of Sithik.", + "durability": null, + "name": "Sithik portrait", + "archery_ticket_price": "0", + "id": "4814" + }, + { + "examine": "A classic realist charcoal portrait of Sithik.", + "durability": null, + "name": "Sithik portrait", + "archery_ticket_price": "0", + "id": "4815" + }, + { + "examine": "A signed classic realist charcoal portrait of Sithik.", + "durability": null, + "name": "Signed portrait", + "archery_ticket_price": "0", + "id": "4816" + }, + { + "examine": "A book explaining the art of portraiture.", + "durability": null, + "name": "Book of portraiture", + "weight": "1", + "archery_ticket_price": "0", + "id": "4817", + "equipment_slot": "5" + }, + { + "examine": "An ancient ogre artefact-resembling a large heavy helm.", + "durability": null, + "name": "Ogre artefact", + "archery_ticket_price": "0", + "id": "4818" + }, + { + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "16", + "durability": null, + "name": "Bronze nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4819" + }, + { + "shop_price": "33", + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "16", + "durability": null, + "name": "Iron nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4820" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "13", + "durability": null, + "name": "Black nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4821" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "35", + "durability": null, + "name": "Mithril nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4822" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "87", + "durability": null, + "name": "Adamantite nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4823" + }, + { + "ge_buy_limit": "10000", + "examine": "Keeps things in place fairly permanently.", + "grand_exchange_price": "114", + "durability": null, + "name": "Rune nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4824" + }, + { + "ge_buy_limit": "100", + "examine": "An unstrung composite ogre bow.", + "grand_exchange_price": "447", + "durability": null, + "name": "Unstrung comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4825" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "447", + "durability": null, + "name": "Unstrung comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4826" + }, + { + "requirements": "{4,30}", + "shop_price": "180", + "ge_buy_limit": "100", + "examine": "A composite ogre bow.", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "225", + "attack_audios": "2700,0,0,0", + "name": "Comp ogre bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4827", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "225", + "durability": null, + "name": "Comp ogre bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4828" + }, + { + "examine": "A book of H.A.M. affiliation", + "durability": null, + "name": "Book of 'h.a.m", + "archery_ticket_price": "0", + "id": "4829", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "examine": "Ancient ogre bones from the ogre burial tomb.", + "grand_exchange_price": "5931", + "durability": null, + "name": "Fayrg bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4830" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "5931", + "durability": null, + "name": "Fayrg bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4831" + }, + { + "ge_buy_limit": "10000", + "examine": "Ancient ogre bones from the ogre burial tomb.", + "grand_exchange_price": "7093", + "durability": null, + "name": "Raurg bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4832" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "7093", + "durability": null, + "name": "Raurg bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4833" + }, + { + "ge_buy_limit": "10000", + "examine": "Ancient ogre bones from the burial tomb.", + "grand_exchange_price": "16300", + "durability": null, + "name": "Ourg bones", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "4834" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "16300", + "durability": null, + "name": "Ourg bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4835" + }, + { + "examine": "Some strange liquid given to you by Zavistic Rarve.", + "durability": null, + "name": "Strange potion", + "archery_ticket_price": "0", + "id": "4836" + }, + { + "examine": "A book of necromantic spells.", + "durability": null, + "name": "Necromancy book", + "archery_ticket_price": "0", + "id": "4837", + "equipment_slot": "5" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "4838" + }, + { + "examine": "A key to some sort of special tomb area.", + "durability": null, + "name": "Ogre gate key", + "archery_ticket_price": "0", + "id": "4839" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this rogue's purse potion.", + "grand_exchange_price": "2194", + "durability": null, + "name": "Rogue's purse potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4840" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2194", + "durability": null, + "name": "Rogue's purse potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4841" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "4 doses of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "1430", + "durability": null, + "name": "Relicym's balm(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4842" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1430", + "durability": null, + "name": "Relicym's balm(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4843" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "3 doses of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "654", + "durability": null, + "name": "Relicym's balm(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4844" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "654", + "durability": null, + "name": "Relicym's balm(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4845" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "2 doses of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "325", + "durability": null, + "name": "Relicym's balm(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4846" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "325", + "durability": null, + "name": "Relicym's balm(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4847" + }, + { + "shop_price": "200", + "ge_buy_limit": "1000", + "examine": "1 dose of Relicym's balm, which helps cure disease.", + "grand_exchange_price": "204", + "durability": null, + "name": "Relicym's balm(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4848" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "204", + "durability": null, + "name": "Relicym's balm(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4849" + }, + { + "ge_buy_limit": "100", + "examine": "A key which opens a coffin!", + "grand_exchange_price": "1963", + "durability": null, + "name": "Ogre coffin key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4850" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1963", + "durability": null, + "name": "Ogre coffin key", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4851" + }, + { + "examine": "A pot of crushed fayrg bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4852" + }, + { + "examine": "A pot of crushed raurg bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4853" + }, + { + "examine": "A pot of crushed ourg bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4854" + }, + { + "examine": "A pot of crushed gorilla monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "4855" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 100", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4856", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 75", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4857", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 50", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4858", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's leather hood.", + "grand_exchange_price": "77678", + "durability": null, + "name": "Ahrim's hood 25", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "4859", + "absorb": "5,2,0", + "bonuses": "0,0,0,6,-2,15,13,16,6,0,15,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's leather hood.", + "durability": null, + "weight": "0.9", + "absorb": "5,2,0", + "equipment_slot": "0", + "grand_exchange_price": "51700", + "name": "Ahrim's hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4860" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "51700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4861" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 100", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4862", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 75", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4863", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 50", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4864", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "50655", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 25", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4865", + "stand_turn_anim": "1209", + "bonuses": "12,-1,65,15,0,3,5,2,15,0,0,68,0,0,0" + }, + { + "requirements": "{0,70}-{6,70}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "Ahrim the Blighted's quarterstaff.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "50600", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Ahrim's staff 0", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4866", + "stand_turn_anim": "1209" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "50600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's staff 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4867" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 100", + "weight": "5", + "archery_ticket_price": "0", + "id": "4868", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 75", + "weight": "5", + "archery_ticket_price": "0", + "id": "4869", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 50", + "weight": "5", + "archery_ticket_price": "0", + "id": "4870", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "remove_sleeves": "true", + "examine": "Ahrim the Blighted's armoured robe top.", + "grand_exchange_price": "1458307", + "durability": null, + "name": "Ahrim's top 25", + "weight": "5", + "archery_ticket_price": "0", + "id": "4871", + "absorb": "10,5,0", + "bonuses": "0,0,0,30,-10,52,37,63,30,0,60,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe top.", + "durability": null, + "weight": "5", + "absorb": "10,5,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1100000", + "name": "Ahrim's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4872" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1100000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4873" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 100", + "weight": "12", + "archery_ticket_price": "0", + "id": "4874", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 75", + "weight": "12", + "archery_ticket_price": "0", + "id": "4875", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 50", + "weight": "12", + "archery_ticket_price": "0", + "id": "4876", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1561591", + "durability": null, + "name": "Ahrim's skirt 25", + "weight": "12", + "archery_ticket_price": "0", + "id": "4877", + "absorb": "7,3,0", + "bonuses": "0,0,0,22,-7,33,30,36,22,0,30,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Ahrim the Blighted's armoured robe skirt.", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Ahrim's skirt 0", + "tradeable": "true", + "weight": "12", + "archery_ticket_price": "0", + "id": "4878", + "absorb": "7,3,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1500000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ahrim's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4879" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "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", + "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.", + "durability": null, + "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", + "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.", + "durability": null, + "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", + "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.", + "durability": null, + "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", + "bonuses": "0,0,0,-3,-1,45,48,44,-1,51,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "1300000", + "name": "Dharok's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4884" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1300000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4885" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4886", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 100" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4887", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 75" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4888", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "weight": "13", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "134", + "attack_audios": "1320,0,0,0", + "name": "Dharok's axe 50" + }, + { + "turn90cw_anim": "2064", + "examine": "Dharok the Wretched's greataxe.", + "walk_anim": "2064", + "turn90ccw_anim": "2064", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "2064", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2067,2067,2066,2067", + "grand_exchange_price": "454500", + "stand_anim": "2065", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4889", + "stand_turn_anim": "823", + "bonuses": "-4,103,95,-4,0,0,0,0,0,-1,0,105,0,0,0", + "requirements": "{0,70}-{2,70}", + "durability": null, + "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}", + "ge_buy_limit": "10", + "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", + "equip_audio": "2232", + "render_anim": "134", + "equipment_slot": "3", + "grand_exchange_price": "442600", + "stand_anim": "2065", + "attack_audios": "1320,0,0,0", + "tradeable": "true", + "name": "Dharok's axe 0", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "4890", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "442600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's axe 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4891" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Dharok the Wretched's platebody armour.", + "durability": null, + "weight": "9.9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "438200", + "name": "Dharok's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4896" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "438200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4897" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 100", + "weight": "10", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 75", + "weight": "10", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 50", + "weight": "10", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Dharok the Wretched's plate leg armour.", + "grand_exchange_price": "897451", + "durability": null, + "name": "Dharok's legs 25", + "weight": "10", + "archery_ticket_price": "0", + "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.", + "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", + "archery_ticket_price": "0", + "id": "4902" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "676000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dharok's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4903" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 100", + "archery_ticket_price": "0", + "id": "4904", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 75", + "archery_ticket_price": "0", + "id": "4905", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 50", + "archery_ticket_price": "0", + "id": "4906", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "232455", + "name": "Guthan's helm 25", + "archery_ticket_price": "0", + "id": "4907", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's helm", + "durability": null, + "weight": "2", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "368200", + "name": "Guthan's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4908" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "368200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4909" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4910", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 100" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4911", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 75" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4912", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "1316,0,0,0", + "name": "Guthan's spear 50" + }, + { + "turn90cw_anim": "1207", + "examine": "Guthan the Infested's warspear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "371782", + "stand_anim": "813", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4913", + "stand_turn_anim": "1209", + "bonuses": "75,75,75,0,0,7,7,7,0,0,0,75,0,0,0", + "requirements": "{0,70}", + "durability": null, + "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}", + "ge_buy_limit": "10", + "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", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "379500", + "stand_anim": "813", + "attack_audios": "1316,0,0,0", + "tradeable": "true", + "name": "Guthan's spear 0", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "4914", + "stand_turn_anim": "1209" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "379500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's spear 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4915" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Guthan the Infested's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "245900", + "name": "Guthan's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4920" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "245900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4921" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 100", + "weight": "8", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 75", + "weight": "8", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 50", + "weight": "8", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Guthan the Infested's chainskirt.", + "grand_exchange_price": "224030", + "durability": null, + "name": "Guthan's skirt 25", + "weight": "8", + "archery_ticket_price": "0", + "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.", + "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", + "archery_ticket_price": "0", + "id": "4926" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "240900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Guthan's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4927" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's coif.", + "durability": null, + "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", + "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.", + "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", + "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.", + "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", + "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.", + "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", + "bonuses": "0,0,0,-1,3,6,9,12,6,10,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "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", + "name": "Karil's coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4932" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "7557", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4933" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4934", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 100" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4935", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 75" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4936", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "weight": "2", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "372", + "attack_audios": "2700,0,0,0", + "name": "Karil's x-bow 50" + }, + { + "turn90cw_anim": "2076", + "examine": "Karil the Tainted's repeating crossbow.", + "walk_anim": "2076", + "turn90ccw_anim": "2076", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "2076", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2075,2075,2075,2075", + "grand_exchange_price": "108029", + "stand_anim": "2074", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4937", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,84,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,70}", + "durability": null, + "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}", + "ge_buy_limit": "10", + "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", + "equip_audio": "2244", + "render_anim": "372", + "equipment_slot": "3", + "grand_exchange_price": "106300", + "stand_anim": "2074", + "name": "Karil's x-bow 0", + "tradeable": "true", + "run_anim": "2077", + "archery_ticket_price": "0", + "id": "4938", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "106300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's x-bow 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4939", + "equip_audio": "" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-15,30,47,42,50,65,57,60,0,0,0,0" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "Karil the Tainted's leather body armour.", + "durability": null, + "weight": "6", + "absorb": "0,10,5", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1500000", + "name": "Karil's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4944" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "1500000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4945" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 100", + "weight": "2", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 75", + "weight": "2", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 50", + "weight": "2", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}-{4,70}", + "examine": "Karil the Tainted's leather skirt.", + "grand_exchange_price": "85135", + "durability": null, + "name": "Karil's skirt 25", + "weight": "2", + "archery_ticket_price": "0", + "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.", + "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", + "archery_ticket_price": "0", + "id": "4950" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "153100", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karil's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4951" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 100", + "archery_ticket_price": "0", + "id": "4952", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 75", + "archery_ticket_price": "0", + "id": "4953", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 50", + "archery_ticket_price": "0", + "id": "4954", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "71798", + "name": "Torag's helm 25", + "archery_ticket_price": "0", + "id": "4955", + "bonuses": "0,0,0,-6,-2,55,58,54,-1,62,15,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's helm.", + "durability": null, + "weight": "5", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "78200", + "name": "Torag's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4956" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "78200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4957" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 100", + "archery_ticket_price": "0", + "id": "4958", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 75", + "archery_ticket_price": "0", + "id": "4959", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 50", + "archery_ticket_price": "0", + "id": "4960", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2068,2068,2068,2068", + "grand_exchange_price": "95800", + "attack_audios": "1332,0,0,0", + "name": "Torag's hammer 25", + "archery_ticket_price": "0", + "id": "4961", + "bonuses": "-4,-4,85,-4,0,0,0,0,0,0,0,72,0,0,0" + }, + { + "requirements": "{0,70}-{2,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's twin hammers.", + "durability": null, + "weight": "3", + "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", + "name": "Torag's hammer 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4962" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's hammer 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4963" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "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", + "bonuses": "0,0,0,-30,-10,122,120,107,-6,132,60,0,0,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Torag the Corrupted's platebody armour.", + "durability": null, + "weight": "9", + "absorb": "5,0,10", + "equip_audio": "2240", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "271600", + "name": "Torag's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4968" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "271600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's body 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4969" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 100", + "weight": "9", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 75", + "weight": "9", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 50", + "weight": "9", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Torag the Corrupted's plate leg armour.", + "grand_exchange_price": "384813", + "durability": null, + "name": "Torag's legs 25", + "weight": "9", + "archery_ticket_price": "0", + "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.", + "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", + "archery_ticket_price": "0", + "id": "4974" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "371300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Torag's legs 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4975" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 100", + "archery_ticket_price": "0", + "id": "4976", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 75", + "archery_ticket_price": "0", + "id": "4977", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 50", + "archery_ticket_price": "0", + "id": "4978", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "459537", + "name": "Verac's helm 25", + "archery_ticket_price": "0", + "id": "4979", + "bonuses": "0,0,0,-6,-2,55,58,54,0,56,15,0,3,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's helm.", + "durability": null, + "weight": "1", + "absorb": "2,0,5", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "648900", + "name": "Verac's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4980" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "648900", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's helm 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4981" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4982", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 100" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4983", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 75" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4984", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "2", + "weapon_interface": "8", + "equip_audio": "2246", + "render_anim": "1426", + "attack_audios": "1323,0,0,0", + "name": "Verac's flail 50" + }, + { + "turn90cw_anim": "2060", + "examine": "Verac the Defiled's flail.", + "walk_anim": "1830", + "turn90ccw_anim": "2060", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "2060", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2062,2062,2062,2062", + "grand_exchange_price": "95474", + "stand_anim": "1832", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4985", + "stand_turn_anim": "823", + "bonuses": "68,-2,82,0,0,0,0,0,0,0,0,72,6,0,0", + "requirements": "{0,70}", + "durability": null, + "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}", + "ge_buy_limit": "10", + "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", + "equip_audio": "2246", + "render_anim": "1426", + "equipment_slot": "3", + "grand_exchange_price": "95500", + "stand_anim": "1832", + "attack_audios": "1323,0,0,0", + "tradeable": "true", + "name": "Verac's flail 0", + "run_anim": "1831", + "archery_ticket_price": "0", + "id": "4986", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95500", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's flail 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4987" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "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", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "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", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "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", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "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", + "bonuses": "0,0,0,-6,-2,81,95,85,0,81,60,0,5,0,0" + }, + { + "requirements": "{1,70}", + "ge_buy_limit": "10", + "examine": "Verac the Defiled's brassard.", + "durability": null, + "weight": "5", + "absorb": "5,0,10", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "174000", + "name": "Verac's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4992" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "174000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4993" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 100", + "weight": "5", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 75", + "weight": "5", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 50", + "weight": "5", + "archery_ticket_price": "0", + "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" + }, + { + "requirements": "{1,70}", + "examine": "Verac the Defiled's plate skirt.", + "grand_exchange_price": "297540", + "durability": null, + "name": "Verac's skirt 25", + "weight": "5", + "archery_ticket_price": "0", + "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.", + "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", + "archery_ticket_price": "0", + "id": "4998" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "321600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Verac's skirt 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "4999" + }, + { + "ge_buy_limit": "1000", + "examine": "It's incredibly slimy.", + "grand_exchange_price": "373", + "durability": null, + "name": "Raw cave eel", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5001" + }, + { + "ge_buy_limit": "1000", + "examine": "It's a bit slimy.", + "grand_exchange_price": "164", + "durability": null, + "name": "Cave eel", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5003" + }, + { + "examine": "That's disgusting!", + "durability": null, + "name": "Frog spawn", + "archery_ticket_price": "0", + "id": "5004" + }, + { + "durability": null, + "name": "Raw cave eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5005" + }, + { + "durability": null, + "name": "Burnt cave eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5006" + }, + { + "durability": null, + "name": "Cave eel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5007" + }, + { + "examine": "A book about the ancient goblin tribes.", + "durability": null, + "name": "Goblin symbol book", + "weight": "1", + "archery_ticket_price": "0", + "id": "5009" + }, + { + "examine": "You found the Lumbridge silverware in the HAM cave.", + "durability": null, + "name": "Silverware", + "archery_ticket_price": "0", + "id": "5011" + }, + { + "examine": "A peace treaty between Lumbridge and the Cave Goblins.", + "durability": null, + "name": "Peace treaty", + "archery_ticket_price": "0", + "id": "5012" + }, + { + "shop_price": "900", + "examine": "A helmet with a lamp on it.", + "grand_exchange_price": "380", + "durability": null, + "name": "Mining helmet", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5013", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{11,65}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "A helmet with an unlit lamp on it.", + "durability": null, + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "342", + "name": "Mining helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5014", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "342", + "durability": null, + "name": "Mining helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5015" + }, + { + "ge_buy_limit": "100", + "shop_price": "600", + "turn90cw_anim": "1207", + "examine": "Basic but brutal!", + "walk_anim": "1205", + "durability": null, + "weight": "1.3", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "false", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "219", + "stand_anim": "813", + "tradeable": "true", + "name": "Bone spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5016", + "stand_turn_anim": "1209", + "bonuses": "11,11,11,0,0,1,1,0,0,0,0,13,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5017" + }, + { + "shop_price": "600", + "ge_buy_limit": "100", + "examine": "Basic but brutal!", + "durability": null, + "weight": "0.9", + "attack_speed": "6", + "weapon_interface": "10", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "384", + "name": "Bone club", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5018", + "bonuses": "-4,-4,16,-4,0,0,0,0,0,0,0,15,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone club", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5019" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5020" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5021" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5022" + }, + { + "shop_price": "150", + "examine": "A ticket to take you from the dwarven mines under Ice Mountain to Keldagrim.", + "durability": null, + "name": "Minecart ticket", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5023" + }, + { + "remove_sleeves": "true", + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Far too small to wear.", + "grand_exchange_price": "710", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5024", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "710", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5025" + }, + { + "remove_sleeves": "true", + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Yellow top, too small for me.", + "grand_exchange_price": "908", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5026", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "908", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5027" + }, + { + "remove_sleeves": "true", + "shop_price": "812", + "ge_buy_limit": "100", + "examine": "Blue top, very tiny.", + "grand_exchange_price": "1357", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5028", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1357", + "durability": null, + "name": "Woven top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5029" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "867", + "examine": "Tiny!", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5030", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "867", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5031" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "1023", + "examine": "Tiny!", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5032", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1023", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5033" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "1282", + "examine": "Tiny!", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5034", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1282", + "durability": null, + "name": "Shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5035" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "746", + "examine": "A pair of long dwarven trousers... long for dwarves, of course.", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5036", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "746", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5037" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "378", + "examine": "A pair of long dwarven trousers... long for dwarves, of course.", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5038", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "378", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5039" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "442", + "examine": "A pair of long dwarven trousers... long for dwarves, of course.", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5040", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "442", + "durability": null, + "name": "Trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5041" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "examine": "These look great, on dwarves!", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5042", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1191", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5043" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1229", + "examine": "Yellow shorts. Far too small for you.", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5044", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1229", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5045" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2582", + "examine": "Blue shorts, these would look great on dwarves!", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5046", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2582", + "durability": null, + "name": "Shorts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5047" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "681", + "examine": "A brown skirt. Size small!", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5048", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "681", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5049" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1151", + "examine": "A blue skirt.", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5050", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1151", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5051" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "803", + "examine": "Lilac skirt.", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5052", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "803", + "durability": null, + "name": "Skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5053" + }, + { + "examine": "A short angry guy.", + "durability": null, + "name": "Dwarf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5054" + }, + { + "durability": null, + "name": "Dwarf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5055" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5056" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5057" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5058" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5059" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5060", + "equip_audio": "2232", + "equipment_slot": "3" + }, + { + "examine": "This looks very rusty and worn;", + "durability": null, + "name": "Dwarven battleaxe", + "archery_ticket_price": "0", + "id": "5061", + "equip_audio": "2232", + "equipment_slot": "3" + }, + { + "examine": "One of a pair I assume.", + "durability": null, + "name": "Left boot", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5062" + }, + { + "examine": "A good looking boot, for the right foot. Literally.", + "durability": null, + "name": "Right boot", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5063" + }, + { + "examine": "A lovely pair of boots.", + "durability": null, + "name": "Exquisite boots", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5064" + }, + { + "examine": "An old library book. It bears the title 'Scholars to Dwarven Costumes'.", + "durability": null, + "name": "Book on costumes", + "archery_ticket_price": "0", + "id": "5065" + }, + { + "examine": "These notes are from a meeting of the Keldagrim Consortium.", + "durability": null, + "name": "Meeting notes", + "archery_ticket_price": "0", + "id": "5066" + }, + { + "examine": "Clothes for the sculptor's model.", + "durability": null, + "name": "Exquisite clothes", + "archery_ticket_price": "0", + "id": "5067" + }, + { + "examine": "A master at farming.", + "durability": null, + "name": "Master farmer", + "archery_ticket_price": "0", + "id": "5068" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5070" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5071" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5072" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5073" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5074" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5075" + }, + { + "examine": "A red bird's egg.", + "durability": null, + "name": "Bird's egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5076" + }, + { + "examine": "A blue bird's egg.", + "durability": null, + "name": "Bird's egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5077" + }, + { + "examine": "A green bird's egg.", + "durability": null, + "name": "Bird's egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "5078" + }, + { + "requirements": "{2,19}", + "shop_price": "84", + "ge_buy_limit": "100", + "examine": "A marigold seed - plant in flower patch.", + "grand_exchange_price": "8", + "durability": null, + "name": "Marigold seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5096" + }, + { + "requirements": "{11,19}", + "shop_price": "98", + "ge_buy_limit": "100", + "examine": "A rosemary seed - plant in flower patch.", + "grand_exchange_price": "3", + "durability": null, + "name": "Rosemary seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5097" + }, + { + "requirements": "{24,19}", + "shop_price": "14", + "ge_buy_limit": "100", + "examine": "A nasturtium seed - plant in flower patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Nasturtium seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5098" + }, + { + "requirements": "{19,25}", + "ge_buy_limit": "100", + "examine": "A woad seed - plant in flower patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Woad seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5099" + }, + { + "requirements": "{19,26}", + "shop_price": "70", + "ge_buy_limit": "100", + "examine": "A limpwurt seed - plant in flower patch.", + "grand_exchange_price": "273", + "durability": null, + "name": "Limpwurt seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5100" + }, + { + "requirements": "{10,19}", + "ge_buy_limit": "100", + "examine": "A redberry seed - Plant in a bush patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Redberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5101" + }, + { + "requirements": "{22,19}", + "ge_buy_limit": "100", + "examine": "A cadavaberry seed - Plant in a bush patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Cadavaberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5102" + }, + { + "requirements": "{19,36}", + "ge_buy_limit": "100", + "examine": "A dwellberry seed - Plant in a bush patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Dwellberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5103" + }, + { + "requirements": "{19,48}", + "shop_price": "22", + "ge_buy_limit": "100", + "examine": "A jangerberry bush seed - plant in a bush patch.", + "grand_exchange_price": "2", + "durability": null, + "name": "Jangerberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5104" + }, + { + "requirements": "{19,59}", + "ge_buy_limit": "100", + "examine": "A whiteberry bush seed - plant in a bush patch.", + "grand_exchange_price": "8", + "durability": null, + "name": "Whiteberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5105" + }, + { + "requirements": "{19,70}", + "ge_buy_limit": "100", + "examine": "A poison ivy bush seed - plant in a bush patch.", + "grand_exchange_price": "38", + "durability": null, + "name": "Poison ivy seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5106" + }, + { + "requirements": "{19,55}", + "shop_price": "29", + "ge_buy_limit": "100", + "examine": "A Cactus seed - plant in a cactus patch.", + "grand_exchange_price": "10", + "durability": null, + "name": "Cactus seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5280" + }, + { + "requirements": "{19,63}", + "ge_buy_limit": "100", + "examine": "Also known as Deadly Nightshade - plant in a belladonna patch.", + "grand_exchange_price": "24", + "durability": null, + "name": "Belladonna seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5281" + }, + { + "requirements": "{19,53}", + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Mushroom spore", + "archery_ticket_price": "0", + "id": "5282" + }, + { + "requirements": "{19,27}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "4", + "durability": null, + "name": "Apple tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5283" + }, + { + "requirements": "{19,33}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "5", + "durability": null, + "name": "Banana tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5284" + }, + { + "requirements": "{19,39}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "30", + "durability": null, + "name": "Orange tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5285" + }, + { + "requirements": "{19,42}", + "ge_buy_limit": "100", + "examine": "Plant this in a plant pot of soil to grow a sapling.", + "grand_exchange_price": "265", + "durability": null, + "name": "Curry tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5286" + }, + { + "requirements": "{19,51}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "13700", + "durability": null, + "name": "Pineapple seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5287" + }, + { + "requirements": "{19,57}", + "ge_buy_limit": "100", + "examine": "Plant this in a plant pot of soil to grow a sapling.", + "grand_exchange_price": "41200", + "durability": null, + "name": "Papaya tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5288" + }, + { + "requirements": "{19,68}", + "shop_price": "35000", + "ge_buy_limit": "100", + "examine": "Plant in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "105100", + "durability": null, + "name": "Palm tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5289" + }, + { + "requirements": "{19,72}", + "shop_price": "35000", + "ge_buy_limit": "100", + "examine": "Plant in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "32000", + "durability": null, + "name": "Calquat tree seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5290" + }, + { + "requirements": "{9,19}", + "ge_buy_limit": "100", + "examine": "A guam seed - plant in a herb patch.", + "grand_exchange_price": "5", + "durability": null, + "name": "Guam seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5291" + }, + { + "requirements": "{14,19}", + "ge_buy_limit": "100", + "examine": "A marrentill seed - plant in a herb patch.", + "grand_exchange_price": "5", + "durability": null, + "name": "Marrentill seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5292" + }, + { + "requirements": "{19,19}", + "ge_buy_limit": "100", + "examine": "A tarromin seed - plant in a herb patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Tarromin seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5293" + }, + { + "requirements": "{19,26}", + "ge_buy_limit": "100", + "examine": "A harralander seed - plant in a herb patch.", + "grand_exchange_price": "4", + "durability": null, + "name": "Harralander seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5294" + }, + { + "requirements": "{19,32}", + "shop_price": "4000", + "ge_buy_limit": "100", + "examine": "A Ranarr seed - plant in a herb patch.", + "grand_exchange_price": "9489", + "durability": null, + "name": "Ranarr seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5295" + }, + { + "requirements": "{19,38}", + "ge_buy_limit": "100", + "examine": "A toadflax seed - plant in a herb patch.", + "grand_exchange_price": "2980", + "durability": null, + "name": "Toadflax seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5296" + }, + { + "requirements": "{19,44}", + "ge_buy_limit": "100", + "examine": "An irit seed - plant in a herb patch.", + "grand_exchange_price": "181", + "durability": null, + "name": "Irit seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5297" + }, + { + "requirements": "{19,50}", + "ge_buy_limit": "100", + "examine": "An avantoe seed - plant in a herb patch.", + "grand_exchange_price": "2492", + "durability": null, + "name": "Avantoe seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5298" + }, + { + "requirements": "{19,56}", + "ge_buy_limit": "100", + "examine": "A kwuarm seed - plant in a herb patch.", + "grand_exchange_price": "537", + "durability": null, + "name": "Kwuarm seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5299" + }, + { + "requirements": "{19,62}", + "ge_buy_limit": "100", + "examine": "A snapdragon seed - plant in a herb patch.", + "grand_exchange_price": "47800", + "durability": null, + "name": "Snapdragon seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5300" + }, + { + "requirements": "{19,67}", + "ge_buy_limit": "100", + "examine": "A cadantine seed - plant in a herb patch.", + "grand_exchange_price": "1253", + "durability": null, + "name": "Cadantine seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5301" + }, + { + "requirements": "{19,73}", + "ge_buy_limit": "100", + "examine": "A lantadyme seed - plant in a herb patch.", + "grand_exchange_price": "37100", + "durability": null, + "name": "Lantadyme seed", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5302" + }, + { + "requirements": "{19,79}", + "ge_buy_limit": "100", + "examine": "A dwarf weed seed - plant in a herb patch.", + "grand_exchange_price": "41900", + "durability": null, + "name": "Dwarf weed seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5303" + }, + { + "requirements": "{19,85}", + "ge_buy_limit": "100", + "examine": "A Torstol seed - plant in a herb patch.", + "grand_exchange_price": "302300", + "durability": null, + "name": "Torstol seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5304" + }, + { + "requirements": "{3,19}", + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "A barley seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Barley seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5305" + }, + { + "requirements": "{13,19}", + "shop_price": "86", + "ge_buy_limit": "100", + "examine": "A jute seed - plant in a hops patch.", + "grand_exchange_price": "2", + "durability": null, + "name": "Jute seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5306" + }, + { + "requirements": "{4,19}", + "shop_price": "52", + "ge_buy_limit": "100", + "examine": "A hammerstone hop seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Hammerstone seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5307" + }, + { + "requirements": "{8,19}", + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "An Asgarnian hop seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Asgarnian seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5308" + }, + { + "requirements": "{16,19}", + "shop_price": "210", + "ge_buy_limit": "100", + "examine": "A yanillian hop seed - plant in a hops patch.", + "grand_exchange_price": "11", + "durability": null, + "name": "Yanillian seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5309" + }, + { + "requirements": "{21,19}", + "shop_price": "8", + "ge_buy_limit": "100", + "examine": "A krandorian hop seed - plant in a hops patch.", + "grand_exchange_price": "1", + "durability": null, + "name": "Krandorian seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5310" + }, + { + "requirements": "{19,28}", + "shop_price": "14", + "ge_buy_limit": "100", + "examine": "A wildblood hop seed - plant in a hops patch.", + "grand_exchange_price": "12", + "durability": null, + "name": "Wildblood seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5311" + }, + { + "requirements": "{15,19}", + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "22", + "durability": null, + "name": "Acorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5312" + }, + { + "requirements": "{19,30}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "945", + "durability": null, + "name": "Willow seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5313" + }, + { + "requirements": "{19,45}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "35400", + "durability": null, + "name": "Maple seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5314" + }, + { + "requirements": "{19,60}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "81900", + "durability": null, + "name": "Yew seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5315" + }, + { + "requirements": "{19,75}", + "ge_buy_limit": "100", + "examine": "Plant this in a plantpot of soil to grow a sapling.", + "grand_exchange_price": "276900", + "durability": null, + "name": "Magic seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5316" + }, + { + "requirements": "{19,83}", + "shop_price": "55000", + "examine": "Plant this in a plant pot of soil to grow a sapling.", + "durability": null, + "name": "Spirit seed", + "archery_ticket_price": "0", + "id": "5317" + }, + { + "shop_price": "8", + "ge_buy_limit": "500", + "examine": "A potato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Potato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5318" + }, + { + "requirements": "{5,19}", + "shop_price": "10", + "ge_buy_limit": "500", + "examine": "An onion seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Onion seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5319" + }, + { + "requirements": "{20,19}", + "ge_buy_limit": "500", + "examine": "A sweetcorn seed - plant in an allotment.", + "grand_exchange_price": "2", + "durability": null, + "name": "Sweetcorn seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5320" + }, + { + "requirements": "{19,47}", + "shop_price": "56", + "ge_buy_limit": "500", + "examine": "A watermelon seed - plant in an allotment.", + "grand_exchange_price": "2491", + "durability": null, + "name": "Watermelon seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5321" + }, + { + "requirements": "{12,19}", + "shop_price": "10", + "ge_buy_limit": "500", + "examine": "A tomato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Tomato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5322" + }, + { + "requirements": "{19,31}", + "ge_buy_limit": "500", + "examine": "A strawberry seed - plant in an allotment.", + "grand_exchange_price": "240", + "durability": null, + "name": "Strawberry seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5323" + }, + { + "requirements": "{7,19}", + "shop_price": "25", + "ge_buy_limit": "500", + "examine": "A cabbage seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Cabbage seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5324" + }, + { + "shop_price": "12", + "ge_buy_limit": "100", + "examine": "Not suitable for archaeological digs.", + "grand_exchange_price": "106", + "durability": null, + "name": "Gardening trowel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5325" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "106", + "durability": null, + "name": "Gardening trowel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5326" + }, + { + "examine": "I need to attach this to its head.", + "durability": null, + "name": "Spade handle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5327" + }, + { + "examine": "I need to attach this to its handle.", + "durability": null, + "name": "Spade head", + "archery_ticket_price": "0", + "id": "5328" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Good for pruning away diseased leaves.", + "grand_exchange_price": "204", + "durability": null, + "name": "Secateurs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5329", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "204", + "durability": null, + "name": "Secateurs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5330" + }, + { + "shop_price": "8", + "ge_buy_limit": "100", + "examine": "This watering can is empty.", + "grand_exchange_price": "298", + "durability": null, + "name": "Watering can", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "5331" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "298", + "durability": null, + "name": "Watering can", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5332" + }, + { + "shop_price": "8", + "examine": " This watering can is almost empty.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(1)", + "archery_ticket_price": "0", + "weight": "0.2", + "id": "5333" + }, + { + "shop_price": "8", + "examine": "This watering can is three-quarters empty.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(2)", + "archery_ticket_price": "0", + "weight": "0.3", + "id": "5334" + }, + { + "shop_price": "8", + "examine": "This watering can is just under half-full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(3)", + "archery_ticket_price": "0", + "weight": "0.4", + "id": "5335" + }, + { + "shop_price": "8", + "examine": " Some would say this watering can is half-full, others half-empty.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(4)", + "archery_ticket_price": "0", + "weight": "0.5", + "id": "5336" + }, + { + "shop_price": "8", + "examine": "This watering can is just over half-full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(5)", + "archery_ticket_price": "0", + "weight": "0.6", + "id": "5337" + }, + { + "shop_price": "8", + "examine": " This watering can is three quarters full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(6)", + "archery_ticket_price": "0", + "weight": "0.7", + "id": "5338" + }, + { + "shop_price": "8", + "examine": " This watering can is almost completely full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(7)", + "archery_ticket_price": "0", + "weight": "0.8", + "id": "5339" + }, + { + "shop_price": "8", + "examine": " This watering can is completely full.", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can(8)", + "archery_ticket_price": "0", + "weight": "0.9", + "id": "5340" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Use this to clear weeds.", + "grand_exchange_price": "99", + "durability": null, + "name": "Rake", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "5341" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "99", + "durability": null, + "name": "Rake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5342" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Use this to plant seeds with.", + "grand_exchange_price": "117", + "durability": null, + "name": "Seed dibber", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5343" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "117", + "durability": null, + "name": "Seed dibber", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5344" + }, + { + "ge_buy_limit": "100", + "examine": "A pair of gardening boots.", + "grand_exchange_price": "3186", + "durability": null, + "name": "Gardening boots", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5345", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3186", + "durability": null, + "name": "Gardening boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5346" + }, + { + "examine": "I need to reattach this to its head.", + "durability": null, + "name": "Rake handle", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5347" + }, + { + "examine": "I need to reattach this to its handle.", + "durability": null, + "name": "Rake head", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5348" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An empty plant pot.", + "grand_exchange_price": "20", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5350" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5351" + }, + { + "shop_price": "9", + "ge_buy_limit": "100", + "examine": "An unfired plant pot.", + "grand_exchange_price": "7", + "durability": null, + "name": "Unfired plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5352" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Unfired plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5353" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "A plant pot filled with soil.", + "grand_exchange_price": "340", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5354" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "340", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5355" + }, + { + "shop_price": "1", + "examine": "A plant pot filled with soil.", + "grand_exchange_price": "243", + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5356" + }, + { + "durability": null, + "name": "Plant pot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5357" + }, + { + "shop_price": "200", + "examine": "An acorn has been sown and watered in this plant pot.", + "durability": null, + "name": "Oak seedling", + "archery_ticket_price": "0", + "id": "5358" + }, + { + "examine": "A willow tree seed has been sown and watered in this plant pot", + "durability": null, + "name": "Willow seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5359" + }, + { + "examine": "A maple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Maple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5360" + }, + { + "examine": "A yew seed has been sown in the plant pot", + "durability": null, + "name": "Yew seedling", + "weight": "1", + "archery_ticket_price": "0", + "id": "5361" + }, + { + "examine": "A magic tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Magic seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5362" + }, + { + "examine": "A spirit seedling is growing in this pot. It has been sown and watered.", + "durability": null, + "name": "Spirit seedling", + "archery_ticket_price": "0", + "id": "5363" + }, + { + "shop_price": "200", + "examine": "An acorn has been sown and watered in this plant pot.", + "durability": null, + "name": "Oak seedling", + "archery_ticket_price": "0", + "id": "5364" + }, + { + "examine": "A willow tree seed has been sown and watered in this plant pot", + "durability": null, + "name": "Willow seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5365" + }, + { + "examine": "A maple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Maple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5366" + }, + { + "examine": "A yew seed has been sown in the plant pot", + "durability": null, + "name": "Yew seedling", + "weight": "1", + "archery_ticket_price": "0", + "id": "5367" + }, + { + "examine": "A magic tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Magic seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5368" + }, + { + "examine": "A spirit seedling is growing in this pot. It has been sown and watered.", + "durability": null, + "name": "Spirit seedling", + "archery_ticket_price": "0", + "id": "5369" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Oak sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5370" + }, + { + "examine": "This sapling is ready to be replanted in a tree patch.", + "durability": null, + "name": "Willow sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5371" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Maple sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5372" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Yew sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5373" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Magic sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5374" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Spirit sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5375" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "An empty fruit basket.", + "grand_exchange_price": "1", + "durability": null, + "name": "Basket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5376" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Basket", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5377" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5378" + }, + { + "durability": null, + "name": "Apples(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5379" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5380" + }, + { + "durability": null, + "name": "Apples(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5381" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5382" + }, + { + "durability": null, + "name": "Apples(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5383" + }, + { + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "1889", + "durability": null, + "name": "Apples(4)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5384" + }, + { + "durability": null, + "name": "Apples(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5385" + }, + { + "ge_buy_limit": "1000", + "examine": "A fruit basket filled with apples.", + "grand_exchange_price": "2448", + "durability": null, + "name": "Apples(5)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5386" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2448", + "durability": null, + "name": "Apples(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5387" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5388" + }, + { + "durability": null, + "name": "Oranges(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5389" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5390" + }, + { + "durability": null, + "name": "Oranges(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5391" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5392" + }, + { + "durability": null, + "name": "Oranges(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5393" + }, + { + "examine": "A fruit basket filled with oranges", + "grand_exchange_price": "3823", + "durability": null, + "name": "Oranges(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5394" + }, + { + "durability": null, + "name": "Oranges(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5395" + }, + { + "shop_price": "70", + "ge_buy_limit": "1000", + "examine": "A common fruit.", + "grand_exchange_price": "5649", + "durability": null, + "name": "Oranges(5)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5396" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "5649", + "durability": null, + "name": "Oranges(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5397" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(1)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5398" + }, + { + "durability": null, + "name": "Strawberries(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5399" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(2)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5400" + }, + { + "durability": null, + "name": "Strawberries(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5401" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(3)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5402" + }, + { + "durability": null, + "name": "Strawberries(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5403" + }, + { + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "5", + "durability": null, + "name": "Strawberries(4)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5404" + }, + { + "durability": null, + "name": "Strawberries(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5405" + }, + { + "ge_buy_limit": "10000", + "examine": "A fruit basket filled with strawberries.", + "grand_exchange_price": "406", + "durability": null, + "name": "Strawberries(5)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "5406" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "406", + "durability": null, + "name": "Strawberries(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5407" + }, + { + "examine": "A fruit basket filled with bananas.", + "grand_exchange_price": "1064", + "durability": null, + "name": "Bananas(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5408" + }, + { + "durability": null, + "name": "Bananas(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5409" + }, + { + "examine": "A fruit basket filled with bananas.", + "grand_exchange_price": "1064", + "durability": null, + "name": "Bananas(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5410" + }, + { + "durability": null, + "name": "Bananas(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5411" + }, + { + "examine": "A fruit basket filled with bananas.", + "grand_exchange_price": "1064", + "durability": null, + "name": "Bananas(3)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5412" + }, + { + "durability": null, + "name": "Bananas(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5413" + }, + { + "shop_price": "2", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "171", + "durability": null, + "name": "Bananas(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5414" + }, + { + "durability": null, + "name": "Bananas(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5415" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "1637", + "durability": null, + "name": "Bananas(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5416" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1637", + "durability": null, + "name": "Bananas(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5417" + }, + { + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "An empty sack.", + "grand_exchange_price": "45", + "durability": null, + "name": "Empty sack", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5418" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "45", + "durability": null, + "name": "Empty sack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5419" + }, + { + "examine": "There is one potato in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(1)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5420" + }, + { + "durability": null, + "name": "Potatoes(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5421" + }, + { + "examine": "There are two potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(2)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5422" + }, + { + "durability": null, + "name": "Potatoes(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5423" + }, + { + "examine": "There are three potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(3)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5424" + }, + { + "durability": null, + "name": "Potatoes(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5425" + }, + { + "examine": "There are four potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(4)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5426" + }, + { + "durability": null, + "name": "Potatoes(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5427" + }, + { + "examine": "There are five potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(5)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5428" + }, + { + "durability": null, + "name": "Potatoes(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5429" + }, + { + "examine": "There are six potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(6)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5430" + }, + { + "durability": null, + "name": "Potatoes(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5431" + }, + { + "examine": "There are seven potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(7)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5432" + }, + { + "durability": null, + "name": "Potatoes(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5433" + }, + { + "examine": "There are eight potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(8)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5434" + }, + { + "durability": null, + "name": "Potatoes(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5435" + }, + { + "examine": "There are nine potatoes in this sack.", + "grand_exchange_price": "1276", + "durability": null, + "name": "Potatoes(9)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5436" + }, + { + "durability": null, + "name": "Potatoes(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5437" + }, + { + "ge_buy_limit": "1000", + "examine": "There are ten potatoes in this sack.", + "grand_exchange_price": "1052", + "durability": null, + "name": "Potatoes(10)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5438" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1052", + "durability": null, + "name": "Potatoes(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5439" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(1)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5440" + }, + { + "durability": null, + "name": "Onions(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5441" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(2)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5442" + }, + { + "durability": null, + "name": "Onions(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5443" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(3)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5444" + }, + { + "durability": null, + "name": "Onions(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5445" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(4)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5446" + }, + { + "durability": null, + "name": "Onions(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5447" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(5)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5448" + }, + { + "durability": null, + "name": "Onions(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5449" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(6)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5450" + }, + { + "durability": null, + "name": "Onions(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5451" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(7)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5452" + }, + { + "durability": null, + "name": "Onions(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5453" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(8)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5454" + }, + { + "durability": null, + "name": "Onions(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5455" + }, + { + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "589", + "durability": null, + "name": "Onions(9)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5456" + }, + { + "durability": null, + "name": "Onions(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5457" + }, + { + "ge_buy_limit": "1000", + "examine": "There are/is (1-10) onion(s) in this sack.", + "grand_exchange_price": "489", + "durability": null, + "name": "Onions(10)", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5458" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "489", + "durability": null, + "name": "Onions(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5459" + }, + { + "examine": "There is one cabbage in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5460" + }, + { + "durability": null, + "name": "Cabbages(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5461" + }, + { + "examine": "There are two cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5462" + }, + { + "durability": null, + "name": "Cabbages(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5463" + }, + { + "examine": "There are three cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5464" + }, + { + "durability": null, + "name": "Cabbages(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5465" + }, + { + "examine": "There are four cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5466" + }, + { + "durability": null, + "name": "Cabbages(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5467" + }, + { + "examine": "There are five cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5468" + }, + { + "durability": null, + "name": "Cabbages(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5469" + }, + { + "examine": "There are six cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5470" + }, + { + "durability": null, + "name": "Cabbages(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5471" + }, + { + "examine": "There are seven cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5472" + }, + { + "durability": null, + "name": "Cabbages(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5473" + }, + { + "examine": "There are eight cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5474" + }, + { + "durability": null, + "name": "Cabbages(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5475" + }, + { + "examine": "There are nine cabbages in this sack.", + "grand_exchange_price": "1304", + "durability": null, + "name": "Cabbages(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5476" + }, + { + "durability": null, + "name": "Cabbages(9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5477" + }, + { + "ge_buy_limit": "1000", + "examine": "There are ten cabbages in this sack.", + "grand_exchange_price": "917", + "durability": null, + "name": "Cabbages(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5478" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "917", + "durability": null, + "name": "Cabbages(10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5479" + }, + { + "examine": "An apple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Apple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5480" + }, + { + "examine": "A banana tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Banana seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5481" + }, + { + "examine": "An orange tree seed has been sown (and watered)in this plant pot.", + "durability": null, + "name": "Orange seedling", + "archery_ticket_price": "0", + "id": "5482" + }, + { + "examine": "A curry seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Curry seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5483" + }, + { + "examine": "A pineapple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5484" + }, + { + "examine": "This needs watering before it will grow.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5485" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5486" + }, + { + "examine": "A calquat tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Calquat seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5487" + }, + { + "examine": "An apple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Apple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5488" + }, + { + "examine": "A banana tree seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Banana seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5489" + }, + { + "examine": "An orange tree seed has been sown (and watered)in this plant pot.", + "durability": null, + "name": "Orange seedling", + "archery_ticket_price": "0", + "id": "5490" + }, + { + "examine": "A curry seed has been sown and watered in this plant pot.", + "durability": null, + "name": "Curry seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5491" + }, + { + "examine": "A pineapple tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Pineapple seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5492" + }, + { + "examine": "This needs watering before it will grow.", + "durability": null, + "name": "Papaya seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5493" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Palm seedling", + "weight": "0.66", + "archery_ticket_price": "0", + "id": "5494" + }, + { + "examine": "A calquat tree has been sown (and watered) in this plant pot.", + "durability": null, + "name": "Calquat seedling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5495" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Apple sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5496" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Banana sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5497" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Orange sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5498" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Curry sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5499" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Pineapple sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5500" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Papaya sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5501" + }, + { + "examine": "This sapling is ready to be replanted in a fruit tree patch.", + "durability": null, + "name": "Palm sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5502" + }, + { + "examine": "This sapling is ready to be planted in a tree patch.", + "durability": null, + "name": "Calquat sapling", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5503" + }, + { + "ge_buy_limit": "10000", + "examine": "A freshly picked strawberry.", + "grand_exchange_price": "23", + "durability": null, + "name": "Strawberry", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5504" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "23", + "durability": null, + "name": "Strawberry", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5505" + }, + { + "examine": "The Wise Old Man of Draynor Village asked you to take this to someone.", + "durability": null, + "name": "Old man's message", + "archery_ticket_price": "0", + "id": "5506" + }, + { + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", + "durability": null, + "name": "Strange book", + "archery_ticket_price": "0", + "id": "5507" + }, + { + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", + "durability": null, + "name": "Book of folklore", + "archery_ticket_price": "0", + "id": "5508" + }, + { + "examine": "A small pouch used for storing essence.", + "durability": null, + "name": "Small pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5509" + }, + { + "examine": "A medium-sized pouch used for storing essence.", + "durability": null, + "name": "Medium pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5510" + }, + { + "examine": "A medium-sized pouch used for storing essence.", + "durability": null, + "name": "Medium pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5511" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5512" + }, + { + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5513" + }, + { + "shop_price": "50000", + "examine": "A giant-sized pouch used for storing essence.", + "durability": null, + "name": "Giant pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5514" + }, + { + "shop_price": "50000", + "examine": "A giant-sized pouch used for storing essence.", + "durability": null, + "name": "Giant pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "5515" + }, + { + "ge_buy_limit": "500", + "examine": "A mysterious power emanates from the talisman...", + "grand_exchange_price": "186900", + "durability": null, + "name": "Elemental talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5516" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "186900", + "durability": null, + "name": "Elemental talisman", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5517" + }, + { + "examine": "This contains mystical teleport information...", + "durability": null, + "name": "Scrying orb", + "weight": "1", + "archery_ticket_price": "0", + "id": "5518" + }, + { + "examine": "This orb apparently contains a cypher spell.", + "durability": null, + "name": "Scrying orb", + "weight": "1", + "archery_ticket_price": "0", + "id": "5519" + }, + { + "examine": "Some research notes on abyssal space.", + "durability": null, + "name": "Abyssal book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5520" + }, + { + "ge_buy_limit": "100", + "examine": "A necklace embedded with mystical power.", + "grand_exchange_price": "720", + "durability": null, + "name": "Binding necklace", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5521", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "720", + "durability": null, + "name": "Binding necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5522" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A mould for tiaras.", + "grand_exchange_price": "315", + "durability": null, + "name": "Tiara mould", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5523" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "315", + "durability": null, + "name": "Tiara mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5524" + }, + { + "ge_buy_limit": "1000", + "examine": "Makes me feel like a Princess.", + "grand_exchange_price": "13", + "durability": null, + "name": "Tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5525", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "13", + "durability": null, + "name": "Tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5526" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of air.", + "grand_exchange_price": "5", + "durability": null, + "name": "Air tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5527", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Air tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5528" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the mind.", + "grand_exchange_price": "10", + "durability": null, + "name": "Mind tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5529", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Mind tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5530" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of water.", + "grand_exchange_price": "1351", + "durability": null, + "name": "Water tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5531", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1351", + "durability": null, + "name": "Water tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5532" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the body.", + "grand_exchange_price": "5", + "durability": null, + "name": "Body tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5533", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5", + "durability": null, + "name": "Body tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5534" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the earth.", + "grand_exchange_price": "4", + "durability": null, + "name": "Earth tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5535", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Earth tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5536" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of fire.", + "grand_exchange_price": "8", + "durability": null, + "name": "Fire tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5537", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Fire tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5538" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of the cosmos.", + "grand_exchange_price": "8", + "durability": null, + "name": "Cosmic tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5539", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Cosmic tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5540" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of nature.", + "grand_exchange_price": "10", + "durability": null, + "name": "Nature tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5541", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Nature tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5542" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of chaos.", + "grand_exchange_price": "10", + "durability": null, + "name": "Chaos tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5543", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10", + "durability": null, + "name": "Chaos tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5544" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of law.", + "grand_exchange_price": "11", + "durability": null, + "name": "Law tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5545", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Law tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5546" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of death.", + "grand_exchange_price": "65", + "durability": null, + "name": "Death tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5547", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65", + "durability": null, + "name": "Death tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5548" + }, + { + "ge_buy_limit": "100", + "examine": "A tiara infused with the properties of Blood.", + "grand_exchange_price": "1058", + "durability": null, + "name": "Blood tiara", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5549", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1058", + "durability": null, + "name": "Blood tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5550" + }, + { + "ge_buy_limit": "100", + "examine": " A tiara infused with the properties of the soul.", + "durability": null, + "name": "Soul tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "5551", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Soul tiara", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5552" + }, + { + "remove_sleeves": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue top", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5553", + "bonuses": "0,0,0,0,0,10,10,10,10,10,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue mask", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5554", + "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue trousers", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5555", + "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "examine": "Black banded leather gloves, a rogue's dream!", + "durability": null, + "name": "Rogue gloves", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5556", + "bonuses": "0,0,0,0,0,2,2,2,2,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Black banded leather boots, a rogue's dream!", + "durability": null, + "name": "Rogue boots", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5557", + "bonuses": "0,0,0,0,0,2,2,2,2,2,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "35", + "examine": "It can do almost anything!", + "durability": null, + "name": "Rogue kit", + "archery_ticket_price": "0", + "id": "5558" + }, + { + "examine": "A small satchel of bright powder!", + "durability": null, + "name": "Flash powder", + "weight": "1", + "archery_ticket_price": "0", + "id": "5559" + }, + { + "shop_price": "10", + "examine": "A useful hearing aid.", + "durability": null, + "name": "Stethoscope", + "archery_ticket_price": "0", + "id": "5560", + "equipment_slot": "5" + }, + { + "examine": "I can escape the Maze with this!", + "durability": null, + "name": "Mystic jewel", + "archery_ticket_price": "0", + "id": "5561" + }, + { + "examine": "A fraction of a roof.", + "durability": null, + "name": "Picture", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "5568" + }, + { + "remove_head": "true", + "requirements": "{1,20}", + "shop_price": "6000", + "ge_buy_limit": "100", + "examine": "An initiate Temple Knight's helm.", + "durability": null, + "weight": "2.2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "3512", + "name": "Initiate sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5574", + "bonuses": "0,0,0,-6,-2,13,14,11,-1,13,5,0,3,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "An initiate Temple Knight's Armour.", + "durability": null, + "weight": "8", + "absorb": "1,0,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5776", + "name": "Initiate hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5575", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,20,0,6,0,0" + }, + { + "requirements": "{1,20}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "An initiate Temple Knight's leg armour.", + "durability": null, + "weight": "7", + "absorb": "1,0,2", + "equipment_slot": "7", + "grand_exchange_price": "4574", + "name": "Initiate cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5576", + "bonuses": "0,0,0,-21,-7,24,22,20,-4,22,5,0,5,0,0" + }, + { + "examine": "A vial of something labelled 'Cupric Sulfate'.", + "durability": null, + "name": "Cupric sulphate", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5577" + }, + { + "examine": "A vial of something labelled 'Acetic Acid'.", + "durability": null, + "name": "Acetic acid", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5578" + }, + { + "examine": "A vial of something labelled 'Gypsum'.", + "durability": null, + "name": "Gypsum", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5579" + }, + { + "examine": "A vial of something labelled 'Sodium Chloride'.", + "durability": null, + "name": "Sodium chloride", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5580" + }, + { + "examine": "A vial of something labelled 'Nitrous Oxide'.", + "durability": null, + "name": "Nitrous oxide", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5581" + }, + { + "examine": "A vial of something labelled Dihydrogen Monoxide.", + "durability": null, + "name": "Vial of liquid", + "archery_ticket_price": "0", + "id": "5582" + }, + { + "examine": "A vial of something labelled 'Powdered Tin Ore'.", + "durability": null, + "name": "Tin ore powder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5583" + }, + { + "examine": "A vial of something labelled 'Powdered Cupric Ore'.", + "durability": null, + "name": "Cupric ore powder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5584" + }, + { + "examine": "I hope the mould was accurate enough...", + "durability": null, + "name": "Bronze Key", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "5585" + }, + { + "examine": "It's a metal spade with a wooden handle.", + "durability": null, + "name": "Metal spade", + "weight": "1.814", + "archery_ticket_price": "0", + "id": "5586" + }, + { + "examine": "It's a metal spade without a handle.", + "durability": null, + "name": "Metal spade", + "weight": "1.814", + "archery_ticket_price": "0", + "id": "5587" + }, + { + "examine": "Looks like a pretty boring read.", + "durability": null, + "name": "Alchemical notes", + "archery_ticket_price": "0", + "id": "5588" + }, + { + "shop_price": "20", + "examine": "A tin layered with some stuff from a vial.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5592" + }, + { + "shop_price": "20", + "examine": "It's full of a white lumpy mixture that seems to be hardening.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5593" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key embedded in it.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5594" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key, filled with tin ore.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5595" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key, filled with copper ore.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5596" + }, + { + "shop_price": "20", + "examine": "There is an impression of a key, filled with tin and copper ore.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5597" + }, + { + "shop_price": "20", + "examine": "There is a bronze key surrounded by plaster in this tin.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5598" + }, + { + "shop_price": "20", + "examine": "There is a strange concoction filling this tin.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.101", + "archery_ticket_price": "0", + "id": "5599" + }, + { + "shop_price": "10", + "examine": "I could probably pour something into this.", + "grand_exchange_price": "0", + "durability": null, + "name": "Tin", + "tradeable": "false", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5600" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5601" + }, + { + "examine": "Useful for crafting items.", + "grand_exchange_price": "237", + "durability": null, + "name": "Bronze wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5602" + }, + { + "shop_price": "1", + "examine": "For shearing sheep.", + "grand_exchange_price": "41", + "durability": null, + "name": "Shears", + "tradeable": "false", + "weight": "0.113", + "archery_ticket_price": "0", + "id": "5603" + }, + { + "examine": "A very attractive magnet.", + "durability": null, + "name": "Magnet", + "archery_ticket_price": "0", + "id": "5604" + }, + { + "shop_price": "25", + "examine": "A dangerous looking knife.", + "grand_exchange_price": "102", + "durability": null, + "name": "Knife", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "5605" + }, + { + "examine": "I can exchange this for one free makeover with the makeover mage.", + "durability": null, + "name": "Makeover voucher", + "weight": "1", + "archery_ticket_price": "0", + "id": "5606" + }, + { + "shop_price": "2", + "examine": "Some wheat heads.", + "grand_exchange_price": "20", + "durability": null, + "name": "Grain", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "5607", + "equipment_slot": "1" + }, + { + "examine": "A cunning animal.", + "durability": null, + "name": "Fox", + "archery_ticket_price": "0", + "id": "5608", + "equipment_slot": "3" + }, + { + "examine": "Normal: Yep. Definitely a chicken.", + "durability": null, + "name": "Chicken", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "5609", + "equipment_slot": "5" + }, + { + "examine": "There's not much sand left in the top half...", + "durability": null, + "name": "Hourglass", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "5610" + }, + { + "durability": null, + "name": "Initiate sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5611" + }, + { + "durability": null, + "name": "Initiate hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5612" + }, + { + "durability": null, + "name": "Initiate cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5613" + }, + { + "turn90cw_anim": "330", + "walk_anim": "330", + "durability": null, + "turn90ccw_anim": "330", + "turn180_anim": "330", + "render_anim": "191", + "equipment_slot": "3", + "stand_anim": "330", + "name": "Magic carpet", + "run_anim": "330", + "archery_ticket_price": "0", + "id": "5614", + "stand_turn_anim": "330" + }, + { + "examine": "A pot of crushed bearded gorilla monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "5615" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "127", + "durability": null, + "name": "Bronze arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5616", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "138", + "durability": null, + "name": "Iron arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5617", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "159", + "durability": null, + "name": "Steel arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5618", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "176", + "durability": null, + "name": "Mithril arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5619", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "211", + "durability": null, + "name": "Adamant arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5620", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "415", + "durability": null, + "name": "Rune arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5621", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "shop_price": "7", + "ge_buy_limit": "10000", + "examine": "Arrows with bronze heads.", + "grand_exchange_price": "1076", + "durability": null, + "name": "Bronze arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5622", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Arrows with iron heads.", + "grand_exchange_price": "1037", + "durability": null, + "name": "Iron arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5623", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "requirements": "{4,5}", + "shop_price": "46", + "ge_buy_limit": "10000", + "examine": "Arrows with steel heads.", + "grand_exchange_price": "1038", + "durability": null, + "name": "Steel arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5624", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{4,20}", + "shop_price": "76", + "ge_buy_limit": "10000", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "718", + "durability": null, + "name": "Mithril arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5625", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{4,30}", + "shop_price": "172", + "ge_buy_limit": "10000", + "examine": "Arrows with adamantite heads.", + "grand_exchange_price": "101", + "durability": null, + "name": "Adamant arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5626", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{4,40}", + "shop_price": "510", + "ge_buy_limit": "10000", + "examine": "Arrows with rune heads.", + "grand_exchange_price": "1300", + "durability": null, + "name": "Rune arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5627", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "162", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5628", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "164", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5629", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "173", + "attack_audios": "2547,0,0,0", + "name": "Steel dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5630", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "822", + "attack_audios": "2547,0,0,0", + "name": "Black dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5631", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "196", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5632", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "244", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5633", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "370", + "attack_audios": "2547,0,0,0", + "name": "Rune dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5634", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a bronze tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1733", + "attack_audios": "2547,0,0,0", + "name": "Bronze dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5635", + "bonuses": "0,0,0,0,3,0,0,0,0,0,0,0,0,0,1" + }, + { + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an iron tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1687", + "attack_audios": "2547,0,0,0", + "name": "Iron dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5636", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "requirements": "{4,5}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a steel tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1654", + "attack_audios": "2547,0,0,0", + "name": "Steel dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5637", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,10}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a black tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "2422", + "attack_audios": "2547,0,0,0", + "name": "Black dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5638", + "bonuses": "0,0,0,0,7,0,0,0,0,0,0,0,0,0,6" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a mithril tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1660", + "attack_audios": "2547,0,0,0", + "name": "Mithril dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5639", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with an adamantite tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1352", + "attack_audios": "2547,0,0,0", + "name": "Adamant dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5640", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "1000", + "examine": "A deadly throwing dart with a rune tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "582,582,582,582", + "grand_exchange_price": "1109", + "attack_audios": "2547,0,0,0", + "name": "Rune dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5641", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "shop_price": "6", + "ge_buy_limit": "1000", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "115", + "name": "Bronze javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5642", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "112", + "name": "Iron javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5643", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "128", + "name": "Steel javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5644", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" + }, + { + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "141", + "name": "Mithril javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5645", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "100", + "shop_price": "100", + "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", + "grand_exchange_price": "179", + "name": "Adamant javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5646", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" + }, + { + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "302", + "name": "Rune javelin(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5647", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A bronze-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1755", + "name": "Bronze jav'n(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5648", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,6" + }, + { + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "An iron-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1756", + "name": "Iron javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5649", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,5}", + "shop_price": "37", + "ge_buy_limit": "1000", + "examine": "A steel-tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1769", + "name": "Steel javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5650", + "bonuses": "0,0,0,0,12,0,0,0,0,0,0,0,0,0,12" + }, + { + "requirements": "{4,20}", + "shop_price": "79", + "ge_buy_limit": "1000", + "examine": "A mithril tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1736", + "name": "Mithril javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5651", + "bonuses": "0,0,0,0,17,0,0,0,0,0,0,0,0,0,18" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "100", + "shop_price": "100", + "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", + "grand_exchange_price": "1514", + "name": "Adamant javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5652", + "bonuses": "0,0,0,0,24,0,0,0,0,0,0,0,0,0,28" + }, + { + "requirements": "{4,40}", + "shop_price": "624", + "ge_buy_limit": "1000", + "examine": "A rune tipped javelin.", + "durability": null, + "attack_speed": "6", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1521", + "name": "Rune javelin(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5653", + "bonuses": "0,0,0,0,38,0,0,0,0,0,0,0,0,0,42" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "164", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5654", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "170", + "attack_audios": "2704,0,0,0", + "name": "Iron knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5655", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "212", + "attack_audios": "2704,0,0,0", + "name": "Steel knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5656", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "330", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5657", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "66", + "attack_audios": "2704,0,0,0", + "name": "Black knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5658", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "609", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5659", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1511", + "attack_audios": "2704,0,0,0", + "name": "Rune knife(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5660", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "shop_price": "14", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1514", + "attack_audios": "2704,0,0,0", + "name": "Bronze knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5661", + "bonuses": "0,0,0,0,4,0,0,0,0,0,0,0,0,0,3" + }, + { + "shop_price": "58", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1212", + "attack_audios": "2704,0,0,0", + "name": "Iron knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5662", + "bonuses": "0,0,0,0,5,0,0,0,0,0,0,0,0,0,4" + }, + { + "requirements": "{4,5}", + "shop_price": "68", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1579", + "attack_audios": "2704,0,0,0", + "name": "Steel knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5663", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,7" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "100", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "1368", + "attack_audios": "2704,0,0,0", + "name": "Mithril knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5664", + "bonuses": "0,0,0,0,11,0,0,0,0,0,0,0,0,0,10" + }, + { + "requirements": "{4,10}", + "shop_price": "15", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "103", + "attack_audios": "2704,0,0,0", + "name": "Black knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5665", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,8" + }, + { + "requirements": "{4,30}", + "ge_buy_limit": "100", + "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", + "grand_exchange_price": "1505", + "attack_audios": "2704,0,0,0", + "name": "Adamant knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5666", + "bonuses": "0,0,0,0,15,0,0,0,0,0,0,0,0,0,14" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "10000", + "examine": "A finely balanced throwing knife.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "806,806,806,806", + "grand_exchange_price": "2207", + "attack_audios": "2704,0,0,0", + "name": "Rune knife(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5667", + "bonuses": "0,0,0,0,25,0,0,0,0,0,0,0,0,0,24" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "483", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5668", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "483", + "durability": null, + "name": "Iron dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5669" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "350", + "attack_audios": "2517,2517,2500,2517", + "name": "Bronze dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5670", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "350", + "durability": null, + "name": "Bronze dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5671" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "575", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5672", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "575", + "durability": null, + "name": "Steel dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5673" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "538", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5674", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "538", + "durability": null, + "name": "Mithril dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5675" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "durability": null, + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "800", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5676", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "800", + "durability": null, + "name": "Adamant dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5677" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "lendable": "true", + "grand_exchange_price": "4538", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5678", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4538", + "durability": null, + "name": "Rune dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5679" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "16800", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5680", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "attack_anims": "396,396,395,396", + "ge_buy_limit": "10", + "grand_exchange_price": "16800", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Dragon dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5681", + "defence_anim": "397" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "664", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5682", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "664", + "durability": null, + "name": "Black dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5683" + }, + { + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Poison dagger(p+)", + "archery_ticket_price": "0", + "id": "5684", + "weapon_interface": "5", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Poison dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5685" + }, + { + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "4128", + "attack_audios": "2517,2517,2500,2517", + "name": "Iron dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5686", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4128", + "durability": null, + "name": "Iron dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5687" + }, + { + "shop_price": "11", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "5088", + "attack_audios": "2517,2517,2500,2517", + "name": "Br'ze dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5688", + "bonuses": "4,2,-4,1,0,0,0,0,1,0,0,3,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5088", + "durability": null, + "name": "Br'ze dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5689" + }, + { + "requirements": "{0,5}", + "shop_price": "135", + "ge_buy_limit": "100", + "examine": "Short but pointy.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "4729", + "attack_audios": "2517,2517,2500,2517", + "name": "Steel dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5690", + "bonuses": "8,4,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4729", + "durability": null, + "name": "Steel dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5691" + }, + { + "requirements": "{0,20}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A dangerous dagger.", + "durability": null, + "weight": "0.3", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "3476", + "attack_audios": "2517,2517,2500,2517", + "name": "Mithril dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5692", + "bonuses": "11,5,-4,1,0,0,0,0,1,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3476", + "durability": null, + "name": "Mithril dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5693" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "durability": null, + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "4612", + "attack_audios": "2517,2517,2500,2517", + "name": "Adamant dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5694", + "bonuses": "15,8,-4,1,0,0,0,0,1,0,0,14,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4612", + "durability": null, + "name": "Adamant dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5695" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "lendable": "true", + "grand_exchange_price": "5061", + "attack_audios": "2517,2517,2500,2517", + "name": "Rune dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5696", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5061", + "durability": null, + "name": "Rune dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5697" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "396,396,395,396", + "lendable": "true", + "grand_exchange_price": "20300", + "attack_audios": "2517,2517,2500,2517", + "name": "Dragon dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5698", + "bonuses": "40,25,-4,1,0,0,0,0,1,0,0,40,0,0,0" + }, + { + "attack_anims": "396,396,395,396", + "ge_buy_limit": "10", + "grand_exchange_price": "20300", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Dragon dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5699", + "defence_anim": "397" + }, + { + "requirements": "{0,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious black dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "4921", + "attack_audios": "2517,2517,2500,2517", + "name": "Black dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5700", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4921", + "durability": null, + "name": "Black dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5701" + }, + { + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Poison dagger(p++)", + "archery_ticket_price": "0", + "id": "5702", + "weapon_interface": "5", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,0,0,0", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Poison dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5703" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "861", + "stand_anim": "813", + "name": "Bronze spear(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5704", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "861", + "durability": null, + "name": "Bronze spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5705" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "676", + "stand_anim": "813", + "name": "Iron spear(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5706", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "676", + "durability": null, + "name": "Iron spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5707" + }, + { + "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", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "596", + "stand_anim": "813", + "tradeable": "true", + "name": "Steel spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5708", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "596", + "durability": null, + "name": "Steel spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5709" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "802", + "stand_anim": "813", + "tradeable": "true", + "name": "Mithril spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5710", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "802", + "durability": null, + "name": "Mithril spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5711" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1394", + "stand_anim": "813", + "tradeable": "true", + "name": "Adamant spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5712", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1394", + "durability": null, + "name": "Adamant spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5713" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "12500", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5714", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(p+)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12500", + "durability": null, + "name": "Rune spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5715" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "41800", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5716", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear(p+)" + }, + { + "attack_anims": "2080,2081,2082,2080", + "ge_buy_limit": "10", + "grand_exchange_price": "41800", + "durability": null, + "name": "Dragon spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5717", + "defence_anim": "2079" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7557", + "stand_anim": "813", + "name": "Bronze spear(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5718", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7557", + "durability": null, + "name": "Bronze spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5719" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8394", + "stand_anim": "813", + "name": "Iron spear(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5720", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,1,1,0,0,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8394", + "durability": null, + "name": "Iron spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5721" + }, + { + "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", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8336", + "stand_anim": "813", + "tradeable": "true", + "name": "Steel spear(p++)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5722", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,1,1,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8336", + "durability": null, + "name": "Steel spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5723" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril tipped spear.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7035", + "stand_anim": "813", + "tradeable": "true", + "name": "Mithril spear(p++)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5724", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,1,1,0,0,0,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7035", + "durability": null, + "name": "Mithril spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5725" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant tipped spear.", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "7530", + "stand_anim": "813", + "name": "Adamant spear(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5726", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,1,1,0,0,0,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7530", + "durability": null, + "name": "Adamant spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5727" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune tipped spear.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "17700", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5728", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,1,1,0,0,0,0,42,0,0,0", + "requirements": "{0,40}", + "durability": null, + "weight": "2.2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Rune spear(p++)" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17700", + "durability": null, + "name": "Rune spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5729" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A dragon tipped spear.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "37800", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5730", + "stand_turn_anim": "1209", + "bonuses": "55,55,55,0,0,5,5,5,5,5,0,60,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "2", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Dragon spear(p++)" + }, + { + "attack_anims": "2080,2081,2082,2080", + "ge_buy_limit": "10", + "grand_exchange_price": "37800", + "durability": null, + "name": "Dragon spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5731", + "defence_anim": "2079" + }, + { + "durability": null, + "name": "Stool", + "archery_ticket_price": "0", + "id": "5732", + "equipment_slot": "5" + }, + { + "examine": "Yuk!", + "durability": null, + "name": "Rotten potato", + "archery_ticket_price": "0", + "id": "5733" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black 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", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "3351", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear(p+)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5734", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3351", + "durability": null, + "name": "Black spear(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5735" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A black 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", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "9065", + "stand_anim": "813", + "tradeable": "true", + "name": "Black spear(p++)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "5736", + "stand_turn_anim": "1209", + "bonuses": "15,15,15,0,0,1,1,0,0,0,0,16,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9065", + "durability": null, + "name": "Black spear(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5737" + }, + { + "shop_price": "15", + "examine": "A slightly bluish leaf.", + "grand_exchange_price": "19", + "durability": null, + "name": "Woad leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5738" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "459", + "durability": null, + "name": "Asgarnian ale(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5739" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "459", + "durability": null, + "name": "Asgarnian ale(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5740" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "1193", + "durability": null, + "name": "Mature wmb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5741" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1193", + "durability": null, + "name": "Mature wmb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5742" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "65400", + "durability": null, + "name": "Greenman's ale(m)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5743" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "65400", + "durability": null, + "name": "Greenman's ale(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5744" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "2458", + "durability": null, + "name": "Dragon bitter(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5745" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2458", + "durability": null, + "name": "Dragon bitter(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5746" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal dwarven stout.", + "grand_exchange_price": "56400", + "durability": null, + "name": "Dwarven stout(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5747" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "56400", + "durability": null, + "name": "Dwarven stout(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5748" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "19", + "durability": null, + "name": "Moonlight mead(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5749" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Moonlight mead(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5750" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "890", + "durability": null, + "name": "Axeman's folly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5751" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "890", + "durability": null, + "name": "Axeman's folly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5752" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Axeman's folly(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5753" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26000", + "durability": null, + "name": "Axeman's folly(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5754" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "3694", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5755" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3694", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5756" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "42800", + "durability": null, + "name": "Chef's delight(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5757" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "42800", + "durability": null, + "name": "Chef's delight(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5758" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "7", + "durability": null, + "name": "Slayer's respite", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5759" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Slayer's respite", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5760" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "1748", + "durability": null, + "name": "Slayer's respite(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5761" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1748", + "durability": null, + "name": "Slayer's respite(m)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5762" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "1279", + "durability": null, + "name": "Cider", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5763" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1279", + "durability": null, + "name": "Cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5764" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "3614", + "durability": null, + "name": "Mature cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5765" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3614", + "durability": null, + "name": "Mature cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5766" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A pot filled with ale yeast.", + "grand_exchange_price": "59", + "durability": null, + "name": "Ale yeast", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "5767" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "59", + "durability": null, + "name": "Ale yeast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5768" + }, + { + "ge_buy_limit": "100", + "examine": "Sliced and hollowed out to form a keg.", + "grand_exchange_price": "8", + "durability": null, + "name": "Calquat keg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5769" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Calquat keg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5770" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "1934", + "durability": null, + "name": "Dwarven stout(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5771" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1934", + "durability": null, + "name": "Dwarven stout(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5772" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "3214", + "durability": null, + "name": "Dwarven stout(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5773" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3214", + "durability": null, + "name": "Dwarven stout(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5774" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "4886", + "durability": null, + "name": "Dwarven stout(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5775" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4886", + "durability": null, + "name": "Dwarven stout(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5776" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A pint of thick dark beer.", + "grand_exchange_price": "5159", + "durability": null, + "name": "Dwarven stout(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5777" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5159", + "durability": null, + "name": "Dwarven stout(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5778" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "3344", + "durability": null, + "name": "Asgarnian ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5779" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3344", + "durability": null, + "name": "Asgarnian ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5780" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "6103", + "durability": null, + "name": "Asgarnian ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5781" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6103", + "durability": null, + "name": "Asgarnian ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5782" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "9230", + "durability": null, + "name": "Asgarnian ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5783" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9230", + "durability": null, + "name": "Asgarnian ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5784" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "12900", + "durability": null, + "name": "Asgarnian ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5785" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12900", + "durability": null, + "name": "Asgarnian ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5786" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "3441", + "durability": null, + "name": "Greenmans ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5787" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3441", + "durability": null, + "name": "Greenmans ale(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5788" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "4670", + "durability": null, + "name": "Greenmans ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5789" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4670", + "durability": null, + "name": "Greenmans ale(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5790" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "7654", + "durability": null, + "name": "Greenmans ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5791" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7654", + "durability": null, + "name": "Greenmans ale(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5792" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "6317", + "durability": null, + "name": "Greenmans ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5793" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6317", + "durability": null, + "name": "Greenmans ale(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5794" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "1495", + "durability": null, + "name": "Mind bomb(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5795" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1495", + "durability": null, + "name": "Mind bomb(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5796" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "2721", + "durability": null, + "name": "Mind bomb(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5797" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2721", + "durability": null, + "name": "Mind bomb(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5798" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "4038", + "durability": null, + "name": "Mind bomb(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5799" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4038", + "durability": null, + "name": "Mind bomb(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5800" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "It's got strange bubbles in it.", + "grand_exchange_price": "5166", + "durability": null, + "name": "Mind bomb(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5801" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5166", + "durability": null, + "name": "Mind bomb(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5802" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "1673", + "durability": null, + "name": "Dragon bitter(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5803" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1673", + "durability": null, + "name": "Dragon bitter(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5804" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "3259", + "durability": null, + "name": "Dragon bitter(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5805" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3259", + "durability": null, + "name": "Dragon bitter(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5806" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "4845", + "durability": null, + "name": "Dragon bitter(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5807" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4845", + "durability": null, + "name": "Dragon bitter(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5808" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of bitter.", + "grand_exchange_price": "5924", + "durability": null, + "name": "Dragon bitter(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5809" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5924", + "durability": null, + "name": "Dragon bitter(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5810" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "1298", + "durability": null, + "name": "Moonlight mead(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5811" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1298", + "durability": null, + "name": "Moonlight mead(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5812" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "2510", + "durability": null, + "name": "Moonlight mead(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5813" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2510", + "durability": null, + "name": "Moonlight mead(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5814" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "3721", + "durability": null, + "name": "Moonlight mead(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5815" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3721", + "durability": null, + "name": "Moonlight mead(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5816" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "4883", + "durability": null, + "name": "Moonlight mead(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5817" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4883", + "durability": null, + "name": "Moonlight mead(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5818" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "3333", + "durability": null, + "name": "Axeman's folly(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5819" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3333", + "durability": null, + "name": "Axeman's folly(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5820" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "6093", + "durability": null, + "name": "Axeman's folly(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5821" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6093", + "durability": null, + "name": "Axeman's folly(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5822" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "8978", + "durability": null, + "name": "Axeman's folly(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5823" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8978", + "durability": null, + "name": "Axeman's folly(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5824" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "9212", + "durability": null, + "name": "Axeman's folly(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5825" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9212", + "durability": null, + "name": "Axeman's folly(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5826" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "3851", + "durability": null, + "name": "Chef's delight(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5827" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3851", + "durability": null, + "name": "Chef's delight(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5828" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "6589", + "durability": null, + "name": "Chef's delight(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5829" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6589", + "durability": null, + "name": "Chef's delight(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5830" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "9536", + "durability": null, + "name": "Chef's delight(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5831" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9536", + "durability": null, + "name": "Chef's delight(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5832" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "13200", + "durability": null, + "name": "Chef's delight(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5833" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13200", + "durability": null, + "name": "Chef's delight(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5834" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "1127", + "durability": null, + "name": "Slayer's respite(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5835" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1127", + "durability": null, + "name": "Slayer's respite(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5836" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "2168", + "durability": null, + "name": "Slayer's respite(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5837" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2168", + "durability": null, + "name": "Slayer's respite(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5838" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "3209", + "durability": null, + "name": "Slayer's respite(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5839" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3209", + "durability": null, + "name": "Slayer's respite(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5840" + }, + { + "ge_buy_limit": "100", + "examine": "Ale with bite.", + "grand_exchange_price": "3582", + "durability": null, + "name": "Slayer's respite(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5841" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3582", + "durability": null, + "name": "Slayer's respite(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5842" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "6040", + "durability": null, + "name": "Cider(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5843" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6040", + "durability": null, + "name": "Cider(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5844" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "11000", + "durability": null, + "name": "Cider(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5845" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11000", + "durability": null, + "name": "Cider(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5846" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "15400", + "durability": null, + "name": "Cider(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5847" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15400", + "durability": null, + "name": "Cider(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5848" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A glass of Cider", + "grand_exchange_price": "18900", + "durability": null, + "name": "Cider(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5849" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18900", + "durability": null, + "name": "Cider(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5850" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal dwarven stout.", + "grand_exchange_price": "44600", + "durability": null, + "name": "Dwarven stout(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5851" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44600", + "durability": null, + "name": "Dwarven stout(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5852" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal dwarven stout.", + "grand_exchange_price": "68900", + "durability": null, + "name": "Dwarven stout(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5853" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "68900", + "durability": null, + "name": "Dwarven stout(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5854" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal dwarven stout.", + "grand_exchange_price": "98800", + "durability": null, + "name": "Dwarven stout(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5855" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98800", + "durability": null, + "name": "Dwarven stout(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5856" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal dwarven stout.", + "grand_exchange_price": "237400", + "durability": null, + "name": "Dwarven stout(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5857" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "237400", + "durability": null, + "name": "Dwarven stout(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5858" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "1697", + "durability": null, + "name": "Asgarnian ale(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5859" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1697", + "durability": null, + "name": "Asgarnian ale(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5860" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "3307", + "durability": null, + "name": "Asgarnian ale(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5861" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3307", + "durability": null, + "name": "Asgarnian ale(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5862" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "4917", + "durability": null, + "name": "Asgarnian ale(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5863" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4917", + "durability": null, + "name": "Asgarnian ale(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5864" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Asgarnian ale.", + "grand_exchange_price": "6778", + "durability": null, + "name": "Asgarnian ale(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5865" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6778", + "durability": null, + "name": "Asgarnian ale(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5866" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "57600", + "durability": null, + "name": "Greenmans ale(m1)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5867" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57600", + "durability": null, + "name": "Greenmans ale(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5868" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "92000", + "durability": null, + "name": "Greenmans ale(m2)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5869" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92000", + "durability": null, + "name": "Greenmans ale(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5870" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "136700", + "durability": null, + "name": "Greenmans ale(m3)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5871" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "136700", + "durability": null, + "name": "Greenmans ale(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5872" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Greenman's Ale.", + "grand_exchange_price": "231700", + "durability": null, + "name": "Greenmans ale(m4)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "5873" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "231700", + "durability": null, + "name": "Greenmans ale(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5874" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "3032", + "durability": null, + "name": "Mind bomb(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5875" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3032", + "durability": null, + "name": "Mind bomb(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5876" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "5977", + "durability": null, + "name": "Mind bomb(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5877" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5977", + "durability": null, + "name": "Mind bomb(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5878" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "8922", + "durability": null, + "name": "Mind bomb(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5879" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8922", + "durability": null, + "name": "Mind bomb(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5880" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Wizards Mind Bomb.", + "grand_exchange_price": "12700", + "durability": null, + "name": "Mind bomb(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5881" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12700", + "durability": null, + "name": "Mind bomb(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5882" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "2125", + "durability": null, + "name": "Dragon bitter(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5883" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2125", + "durability": null, + "name": "Dragon bitter(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5884" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "4163", + "durability": null, + "name": "Dragon bitter(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5885" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4163", + "durability": null, + "name": "Dragon bitter(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5886" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "6201", + "durability": null, + "name": "Dragon bitter(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5887" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6201", + "durability": null, + "name": "Dragon bitter(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5888" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Dragon Bitter.", + "grand_exchange_price": "8834", + "durability": null, + "name": "Dragon bitter(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5889" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8834", + "durability": null, + "name": "Dragon bitter(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5890" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "A foul smelling brew.", + "grand_exchange_price": "1315", + "durability": null, + "name": "M'light mead(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5891" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1315", + "durability": null, + "name": "M'light mead(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5892" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "2543", + "durability": null, + "name": "M'light mead(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5893" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2543", + "durability": null, + "name": "M'light mead(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5894" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "3771", + "durability": null, + "name": "M'light mead(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5895" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3771", + "durability": null, + "name": "M'light mead(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5896" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Moonlight Mead.", + "grand_exchange_price": "5000", + "durability": null, + "name": "M'light mead(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5897" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5000", + "durability": null, + "name": "M'light mead(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5898" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "13500", + "durability": null, + "name": "Axeman's folly(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5899" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13500", + "durability": null, + "name": "Axeman's folly(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5900" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "24800", + "durability": null, + "name": "Axeman's folly(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5901" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24800", + "durability": null, + "name": "Axeman's folly(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5902" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than a normal Axeman's Folly.", + "grand_exchange_price": "37300", + "durability": null, + "name": "Axeman's folly(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5903" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "37300", + "durability": null, + "name": "Axeman's folly(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5904" + }, + { + "ge_buy_limit": "100", + "examine": "This might help me chop harder.", + "grand_exchange_price": "60700", + "durability": null, + "name": "Axeman's folly(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5905" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60700", + "durability": null, + "name": "Axeman's folly(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5906" + }, + { + "ge_buy_limit": "100", + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "18000", + "durability": null, + "name": "Chef's delight(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5907" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18000", + "durability": null, + "name": "Chef's delight(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5908" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "34300", + "durability": null, + "name": "Chef's delight(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5909" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "34300", + "durability": null, + "name": "Chef's delight(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5910" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "51000", + "durability": null, + "name": "Chef's delight(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5911" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "51000", + "durability": null, + "name": "Chef's delight(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5912" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Chef's Delight.", + "grand_exchange_price": "98600", + "durability": null, + "name": "Chef's delight(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5913" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98600", + "durability": null, + "name": "Chef's delight(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5914" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "3672", + "durability": null, + "name": "Slayer respite(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5915" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3672", + "durability": null, + "name": "Slayer respite(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5916" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "7258", + "durability": null, + "name": "Slayer respite(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5917" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7258", + "durability": null, + "name": "Slayer respite(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5918" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "10800", + "durability": null, + "name": "Slayer respite(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5919" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10800", + "durability": null, + "name": "Slayer respite(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5920" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal Slayer's Respite.", + "grand_exchange_price": "15300", + "durability": null, + "name": "Slayer respite(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5921" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15300", + "durability": null, + "name": "Slayer respite(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5922" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "2966", + "durability": null, + "name": "Cider(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5923" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2966", + "durability": null, + "name": "Cider(m1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5924" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "5845", + "durability": null, + "name": "Cider(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5925" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5845", + "durability": null, + "name": "Cider(m2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5926" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "8724", + "durability": null, + "name": "Cider(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5927" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8724", + "durability": null, + "name": "Cider(m3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5928" + }, + { + "ge_buy_limit": "100", + "examine": "This looks a good deal stronger than normal cider.", + "grand_exchange_price": "11900", + "durability": null, + "name": "Cider(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5929" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11900", + "durability": null, + "name": "Cider(m4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5930" + }, + { + "ge_buy_limit": "5000", + "examine": "I can weave this to make sacks.", + "grand_exchange_price": "532", + "durability": null, + "name": "Jute fibre", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "5931" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "532", + "durability": null, + "name": "Jute fibre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5932" + }, + { + "ge_buy_limit": "200", + "examine": "A branch from a willow tree.", + "grand_exchange_price": "1255", + "durability": null, + "name": "Willow branch", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "5933" + }, + { + "ge_buy_limit": "200", + "grand_exchange_price": "1255", + "durability": null, + "name": "Willow branch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5934" + }, + { + "ge_buy_limit": "10000", + "examine": "A vial filled with coconut milk.", + "grand_exchange_price": "1307", + "durability": null, + "name": "Coconut milk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5935" + }, + { + "ge_buy_limit": "1000", + "examine": "A vial of extra-strong weapon poison, for spears and daggers.", + "grand_exchange_price": "605", + "durability": null, + "name": "Weapon poison+", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5937" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "605", + "durability": null, + "name": "Weapon poison+", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5938" + }, + { + "ge_buy_limit": "1000", + "examine": "A vial of super strong weapon poison, for spears and daggers.", + "grand_exchange_price": "4817", + "durability": null, + "name": "Weapon poison++", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "5940" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "4817", + "durability": null, + "name": "Weapon poison++", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5941" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1032", + "durability": null, + "name": "Antipoison+(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5943" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1032", + "durability": null, + "name": "Antipoison+(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5944" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1499", + "durability": null, + "name": "Antipoison+(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5945" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1499", + "durability": null, + "name": "Antipoison+(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5946" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1316", + "durability": null, + "name": "Antipoison+(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5947" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1316", + "durability": null, + "name": "Antipoison+(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5948" + }, + { + "ge_buy_limit": "1000", + "examine": "N doses of extra-stong antipoison potion", + "grand_exchange_price": "1599", + "durability": null, + "name": "Antipoison+(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5949" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1599", + "durability": null, + "name": "Antipoison+(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5950" + }, + { + "ge_buy_limit": "1000", + "examine": "4 doses of a super-strong antipoison potion.", + "grand_exchange_price": "1138", + "durability": null, + "name": "Antipoison++(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5952" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1138", + "durability": null, + "name": "Antipoison++(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5953" + }, + { + "ge_buy_limit": "1000", + "examine": "3 doses of a super-strong antipoison potion.", + "grand_exchange_price": "1071", + "durability": null, + "name": "Antipoison++(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5954" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1071", + "durability": null, + "name": "Antipoison++(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5955" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of a super-strong antipoison potion.", + "grand_exchange_price": "632", + "durability": null, + "name": "Antipoison++(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5956" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "632", + "durability": null, + "name": "Antipoison++(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5957" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of a super-strong antipoison potion.", + "grand_exchange_price": "821", + "durability": null, + "name": "Antipoison++(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5958" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "821", + "durability": null, + "name": "Antipoison++(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5959" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5960" + }, + { + "durability": null, + "name": "Tomatoes(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5961" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5962" + }, + { + "durability": null, + "name": "Tomatoes(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5963" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5964" + }, + { + "durability": null, + "name": "Tomatoes(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5965" + }, + { + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "663", + "durability": null, + "name": "Tomatoes(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5966" + }, + { + "durability": null, + "name": "Tomatoes(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5967" + }, + { + "ge_buy_limit": "10000", + "examine": "A basket filled with tomatoes.", + "grand_exchange_price": "335", + "durability": null, + "name": "Tomatoes(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5968" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "335", + "durability": null, + "name": "Tomatoes(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5969" + }, + { + "ge_buy_limit": "5000", + "examine": "I could make a spicy curry with this.", + "grand_exchange_price": "318", + "durability": null, + "name": "Curry leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5970" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "318", + "durability": null, + "name": "Curry leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5971" + }, + { + "ge_buy_limit": "5000", + "examine": "Looks delicious.", + "grand_exchange_price": "2074", + "durability": null, + "name": "Papaya fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5972" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2074", + "durability": null, + "name": "Papaya fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5973" + }, + { + "ge_buy_limit": "5000", + "examine": "It's a coconut.", + "grand_exchange_price": "2568", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5974" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2568", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5975" + }, + { + "ge_buy_limit": "5000", + "examine": "It's a coconut.", + "grand_exchange_price": "1258", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5976" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1258", + "durability": null, + "name": "Coconut", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5977" + }, + { + "ge_buy_limit": "10000", + "examine": "All the milk has been removed.", + "grand_exchange_price": "54", + "durability": null, + "name": "Coconut shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5978" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "54", + "durability": null, + "name": "Coconut shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5979" + }, + { + "ge_buy_limit": "100", + "examine": "This is the largest fruit I've ever seen.", + "grand_exchange_price": "43", + "durability": null, + "name": "Calquat fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5980" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "43", + "durability": null, + "name": "Calquat fruit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5981" + }, + { + "shop_price": "48", + "ge_buy_limit": "10000", + "examine": "A juicy watermelon.", + "grand_exchange_price": "41", + "durability": null, + "name": "Watermelon", + "tradeable": "true", + "weight": "0.111", + "archery_ticket_price": "0", + "id": "5982" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "41", + "durability": null, + "name": "Watermelon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5983" + }, + { + "ge_buy_limit": "1000", + "examine": "A slice of watermelon.", + "grand_exchange_price": "40", + "durability": null, + "name": "Watermelon slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5984" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "40", + "durability": null, + "name": "Watermelon slice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5985" + }, + { + "ge_buy_limit": "10000", + "examine": "Raw sweetcorn.", + "grand_exchange_price": "19", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5986" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "19", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5987" + }, + { + "ge_buy_limit": "10000", + "examine": "Delicious cooked sweetcorn.", + "grand_exchange_price": "15", + "durability": null, + "name": "Cooked sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5988" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "15", + "durability": null, + "name": "Cooked sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5989" + }, + { + "durability": null, + "name": "Burnt sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5991" + }, + { + "ge_buy_limit": "100", + "examine": "A bucket of apple mush.", + "grand_exchange_price": "425", + "durability": null, + "name": "Apple mush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5992" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "425", + "durability": null, + "name": "Apple mush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5993" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Hammerstone hops.", + "grand_exchange_price": "14", + "durability": null, + "name": "Hammerstone hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5994" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "14", + "durability": null, + "name": "Hammerstone hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5995" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Asgarnian hops.", + "grand_exchange_price": "2", + "durability": null, + "name": "Asgarnian hops", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "5996" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2", + "durability": null, + "name": "Asgarnian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5997" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Yanillian hops.", + "grand_exchange_price": "1", + "durability": null, + "name": "Yanillian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5998" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Yanillian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "5999" + }, + { + "shop_price": "4", + "ge_buy_limit": "1000", + "examine": "A handful of Krandorian hops.", + "grand_exchange_price": "2", + "durability": null, + "name": "Krandorian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6000" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2", + "durability": null, + "name": "Krandorian hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6001" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of wildblood hops.", + "grand_exchange_price": "66", + "durability": null, + "name": "Wildblood hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6002" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Wildblood hops", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6003" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "examine": "A Bittercap Mushroom", + "durability": null, + "name": "Mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6004" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "durability": null, + "name": "Mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6005" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of Barley.", + "grand_exchange_price": "211", + "durability": null, + "name": "Barley", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6006" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "211", + "durability": null, + "name": "Barley", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6007" + }, + { + "ge_buy_limit": "1000", + "examine": "A handful of barley malt.", + "grand_exchange_price": "410", + "durability": null, + "name": "Barley malt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6008" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "410", + "durability": null, + "name": "Barley malt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6009" + }, + { + "ge_buy_limit": "1000", + "examine": "A bunch of marigolds.", + "grand_exchange_price": "3326", + "durability": null, + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6010" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3326", + "durability": null, + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6011" + }, + { + "ge_buy_limit": "1000", + "examine": "A bunch of nasturtiums.", + "grand_exchange_price": "52", + "durability": null, + "name": "Nasturtiums", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6012" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "52", + "durability": null, + "name": "Nasturtiums", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6013" + }, + { + "ge_buy_limit": "1000", + "examine": "Some rosemary.", + "grand_exchange_price": "29", + "durability": null, + "name": "Rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6014" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "29", + "durability": null, + "name": "Rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6015" + }, + { + "ge_buy_limit": "10000", + "examine": "Don't prick yourself with this.", + "grand_exchange_price": "6990", + "durability": null, + "name": "Cactus spine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6016" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "6990", + "durability": null, + "name": "Cactus spine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6017" + }, + { + "ge_buy_limit": "10000", + "examine": "They look sweet and juicy, but only a fool would eat them.", + "grand_exchange_price": "399", + "durability": null, + "name": "Poison ivy berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6018" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "399", + "durability": null, + "name": "Poison ivy berries", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6019" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "152", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6020" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "152", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6021" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "27", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6022" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6023" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "21", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6024" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6025" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "7", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6026" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6027" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "11", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6028" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6029" + }, + { + "ge_buy_limit": "100", + "examine": "A pile of leaves.", + "grand_exchange_price": "4", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6030" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6031" + }, + { + "shop_price": "20", + "ge_buy_limit": "10000", + "examine": "Good for plants, helps them grow.", + "grand_exchange_price": "97", + "durability": null, + "name": "Compost", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6032" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "97", + "durability": null, + "name": "Compost", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6033" + }, + { + "ge_buy_limit": "10000", + "examine": "Super-good for the smallest or largest of plants.", + "grand_exchange_price": "909", + "durability": null, + "name": "Supercompost", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6034" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "909", + "durability": null, + "name": "Supercompost", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6035" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "Use this on plants to cure disease.", + "grand_exchange_price": "170", + "durability": null, + "name": "Plant cure", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6036" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "170", + "durability": null, + "name": "Plant cure", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6037" + }, + { + "ge_buy_limit": "100", + "examine": "I could use this to make jewellery.", + "grand_exchange_price": "1078", + "durability": null, + "name": "Magic string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6038" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1078", + "durability": null, + "name": "Magic string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6039" + }, + { + "destroy_message": "You will need to create a new amulet if you destroy this one.", + "examine": "An Amulet of Nature.", + "durability": null, + "name": "Amulet of nature", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6040", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "examine": "Strung with the root of a Magic Tree. If I enchant this it will become an amulet of nature.", + "grand_exchange_price": "1996", + "durability": null, + "name": "Pre-nature amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6041", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1996", + "durability": null, + "name": "Pre-nature amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6042" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of the Oak tree.", + "grand_exchange_price": "60", + "durability": null, + "name": "Oak roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6043" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60", + "durability": null, + "name": "Oak roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6044" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of the Willow tree.", + "grand_exchange_price": "41", + "durability": null, + "name": "Willow roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6045" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "durability": null, + "name": "Willow roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6046" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of the Maple tree.", + "grand_exchange_price": "40", + "durability": null, + "name": "Maple roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6047" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40", + "durability": null, + "name": "Maple roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6048" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of a yew tree", + "grand_exchange_price": "570", + "durability": null, + "name": "Yew roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6049" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "570", + "durability": null, + "name": "Yew roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6050" + }, + { + "ge_buy_limit": "100", + "examine": "The roots of a magic tree.", + "grand_exchange_price": "5853", + "durability": null, + "name": "Magic roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6051" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5853", + "durability": null, + "name": "Magic roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6052" + }, + { + "durability": null, + "name": "Spirit roots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6054" + }, + { + "shop_price": "1", + "examine": "A handful of weeds.", + "durability": null, + "name": "Weeds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6055" + }, + { + "durability": null, + "name": "Weeds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6056" + }, + { + "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", + "durability": null, + "name": "Hay sack", + "archery_ticket_price": "0", + "id": "6057" + }, + { + "examine": "A sack filled with hay. / This sack of hay has a bronze spear sticking through it.", + "durability": null, + "name": "Hay sack", + "archery_ticket_price": "0", + "id": "6058" + }, + { + "examine": "This should scare the birds.", + "durability": null, + "name": "Scarecrow", + "archery_ticket_price": "0", + "id": "6059" + }, + { + "durability": null, + "name": "Stool", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6060" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "134", + "durability": null, + "name": "Bronze bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6061", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "shop_price": "3", + "ge_buy_limit": "10000", + "examine": "Bronze crossbow bolts.", + "grand_exchange_price": "1162", + "durability": null, + "name": "Bronze bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6062", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,10", + "equipment_slot": "13" + }, + { + "examine": "How do I wash blood stains out?", + "durability": null, + "name": "Bloody mourner top", + "weight": "2.72", + "archery_ticket_price": "0", + "id": "6064" + }, + { + "remove_sleeves": "true", + "examine": "A thick heavy leather top.", + "durability": null, + "name": "Mourner top", + "archery_ticket_price": "0", + "id": "6065", + "equipment_slot": "4" + }, + { + "examine": "These are in need of a good tailor.", + "durability": null, + "name": "Mourner trousers", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6066" + }, + { + "examine": "A pair of mourner trousers.", + "durability": null, + "name": "Mourner trousers", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6067", + "equipment_slot": "7" + }, + { + "shop_price": "160", + "examine": "These will keep my hands warm.", + "durability": null, + "name": "Mourner gloves", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6068", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "160", + "examine": "Comfortable leather boots.", + "durability": null, + "name": "Mourner boots", + "weight": "1.36", + "archery_ticket_price": "0", + "id": "6069", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "A dull brown cape.", + "durability": null, + "name": "Mourner cloak", + "weight": "2.25", + "archery_ticket_price": "0", + "id": "6070", + "equipment_slot": "1" + }, + { + "shop_price": "160", + "examine": "A letter of recommendation.", + "durability": null, + "name": "Mourner letter", + "archery_ticket_price": "0", + "id": "6071" + }, + { + "examine": "A bar of soap taken from Tegid.", + "durability": null, + "name": "Tegid's soap", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6072" + }, + { + "examine": "A book on the history of Prifddinas.", + "durability": null, + "name": "Prifddinas' history", + "archery_ticket_price": "0", + "id": "6073" + }, + { + "examine": "A book on the exploration of the eastern realm.", + "durability": null, + "name": "Eastern discovery", + "archery_ticket_price": "0", + "id": "6075" + }, + { + "examine": "A book on the settlement of the eastern realm.", + "durability": null, + "name": "Eastern settlement", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6077" + }, + { + "examine": "A book about the great divide.", + "durability": null, + "name": "The great divide", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6079" + }, + { + "examine": "A strange broken device of gnomic design.", + "durability": null, + "name": "Broken device", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6081" + }, + { + "turn90cw_anim": "2319", + "examine": "A device for firing dye.", + "walk_anim": "2317", + "durability": null, + "weight": "4", + "turn90ccw_anim": "2320", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "20", + "turn180_anim": "2318", + "render_anim": "284", + "equipment_slot": "3", + "stand_anim": "2316", + "name": "Fixed device", + "run_anim": "2322", + "archery_ticket_price": "0", + "id": "6082", + "stand_turn_anim": "2321" + }, + { + "examine": "This key has seen a lot of use. (Mourning's Ends Part I)", + "durability": null, + "name": "Tarnished key", + "archery_ticket_price": "0", + "id": "6083" + }, + { + "examine": "A large pair of ogre bellows filled with red dye.", + "durability": null, + "name": "Red dye bellows", + "archery_ticket_price": "0", + "id": "6085" + }, + { + "examine": "A large pair of ogre bellows filled with blue dye.", + "durability": null, + "name": "Blue dye bellows", + "archery_ticket_price": "0", + "id": "6086" + }, + { + "examine": "A large pair of ogre bellows filled with yellow dye.", + "durability": null, + "name": "Yellow dye bellows", + "archery_ticket_price": "0", + "id": "6087" + }, + { + "examine": "A large pair of ogre bellows filled with green dye.", + "durability": null, + "name": "Green dye bellows", + "archery_ticket_price": "0", + "id": "6088" + }, + { + "examine": "A blue dye filled toad.", + "durability": null, + "name": "Blue toad", + "weight": "1", + "archery_ticket_price": "0", + "id": "6089" + }, + { + "examine": "A red dye filled toad.", + "durability": null, + "name": "Red toad", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "6090" + }, + { + "examine": "A yellow dye filled toad.", + "durability": null, + "name": "Yellow toad", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "6091" + }, + { + "examine": "A green dye filled toad.", + "durability": null, + "name": "Green toad", + "weight": "1", + "archery_ticket_price": "0", + "id": "6092" + }, + { + "examine": "A barrel full of rotten apples.", + "durability": null, + "name": "Rotten apples", + "weight": "17", + "archery_ticket_price": "0", + "id": "6093" + }, + { + "examine": "A barrel full of mushed apples.", + "durability": null, + "name": "Apple barrel", + "archery_ticket_price": "0", + "id": "6094" + }, + { + "examine": "A barrel full of rotten apples and naptha.", + "durability": null, + "name": "Naphtha apple mix", + "archery_ticket_price": "0", + "id": "6095" + }, + { + "examine": "A barrel full of toxic naphtha.", + "durability": null, + "name": "Toxic naphtha", + "weight": "32", + "archery_ticket_price": "0", + "id": "6096" + }, + { + "examine": "It's a sieve.", + "durability": null, + "name": "Sieve", + "archery_ticket_price": "0", + "id": "6097" + }, + { + "examine": "A pile of toxic powder.", + "durability": null, + "name": "Toxic powder", + "archery_ticket_price": "0", + "id": "6098" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (4)", + "archery_ticket_price": "0", + "id": "6099" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (3)", + "archery_ticket_price": "0", + "id": "6100" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (2)", + "archery_ticket_price": "0", + "id": "6101" + }, + { + "examine": "A tiny crystal enchanted to return the user to Lletya.", + "durability": null, + "name": "Teleport crystal (1)", + "archery_ticket_price": "0", + "id": "6102" + }, + { + "examine": "A tiny Elf crystal, I need to have this re-enchanted", + "durability": null, + "name": "Tiny elf crystal", + "archery_ticket_price": "0", + "id": "6103" + }, + { + "examine": "This key is newly cut. (Mourning's Ends Part II)", + "durability": null, + "name": "New key", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "6104" + }, + { + "examine": "They seem to be not quite of this world...", + "durability": null, + "name": "Ghostly boots", + "archery_ticket_price": "0", + "id": "6106", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "remove_sleeves": "true", + "examine": "Varies", + "durability": null, + "name": "Ghostly robe", + "archery_ticket_price": "0", + "id": "6107", + "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "Varies", + "durability": null, + "name": "Ghostly robe", + "archery_ticket_price": "0", + "id": "6108", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "A ghostly hood, fit for a ghostly head.", + "durability": null, + "name": "Ghostly hood", + "archery_ticket_price": "0", + "id": "6109", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "They seem to fade in and out of existence...", + "durability": null, + "name": "Ghostly gloves", + "archery_ticket_price": "0", + "id": "6110", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Made of a strange, ghostly material...", + "durability": null, + "name": "Ghostly cloak", + "archery_ticket_price": "0", + "id": "6111", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "destroy_message": "Return to the drunken dwarf's drunken relative to get your seeds back.", + "examine": "Kelda hop seeds can only be grown underground!", + "durability": null, + "name": "Kelda seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6112" + }, + { + "destroy_message": "Return to the Keldagrim palace gardener to get your hops back.", + "examine": "A handful of Kelda Hops.", + "durability": null, + "name": "Kelda hops", + "tradeable": "false", + "destroy": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "6113" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pint of bluish beer.", + "durability": null, + "name": "Kelda stout", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6118" + }, + { + "examine": "There is a strange [green/yellow] marking on this stone.", + "durability": null, + "name": "Square stone", + "weight": "1", + "archery_ticket_price": "0", + "id": "6119" + }, + { + "examine": "There is a strange [green/yellow] marking on this stone.", + "durability": null, + "name": "Square stone", + "weight": "1", + "archery_ticket_price": "0", + "id": "6120" + }, + { + "durability": null, + "name": "A chair", + "archery_ticket_price": "0", + "id": "6122", + "equipment_slot": "5" + }, + { + "shop_price": "1", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "25", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "6123", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Coconut milk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6124" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(2)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6125", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(3)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6126", + "equipment_slot": "3" + }, + { + "examine": "This will teleport me to Rellekka when I play it.", + "durability": null, + "name": "Enchanted lyre(4)", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6127", + "equipment_slot": "3" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21000", + "name": "Rock-shell helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6128", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,6,0,0,0,0" + }, + { + "lendable": "true", + "requirements": "{1,40}", + "remove_sleeves": "true", + "ge_buy_limit": "100", + "grand_exchange_price": "40600", + "durability": null, + "name": "Rock-shell plate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6129", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,30,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "Some tough leggings made from rock crab parts.", + "durability": null, + "weight": "9", + "absorb": "2,0,4", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "39400", + "name": "Rock-shell legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6130", + "bonuses": "0,0,0,-21,-7,51,49,47,-4,49,10,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "35800", + "name": "Spined helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6131", + "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35800", + "durability": null, + "name": "Spined helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6132" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "A constant reminder that I'm above a Dagannoth in the food chain.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "4386", + "name": "Spined body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6133", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4386", + "durability": null, + "name": "Spined body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6134" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "Stylish leg armour for rangers with a lingering smell of raw fish...", + "durability": null, + "weight": "5", + "absorb": "0,4,2", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "2132", + "name": "Spined chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6135", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2132", + "durability": null, + "name": "Spined chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6136" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Make your foes cower by wearing a skull as a helmet!", + "durability": null, + "weight": "1.3", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "29500", + "name": "Skeletal helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6137", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29500", + "durability": null, + "name": "Skeletal helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6138" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "The bones in this armour seems to vibrate with a magic quality...", + "durability": null, + "weight": "4.9", + "absorb": "6,3,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "27800", + "name": "Skeletal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6139", + "bonuses": "0,0,0,8,-10,35,25,42,15,0,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27800", + "durability": null, + "name": "Skeletal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6140" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "A superior set of strengthened slacks for any self respecting seer.", + "durability": null, + "weight": "4", + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "23600", + "name": "Skeletal bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6141", + "bonuses": "0,0,0,6,-7,22,20,24,10,0,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23600", + "durability": null, + "name": "Skeletal bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6142" + }, + { + "ge_buy_limit": "100", + "examine": "Some finely crafted Fremennik boots, made from spined dagannoth hide.", + "durability": null, + "weight": "3", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "1671", + "name": "Spined boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6143", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1671", + "durability": null, + "name": "Spined boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6144" + }, + { + "ge_buy_limit": "100", + "examine": "Some Fremennik boots, made from the shards of a rock crab's shell.", + "durability": null, + "weight": "3.1", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "756", + "name": "Rock-shell boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6145", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "756", + "durability": null, + "name": "Rock-shell boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6146" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Some finely crafted Fremennik boots, made from the bones of a Wallasalki.", + "grand_exchange_price": "4958", + "durability": null, + "name": "Skeletal boots", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6147", + "bonuses": "0,0,0,0,0,0,1,1,0,0,1,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4958", + "durability": null, + "name": "Skeletal boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6148" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from spined dagannoth hide.", + "grand_exchange_price": "955", + "durability": null, + "name": "Spined gloves", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6149", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "955", + "durability": null, + "name": "Spined gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6150" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from rock crab shell shards.", + "grand_exchange_price": "951", + "durability": null, + "name": "Rock-shell gloves", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6151", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "951", + "durability": null, + "name": "Rock-shell gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6152" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "Fremennik gloves stitched together from wallasalki bones fragments.", + "grand_exchange_price": "21800", + "durability": null, + "name": "Skeletal gloves", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6153", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21800", + "durability": null, + "name": "Skeletal gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6154" + }, + { + "ge_buy_limit": "500", + "examine": "A sturdy piece of dagannoth hide.", + "grand_exchange_price": "3978", + "durability": null, + "name": "Dagannoth hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6155" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "3978", + "durability": null, + "name": "Dagannoth hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6156" + }, + { + "ge_buy_limit": "100", + "examine": "A spherical chunk of rock-shell.", + "grand_exchange_price": "7371", + "durability": null, + "name": "Rock-shell chunk", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6157" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7371", + "durability": null, + "name": "Rock-shell chunk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6158" + }, + { + "ge_buy_limit": "100", + "examine": "A curved piece of rock-shell.", + "grand_exchange_price": "11300", + "durability": null, + "name": "Rock-shell shard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6159" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11300", + "durability": null, + "name": "Rock-shell shard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6160" + }, + { + "ge_buy_limit": "100", + "examine": "A slim piece of rock-shell.", + "grand_exchange_price": "16100", + "durability": null, + "name": "Rock-shell splinter", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6161" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16100", + "durability": null, + "name": "Rock-shell splinter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6162" + }, + { + "ge_buy_limit": "100", + "examine": "A fearsome looking skull.", + "grand_exchange_price": "9859", + "durability": null, + "name": "Skull piece", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6163" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9859", + "durability": null, + "name": "Skull piece", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6164" + }, + { + "ge_buy_limit": "100", + "examine": "A slightly damaged ribcage.", + "grand_exchange_price": "11300", + "durability": null, + "name": "Ribcage piece", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6165" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11300", + "durability": null, + "name": "Ribcage piece", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6166" + }, + { + "ge_buy_limit": "100", + "examine": "An interesting looking bone shard.", + "grand_exchange_price": "10300", + "durability": null, + "name": "Fibula piece", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6167" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10300", + "durability": null, + "name": "Fibula piece", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6168" + }, + { + "ge_buy_limit": "100", + "examine": "A toughened chunk of dagannoth hide.", + "grand_exchange_price": "23400", + "durability": null, + "name": "Circular hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6169" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23400", + "durability": null, + "name": "Circular hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6170" + }, + { + "ge_buy_limit": "100", + "examine": "A tattered chunk of dagannoth hide.", + "grand_exchange_price": "502", + "durability": null, + "name": "Flattened hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6171" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "502", + "durability": null, + "name": "Flattened hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6172" + }, + { + "ge_buy_limit": "100", + "examine": "A weathered chunk of dagannoth hide.", + "grand_exchange_price": "398", + "durability": null, + "name": "Stretched hide", + "tradeable": "true", + "weight": "3.1", + "archery_ticket_price": "0", + "id": "6173" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "398", + "durability": null, + "name": "Stretched hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6174" + }, + { + "durability": null, + "name": "Rock-shell helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6175" + }, + { + "examine": "A sturdy body armour made from rock crab pieces.", + "durability": null, + "name": "Rock-shell plate", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "9", + "id": "6176" + }, + { + "durability": null, + "name": "Rock-shell legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6177" + }, + { + "examine": "I need to cook this first.", + "durability": null, + "name": "Raw pheasant", + "weight": "10", + "archery_ticket_price": "0", + "id": "6178" + }, + { + "examine": "I need to cook this first.", + "durability": null, + "name": "Raw pheasant", + "weight": "10", + "archery_ticket_price": "0", + "id": "6179" + }, + { + "remove_sleeves": "true", + "examine": "A leather strapped top.", + "durability": null, + "name": "Lederhosen top", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6180", + "equipment_slot": "4" + }, + { + "examine": "Brown leather shorts with bright white socks?", + "durability": null, + "name": "Lederhosen shorts", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6181", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "A hat with a goat's hair attached.", + "durability": null, + "name": "Lederhosen hat", + "weight": "2", + "archery_ticket_price": "0", + "id": "6182", + "equipment_slot": "0" + }, + { + "examine": "I can use this at the Varrock clothes shop.", + "durability": null, + "name": "Frog token", + "archery_ticket_price": "0", + "id": "6183" + }, + { + "remove_sleeves": "true", + "examine": "Very posh!", + "durability": null, + "name": "Prince tunic", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "6184", + "equipment_slot": "4" + }, + { + "examine": "Very posh!", + "durability": null, + "name": "Prince leggings", + "weight": "2", + "archery_ticket_price": "0", + "id": "6185", + "equipment_slot": "7" + }, + { + "remove_sleeves": "true", + "examine": "Very posh!", + "durability": null, + "name": "Princess blouse", + "weight": "2", + "archery_ticket_price": "0", + "id": "6186", + "equipment_slot": "4" + }, + { + "examine": "Very posh!", + "durability": null, + "name": "Princess skirt", + "weight": "2", + "archery_ticket_price": "0", + "id": "6187", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "Now that's just silly.", + "durability": null, + "name": "Frog mask", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6188", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Could there be something valuable in here?", + "durability": null, + "name": "Mystery box", + "weight": "1", + "archery_ticket_price": "0", + "id": "6199", + "point_price": "2" + }, + { + "destroy_message": "A ghastly fish", + "examine": "A raw...fish? Is this a fish??", + "durability": null, + "name": "Raw fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6200" + }, + { + "examine": "Fish-tastic!", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "6201" + }, + { + "destroy_message": "A ghastly fish", + "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", + "durability": null, + "name": "Fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6202" + }, + { + "destroy_message": "A ghastly fish", + "examine": "A raw...fish? Is this a fish??", + "durability": null, + "name": "Raw fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6204" + }, + { + "destroy_message": "A ghastly fish", + "examine": "It's a fish-like thing that appears to already be cooked. It looks disgusting.", + "durability": null, + "name": "Fishlike thing", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6206" + }, + { + "examine": "It's an amulet of Man speak. It makes vague grunting noises.", + "durability": null, + "name": "Man speak amulet", + "archery_ticket_price": "0", + "id": "6208", + "equipment_slot": "2" + }, + { + "shop_price": "40", + "examine": "Useful for catching small fish.", + "grand_exchange_price": "433", + "durability": null, + "name": "Small fishing net", + "tradeable": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "6209" + }, + { + "ge_buy_limit": "1000", + "examine": "Teak logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "3365", + "durability": null, + "name": "Teak pyre logs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6211" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3365", + "durability": null, + "name": "Teak pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6212" + }, + { + "ge_buy_limit": "1000", + "examine": "Mahogany logs prepared with sacred oil for a funeral pyre.", + "grand_exchange_price": "3574", + "durability": null, + "name": "Mahogany pyre log", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "6213" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3574", + "durability": null, + "name": "Mahogany pyre log", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6214" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2007", + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6215", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2007", + "durability": null, + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6216" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6217", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6218" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6219", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6220" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6221", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6222" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6223", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6224" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6225", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6226" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6227", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6228" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6229", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6230" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6231", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6232" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6233", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6234" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2572", + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6235", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2572", + "durability": null, + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6236" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2200", + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6237", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2200", + "durability": null, + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6238" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6239", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6240" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6241", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6242" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6243", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6244" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6245", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6246" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6247", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6248" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6249", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6250" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6251", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6252" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6253", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6254" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6255", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6256" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2731", + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6257", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2731", + "durability": null, + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6258" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "1494", + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6259", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "attack_anims": "7060", + "ge_buy_limit": "100", + "grand_exchange_price": "1494", + "durability": null, + "name": "Broodoo shield (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6260" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6261", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6262" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6263", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6264" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6265", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6266" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6267", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6268" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6269", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6270" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6271", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6272" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6273", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6274" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6275", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6276" + }, + { + "requirements": "{1,25}-{6,25}", + "examine": "A scary broodoo shield.", + "grand_exchange_price": "1", + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "6277", + "absorb": "4,2,0", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0", + "equipment_slot": "5" + }, + { + "durability": null, + "name": "Broodoo shield (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6278" + }, + { + "requirements": "{1,25}-{6,25}", + "ge_buy_limit": "100", + "examine": "A scary broodoo shield.", + "durability": null, + "weight": "5.4", + "absorb": "4,2,0", + "equipment_slot": "5", + "grand_exchange_price": "2957", + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6279", + "bonuses": "0,0,0,3,-7,10,10,15,5,0,20,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2957", + "durability": null, + "name": "Broodoo shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6280" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden pole for use in primitive construction.", + "grand_exchange_price": "1", + "durability": null, + "name": "Thatch spar light", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6281", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Thatch spar light", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6282" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden pole for use in primitive construction.", + "grand_exchange_price": "2", + "durability": null, + "name": "Thatch spar med", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6283", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Thatch spar med", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6284" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden pole for use in primitive construction.", + "grand_exchange_price": "3", + "durability": null, + "name": "Thatch spar dense", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6285", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3", + "durability": null, + "name": "Thatch spar dense", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6286" + }, + { + "ge_buy_limit": "10000", + "examine": "Scaly but not slimy!", + "grand_exchange_price": "2084", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6287" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2084", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6288" + }, + { + "ge_buy_limit": "10000", + "examine": "Scaley but not slimy!", + "grand_exchange_price": "2019", + "durability": null, + "name": "Snakeskin", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6289" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2019", + "durability": null, + "name": "Snakeskin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6290" + }, + { + "ge_buy_limit": "1000", + "examine": "Its creeping days are over!", + "grand_exchange_price": "1949", + "durability": null, + "name": "Spider carcass", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "6291" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1949", + "durability": null, + "name": "Spider carcass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6292" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", + "grand_exchange_price": "207", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "6293" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "207", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6294" + }, + { + "shop_price": "40", + "ge_buy_limit": "1000", + "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", + "grand_exchange_price": "106", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6295" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "106", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6296" + }, + { + "shop_price": "50", + "ge_buy_limit": "1000", + "examine": "Raw: A raw spider threaded onto a skewer stick.Cooked: A nicely roasted spider threaded onto a skewer stick.", + "grand_exchange_price": "54", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "6297" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "54", + "durability": null, + "name": "Spider on stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6298" + }, + { + "shop_price": "40", + "ge_buy_limit": "1000", + "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", + "grand_exchange_price": "78", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6299" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "78", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6300" + }, + { + "durability": null, + "name": "Burnt spider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6302" + }, + { + "shop_price": "40", + "examine": "A raw spider threaded onto an arrow shaft. (Raw) A nicely roasted spider threaded onto an arrow shaft. (Cooked) A badly burnt spider threaded onto a charred arrow shaft. (Burnt)", + "grand_exchange_price": "106", + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6303" + }, + { + "durability": null, + "name": "Spider on shaft", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6304" + }, + { + "ge_buy_limit": "1000", + "examine": "A sharp pointed stick, quite resistant to fire.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skewer stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6305" + }, + { + "ge_buy_limit": "10000", + "examine": "Karamja currency.", + "grand_exchange_price": "2", + "durability": null, + "name": "Trading sticks", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6306" + }, + { + "ge_buy_limit": "100", + "examine": "Plant this in a herb patch to grow Goutweed.", + "grand_exchange_price": "6991", + "durability": null, + "name": "Gout tuber", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "6311" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6991", + "durability": null, + "name": "Gout tuber", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6312" + }, + { + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weight": "1.35", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "grand_exchange_price": "179", + "name": "Opal machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6313", + "bonuses": "0,8,-2,0,0,0,1,1,0,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "179", + "durability": null, + "name": "Opal machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6314" + }, + { + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "grand_exchange_price": "4473", + "name": "Jade machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6315", + "bonuses": "0,11,-2,0,0,0,1,1,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4473", + "durability": null, + "name": "Jade machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6316" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A jungle specific slashing device.", + "durability": null, + "weight": "1.3", + "attack_speed": "4", + "weapon_interface": "6", + "render_anim": "2554", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "8774", + "name": "Red topaz machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6317", + "bonuses": "0,16,-2,0,0,0,1,1,0,0,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8774", + "durability": null, + "name": "Red topaz machete", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6318" + }, + { + "ge_buy_limit": "100", + "examine": "A giant mosquito's proboscis: aerodynamic, sharp and pointy!", + "grand_exchange_price": "9733", + "durability": null, + "name": "Proboscis", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6319" + }, + { + "requirements": "{1,30}-{4,30}", + "shop_price": "1588", + "ge_buy_limit": "100", + "examine": "Made from 100% real snakeskin.", + "durability": null, + "weight": "10", + "absorb": "0,4,2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "23100", + "name": "Snakeskin body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6322", + "bonuses": "0,0,0,-5,12,25,28,32,15,35,30,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23100", + "durability": null, + "name": "Snakeskin body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6323" + }, + { + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "100", + "examine": "Made from 100% real snake.", + "durability": null, + "weight": "3.6", + "absorb": "0,3,1", + "equipment_slot": "7", + "grand_exchange_price": "702", + "name": "Snakeskin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6324", + "bonuses": "0,0,0,-5,6,8,8,10,4,10,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "702", + "durability": null, + "name": "Snakeskin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6325" + }, + { + "remove_head": "true", + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "100", + "examine": "Lightweight head protection.", + "durability": null, + "weight": "0.9", + "absorb": "0,2,1", + "equipment_slot": "0", + "grand_exchange_price": "871", + "name": "Snakeskin bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6326", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "871", + "durability": null, + "name": "Snakeskin bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6327" + }, + { + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "100", + "examine": "Made from snakes.", + "grand_exchange_price": "10800", + "durability": null, + "name": "Snakeskin boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "6328", + "bonuses": "0,0,0,-10,3,1,1,2,1,0,9,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10800", + "durability": null, + "name": "Snakeskin boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6329" + }, + { + "requirements": "{1,30}-{4,30}", + "ge_buy_limit": "10000", + "examine": "Made from 100% real snake.", + "grand_exchange_price": "914", + "durability": null, + "name": "Snakeskin v'brace", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6330", + "bonuses": "0,0,0,-5,6,2,2,2,1,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "914", + "durability": null, + "name": "Snakeskin v'brace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6331" + }, + { + "ge_buy_limit": "25000", + "examine": "Some well-cut mahogany logs.", + "grand_exchange_price": "503", + "durability": null, + "name": "Mahogany logs", + "tradeable": "true", + "weight": "1.33", + "archery_ticket_price": "0", + "id": "6332" + }, + { + "ge_buy_limit": "25000", + "examine": "Some well-cut teak logs.", + "grand_exchange_price": "92", + "durability": null, + "name": "Teak logs", + "tradeable": "true", + "weight": "1.35", + "archery_ticket_price": "0", + "id": "6333" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "92", + "durability": null, + "name": "Teak logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6334" + }, + { + "ge_buy_limit": "100", + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1306", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6335", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1306", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6336" + }, + { + "ge_buy_limit": "100", + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "997", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6337", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "997", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6338" + }, + { + "ge_buy_limit": "100", + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1018", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6339", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1018", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6340" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "3331", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6341", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3331", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6342" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "1382", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6343", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1382", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6344" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "2337", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6345", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2337", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6346" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A brown armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "734", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6347", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "734", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6348" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "2793", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6349", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2793", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6350" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "3171", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6351", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3171", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6352" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "1416", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6353", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1416", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6354" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "2785", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6355", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2785", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6356" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "944", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6357", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "944", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6358" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A blue armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "672", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6359", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "672", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6360" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "2484", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6361", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2484", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6362" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "499", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6363", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "499", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6364" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "2440", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6365", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2440", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6366" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "1479", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6367", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1479", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6368" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A yellow armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "823", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6369", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "823", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6370" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Local dress.", + "grand_exchange_price": "2683", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6371", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2683", + "durability": null, + "name": "Tribal top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6372" + }, + { + "shop_price": "250", + "ge_buy_limit": "100", + "examine": "A brightly coloured robe prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "331", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6373", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "331", + "durability": null, + "name": "Villager robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6374" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A brightly coloured hat prized by the Tai Bwo Wannai peoples.", + "grand_exchange_price": "3010", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6375", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3010", + "durability": null, + "name": "Villager hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6376" + }, + { + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "A brightly coloured pair of local sandals.", + "grand_exchange_price": "2310", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6377", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2310", + "durability": null, + "name": "Villager sandals", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6378" + }, + { + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A pink armband, as worn by the Tai Bwo Wannai locals.", + "grand_exchange_price": "1697", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6379", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1697", + "durability": null, + "name": "Villager armband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6380" + }, + { + "shop_price": "24", + "ge_buy_limit": "100", + "examine": "A fez hat. Juss like that.", + "grand_exchange_price": "690", + "durability": null, + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "6382", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "690", + "durability": null, + "name": "Fez", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6383" + }, + { + "remove_sleeves": "true", + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "grand_exchange_price": "649", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6384", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "649", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6385" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "Has a coarse hard wearing texture.", + "grand_exchange_price": "533", + "durability": null, + "name": "Desert robes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6386", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "533", + "durability": null, + "name": "Desert robes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6387" + }, + { + "remove_sleeves": "true", + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "A bit itchy.", + "grand_exchange_price": "1016", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6388", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1016", + "durability": null, + "name": "Desert top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6389" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "Better than factor 50 sun cream.", + "grand_exchange_price": "515", + "durability": null, + "name": "Desert legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6390", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "515", + "durability": null, + "name": "Desert legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6391" + }, + { + "remove_head": "true", + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Good for keeping the sun off my neck.", + "grand_exchange_price": "531", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6392", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "531", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6393" + }, + { + "remove_sleeves": "true", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "grand_exchange_price": "650", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6394", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "650", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6395" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool light Menaphite robe.", + "grand_exchange_price": "440", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6396", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "440", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6397" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Look at those nobbily knees.", + "grand_exchange_price": "246", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6398", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "246", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6399" + }, + { + "remove_head": "true", + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Good for keeping the sun off my neck.", + "grand_exchange_price": "484", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6400", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "484", + "durability": null, + "name": "Menap headgear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6401" + }, + { + "remove_sleeves": "true", + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Colourful.", + "grand_exchange_price": "557", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6402", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "557", + "durability": null, + "name": "Menaphite top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6403" + }, + { + "shop_price": "40", + "ge_buy_limit": "100", + "examine": "A cool light Menaphite robe.", + "grand_exchange_price": "449", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6404", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "449", + "durability": null, + "name": "Menaphite robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6405" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Look at those nobbily knees.", + "grand_exchange_price": "236", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6406", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "236", + "durability": null, + "name": "Menap action kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6407" + }, + { + "requirements": "{17,10}-{0,10}", + "shop_price": "400", + "ge_buy_limit": "100", + "examine": "An offensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "852", + "name": "Oak blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6408", + "bonuses": "0,0,4,0,0,0,0,0,0,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "852", + "durability": null, + "name": "Oak blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6409" + }, + { + "requirements": "{17,10}-{1,10}", + "ge_buy_limit": "100", + "examine": "An defensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "818", + "name": "Oak blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6410", + "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "818", + "durability": null, + "name": "Oak blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6411" + }, + { + "requirements": "{17,20}-{0,20}", + "ge_buy_limit": "100", + "examine": "An offensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "1418", + "name": "Willow blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6412", + "bonuses": "0,0,8,0,0,0,0,0,0,0,0,8,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1418", + "durability": null, + "name": "Willow blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6413" + }, + { + "requirements": "{17,20}-{1,20}", + "ge_buy_limit": "100", + "examine": "A defensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "1285", + "name": "Willow blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6414", + "bonuses": "0,0,0,0,0,0,0,8,0,0,0,8,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1285", + "durability": null, + "name": "Willow blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6415" + }, + { + "requirements": "{17,30}", + "shop_price": "1200", + "ge_buy_limit": "100", + "examine": "A solid bit of maple.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "10", + "defence_anim": "425", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1432", + "name": "Maple blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6416", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1432", + "durability": null, + "name": "Maple blackjack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6417" + }, + { + "requirements": "{17,30}-{0,30}", + "shop_price": "1600", + "ge_buy_limit": "100", + "examine": "An offensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "2079", + "name": "Maple blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6418", + "bonuses": "0,0,24,0,0,0,0,0,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2079", + "durability": null, + "name": "Maple blackjack(o)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6419" + }, + { + "requirements": "{17,30}-{1,30}", + "shop_price": "952", + "ge_buy_limit": "100", + "examine": "A defensive blackjack.", + "durability": null, + "weight": "1", + "attack_speed": "4", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "2407", + "name": "Maple blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6420", + "bonuses": "0,0,0,0,0,0,0,24,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2407", + "durability": null, + "name": "Maple blackjack(d)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6421" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "9", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6422" + }, + { + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6423" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6424" + }, + { + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6425" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "7", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6426" + }, + { + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6427" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "16", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6428" + }, + { + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6429" + }, + { + "shop_price": "140", + "examine": "Used for small missile spells.", + "grand_exchange_price": "65", + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6430" + }, + { + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6431" + }, + { + "shop_price": "310", + "examine": "Used for medium missile spells.", + "grand_exchange_price": "399", + "durability": null, + "name": "Death rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6432" + }, + { + "durability": null, + "name": "Death rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6433" + }, + { + "shop_price": "378", + "examine": "Used for teleport spells.", + "grand_exchange_price": "277", + "durability": null, + "name": "Law rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6434" + }, + { + "durability": null, + "name": "Law rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6435" + }, + { + "shop_price": "17", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "6", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6436" + }, + { + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6437" + }, + { + "shop_price": "16", + "examine": "Used for Curse spells", + "grand_exchange_price": "6", + "durability": null, + "name": "Body rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6438" + }, + { + "durability": null, + "name": "Body rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6439" + }, + { + "examine": "A spadeful of refined coal.", + "durability": null, + "name": "Spadeful of coke", + "weight": "2", + "archery_ticket_price": "0", + "id": "6448" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A white rosebush seed.", + "durability": null, + "name": "White rose seed", + "tradeable": "false", + "destroy": "true", + "weight": "28.928", + "archery_ticket_price": "0", + "id": "6453" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A red rosebush seed.", + "durability": null, + "name": "Red rose seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6454" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pink rosebush seed.", + "durability": null, + "name": "Pink rose seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6455" + }, + { + "destroy_message": "You can get some more Burthorpe vine seeds from Berald in Taverly.", + "examine": "A grapevine seed.", + "durability": null, + "name": "Vine seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6456" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A delphinium seed.", + "durability": null, + "name": "Delphinium seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6457" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A snowdrop seed.", + "durability": null, + "name": "Snowdrop seed", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6460" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", + "durability": null, + "name": "White tree shoot", + "archery_ticket_price": "0", + "id": "6461" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", + "durability": null, + "name": "White tree shoot", + "archery_ticket_price": "0", + "id": "6462" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Shoot: A shoot that has been cut from a dying White Tree.Plant pot: A young White Tree sapling.Plant pot after watering: This shoot from a White Tree has been watered and will soon grow.", + "durability": null, + "name": "White tree shoot", + "archery_ticket_price": "0", + "id": "6463" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A young White Tree sapling", + "durability": null, + "name": "White tree sapling", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "6464" + }, + { + "destroy_message": "Another can be received from pickpocketing Dr. Fenkenstrain in the tower.", + "examine": "The power within this ring has been activated.", + "durability": null, + "name": "Ring of charos(a)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6465", + "equipment_slot": "12" + }, + { + "examine": "A rune essence chip that has been broken into shards.", + "durability": null, + "name": "Rune shards", + "archery_ticket_price": "0", + "id": "6466" + }, + { + "examine": "Crushed rune essence.", + "durability": null, + "name": "Rune dust", + "archery_ticket_price": "0", + "id": "6467" + }, + { + "shop_price": "25", + "examine": "Use this on plants to cure disease.", + "grand_exchange_price": "199", + "durability": null, + "name": "Plant cure", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6468" + }, + { + "examine": "Looks delicious.", + "durability": null, + "name": "White tree fruit", + "archery_ticket_price": "0", + "id": "6469" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "11500", + "durability": null, + "name": "Compost potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6470" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11500", + "durability": null, + "name": "Compost potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6471" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "6804", + "durability": null, + "name": "Compost potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6472" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6804", + "durability": null, + "name": "Compost potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6473" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "3338", + "durability": null, + "name": "Compost potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6474" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3338", + "durability": null, + "name": "Compost potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6475" + }, + { + "ge_buy_limit": "100", + "examine": "Pour this onto compost to make it into super-compost.", + "grand_exchange_price": "1734", + "durability": null, + "name": "Compost potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6476" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1734", + "durability": null, + "name": "Compost potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6477" + }, + { + "destroy_message": "You can get another one from Queen Ellamaria", + "examine": "I can use this to move heavy objects. (or) An empty trolley.", + "durability": null, + "name": "Trolley", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "6478" + }, + { + "destroy_message": "You can get another list from Queen Ellamaria in Varrock", + "examine": "A list of things that I must collect for Queen Ellamaria.", + "durability": null, + "name": "List", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6479" + }, + { + "requirements": "{4,60}", + "shop_price": "375", + "ge_buy_limit": "100", + "examine": "A razor sharp ring of obsidian.", + "durability": null, + "tokkul_price": "375", + "attack_speed": "4", + "weapon_interface": "18", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "2614,2614,2614,2614", + "grand_exchange_price": "340", + "name": "Toktz-xil-ul", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6522", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,49" + }, + { + "requirements": "{0,60}", + "shop_price": "60000", + "ge_buy_limit": "10", + "examine": "A razor sharp sword of obsidian.", + "durability": null, + "tokkul_price": "60000", + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "5", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "30200", + "name": "Toktz-xil-ak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6523", + "bonuses": "47,38,-2,0,0,2,3,0,0,0,0,49,0,0,0" + }, + { + "requirements": "{1,60}", + "shop_price": "67500", + "ge_buy_limit": "10", + "examine": "A spiked shield of Obsidian.", + "durability": null, + "tokkul_price": "67500", + "weight": "3.6", + "absorb": "5,0,11", + "equipment_slot": "5", + "grand_exchange_price": "34700", + "name": "Toktz-ket-xil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6524", + "bonuses": "0,0,0,-12,-8,40,42,38,0,65,60,5,0,0,0" + }, + { + "requirements": "{0,60}", + "shop_price": "37500", + "ge_buy_limit": "10", + "examine": "A large knife of Obsidian.", + "durability": null, + "tokkul_price": "37500", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "6", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "16900", + "name": "Toktz-xil-ek", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6525", + "bonuses": "16,48,0,0,0,0,0,0,0,0,0,39,0,0,0" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "A staff of obsidian.", + "walk_anim": "1205", + "tokkul_price": "52500", + "turn90ccw_anim": "1208", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "26300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6526", + "stand_turn_anim": "1209", + "bonuses": "15,-1,55,15,0,10,15,5,15,0,0,55,5,0,0", + "requirements": "{0,60}-{6,60}", + "shop_price": "52500", + "durability": null, + "weight": "1", + "weapon_interface": "1", + "render_anim": "28", + "name": "Toktz-mej-tal" + }, + { + "requirements": "{0,60}", + "shop_price": "45000", + "ge_buy_limit": "10", + "examine": "A mace of obsidian.", + "durability": null, + "tokkul_price": "45000", + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "10", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "22600", + "name": "Tzhaar-ket-em", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6527", + "bonuses": "-4,-4,62,0,0,0,0,0,0,0,0,56,0,0,0" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1663", + "examine": "A maul of obsidian.", + "walk_anim": "1663", + "tokkul_price": "75000", + "turn90ccw_anim": "1663", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1663", + "defence_anim": "1666", + "equipment_slot": "3", + "attack_anims": "2661,2661,2661,2661", + "grand_exchange_price": "31000", + "stand_anim": "1662", + "tradeable": "true", + "run_anim": "1664", + "archery_ticket_price": "0", + "id": "6528", + "stand_turn_anim": "823", + "bonuses": "0,0,80,-4,0,0,0,0,0,0,0,85,0,0,0", + "requirements": "{2,60}", + "shop_price": "75000", + "durability": null, + "weight": "3.6", + "weapon_interface": "10", + "render_anim": "27", + "attack_audios": "2520,0,0,0", + "name": "Tzhaar-ket-om" + }, + { + "examine": "It's a Token of some kind made from Obsidian.", + "durability": null, + "name": "Tokkul", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "6529" + }, + { + "durability": null, + "name": "Toktz-xil-ak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6535" + }, + { + "durability": null, + "name": "Toktz-ket-xil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6536" + }, + { + "durability": null, + "name": "Toktz-xil-ek", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6537" + }, + { + "durability": null, + "name": "Toktz-mej-tal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6538" + }, + { + "durability": null, + "name": "Tzhaar-ket-em", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6539" + }, + { + "durability": null, + "name": "Tzhaar-ket-om", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6540" + }, + { + "destroy_message": "You can get a replacement mouse toy by speaking to Bob, the Jagex cat.", + "examine": "An Advanced Combat Training Device.", + "durability": null, + "name": "Mouse toy", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6541", + "weapon_interface": "12", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "You will not get a replacement for the present. Open it for your reward.", + "examine": "Thanks for all your help! Love, Bob & Neite.", + "durability": null, + "name": "Present", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6542" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6543" + }, + { + "destroy_message": "You can get another Amulet of Catspeak from the Sphinx in Sophanem.", + "examine": "It's an amulet of cat speak. It makes vague purring noises.", + "durability": null, + "name": "Catspeak amulet(e)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6544", + "equipment_slot": "2" + }, + { + "destroy_message": "You have completed the chores; you can safely destroy the list.", + "examine": "A list of chores that Bob gave you to do.", + "durability": null, + "name": "Chores", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6545" + }, + { + "destroy_message": "You found the recipe in Unferth's bookcase, which is in his Burthorpe house, you will be able to get a replacement.", + "examine": "It says on the back 'My favourite recipe.", + "durability": null, + "name": "Recipe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6546" + }, + { + "destroy_message": "You can get another Doctor's hat from the Apothecary in Varrock.", + "examine": "A mirror helps reflect light on the subject.", + "durability": null, + "name": "Doctors hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6547", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another Nurse's hat from the Apothecary in Varrock.", + "examine": "A nurse's hat, but does it have healing powers?", + "durability": null, + "name": "Nurse hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6548", + "equipment_slot": "0" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6549" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6550" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6551" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6552" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6553" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Lazy cat", + "archery_ticket_price": "0", + "id": "6554" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6555" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6556" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6557" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6558" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6559" + }, + { + "examine": "Inventory: Wild. (wily)Lethargic. (lazy)", + "durability": null, + "name": "Wily cat", + "archery_ticket_price": "0", + "id": "6560" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "368700", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6562", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2.2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mud battlestaff" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "423100", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6563", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "shop_price": "40000", + "durability": null, + "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.", + "grand_exchange_price": "6609743", + "durability": null, + "name": "Onyx ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6564" + }, + { + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "4501000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6565" + }, + { + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "9058124", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6566" + }, + { + "shop_price": "90000", + "ge_buy_limit": "100", + "examine": "A cape woven of obsidian plates.", + "durability": null, + "tokkul_price": "90000", + "weight": "1.8", + "equipment_slot": "1", + "lendable": "true", + "grand_exchange_price": "42000", + "name": "Obsidian cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6568", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "42000", + "durability": null, + "name": "Obsidian cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6569" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6570", + "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "2700000", + "ge_buy_limit": "100", + "examine": "An uncut onyx.", + "grand_exchange_price": "10700000", + "tokkul_price": "300000", + "durability": null, + "name": "Uncut onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6571" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10700000", + "durability": null, + "name": "Uncut onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6572" + }, + { + "ge_buy_limit": "100", + "examine": "This looks valuable.", + "grand_exchange_price": "10700000", + "durability": null, + "name": "Onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6573" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10700000", + "durability": null, + "name": "Onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6574" + }, + { + "ge_buy_limit": "100", + "examine": "A valuable ring.", + "grand_exchange_price": "11900000", + "durability": null, + "name": "Onyx ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6575", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11900000", + "durability": null, + "name": "Onyx ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6576" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "4500000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6577", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4500000", + "durability": null, + "name": "Onyx necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6578" + }, + { + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "9058124", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6579" + }, + { + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6580" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if I can get this enchanted.", + "grand_exchange_price": "10900000", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6581", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10900000", + "durability": null, + "name": "Onyx amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6582" + }, + { + "ge_buy_limit": "100", + "examine": "An enchanted ring.", + "grand_exchange_price": "803700", + "durability": null, + "name": "Ring of stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6583", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "803700", + "durability": null, + "name": "Ring of stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6584" + }, + { + "lendable": "true", + "ge_buy_limit": "100", + "examine": "A very powerful onyx amulet.", + "grand_exchange_price": "9200000", + "durability": null, + "name": "Amulet of fury", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6585", + "bonuses": "10,10,10,10,10,15,15,15,15,15,15,8,5,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9200000", + "durability": null, + "name": "Amulet of fury", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6586" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "360", + "ge_buy_limit": "100", + "examine": "A set of fighting claws.", + "durability": null, + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "equip_audio": "1003", + "render_anim": "2583", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,390,390", + "grand_exchange_price": "1013", + "attack_audios": "2548,2548,2548,2548", + "name": "White claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6587", + "bonuses": "10,14,-4,0,0,4,7,2,0,0,0,14,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1013", + "durability": null, + "name": "White claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6588" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "1248", + "ge_buy_limit": "100", + "examine": "A vicious looking axe.", + "durability": null, + "weight": "2.7", + "attack_speed": "6", + "weapon_interface": "2", + "equip_audio": "2232", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,401,395", + "grand_exchange_price": "1459", + "attack_audios": "2498,2498,2497,2498", + "name": "White battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6589", + "bonuses": "-2,20,15,0,0,0,0,0,0,-1,0,24,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1459", + "durability": null, + "name": "White battleaxe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6590" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "479", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6591", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "479", + "durability": null, + "name": "White dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6592" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "497", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6593", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "497", + "durability": null, + "name": "White dagger(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6594" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "982", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6595", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "982", + "durability": null, + "name": "White dagger(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6596" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "240", + "ge_buy_limit": "100", + "examine": "A vicious white dagger.", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3", + "grand_exchange_price": "8422", + "attack_audios": "2517,2517,2500,2517", + "name": "White dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6597", + "bonuses": "10,5,-4,1,0,0,0,0,1,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8422", + "durability": null, + "name": "White dagger(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6598" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A white halberd.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "430", + "equipment_slot": "3", + "attack_anims": "440,440,412,440", + "grand_exchange_price": "1834", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6599", + "stand_turn_anim": "1209", + "bonuses": "19,25,0,-4,0,-1,2,3,0,0,0,20,1,0,0", + "requirements": "{0,10}-{2,5}", + "shop_price": "1920", + "durability": null, + "weight": "3.1", + "weapon_interface": "15", + "equip_audio": "2247", + "render_anim": "28", + "name": "White halberd" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1834", + "durability": null, + "name": "White halberd", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6600" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "432", + "ge_buy_limit": "100", + "examine": "A spiky mace.", + "durability": null, + "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", + "id": "6601", + "bonuses": "8,-2,16,0,0,0,0,0,0,0,0,13,3,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "481", + "durability": null, + "name": "White mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6602" + }, + { + "requirements": "{0,10}-{5,10}", + "ge_buy_limit": "100", + "shop_price": "200", + "turn90cw_anim": "1207", + "examine": "A Magical staff.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "650", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "tradeable": "true", + "name": "White magic staff", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6603", + "stand_turn_anim": "1209", + "bonuses": "2,-1,10,10,0,2,3,1,10,0,0,7,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "650", + "durability": null, + "name": "White magic staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6604" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A razor sharp sword.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "grand_exchange_price": "1187", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "6605", + "stand_turn_anim": "823", + "bonuses": "14,10,-2,0,0,0,2,1,0,0,0,12,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "624", + "durability": null, + "weight": "1.8", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "1381", + "name": "White sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1187", + "durability": null, + "name": "White sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6606" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A razor sharp longsword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "2060", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "6607", + "stand_turn_anim": "823", + "bonuses": "13,18,-2,0,0,0,3,2,0,0,0,16,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "960", + "durability": null, + "weight": "1.8", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "name": "White longsword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2060", + "durability": null, + "name": "White longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6608" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "7044", + "examine": "A two handed sword.", + "walk_anim": "7046", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "4029", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "6609", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,26,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "1920", + "durability": null, + "weight": "3.6", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "attack_audios": "2503,0,2504,0", + "name": "White 2h sword" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4029", + "durability": null, + "name": "White 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6610" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A vicious, curved sword.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "820", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "1404", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "6611", + "stand_turn_anim": "823", + "bonuses": "4,19,-2,0,0,0,1,0,0,0,0,14,1,0,0", + "requirements": "{0,10}-{5,10}", + "shop_price": "768", + "durability": null, + "weight": "1", + "weapon_interface": "6", + "equip_audio": "2248", + "render_anim": "1", + "attack_audios": "2500,0,2517,0", + "name": "White scimitar" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1404", + "durability": null, + "name": "White scimitar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6612" + }, + { + "requirements": "{0,10}-{5,10}", + "shop_price": "980", + "ge_buy_limit": "100", + "examine": "I don't think it's intended for joinery.", + "durability": null, + "weight": "1.8", + "attack_speed": "6", + "weapon_interface": "10", + "equip_audio": "2233", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "1178", + "attack_audios": "2504,0,0,0", + "name": "White warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6613", + "bonuses": "-4,-4,22,-4,0,0,0,0,0,0,0,19,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1178", + "durability": null, + "name": "White warhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6614" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1440", + "ge_buy_limit": "100", + "examine": "A series of connected metal rings.", + "durability": null, + "weight": "6.8", + "absorb": "1,0,2", + "equipment_slot": "4", + "grand_exchange_price": "788", + "name": "White chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6615", + "bonuses": "0,0,0,-15,0,22,32,39,-3,24,10,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "788", + "durability": null, + "name": "White chainbody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6616" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "3840", + "ge_buy_limit": "100", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.9", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5837", + "name": "White platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6617", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,10,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5837", + "durability": null, + "name": "White platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6618" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "576", + "ge_buy_limit": "100", + "examine": "These will protect my feet.", + "durability": null, + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "1016", + "name": "White boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6619", + "bonuses": "0,0,0,-3,-1,7,8,9,0,0,7,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1016", + "durability": null, + "name": "White boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6620" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{5,10}", + "shop_price": "576", + "ge_buy_limit": "100", + "examine": "A medium sized helmet.", + "durability": null, + "weight": "1.9", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "853", + "name": "White med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6621", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,4,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "853", + "durability": null, + "name": "White med helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6622" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{5,10}", + "shop_price": "1056", + "ge_buy_limit": "100", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "2624", + "name": "White full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6623", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2624", + "durability": null, + "name": "White full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6624" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1920", + "ge_buy_limit": "100", + "examine": "Big, white and heavy looking.", + "durability": null, + "weight": "9", + "equipment_slot": "7", + "grand_exchange_price": "2115", + "name": "White platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6625", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2115", + "durability": null, + "name": "White platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6626" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1920", + "ge_buy_limit": "100", + "examine": "Big, white, and heavy looking.", + "durability": null, + "weight": "8.1", + "equipment_slot": "7", + "grand_exchange_price": "2000", + "name": "White plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6627", + "bonuses": "0,0,0,-21,-7,21,20,19,-4,20,3,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2000", + "durability": null, + "name": "White plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6628" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "These will keep my hands warm!", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "2036", + "name": "White gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6629", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2036", + "durability": null, + "name": "White gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6630" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1152", + "ge_buy_limit": "100", + "examine": "A medium square shield.", + "durability": null, + "weight": "3.6", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "1360", + "name": "White sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6631", + "bonuses": "0,0,0,-6,-2,15,16,14,0,15,9,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1360", + "durability": null, + "name": "White sq shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6632" + }, + { + "requirements": "{1,10}-{5,10}", + "shop_price": "1632", + "ge_buy_limit": "100", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "1,0,2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "2390", + "name": "White kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6633", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,1,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2390", + "durability": null, + "name": "White kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6634" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A Temple Knight Communication Orb. Top Secret! / Use this to stay in touch with Korasi and Jessika. (A Void Dance version) / Tyr's commorb, given to him by Sir Tiffy. (Tyr's commorb)", + "durability": null, + "name": "Commorb", + "weight": "1", + "archery_ticket_price": "0", + "id": "6635" + }, + { + "examine": "Proof that I have defeated the evil mage Solus.", + "durability": null, + "name": "Solus's hat", + "archery_ticket_price": "0", + "id": "6636" + }, + { + "examine": "From a darker dimension.", + "durability": null, + "name": "Dark beast", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "6637" + }, + { + "examine": "A key to the nature of light itself. (Mourning's Ends Part II)", + "durability": null, + "name": "Colour wheel", + "archery_ticket_price": "0", + "id": "6638" + }, + { + "destroy_message": "Resetting the light maze will generate a new mirror.", + "examine": "A small hand mirror.", + "durability": null, + "name": "Hand mirror", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6639" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A yellow crystal.", + "durability": null, + "name": "Yellow crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6641" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A cyan crystal.", + "durability": null, + "name": "Cyan crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6643" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A blue crystal.", + "durability": null, + "name": "Blue crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6644" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A fractured crystal, one of the edges is clear.", + "durability": null, + "name": "Fractured crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6646" + }, + { + "destroy_message": "Resetting the light maze will generate a new crystal.", + "examine": "A fractured crystal, one of the edges is clear.", + "durability": null, + "name": "Fractured crystal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6647" + }, + { + "destroy_message": "You can obtain another list from Thorgel.", + "examine": "It's a list of items I need to collect.", + "durability": null, + "name": "Item list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6648" + }, + { + "examine": "The journal of Nissyen Edern.", + "durability": null, + "name": "Edern's journal", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6649" + }, + { + "examine": "A blackened crystal sample.", + "durability": null, + "name": "Blackened crystal", + "archery_ticket_price": "0", + "id": "6650" + }, + { + "examine": "A newly formed crystal / A warm energy radiates from this crystal.", + "durability": null, + "name": "Newly made crystal", + "archery_ticket_price": "0", + "id": "6651" + }, + { + "examine": "A newly formed crystal / A warm energy radiates from this crystal.", + "durability": null, + "name": "Newly made crystal", + "archery_ticket_price": "0", + "id": "6652" + }, + { + "destroy_message": "You can get another Crystal trinket from Arianwyn in Lletya.", + "examine": "A small Crystal trinket.", + "durability": null, + "name": "Crystal trinket", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6653" + }, + { + "remove_sleeves": "true", + "examine": "Examine what?", + "durability": null, + "name": "Camo top", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "6654", + "equipment_slot": "4" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo bottoms", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6655", + "equipment_slot": "7" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo helmet", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6656", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "Examine what?", + "durability": null, + "name": "Camo top", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "6657", + "equipment_slot": "4" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo bottoms", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6658", + "equipment_slot": "7" + }, + { + "examine": "Examine what?", + "durability": null, + "name": "Camo helmet", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "6659", + "equipment_slot": "0" + }, + { + "shop_price": "60", + "examine": "The jar keeps shaking... I'm scared.", + "durability": null, + "name": "Fishing explosive", + "archery_ticket_price": "0", + "id": "6660" + }, + { + "examine": "An angry Ogre in a funny hat.", + "durability": null, + "name": "Mogre", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "6661" + }, + { + "examine": "This fishing rod seems to have been bitten in half.", + "durability": null, + "name": "Broken fishing rod", + "archery_ticket_price": "0", + "id": "6662" + }, + { + "examine": "It seems someone vacated this boot in a hurry.", + "durability": null, + "name": "Forlorn boot", + "archery_ticket_price": "0", + "id": "6663" + }, + { + "requirements": "{18,32}", + "shop_price": "60", + "examine": "The jar keeps shaking... I'm scared.", + "durability": null, + "name": "Fishing explosive", + "archery_ticket_price": "0", + "id": "6664" + }, + { + "examine": "Fishy, damp and smelly.", + "durability": null, + "name": "Mudskipper hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "6665", + "equipment_slot": "0" + }, + { + "examine": "Strangely uncomfortable flippers.", + "durability": null, + "name": "Flippers", + "weight": "2", + "archery_ticket_price": "0", + "id": "6666", + "bonuses": "-2,-2,-2,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "10000", + "examine": "An empty fishbowl.", + "grand_exchange_price": "431", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "6667" + }, + { + "examine": "A fishless fishbowl.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6668" + }, + { + "examine": "A fishless fishbowl with some seaweed.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6669" + }, + { + "examine": "A fishbowl with a Tiny Bluefish in it.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6670" + }, + { + "examine": "A fishbowl with a Tiny Greenfish in it.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6671" + }, + { + "examine": "A fishbowl with a Tiny Spinefish in it.", + "grand_exchange_price": "619", + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "weight": "2.3", + "archery_ticket_price": "0", + "id": "6672" + }, + { + "examine": "An empty fishbowl in a net.", + "durability": null, + "name": "Fishbowl and net", + "weight": "2", + "archery_ticket_price": "0", + "id": "6673" + }, + { + "shop_price": "10", + "examine": "A tiny net for grabbing tiny fish.", + "durability": null, + "name": "Tiny net", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6674" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.", + "durability": null, + "name": "An empty box", + "archery_ticket_price": "0", + "id": "6675" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", + "durability": null, + "name": "Guam in a box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6677" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Guam Leaf...", + "durability": null, + "name": "Guam in a box?", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6678" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", + "durability": null, + "name": "Seaweed in a box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6679" + }, + { + "examine": "'Ingredients: Ground Guam and Ground Seaweed.' Well, I have the Seaweed...", + "durability": null, + "name": "Seaweed in a box?", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6680" + }, + { + "ge_buy_limit": "100", + "examine": "One of the ingredients for making fish food.", + "grand_exchange_price": "1", + "durability": null, + "name": "Ground guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6681" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Ground guam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6682" + }, + { + "ge_buy_limit": "100", + "examine": "One of the ingredients for making fish food.", + "grand_exchange_price": "14", + "durability": null, + "name": "Ground seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6683" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14", + "durability": null, + "name": "Ground seaweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6684" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "15300", + "durability": null, + "name": "Saradomin brew(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6685" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "15300", + "durability": null, + "name": "Saradomin brew(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6686" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "11400", + "durability": null, + "name": "Saradomin brew(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6687" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "11400", + "durability": null, + "name": "Saradomin brew(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6688" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "7566", + "durability": null, + "name": "Saradomin brew(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6689" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7566", + "durability": null, + "name": "Saradomin brew(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6690" + }, + { + "ge_buy_limit": "1000", + "examine": "A Saradomin Brew.", + "grand_exchange_price": "3783", + "durability": null, + "name": "Saradomin brew(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6691" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3783", + "durability": null, + "name": "Saradomin brew(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6692" + }, + { + "ge_buy_limit": "10000", + "examine": "It's a crushed bird's nest.", + "grand_exchange_price": "10500", + "durability": null, + "name": "Crushed nest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6693" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "10500", + "durability": null, + "name": "Crushed nest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6694" + }, + { + "examine": "\"A cold-blooded creature, partial to warmth.", + "durability": null, + "name": "Desert lizard", + "archery_ticket_price": "0", + "id": "6695" + }, + { + "requirements": "{22,18}", + "shop_price": "1", + "examine": "Contains ice-cold water.", + "durability": null, + "name": "Ice cooler", + "archery_ticket_price": "0", + "id": "6696" + }, + { + "shop_price": "5", + "ge_buy_limit": "10000", + "examine": "A pat of freshly churned butter.", + "grand_exchange_price": "405", + "durability": null, + "name": "Pat of butter", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "6697" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "405", + "durability": null, + "name": "Pat of butter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6698" + }, + { + "durability": null, + "name": "Burnt potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6700" + }, + { + "ge_buy_limit": "1000", + "examine": "It'd taste even better with some toppings.", + "grand_exchange_price": "326", + "durability": null, + "name": "Baked potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6701" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "326", + "durability": null, + "name": "Baked potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6702" + }, + { + "ge_buy_limit": "1000", + "examine": "A baked potato with butter.", + "grand_exchange_price": "745", + "durability": null, + "name": "Potato with butter", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6703" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "745", + "durability": null, + "name": "Potato with butter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6704" + }, + { + "shop_price": "350", + "ge_buy_limit": "10000", + "examine": "A baked potato with butter and cheese.", + "grand_exchange_price": "604", + "durability": null, + "name": "Potato with cheese", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6705" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "604", + "durability": null, + "name": "Potato with cheese", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6706" + }, + { + "examine": "An amulet of Camel-speak. It makes vague braying noises.", + "durability": null, + "name": "Camulet", + "archery_ticket_price": "0", + "id": "6707", + "equipment_slot": "2" + }, + { + "shop_price": "200", + "examine": "Especially good against diseased arachnids.", + "durability": null, + "name": "Slayer gloves", + "archery_ticket_price": "0", + "id": "6708", + "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0" + }, + { + "examine": "A bunch of legs, eyes and teeth.", + "durability": null, + "name": "Fever spider", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "6709" + }, + { + "examine": "A blindweed seed - plant in a Blindweed patch.", + "durability": null, + "name": "Blindweed seed", + "archery_ticket_price": "0", + "id": "6710" + }, + { + "examine": "An inedible, foul smelling herb.", + "durability": null, + "name": "Blindweed", + "archery_ticket_price": "0", + "id": "6711" + }, + { + "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6712" + }, + { + "examine": "A heavy metal wrench.", + "durability": null, + "name": "Wrench", + "archery_ticket_price": "0", + "id": "6713" + }, + { + "examine": "A shining paragon of wrenchly virtue.", + "durability": null, + "name": "Holy wrench", + "archery_ticket_price": "0", + "id": "6714" + }, + { + "examine": "They look at you balefully. 'Feed us...", + "durability": null, + "name": "Sluglings", + "archery_ticket_price": "0", + "id": "6715" + }, + { + "examine": "A sinister looking squid.", + "durability": null, + "name": "Karamthulhu", + "archery_ticket_price": "0", + "id": "6716" + }, + { + "examine": "A sinister looking squid.", + "durability": null, + "name": "Karamthulhu", + "archery_ticket_price": "0", + "id": "6717" + }, + { + "examine": "A diseased deceased Fever Spider. Handle with care.", + "durability": null, + "name": "Fever spider body", + "archery_ticket_price": "0", + "id": "6718" + }, + { + "examine": "Sorry, I mean a bucket of 'rum'.", + "durability": null, + "name": "Unsanitary swill", + "archery_ticket_price": "0", + "id": "6719" + }, + { + "requirements": "{18,42}", + "shop_price": "200", + "examine": "Especially good against diseased arachnids.", + "durability": null, + "name": "Slayer gloves", + "archery_ticket_price": "0", + "id": "6720", + "bonuses": "0,0,0,0,0,4,5,3,0,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "A decent enough weapon gone rusty.", + "attack_audios": "2500,0,2517,0", + "durability": null, + "name": "Rusty scimitar", + "weight": "2", + "archery_ticket_price": "0", + "id": "6721" + }, + { + "examine": "Alas...I hardly knew him.", + "durability": null, + "name": "Zombie head", + "archery_ticket_price": "0", + "id": "6722" + }, + { + "durability": null, + "name": "Fishbowl", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6723" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "100", + "examine": "An ancient Fremennik bow that was once used to battle the Moon Clan.", + "has_special": "true", + "durability": null, + "rare_item": "true", + "weight": "1", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "16", + "render_anim": "2588", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "lendable": "true", + "grand_exchange_price": "12200", + "name": "Seercull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6724", + "bonuses": "0,0,0,0,69,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12200", + "durability": null, + "name": "Seercull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6725" + }, + { + "durability": null, + "name": "Mud battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6726" + }, + { + "durability": null, + "name": "Mystic mud staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6727" + }, + { + "examine": "A pot of crushed small zombie monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "6728" + }, + { + "ge_buy_limit": "10000", + "examine": "These would feed a dogfish for months!", + "grand_exchange_price": "9616", + "durability": null, + "name": "Dagannoth bones", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "6729" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "9616", + "durability": null, + "name": "Dagannoth bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6730" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A mysterious ring that can fill the wearer with magical power...", + "grand_exchange_price": "478800", + "rare_item": "true", + "durability": null, + "name": "Seers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6731", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "478800", + "durability": null, + "name": "Seers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6732" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A fabled ring that improves the wearer's skill with a bow...", + "grand_exchange_price": "1400000", + "rare_item": "true", + "durability": null, + "name": "Archers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6733", + "bonuses": "0,0,0,0,4,0,0,0,0,4,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Archers ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6734" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A legendary ring once worn by Fremennik warriors.", + "grand_exchange_price": "178100", + "rare_item": "true", + "durability": null, + "name": "Warrior ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6735", + "bonuses": "0,4,0,0,0,0,4,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "178100", + "durability": null, + "name": "Warrior ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6736" + }, + { + "lendable": "true", + "ge_buy_limit": "10", + "examine": "A ring reputed to bring out a berserk fury in its wearer.", + "grand_exchange_price": "2700000", + "rare_item": "true", + "durability": null, + "name": "Berserker ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6737", + "bonuses": "0,0,0,0,0,0,0,4,0,0,0,4,0,0,0", + "equipment_slot": "12" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2700000", + "durability": null, + "name": "Berserker ring", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6738" + }, + { + "requirements": "{0,60}", + "ge_buy_limit": "10", + "examine": "A very powerful axe.", + "has_special": "true", + "rare_item": "true", + "durability": null, + "weapon_interface": "2", + "equip_audio": "2229", + "render_anim": "2586", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "395,395,395,395", + "grand_exchange_price": "813100", + "attack_audios": "2498,2498,2497,2498", + "name": "Dragon axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6739", + "bonuses": "-2,38,32,0,0,0,1,0,0,0,0,42,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "813100", + "durability": null, + "name": "Dragon axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6740" + }, + { + "examine": "Bob can fix this broken (metal) axe for me.", + "durability": null, + "name": "Broken axe", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "6741", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Broken axe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6742" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6744" + }, + { + "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Silverlight", + "archery_ticket_price": "0", + "id": "6745", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" + }, + { + "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "6", + "render_anim": "2554", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "name": "Darklight", + "archery_ticket_price": "0", + "id": "6746", + "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" + }, + { + "examine": "Used to make the sigil of the demon Agrith-Naar.", + "durability": null, + "name": "Demonic sigil mould", + "archery_ticket_price": "0", + "id": "6747" + }, + { + "examine": "A sigil used for the summoning of the demon Agrith-Naar.", + "durability": null, + "name": "Demonic sigil", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6748" + }, + { + "examine": "Will this book help in summoning Agrith-Naar?", + "durability": null, + "name": "Demonic tome", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6749" + }, + { + "remove_sleeves": "true", + "examine": "A desert shirt stained black with mushroom ink.", + "durability": null, + "name": "Black desert shirt", + "archery_ticket_price": "0", + "id": "6750", + "equipment_slot": "4" + }, + { + "examine": "A desert robe stained black with mushroom ink.", + "durability": null, + "name": "Black desert robe", + "archery_ticket_price": "0", + "id": "6752", + "equipment_slot": "7" + }, + { + "destroy_message": "Hopefully Erin has a copy!", + "examine": "It changes temperature as I walk. (Meeting History)", + "durability": null, + "name": "Enchanted key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6754", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Guthix Mjolnir.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "2875", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6760", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", + "shop_price": "250", + "durability": null, + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Guthix mjolnir" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2875", + "durability": null, + "name": "Guthix mjolnir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6761" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Saradomin Mjolnir.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "17200", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6762", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", + "shop_price": "250", + "durability": null, + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Saradomin mjolnir" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17200", + "durability": null, + "name": "Saradomin mjolnir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6763" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A Zamorak mjolnir.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "destroy_message": "You can reclaim this item from the place you found it.", + "grand_exchange_price": "4115", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6764", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0", + "durability": null, + "weight": "2", + "weapon_interface": "3", + "render_anim": "28", + "name": "Zamorak mjolnir" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4115", + "durability": null, + "name": "Zamorak mjolnir", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6765" + }, + { + "examine": "Antipoison for Pox.", + "durability": null, + "name": "Cat antipoison", + "archery_ticket_price": "0", + "id": "6766" + }, + { + "examine": "A little more smelly than usual.", + "durability": null, + "name": "Poisoned cheese", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "6768" + }, + { + "destroy_message": "You can obtain another sheet of music by talking to the snakecharmer of Pollnivneach.", + "examine": "Charming.", + "durability": null, + "name": "Music scroll", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6769" + }, + { + "destroy_message": "You can obtain another set of directions to the party by talking to Jimmy Dazzler.", + "examine": "Jimmy Dazzler's directions.", + "durability": null, + "name": "Directions", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6770" + }, + { + "examine": "Contains garden weeds.", + "durability": null, + "name": "Pot of weeds", + "archery_ticket_price": "0", + "id": "6771" + }, + { + "examine": "Contains slowly burning garden weeds.", + "durability": null, + "name": "Smouldering pot", + "archery_ticket_price": "0", + "id": "6772" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole for putting rats on.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6773", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with one rat on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6774", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with two rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6775", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with three rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6776", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with four rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6777", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with five rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6778", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1424", + "examine": "A pole with six rats on it.", + "walk_anim": "1422", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1425", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "10", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Rat pole", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "6779", + "stand_turn_anim": "1426", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "examine": "Menaphite thug.", + "durability": null, + "name": "Menaphite thug", + "archery_ticket_price": "0", + "id": "6780" + }, + { + "remove_sleeves": "true", + "examine": "This looks quite old.", + "durability": null, + "name": "Robe of elidinis", + "archery_ticket_price": "0", + "id": "6786", + "equipment_slot": "4" + }, + { + "examine": "This looks quite old.", + "durability": null, + "name": "Robe of elidinis", + "archery_ticket_price": "0", + "id": "6787", + "equipment_slot": "7" + }, + { + "examine": "This robe is too torn to wear.", + "durability": null, + "name": "Torn robe", + "weight": "1", + "archery_ticket_price": "0", + "id": "6788" + }, + { + "examine": "This robe is too torn to wear.", + "durability": null, + "name": "Torn robe", + "weight": "1", + "archery_ticket_price": "0", + "id": "6789" + }, + { + "durability": null, + "name": "Shoes", + "archery_ticket_price": "0", + "id": "6790", + "equipment_slot": "10" + }, + { + "examine": "Awusah's Sole.", + "durability": null, + "name": "Sole", + "weight": "1", + "archery_ticket_price": "0", + "id": "6791" + }, + { + "examine": "An ancient key from the shrine in Nardah. (Spirits of the Elid)", + "durability": null, + "name": "Ancestral key", + "archery_ticket_price": "0", + "id": "6792" + }, + { + "examine": "The Ballad of Jaresh.", + "durability": null, + "name": "Ballad", + "archery_ticket_price": "0", + "id": "6793" + }, + { + "shop_price": "30", + "ge_buy_limit": "1000", + "examine": "A tasty treat from Nardah - better eat this before it melts.", + "grand_exchange_price": "210", + "durability": null, + "name": "Choc-ice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6794" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "210", + "durability": null, + "name": "Choc-ice", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6795" + }, + { + "bankable": "false", + "examine": "Wonder what happens if I rub it...", + "durability": null, + "name": "Lamp", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "6796" + }, + { + "shop_price": "8", + "examine": "See article", + "grand_exchange_price": "206", + "durability": null, + "name": "Watering can", + "archery_ticket_price": "0", + "id": "6797" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6798" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6799" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6800" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6801" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6802" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6803" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6804" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6805" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6806" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6807" + }, + { + "examine": "A scroll once used by a champion.", + "durability": null, + "name": "Champion scroll", + "archery_ticket_price": "0", + "id": "6808" + }, + { + "requirements": "{1,50}-{2,50}", + "ge_buy_limit": "10", + "examine": "These look pretty heavy.", + "durability": null, + "weight": "15", + "absorb": "2,0,5", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "39400", + "name": "Granite legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6809", + "bonuses": "0,0,0,-31,-18,43,45,41,-4,68,20,0,0,0,0" + }, + { + "examine": "A pot of crushed large zombie monkey bones.", + "durability": null, + "name": "Bonemeal", + "weight": "1", + "archery_ticket_price": "0", + "id": "6810" + }, + { + "examine": "A very dangerous pile of animated Wyvern bones.", + "durability": null, + "name": "Skeletal wyvern", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "6811" + }, + { + "ge_buy_limit": "1000", + "examine": "Bones of a huge flying creature.", + "grand_exchange_price": "4845", + "durability": null, + "name": "Wyvern bones", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6812" + }, + { + "durability": null, + "name": "Granite legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6813" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "This would make warm clothing.", + "grand_exchange_price": "90", + "durability": null, + "name": "Fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6814" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "90", + "durability": null, + "name": "Fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6815" + }, + { + "durability": null, + "name": "Wyvern bones", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6816" + }, + { + "turn90cw_anim": "7044", + "examine": "A slender two-handed sword.", + "walk_anim": "7046", + "durability": null, + "destroy": "true", + "weight": "3", + "turn90ccw_anim": "7043", + "two_handed": "true", + "turn180_anim": "7045", + "render_anim": "124", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "7047", + "name": "Slender blade", + "tradeable": "false", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "6817", + "stand_turn_anim": "7040" + }, + { + "turn90cw_anim": "1207", + "examine": "A sharp sword that can also fire arrows.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "3", + "turn90ccw_anim": "1208", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "destroy_message": "You can make a replacement.", + "stand_anim": "813", + "name": "Bow-sword", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6818", + "stand_turn_anim": "1209" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "25000", + "examine": "A large pouch used for storing essence.", + "durability": null, + "name": "Large pouch", + "weight": "1", + "archery_ticket_price": "0", + "id": "6819" + }, + { + "destroy_message": "I can get another from the assassin beside the winch that leads down into Senntisten temple.", + "examine": "It seems to have pieces missing. After Temple at Senntisten quest: The assassin's plunder from the church on Entrana.", + "durability": null, + "name": "Relic", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6820" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This looks valuable.", + "durability": null, + "name": "Orb", + "archery_ticket_price": "0", + "id": "6821" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6822" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6823" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6824" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6825" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6826" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Star bauble", + "archery_ticket_price": "0", + "id": "6827" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6828" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6829" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6830" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6831" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6832" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Box bauble", + "archery_ticket_price": "0", + "id": "6833" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6834" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6835" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6836" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6837" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6838" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Diamond bauble", + "archery_ticket_price": "0", + "id": "6839" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6840" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6841" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6842" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6843" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6844" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Tree bauble", + "archery_ticket_price": "0", + "id": "6845" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6846" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6847" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6848" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6849" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6850" + }, + { + "examine": "See individual articles.", + "durability": null, + "name": "Bell bauble", + "archery_ticket_price": "0", + "id": "6851" + }, + { + "examine": "A box for storing completed puppets.", + "durability": null, + "name": "Puppet box", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6852" + }, + { + "examine": "A box for storing painted baubles.", + "durability": null, + "name": "Bauble box", + "archery_ticket_price": "0", + "id": "6853" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box for storing completed puppets.", + "durability": null, + "name": "Puppet box", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6854" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box for storing painted baubles.", + "durability": null, + "name": "Bauble box", + "archery_ticket_price": "0", + "id": "6855" + }, + { + "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", + "examine": "A woolly bobble hat.", + "durability": null, + "name": "Bobble hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6856", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A woolly scarf.", + "durability": null, + "name": "Bobble scarf", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6857", + "equipment_slot": "2" + }, + { + "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", + "shop_price": "160", + "examine": "A woolly Jester hat.", + "durability": null, + "name": "Jester hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6858", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another Jester scarf from Diango.", + "examine": "A woolly jester scarf.", + "durability": null, + "name": "Jester scarf", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6859", + "equipment_slot": "2" + }, + { + "destroy_message": "You may get another from Diango in Draynor Village.", + "examine": "A woolly triple bobble jester hat.", + "durability": null, + "name": "Tri-jester hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6860", + "equipment_slot": "0" + }, + { + "destroy_message": "You can obtain another jester scarf from Diango in the Draynor Market.", + "examine": "A woolly jester scarf.", + "durability": null, + "name": "Tri-jester scarf", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6861", + "equipment_slot": "2" + }, + { + "destroy_message": "You can obtain another hat from Diango in the Draynor Market.", + "examine": "A woolly tobogganing hat.", + "durability": null, + "name": "Woolly hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6862", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A woolly tobogganing scarf.", + "durability": null, + "name": "Woolly scarf", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "6863", + "equipment_slot": "2" + }, + { + "examine": "The controlling part of a marionette.", + "durability": null, + "name": "Marionette handle", + "archery_ticket_price": "0", + "id": "6864", + "equipment_slot": "3" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6865" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6866" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6867" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6868" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6869" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6870" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6871" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6872" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6873" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Red marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6874" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6875" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6876" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6877" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6878" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6879" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6880" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6881" + }, + { + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Green marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6882" + }, + { + "examine": "A tasty fruit.", + "durability": null, + "name": "Peach", + "archery_ticket_price": "0", + "id": "6883" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A magic training arena progress hat", + "durability": null, + "name": "Progress hat", + "archery_ticket_price": "0", + "id": "6885", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A magic training arena progress hat", + "durability": null, + "name": "Progress hat", + "archery_ticket_price": "0", + "id": "6886", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A magic training arena progress hat", + "durability": null, + "name": "Progress hat", + "archery_ticket_price": "0", + "id": "6887", + "equipment_slot": "0" + }, + { + "bankable": "false", + "examine": "A guardian of the arena.", + "durability": null, + "name": "Guardian statue", + "archery_ticket_price": "0", + "id": "6888" + }, + { + "requirements": "{6,60}", + "ge_buy_limit": "10", + "examine": "The magical book of the Mage.", + "grand_exchange_price": "3800000", + "durability": null, + "name": "Mage's book", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6889", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3800000", + "durability": null, + "name": "Mage's book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6890" + }, + { + "shop_price": "200", + "examine": "A book about the Training Arena.", + "durability": null, + "name": "Arena book", + "weight": "1", + "archery_ticket_price": "0", + "id": "6891" + }, + { + "bankable": "false", + "shop_price": "6", + "examine": "Comfortable leather boots.", + "grand_exchange_price": "189", + "durability": null, + "name": "Leather boots", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "6893", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "bankable": "false", + "examine": "A large metal shield.", + "grand_exchange_price": "3084", + "durability": null, + "name": "Adamant kiteshield", + "tradeable": "true", + "weight": "5.8", + "archery_ticket_price": "0", + "id": "6894", + "absorb": "3,0,6", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "bankable": "false", + "examine": "A medium sized helmet.", + "grand_exchange_price": "1049", + "durability": null, + "name": "Adamant med helm", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "6895", + "absorb": "1,0,2", + "bonuses": "0,0,0,-3,-1,14,15,13,-1,14,6,0,0,0,0" + }, + { + "bankable": "false", + "shop_price": "350", + "examine": "This looks valuable.", + "grand_exchange_price": "644", + "durability": null, + "name": "Emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6896" + }, + { + "bankable": "false", + "shop_price": "32000", + "examine": "A razor sharp longsword", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "lendable": "true", + "grand_exchange_price": "18938", + "attack_audios": "2500,2500,2517,2500", + "name": "Rune longsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6897", + "bonuses": "38,47,-2,0,0,0,3,2,0,0,0,49,0,0,0" + }, + { + "bankable": "false", + "examine": "A green cylinder", + "durability": null, + "name": "Cylinder", + "archery_ticket_price": "0", + "id": "6898" + }, + { + "bankable": "false", + "examine": "A yellow cube", + "durability": null, + "name": "Cube", + "archery_ticket_price": "0", + "id": "6899" + }, + { + "bankable": "false", + "examine": "A blue icosahedron.", + "durability": null, + "name": "Icosahedron", + "archery_ticket_price": "0", + "id": "6900" + }, + { + "bankable": "false", + "examine": "A red pentamid.", + "durability": null, + "name": "Pentamid", + "archery_ticket_price": "0", + "id": "6901" + }, + { + "bankable": "false", + "examine": "This looks valuable.", + "durability": null, + "name": "Orb", + "archery_ticket_price": "0", + "id": "6902" + }, + { + "bankable": "false", + "examine": "This looks valuable.", + "durability": null, + "name": "Dragonstone", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "6903" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6904" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6905" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6906" + }, + { + "examine": "Various animals' bones.", + "durability": null, + "name": "Animals' bones", + "archery_ticket_price": "0", + "id": "6907" + }, + { + "requirements": "{6,45}", + "shop_price": "303030030", + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A beginner level wand", + "walk_anim": "1146", + "durability": null, + "weight": "0.2", + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "render_anim": "1426", + "equipment_slot": "3", + "grand_exchange_price": "11500", + "stand_anim": "809", + "name": "Beginner wand", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6908", + "stand_turn_anim": "823", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "11500", + "durability": null, + "name": "Beginner wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6909" + }, + { + "requirements": "{6,50}", + "ge_buy_limit": "10", + "shop_price": "606060060", + "turn90cw_anim": "821", + "examine": "An apprentice level wand.", + "walk_anim": "1146", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "defence_anim": "420", + "render_anim": "1426", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "82000", + "stand_anim": "809", + "tradeable": "true", + "name": "Apprentice wand", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6910", + "stand_turn_anim": "823", + "bonuses": "0,0,0,10,0,0,0,0,10,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "82000", + "durability": null, + "name": "Apprentice wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6911" + }, + { + "requirements": "{6,55}", + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A teacher level wand.", + "walk_anim": "1146", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "render_anim": "1426", + "equipment_slot": "3", + "grand_exchange_price": "944100", + "stand_anim": "809", + "name": "Teacher wand", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6912", + "stand_turn_anim": "823", + "bonuses": "0,0,0,15,0,0,0,0,15,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "944100", + "durability": null, + "name": "Teacher wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6913" + }, + { + "requirements": "{6,60}", + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A master level wand.", + "walk_anim": "1146", + "durability": null, + "weight": "0.1", + "turn90ccw_anim": "822", + "weapon_interface": "1", + "turn180_anim": "820", + "defence_anim": "420", + "render_anim": "1426", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1700000", + "stand_anim": "8980", + "tradeable": "true", + "name": "Master wand", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "6914", + "stand_turn_anim": "823", + "bonuses": "0,0,0,20,0,0,0,0,20,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Master wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6915" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical robes.", + "durability": null, + "weight": "2.2", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3300000", + "name": "Infinity top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6916", + "bonuses": "0,0,0,22,0,0,0,0,22,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3300000", + "durability": null, + "name": "Infinity top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6917" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "A mystic hat.", + "durability": null, + "weight": "0.4", + "absorb": "1,0,0", + "equipment_slot": "0", + "grand_exchange_price": "1800000", + "name": "Infinity hat", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "6918", + "bonuses": "0,0,0,6,0,0,0,0,6,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1800000", + "durability": null, + "name": "Infinity hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6919" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical boots.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "10", + "grand_exchange_price": "1200000", + "name": "Infinity boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6920", + "bonuses": "0,0,0,5,0,0,0,0,5,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Infinity boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6921" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical gloves.", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Infinity gloves", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "6922", + "bonuses": "0,0,0,5,0,0,0,0,5,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Infinity gloves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6923" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Mystical robes.", + "durability": null, + "weight": "1.8", + "absorb": "2,1,0", + "equipment_slot": "7", + "grand_exchange_price": "2500000", + "name": "Infinity bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6924", + "bonuses": "0,0,0,17,0,0,0,0,17,0,17,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2500000", + "durability": null, + "name": "Infinity bottoms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6925" + }, + { + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "983", + "durability": null, + "name": "Bones to peaches", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6926" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A severed hand covered with sand.", + "durability": null, + "name": "Sandy hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6945" + }, + { + "destroy_message": "Speak to the Guard Captain in Yanille to get another beer soaked hand.", + "examine": "A severed hand dripping with beer.", + "durability": null, + "name": "Beer-soaked hand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6946" + }, + { + "destroy_message": "Speak to Bert to replace this Rota.", + "examine": "A copy of a work rota.", + "durability": null, + "name": "Bert's rota", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6947" + }, + { + "destroy_message": "Search Sandy's office in Brimhaven for another Rota.", + "examine": "An original work rota.", + "durability": null, + "name": "Sandy's rota", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6948" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Maybe I should read this...", + "durability": null, + "name": "A magic scroll", + "archery_ticket_price": "0", + "id": "6949" + }, + { + "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", + "examine": "An ordinary looking scrying orb.", + "durability": null, + "name": "Magical orb", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6950" + }, + { + "destroy_message": "Speak to Zavistic Rarve to replace your magical orb.", + "examine": "This magical scrying orb pulsates as it stores information.", + "durability": null, + "name": "Magical orb (a)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6951" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle of truth serum.", + "examine": "Fluid sloshes innocently in this vial.", + "durability": null, + "name": "Truth serum", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6952" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle.", + "examine": "A bottle of water.", + "durability": null, + "name": "Bottled water", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6953" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make some more red berry juice.", + "examine": "Redberry juice sloshes around in this vial, waiting for white berries to be added.", + "durability": null, + "name": "Redberry juice", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6954" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to make more pink dye.", + "shop_price": "20", + "examine": "A vial of pink dye.", + "durability": null, + "name": "Pink dye", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6955" + }, + { + "destroy_message": "Speak to Betty in Port Sarim to get another bottle to make the lens again.", + "examine": "This lens has a pinkish tinge to it.", + "durability": null, + "name": "Rose-tinted lens", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6956", + "equipment_slot": "3" + }, + { + "destroy_message": "Speak to Mazion near the sandpit on Entrana to find the Wizard Head again.", + "examine": "A decapitated, sand-covered head.", + "durability": null, + "name": "Wizard's head", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "6957" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A handful of sand from Sandy's pocket.", + "durability": null, + "name": "Sand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6958" + }, + { + "shop_price": "20", + "ge_buy_limit": "100", + "examine": "Use pink dye on a cape and this is what you get!", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "1", + "grand_exchange_price": "919", + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6959", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "919", + "durability": null, + "name": "Cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6960" + }, + { + "examine": "A freshly baked baguette.", + "durability": null, + "name": "Baguette", + "archery_ticket_price": "0", + "id": "6961" + }, + { + "ge_buy_limit": "1000", + "examine": "A freshly made triangle sandwich.", + "grand_exchange_price": "110", + "durability": null, + "name": "Triangle sandwich", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6962" + }, + { + "examine": "A freshly made roll.", + "durability": null, + "name": "Roll", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6963" + }, + { + "bankable": "false", + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "6964" + }, + { + "examine": "A freshly made square sandwich.", + "durability": null, + "name": "Square sandwich", + "archery_ticket_price": "0", + "id": "6965" + }, + { + "lendable": "true", + "examine": "Makes the wearer pretty intimidating.", + "grand_exchange_price": "61200", + "durability": null, + "name": "Dragon med helm", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "6967", + "absorb": "2,0,4", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "durability": null, + "name": "Triangle sandwich", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6968" + }, + { + "examine": "I'd better be careful eating this.", + "grand_exchange_price": "694", + "durability": null, + "name": "Shark", + "tradeable": "true", + "weight": "0.6", + "archery_ticket_price": "0", + "id": "6969" + }, + { + "examine": "It's a solid gold pyramid!", + "durability": null, + "name": "Pyramid top", + "weight": "11", + "archery_ticket_price": "0", + "id": "6970" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "4", + "durability": null, + "name": "Sandstone (1kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6971" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4", + "durability": null, + "name": "Sandstone (1kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6972" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "27", + "durability": null, + "name": "Sandstone (2kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6973" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27", + "durability": null, + "name": "Sandstone (2kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6974" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "30", + "durability": null, + "name": "Sandstone (5kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6975" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30", + "durability": null, + "name": "Sandstone (5kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6976" + }, + { + "ge_buy_limit": "100", + "examine": "A large chunk of sandstone.", + "grand_exchange_price": "120", + "durability": null, + "name": "Sandstone (10kg)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "6977" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "120", + "durability": null, + "name": "Sandstone (10kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6978" + }, + { + "ge_buy_limit": "10000", + "examine": "See article", + "grand_exchange_price": "304", + "durability": null, + "name": "Granite (500g)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6979" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "304", + "durability": null, + "name": "Granite (500g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6980" + }, + { + "ge_buy_limit": "10000", + "examine": "See article", + "grand_exchange_price": "845", + "durability": null, + "name": "Granite (2kg)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6981" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "845", + "durability": null, + "name": "Granite (2kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6982" + }, + { + "ge_buy_limit": "10000", + "examine": "See article", + "grand_exchange_price": "2153", + "durability": null, + "name": "Granite (5kg)", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "6983", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2153", + "durability": null, + "name": "Granite (5kg)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "6984" + }, + { + "destroy_message": "You can make another 20 kg block by giving enough stone to Lazim.", + "examine": "A huge twenty-kilo block of sandstone.", + "durability": null, + "name": "Sandstone (20kg)", + "destroy": "true", + "weight": "20", + "archery_ticket_price": "0", + "id": "6985" + }, + { + "destroy_message": "You can make another 32 kg sandstone block by giving enough stone to Lazim.", + "examine": "A huge thirty-two-kilo block of sandstone.", + "durability": null, + "name": "Sandstone (32kg)", + "destroy": "true", + "weight": "32", + "archery_ticket_price": "0", + "id": "6986" + }, + { + "destroy_message": "You can make another statue body by giving Lazim 20 kg of stone and then crafting it.", + "examine": "The body of a sandstone statue.", + "durability": null, + "name": "Sandstone body", + "destroy": "true", + "archery_ticket_price": "0", + "id": "6987" + }, + { + "destroy_message": "You can make another statue base by giving Lazim 32 kg of stone and then crafting it.", + "examine": "The base and legs of a sandstone statue.", + "durability": null, + "name": "Sandstone base", + "destroy": "true", + "weight": "32", + "archery_ticket_price": "0", + "id": "6988" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of a Z.", + "durability": null, + "name": "Z sigil", + "archery_ticket_price": "0", + "id": "6993" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of an M.", + "durability": null, + "name": "M sigil", + "archery_ticket_price": "0", + "id": "6994" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of an R.", + "durability": null, + "name": "R sigil", + "archery_ticket_price": "0", + "id": "6995" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A metal sigil in the shape of a K.", + "durability": null, + "name": "K sigil", + "archery_ticket_price": "0", + "id": "6996" + }, + { + "destroy_message": "You can get the statue's left arm back from Lazim.", + "examine": "The left arm of a large stone statue.", + "durability": null, + "name": "Stone left arm", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "6997" + }, + { + "destroy_message": "You can get the statue's right arm back from Lazim.", + "examine": "The right arm of a large stone statue.", + "durability": null, + "name": "Stone right arm", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "6998" + }, + { + "destroy_message": "You can get the statue's left leg back from Lazim.", + "examine": "The left leg of a large stone statue.", + "durability": null, + "name": "Stone left leg", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "6999" + }, + { + "destroy_message": "You can get the statue's right leg back from Lazim.", + "examine": "The right leg of a large stone statue.", + "durability": null, + "name": "Stone right leg", + "tradeable": "false", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "7000" + }, + { + "destroy_message": "You can make another positive mould by using soft clay on the pedestal in Enakhra's temple.", + "examine": "A positive clay mould of a camel's head.", + "durability": null, + "name": "Camel mould (p)", + "tradeable": "false", + "destroy": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7001" + }, + { + "remove_head": "true", + "examine": "Blend in in the desert.", + "durability": null, + "name": "Camel mask", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7003", + "equipment_slot": "0" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7004", + "equipment_slot": "3" + }, + { + "requirements": "{18,33}-{11,33}", + "shop_price": "130", + "ge_buy_limit": "100", + "examine": "A lantern to aid attacking Harpie bugs.", + "grand_exchange_price": "466", + "durability": null, + "name": "Unlit bug lantern", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "7051", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "466", + "durability": null, + "name": "Unlit bug lantern", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7052" + }, + { + "requirements": "{18,33}", + "shop_price": "130", + "examine": "A lantern to aid attacking Harpie bugs.", + "durability": null, + "name": "Lit bug lantern", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "7053", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with chilli con carne", + "grand_exchange_price": "415", + "durability": null, + "name": "Chilli potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7054" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "415", + "durability": null, + "name": "Chilli potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7055" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with egg and tomato.", + "grand_exchange_price": "441", + "durability": null, + "name": "Egg potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7056" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "441", + "durability": null, + "name": "Egg potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7057" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with mushroom and onions.", + "grand_exchange_price": "1165", + "durability": null, + "name": "Mushroom potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7058" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1165", + "durability": null, + "name": "Mushroom potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7059" + }, + { + "ge_buy_limit": "10000", + "examine": "A baked potato with tuna and sweetcorn.", + "grand_exchange_price": "2134", + "durability": null, + "name": "Tuna potato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7060" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2134", + "durability": null, + "name": "Tuna potato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7061" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of meat in chilli-con-carne sauce.", + "grand_exchange_price": "215", + "durability": null, + "name": "Chilli con carne", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7062" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "215", + "durability": null, + "name": "Chilli con carne", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7063" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of scrambled eggs and tomato", + "grand_exchange_price": "126", + "durability": null, + "name": "Egg and tomato", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7064" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "126", + "durability": null, + "name": "Egg and tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7065" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of fried mushroom and onions.", + "grand_exchange_price": "368", + "durability": null, + "name": "Mushroom & onion", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7066" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "368", + "durability": null, + "name": "Mushroom & onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7067" + }, + { + "ge_buy_limit": "10000", + "examine": "A bowl of cooked tuna and sweetcorn.", + "grand_exchange_price": "514", + "durability": null, + "name": "Tuna and corn", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7068" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "514", + "durability": null, + "name": "Tuna and corn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7069" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of finely minced meat.", + "grand_exchange_price": "22", + "durability": null, + "name": "Minced meat", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7070" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "22", + "durability": null, + "name": "Minced meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7071" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of spicy sauce.", + "grand_exchange_price": "70", + "durability": null, + "name": "Spicy sauce", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7072" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "70", + "durability": null, + "name": "Spicy sauce", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7073" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of chopped garlic.", + "grand_exchange_price": "39", + "durability": null, + "name": "Chopped garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7074" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "39", + "durability": null, + "name": "Chopped garlic", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7075" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of uncooked egg.", + "grand_exchange_price": "34", + "durability": null, + "name": "Uncooked egg", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7076" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "34", + "durability": null, + "name": "Uncooked egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7077" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of scrambled egg.", + "grand_exchange_price": "24", + "durability": null, + "name": "Scrambled egg", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7078" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "24", + "durability": null, + "name": "Scrambled egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7079" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of sliced Bittercap mushrooms.", + "grand_exchange_price": "149", + "durability": null, + "name": "Sliced mushrooms", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7080" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "149", + "durability": null, + "name": "Sliced mushrooms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7081" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of fried Bittercap mushrooms.", + "grand_exchange_price": "189", + "durability": null, + "name": "Fried mushrooms", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7082" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "189", + "durability": null, + "name": "Fried mushrooms", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7083" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of sliced, fried onions.", + "grand_exchange_price": "40", + "durability": null, + "name": "Fried onions", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7084" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "40", + "durability": null, + "name": "Fried onions", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7085" + }, + { + "ge_buy_limit": "10000", + "examine": "A bowl of finely chopped tuna.", + "grand_exchange_price": "233", + "durability": null, + "name": "Chopped tuna", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7086" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "233", + "durability": null, + "name": "Chopped tuna", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7087" + }, + { + "ge_buy_limit": "10000", + "examine": "Raw sweetcorn.", + "grand_exchange_price": "110", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7088" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "110", + "durability": null, + "name": "Sweetcorn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7089" + }, + { + "durability": null, + "name": "Burnt egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7091" + }, + { + "durability": null, + "name": "Burnt onion", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7093" + }, + { + "durability": null, + "name": "Burnt mushroom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7095" + }, + { + "examine": "Best keep this away from naked flames.", + "durability": null, + "name": "Gunpowder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7108" + }, + { + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7109" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "48", + "examine": "A seaworthy grey shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7110", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7111" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "714", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7112", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "714", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7113" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "examine": "Not for land lubbers.", + "grand_exchange_price": "2530", + "durability": null, + "name": "Pirate boots", + "tradeable": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "7114", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2530", + "durability": null, + "name": "Pirate boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7115" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "77", + "examine": "Well, okay, they're beige, but they're part of the white pirate clothing set, so...", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7116", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "77", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7117" + }, + { + "examine": "A cannister holding shrapnel.", + "durability": null, + "name": "Canister", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7118" + }, + { + "examine": "For cleaning and packing the cannon.", + "durability": null, + "name": "Ramrod", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "7120" + }, + { + "examine": "A plank of wood to repair the hull with.", + "durability": null, + "name": "Repair plank", + "archery_ticket_price": "0", + "id": "7121" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "904", + "examine": "A sea worthy shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7122", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "904", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7123" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "340", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7124", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "340", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7125" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "examine": "A sea worthy pair of trousers.", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7126", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7127" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "744", + "examine": "A sea worthy shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7128", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "744", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7129" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "154", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7130", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "154", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7131" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "253", + "examine": "A sea worthy pair of trousers.", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7132", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "253", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7133" + }, + { + "shop_price": "300", + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "examine": "A sea worthy shirt.", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7134", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "421", + "durability": null, + "name": "Stripy pirate shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7135" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "Essential pirate wear.", + "grand_exchange_price": "469", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7136", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "469", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7137" + }, + { + "shop_price": "350", + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "examine": "A sea worthy pair of trousers.", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7138", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "durability": null, + "name": "Pirate leggings", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7139" + }, + { + "shop_price": "2560", + "examine": "Feels quite lucky.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "attack_audios": "2500,2500,2517,2500", + "name": "Lucky cutlass", + "archery_ticket_price": "0", + "id": "7140", + "bonuses": "5,20,0,-5,0,6,6,6,0,0,0,25,0,0,0" + }, + { + "shop_price": "1040", + "examine": "I hope he doesn't want it back.", + "durability": null, + "name": "Harry's cutlass", + "weight": "1", + "archery_ticket_price": "0", + "attack_speed": "4", + "weapon_interface": "6", + "id": "7141", + "bonuses": "3,14,0,-5,0,4,4,4,0,0,0,22,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "25600", + "examine": "The very butcher of a silk button.", + "durability": null, + "name": "Rapier", + "weight": "1", + "archery_ticket_price": "0", + "attack_speed": "4", + "weapon_interface": "5", + "id": "7142", + "bonuses": "45,7,-2,0,0,0,1,0,0,0,0,44,0,0,0", + "render_anim": "2622", + "equipment_slot": "3" + }, + { + "examine": "Looks valuable.", + "durability": null, + "name": "Plunder", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7143" + }, + { + "examine": "By Cap'n Hook-Hand Morrisane.", + "durability": null, + "name": "Book o' piracy", + "archery_ticket_price": "0", + "id": "7144" + }, + { + "examine": "A working cannon barrel.", + "durability": null, + "name": "Cannon barrel", + "weight": "32", + "archery_ticket_price": "0", + "id": "7145" + }, + { + "examine": "Not likely to work again.", + "durability": null, + "name": "Broken cannon", + "weight": "32", + "archery_ticket_price": "0", + "id": "7146" + }, + { + "examine": "A plank of wood to repair the hull with.", + "durability": null, + "name": "Repair plank", + "archery_ticket_price": "0", + "id": "7148" + }, + { + "examine": "A cannister holding shrapnel.", + "durability": null, + "name": "Canister", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7149" + }, + { + "examine": "Useful for pinning up paintings.", + "durability": null, + "name": "Tacks", + "archery_ticket_price": "0", + "id": "7150" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "7155" + }, + { + "shop_price": "1", + "examine": "Useful for lighting a fire.", + "grand_exchange_price": "121", + "durability": null, + "name": "Tinderbox", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "7156" + }, + { + "shop_price": "30", + "examine": "I think it is eating through the bottle.", + "durability": null, + "name": "Braindeath 'rum", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7157" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7044", + "examine": "A two-handed dragon sword.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "1000000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "7158", + "stand_turn_anim": "7040", + "bonuses": "-4,92,80,-4,0,0,0,0,0,-1,0,93,0,0,0", + "requirements": "{0,60}", + "durability": null, + "weight": "3", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "2503,0,2504,0", + "name": "Dragon 2h sword" + }, + { + "requirements": "{18,37}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "They're heavily insulated wellies.", + "durability": null, + "weight": "1.3", + "equipment_slot": "10", + "grand_exchange_price": "269", + "name": "Insulated boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7159", + "bonuses": "0,0,0,0,0,1,1,0,0,1,0,0,0,0,0" + }, + { + "examine": "Before being attacked: A ball of Electrical energy.", + "durability": null, + "name": "Killerwatt", + "archery_ticket_price": "0", + "attack_speed": "2", + "id": "7160" + }, + { + "durability": null, + "name": "Insulated boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7161" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Lots of pie recipes for me to try.", + "grand_exchange_price": "62", + "durability": null, + "name": "Pie recipe book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7162" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "62", + "durability": null, + "name": "Pie recipe book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7163" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "77", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7164" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7165" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "284", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7166" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "284", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7167" + }, + { + "ge_buy_limit": "1000", + "examine": "Needs to be baked before I can use it.", + "grand_exchange_price": "1625", + "durability": null, + "name": "Raw mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7168" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1625", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7169" + }, + { + "shop_price": "54", + "ge_buy_limit": "1000", + "turn90cw_anim": "821", + "examine": "All the good of the earth.", + "walk_anim": "819", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "13", + "turn180_anim": "820", + "render_anim": "1", + "equipment_slot": "3", + "grand_exchange_price": "2024", + "stand_anim": "808", + "name": "Mud pie", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7170", + "stand_turn_anim": "823" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2024", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Mud pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7171" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "94", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7172" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "94", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7173" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "150", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7174" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "150", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7175" + }, + { + "ge_buy_limit": "1000", + "examine": "Needs cooking before I eat it.", + "grand_exchange_price": "1052", + "durability": null, + "name": "Raw garden pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7176" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1052", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7177" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "1667", + "durability": null, + "name": "Garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7178" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1667", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7179" + }, + { + "ge_buy_limit": "1000", + "examine": "What I wouldn't give for a good steak about now...", + "grand_exchange_price": "442", + "durability": null, + "name": "Half a garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7180" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "442", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a garden pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7181" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "51", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7182" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "51", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7183" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "691", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7184" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "691", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7185" + }, + { + "ge_buy_limit": "1000", + "examine": "Raw fish is risky, better cook it.", + "grand_exchange_price": "1198", + "durability": null, + "name": "Raw fish pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7186" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1198", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7187" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "121", + "durability": null, + "name": "Fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7188" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "121", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7189" + }, + { + "ge_buy_limit": "1000", + "examine": "Bounty of the sea.", + "grand_exchange_price": "56", + "durability": null, + "name": "Half a fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7190" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "56", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a fish pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7191" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients. ", + "grand_exchange_price": "159", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7192" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "159", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7193" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "537", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7194" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "537", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7195" + }, + { + "ge_buy_limit": "1000", + "examine": "This would taste a lot better cooked.", + "grand_exchange_price": "1813", + "durability": null, + "name": "Raw admiral pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7196" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1813", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7197" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "grand_exchange_price": "532", + "durability": null, + "name": "Admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7198" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "532", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7199" + }, + { + "ge_buy_limit": "1000", + "examine": "Much tastier than a normal fish pie.", + "grand_exchange_price": "184", + "durability": null, + "name": "Half an admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7200" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "184", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half an admiral pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7201" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "126", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7202" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "126", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7203" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "1116", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7204" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1116", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7205" + }, + { + "ge_buy_limit": "1000", + "examine": "Good as it looks, I'd better cook it.", + "grand_exchange_price": "3787", + "durability": null, + "name": "Raw wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7206" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3787", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7207" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "1322", + "durability": null, + "name": "Wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7208" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1322", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7209" + }, + { + "ge_buy_limit": "1000", + "examine": "A triumph of man over nature.", + "grand_exchange_price": "112", + "durability": null, + "name": "Half a wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7210" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "112", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a wild pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7211" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs two more ingredients.", + "grand_exchange_price": "495", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7212" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "495", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7213" + }, + { + "ge_buy_limit": "1000", + "examine": "Still needs one more ingredient.", + "grand_exchange_price": "980", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7214" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "980", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Part summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7215" + }, + { + "ge_buy_limit": "1000", + "examine": "Fresh fruit may be good for you, but I should really cook this.", + "grand_exchange_price": "2577", + "durability": null, + "name": "Raw summer pie", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7216" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2577", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Raw summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7217" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "1288", + "durability": null, + "name": "Summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7218" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1288", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7219" + }, + { + "ge_buy_limit": "1000", + "examine": "All the fruits of a very small forest.", + "grand_exchange_price": "430", + "durability": null, + "name": "Half a summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7220" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "430", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Half a summer pie", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7221" + }, + { + "shop_price": "19", + "examine": "Mmm this looks tasty.", + "grand_exchange_price": "32", + "durability": null, + "name": "Burnt rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7222" + }, + { + "shop_price": "25", + "ge_buy_limit": "1000", + "examine": "A delicious looking piece of roast rabbit.", + "grand_exchange_price": "37", + "durability": null, + "name": "Roast rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7223" + }, + { + "shop_price": "67", + "ge_buy_limit": "1000", + "examine": "Might taste better cooked.", + "grand_exchange_price": "112", + "durability": null, + "name": "Skewered rabbit", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7224" + }, + { + "shop_price": "81", + "ge_buy_limit": "100", + "examine": "An iron spit.", + "grand_exchange_price": "18", + "durability": null, + "name": "Iron spit", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7225" + }, + { + "durability": null, + "name": "Burnt chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7227" + }, + { + "shop_price": "130", + "ge_buy_limit": "1000", + "examine": "It might look delicious to an ogre.Roasted chompy bird.", + "grand_exchange_price": "164", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7228" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "164", + "durability": null, + "name": "Cooked chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7229" + }, + { + "ge_buy_limit": "1000", + "examine": "A skewered chompy bird.", + "grand_exchange_price": "294", + "durability": null, + "name": "Skewered chompy", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7230" + }, + { + "durability": null, + "name": "Burnt rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7231" + }, + { + "durability": null, + "name": "Roast rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7232" + }, + { + "durability": null, + "name": "Skewered rabbit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7233" + }, + { + "durability": null, + "name": "Iron spit", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7234" + }, + { + "durability": null, + "name": "Skewered chompy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7235" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7236" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7237" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7238" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7239" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7240" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7241" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7242" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7243" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7244" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7245" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7246" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7247" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7248" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7249" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7250" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7251" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7252" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7253" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7254" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7255" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7256" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7257" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7258" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7259" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7260" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7261" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7262" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7263" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7264" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7265" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7266" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7267" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7268" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7269" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7270" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7271" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7272" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7273" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7274" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7275" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7276" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7277" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7278" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7279" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7280" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7281" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7282" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7283" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7284" + }, + { + "examine": "I need to answer this correctly.", + "durability": null, + "name": "Challenge scroll", + "archery_ticket_price": "0", + "id": "7285" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7286" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7287" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7288" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7289" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7290" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7291" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7292" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7293" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7294" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7295" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7296" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7298" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7300" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7301" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7303" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7304" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7305" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7306" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7307" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7308" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7309" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7310" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7311" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7312" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7313" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7314" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7315" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7316" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "archery_ticket_price": "0", + "id": "7317" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7318" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "36600", + "durability": null, + "name": "Red boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7319", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36600", + "durability": null, + "name": "Red boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7320" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "16600", + "durability": null, + "name": "Orange boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7321", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "16600", + "durability": null, + "name": "Orange boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7322" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "43000", + "durability": null, + "name": "Green boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7323", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "43000", + "durability": null, + "name": "Green boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7324" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "37600", + "durability": null, + "name": "Blue boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7325", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "37600", + "durability": null, + "name": "Blue boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7326" + }, + { + "ge_buy_limit": "2", + "examine": "Stylish!", + "grand_exchange_price": "41700", + "durability": null, + "name": "Black boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7327", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "41700", + "durability": null, + "name": "Black boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7328" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "93", + "durability": null, + "name": "Red firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7329" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "94", + "durability": null, + "name": "Green firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7330" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "113", + "durability": null, + "name": "Blue firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7331" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black kitesheild with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "14300", + "name": "Black shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7332", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14300", + "durability": null, + "name": "Black shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7333" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "16400", + "name": "Adamant shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7334", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "16400", + "durability": null, + "name": "Adamant shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7335" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "34200", + "name": "Rune shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7336", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "34200", + "durability": null, + "name": "Rune shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7337" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black kiteshield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "9797", + "name": "Black shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7338", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9797", + "durability": null, + "name": "Black shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7339" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3248", + "name": "Adamant shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7340", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3248", + "durability": null, + "name": "Adamant shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7341" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32400", + "name": "Rune shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7342", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32400", + "durability": null, + "name": "Rune shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7343" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black shield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "7405", + "name": "Black shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7344", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7405", + "durability": null, + "name": "Black shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7345" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5271", + "name": "Adamant shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7346", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5271", + "durability": null, + "name": "Adamant shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7347" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32700", + "name": "Rune shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7348", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32700", + "durability": null, + "name": "Rune shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7349" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black shield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "5572", + "name": "Black shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7350", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5572", + "durability": null, + "name": "Black shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7351" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3366", + "name": "Adamant shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7352", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3366", + "durability": null, + "name": "Adamant shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7353" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32500", + "name": "Rune shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7354", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "32500", + "durability": null, + "name": "Rune shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7355" + }, + { + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black shield with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,2", + "equipment_slot": "5", + "grand_exchange_price": "7159", + "name": "Black shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7356", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,10,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7159", + "durability": null, + "name": "Black shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7357" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "6328", + "name": "Adamant shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7358", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "6328", + "durability": null, + "name": "Adamant shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7359" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32400", + "name": "Rune shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7360", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "", + "ge_buy_limit": "2", + "grand_exchange_price": "32400", + "durability": null, + "name": "Rune shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7361" + }, + { + "requirements": "{1,20}-{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "101600", + "name": "Studded body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7362", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "101600", + "durability": null, + "name": "Studded body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7363" + }, + { + "requirements": "{1,20}-{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "weight": "5.4", + "absorb": "0,3,1", + "equipment_slot": "4", + "grand_exchange_price": "27300", + "name": "Studded body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7364", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "27300", + "durability": null, + "name": "Studded body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7365" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "durability": null, + "weight": "4.5", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "114600", + "name": "Studded chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7366", + "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "114600", + "durability": null, + "name": "Studded chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7367" + }, + { + "requirements": "{4,20}", + "ge_buy_limit": "2", + "examine": "Those studs should provide a bit more protection. Nice trim, too!", + "durability": null, + "weight": "4.5", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "36800", + "name": "Studded chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7368", + "bonuses": "0,0,0,-5,6,15,16,17,6,16,5,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36800", + "durability": null, + "name": "Studded chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7369" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "5000", + "examine": "Made from 100% real dragonhide. With colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "212400", + "name": "D'hide body(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7370", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "212400", + "durability": null, + "name": "D'hide body(g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7371" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide. With colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "38800", + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7372", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,40,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "38800", + "durability": null, + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7373" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "6883", + "name": "D'hide body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7374", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "6883", + "durability": null, + "name": "D'hide body (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7375" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "6", + "equip_audio": "2241", + "equipment_slot": "4", + "grand_exchange_price": "5268", + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7376", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,45,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5268", + "durability": null, + "name": "D'hide body (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7377" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "1300000", + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7378", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1300000", + "durability": null, + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7379" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "304300", + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7380", + "bonuses": "0,0,0,-10,8,22,16,24,8,22,15,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "304300", + "durability": null, + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7381" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "21300", + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7382", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "21300", + "durability": null, + "name": "D'hide chaps (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7383" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "2", + "examine": "Made from 100% real dragonhide, with colourful trim!", + "durability": null, + "weight": "5", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "2554", + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7384", + "bonuses": "0,0,0,-10,11,25,19,27,14,25,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2554", + "durability": null, + "name": "D'hide chaps (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7385" + }, + { + "ge_buy_limit": "2", + "examine": "Leg covering favoured by women and wizards. With a colourful trim!", + "grand_exchange_price": "298900", + "durability": null, + "name": "Blue skirt (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7386", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "298900", + "durability": null, + "name": "Blue skirt (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7387" + }, + { + "ge_buy_limit": "2", + "examine": "Leg covering favoured by women and wizards. With a colourful trim!", + "grand_exchange_price": "126800", + "durability": null, + "name": "Blue skirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "7388", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "126800", + "durability": null, + "name": "Blue skirt (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7389" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "I can practise magic better in this.", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7390", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7391" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "I can do magic better in this.", + "grand_exchange_price": "244600", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7392", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "244600", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7393" + }, + { + "ge_buy_limit": "2", + "examine": "A silly pointed hat with colourful trim.", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Wizard hat (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "hat": "true", + "id": "7394", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Wizard hat (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7395" + }, + { + "ge_buy_limit": "2", + "examine": "A silly pointed hat, with colourful trim.", + "grand_exchange_price": "352700", + "durability": null, + "name": "Wizard hat (t)", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "hat": "true", + "id": "7396", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "352700", + "durability": null, + "name": "Wizard hat (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7397" + }, + { + "requirements": "{1,20}-{6,40}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "weight": "1.8", + "absorb": "2,1,0", + "equipment_slot": "7", + "grand_exchange_price": "50000", + "name": "Enchanted robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7398", + "bonuses": "0,0,0,15,0,0,0,0,15,0,15,0,0,0,0" + }, + { + "requirements": "{1,20}-{6,40}", + "ge_buy_limit": "2", + "examine": "Enchanted Wizards robes.", + "durability": null, + "weight": "1", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "75100", + "name": "Enchanted top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7399", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,20}-{6,40}", + "ge_buy_limit": "2", + "examine": "A three pointed hat of magic.", + "grand_exchange_price": "8845", + "durability": null, + "name": "Enchanted hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7400", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Enchanted robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7401" + }, + { + "durability": null, + "name": "Enchanted top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7402" + }, + { + "durability": null, + "name": "Enchanted hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7403" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Red logs", + "archery_ticket_price": "0", + "id": "7404" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Green logs", + "weight": "2", + "archery_ticket_price": "0", + "id": "7405" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Blue logs", + "weight": "2", + "archery_ticket_price": "0", + "id": "7406" + }, + { + "durability": null, + "name": "Dragon 2h sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7407" + }, + { + "destroy_message": "I found this in a grave at Draynor Manor.", + "examine": "I shouldn't joke; this is a grave matter.", + "durability": null, + "name": "Draynor skull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7408" + }, + { + "shop_price": "40000", + "examine": "The only way to kill a Tanglefoot.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "attack_speed": "5", + "weapon_interface": "5", + "equipment_slot": "3", + "destroy_message": "I'll chat to Malignius Mortifer if I want another pair.", + "name": "Magic secateurs", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "7409", + "bonuses": "7,9,-5,1,0,0,1,0,1,0,0,1,0,0,0" + }, + { + "destroy_message": "I can always find another Tanglefoot if I need more.", + "examine": "Contains the Fairy Queen's magical essence.", + "durability": null, + "name": "Queen's secateurs", + "archery_ticket_price": "0", + "id": "7410", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A list of the Fairy Queen's symptoms.", + "durability": null, + "name": "Symptoms list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7411" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "archery_ticket_price": "0", + "id": "7413" + }, + { + "durability": null, + "name": "Paddle", + "archery_ticket_price": "0", + "id": "7414", + "weapon_interface": "1", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Paddle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7415" + }, + { + "ge_buy_limit": "5000", + "examine": "A mole claw.", + "grand_exchange_price": "11800", + "durability": null, + "name": "Mole claw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7416" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "11800", + "durability": null, + "name": "Mole claw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7417" + }, + { + "ge_buy_limit": "5000", + "examine": "The skin of a large mole.", + "grand_exchange_price": "12000", + "durability": null, + "name": "Mole skin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7418" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "12000", + "durability": null, + "name": "Mole skin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7419" + }, + { + "examine": "A fun guy. No wait, that's awful. Plus it doesn't even make sense. (As Fungi) A bouncy fungus. (Level 74) A fun guy. No wait, that's awful.. (Level 86)", + "durability": null, + "name": "Mutated zygomite", + "archery_ticket_price": "0", + "id": "7420" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 10", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7421", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 9", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7422", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 8", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7423", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 7", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7424", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 6", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7425", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 5", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7426", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 4", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7427", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 3", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7428", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 2", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7429", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 1", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7430", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "300", + "turn90cw_anim": "821", + "examine": "Pumps fungicide.", + "walk_anim": "3334", + "durability": null, + "weight": "2", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "618", + "equipment_slot": "3", + "stand_anim": "3332", + "name": "Fungicide spray 0", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7431", + "stand_turn_anim": "823" + }, + { + "requirements": "{18,57}", + "shop_price": "10", + "examine": "Does exactly what it says on the tin. (Kills Fungi.)", + "durability": null, + "name": "Fungicide", + "archery_ticket_price": "0", + "id": "7432" + }, + { + "shop_price": "35", + "ge_buy_limit": "100", + "examine": "Spoooooon!", + "durability": null, + "weight": "0.4", + "attack_speed": "5", + "weapon_interface": "6", + "equipment_slot": "3", + "grand_exchange_price": "44", + "name": "Wooden spoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7433", + "bonuses": "4,5,-2,0,0,0,3,2,0,0,0,7,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44", + "durability": null, + "name": "Wooden spoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7434" + }, + { + "shop_price": "45", + "ge_buy_limit": "100", + "examine": "A large whisk of death.", + "durability": null, + "attack_speed": "4", + "weapon_interface": "5", + "equipment_slot": "3", + "grand_exchange_price": "11", + "name": "Egg whisk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7435", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11", + "durability": null, + "name": "Egg whisk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7436" + }, + { + "requirements": "{0,10}", + "shop_price": "292", + "ge_buy_limit": "100", + "examine": "Use the spork.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "5", + "equipment_slot": "3", + "grand_exchange_price": "196", + "name": "Spork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7437", + "bonuses": "11,8,-2,0,0,0,2,1,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "196", + "durability": null, + "name": "Spork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7438" + }, + { + "requirements": "{0,10}", + "ge_buy_limit": "100", + "shop_price": "1728", + "turn90cw_anim": "7044", + "examine": "A large spatula... of doom!", + "walk_anim": "7046", + "durability": null, + "weight": "3.6", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "turn180_anim": "7045", + "render_anim": "124", + "equipment_slot": "3", + "grand_exchange_price": "953", + "stand_anim": "7047", + "tradeable": "true", + "name": "Spatula", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "7439", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,-4,0,0,0,0,0,-1,0,22,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "953", + "durability": null, + "name": "Spatula", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7440" + }, + { + "requirements": "{0,20}", + "shop_price": "1494", + "ge_buy_limit": "100", + "examine": "Looks like it's non-stick too!", + "durability": null, + "weight": "1.5", + "attack_speed": "6", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "836", + "name": "Frying pan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7441", + "bonuses": "-4,-4,25,-4,0,0,0,0,0,0,0,20,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "836", + "durability": null, + "name": "Frying pan", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7442" + }, + { + "requirements": "{0,30}", + "shop_price": "2880", + "ge_buy_limit": "100", + "examine": "Generally used for impaling fresh meat.", + "durability": null, + "weight": "2", + "attack_speed": "5", + "weapon_interface": "6", + "equipment_slot": "3", + "grand_exchange_price": "1712", + "name": "Skewer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7443", + "bonuses": "20,29,-2,0,0,0,3,2,0,0,0,31,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1712", + "durability": null, + "name": "Skewer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7444" + }, + { + "requirements": "{0,40}", + "shop_price": "12960", + "ge_buy_limit": "100", + "examine": "That's how I roll!", + "durability": null, + "weight": "1.8", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "8445", + "name": "Rolling pin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7445", + "bonuses": "20,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8445", + "durability": null, + "name": "Rolling pin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7446" + }, + { + "requirements": "{0,40}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A sharp, dependable knife, for filleting meat.", + "durability": null, + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "4686", + "attack_audios": "2704,0,0,0", + "name": "Kitchen knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7447", + "bonuses": "25,12,-4,1,0,0,0,0,1,0,0,24,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4686", + "durability": null, + "name": "Kitchen knife", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7448" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "Often used to soften tough meat up.", + "walk_anim": "819", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "820", + "defence_anim": "1666", + "equipment_slot": "3", + "attack_anims": "2067,2066,2068", + "grand_exchange_price": "24700", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7449", + "stand_turn_anim": "823", + "bonuses": "-4,-4,53,-4,0,0,0,0,0,0,0,48,0,0,0", + "requirements": "{0,40}", + "shop_price": "41500", + "durability": null, + "weight": "1", + "weapon_interface": "10", + "render_anim": "1", + "name": "Meat tenderiser" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24700", + "durability": null, + "name": "Meat tenderiser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7450" + }, + { + "requirements": "{0,40}", + "shop_price": "24040", + "ge_buy_limit": "100", + "examine": "An effective tool for chopping tough meat.", + "durability": null, + "weight": "0.5", + "attack_speed": "4", + "weapon_interface": "6", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "15000", + "attack_audios": "2500,0,2517,0", + "name": "Cleaver", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7451", + "bonuses": "7,45,-2,0,0,0,1,0,0,0,0,44,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15000", + "durability": null, + "name": "Cleaver", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7452" + }, + { + "shop_price": "50", + "examine": "A pair of plain gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7453", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "100", + "examine": "A pair of bronze-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7454", + "bonuses": "2,2,2,1,2,2,2,2,1,2,1,2,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "325", + "examine": "A pair of iron-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7455", + "bonuses": "3,3,3,2,3,3,3,3,2,3,2,3,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "500", + "examine": "A pair of steel-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7456", + "bonuses": "4,4,4,2,4,4,4,4,2,4,2,4,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "1000", + "examine": "A pair of black-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7457", + "bonuses": "5,5,5,3,5,5,5,5,3,5,3,5,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "shop_price": "1500", + "examine": "A pair of mithril-coloured gloves.", + "durability": null, + "name": "Gloves", + "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" + }, + { + "shop_price": "2500", + "examine": "A pair of adamant-coloured gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7459", + "bonuses": "7,7,7,4,7,7,7,7,4,7,4,7,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "requirements": "{1,13}", + "shop_price": "5000", + "examine": "A pair of rune-coloured gloves.", + "durability": null, + "name": "Gloves", + "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" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of dragon-coloured gloves.", + "durability": null, + "name": "Gloves", + "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" + }, + { + "requirements": "{1,41}", + "shop_price": "100000", + "examine": "A pair of Barrows-themed gloves.", + "durability": null, + "name": "Gloves", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "7462", + "bonuses": "12,12,12,6,12,12,12,12,6,12,6,12,0,0,0", + "equip_audio": "2236", + "equipment_slot": "9" + }, + { + "examine": "It's cornflour in a pot.", + "durability": null, + "name": "Cornflour", + "weight": "1", + "archery_ticket_price": "0", + "id": "7463" + }, + { + "examine": "A tatty old book belonging to the Wise Old Man of Draynor Village.", + "durability": null, + "name": "Book on chickens", + "archery_ticket_price": "0", + "id": "7464" + }, + { + "examine": "Surprise, it looks like a vanilla pod.", + "durability": null, + "name": "Vanilla pod", + "archery_ticket_price": "0", + "id": "7465" + }, + { + "examine": "It's cornflour in a pot.", + "durability": null, + "name": "Cornflour", + "weight": "1", + "archery_ticket_price": "0", + "id": "7466" + }, + { + "examine": "It's cornflour in a pot.", + "durability": null, + "name": "Pot of cornflour", + "weight": "1", + "archery_ticket_price": "0", + "id": "7468" + }, + { + "destroy_message": "I'll have to get all the ingredients again.", + "examine": "A mixture of milk, cream and cornflour.", + "durability": null, + "name": "Cornflour mixture", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7470" + }, + { + "destroy_message": "I'll have to get all the ingredients again.", + "examine": "It's a bucket of milk and cream.", + "durability": null, + "name": "Milky mixture", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7471" + }, + { + "examine": "Some cinnamon sticks.", + "durability": null, + "name": "Cinnamon", + "archery_ticket_price": "0", + "id": "7472" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pot of brulee supreme.", + "durability": null, + "name": "Brulee supreme", + "archery_ticket_price": "0", + "id": "7476" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "What came first, the chicken or...", + "durability": null, + "name": "Evil chicken's egg", + "archery_ticket_price": "0", + "id": "7477" + }, + { + "destroy_message": "I got this by killing a Black Dragon. It might be hard to get another one.", + "examine": "It's got a dragon on it.", + "durability": null, + "name": "Dragon token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7478" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It's a meat and potato stew with fancy seasoning.", + "durability": null, + "name": "Spicy stew", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7479" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (4)", + "archery_ticket_price": "0", + "id": "7480" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (3)", + "archery_ticket_price": "0", + "id": "7481" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (2)", + "archery_ticket_price": "0", + "id": "7482" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Red spice (1)", + "archery_ticket_price": "0", + "id": "7483" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (4)", + "archery_ticket_price": "0", + "id": "7484" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (3)", + "archery_ticket_price": "0", + "id": "7485" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (2)", + "archery_ticket_price": "0", + "id": "7486" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Orange spice (1)", + "archery_ticket_price": "0", + "id": "7487" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (4)", + "archery_ticket_price": "0", + "id": "7488" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (3)", + "archery_ticket_price": "0", + "id": "7489" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (2)", + "archery_ticket_price": "0", + "id": "7490" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Brown spice (1)", + "archery_ticket_price": "0", + "id": "7491" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (4)", + "archery_ticket_price": "0", + "id": "7492" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (3)", + "archery_ticket_price": "0", + "id": "7493" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (2)", + "archery_ticket_price": "0", + "id": "7494" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Yellow spice (1)", + "archery_ticket_price": "0", + "id": "7495" + }, + { + "examine": "Allows for equal distribution of spice.", + "durability": null, + "name": "Empty spice shaker", + "archery_ticket_price": "0", + "id": "7496" + }, + { + "examine": "A cool refreshing fruit mix. With ash in for some reason.", + "durability": null, + "name": "Dirty blast", + "archery_ticket_price": "0", + "id": "7497" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7498" + }, + { + "examine": "He seems to like wearing black.", + "durability": null, + "name": "Evil dave", + "archery_ticket_price": "0", + "id": "7499" + }, + { + "examine": "A short angry guy.", + "durability": null, + "name": "Dwarf", + "archery_ticket_price": "0", + "id": "7500" + }, + { + "examine": "He provides new players with useful information.", + "durability": null, + "name": "Lumbridge guide", + "archery_ticket_price": "0", + "id": "7502" + }, + { + "examine": "He looks a little shifty.", + "durability": null, + "name": "Osman", + "archery_ticket_price": "0", + "id": "7504" + }, + { + "examine": "A shifty-looking character.", + "durability": null, + "name": "Pirate pete", + "archery_ticket_price": "0", + "id": "7505" + }, + { + "examine": "Leader of the White Knights.", + "durability": null, + "name": "Sir amik varze", + "archery_ticket_price": "0", + "id": "7506" + }, + { + "examine": "He's been frozen in time.", + "durability": null, + "name": "Skrach", + "archery_ticket_price": "0", + "id": "7507" + }, + { + "shop_price": "4", + "examine": "There appears to be a coin in the bottom. Liked by dwarves.", + "durability": null, + "name": "Asgoldian ale", + "archery_ticket_price": "0", + "id": "7508" + }, + { + "examine": "Red hot and glowing, ouch! Only for dwarf consumption.", + "durability": null, + "name": "Dwarven rock cake", + "weight": "8.5", + "archery_ticket_price": "0", + "id": "7509" + }, + { + "examine": "Cool and heavy as a brick. Only for dwarf consumption.", + "durability": null, + "name": "Dwarven rock cake", + "weight": "8.5", + "archery_ticket_price": "0", + "id": "7510" + }, + { + "examine": "Two out of two goblin generals prefer it!", + "durability": null, + "name": "Slop of compromise", + "archery_ticket_price": "0", + "id": "7511" + }, + { + "examine": "Previously a nice crispy loaf of bread. Now just kind of icky.", + "durability": null, + "name": "Soggy bread", + "archery_ticket_price": "0", + "id": "7512" + }, + { + "examine": "They clearly taste so much better this way!", + "durability": null, + "name": "Spicy maggots", + "archery_ticket_price": "0", + "id": "7513" + }, + { + "examine": "Orange slices which have been dyed, but it looks more like they died.", + "durability": null, + "name": "Dyed orange", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7514" + }, + { + "examine": "Glad these aren't in my bed.", + "durability": null, + "name": "Breadcrumbs", + "archery_ticket_price": "0", + "id": "7515" + }, + { + "examine": "Those leaves look useful!", + "durability": null, + "name": "Kelp", + "archery_ticket_price": "0", + "id": "7516" + }, + { + "examine": "Kelp flakes. Smells of the sea.", + "durability": null, + "name": "Ground kelp", + "weight": "2", + "archery_ticket_price": "0", + "id": "7517" + }, + { + "examine": "A smelly meat.", + "durability": null, + "name": "Crab meat", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7518" + }, + { + "examine": "A smelly meat.", + "durability": null, + "name": "Crab meat", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7519" + }, + { + "ge_buy_limit": "100", + "examine": "Nice and Tasty!", + "grand_exchange_price": "219", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7521" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "219", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7522" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7523" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7524" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7525" + }, + { + "examine": "Nice and Tasty!", + "grand_exchange_price": "226", + "durability": null, + "name": "Cooked crab meat", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7526" + }, + { + "examine": "A smelly paste.", + "durability": null, + "name": "Ground crab meat", + "archery_ticket_price": "0", + "id": "7527" + }, + { + "examine": "A smelly paste.", + "durability": null, + "name": "Ground cod", + "archery_ticket_price": "0", + "id": "7528" + }, + { + "examine": "Would taste nicer if I cooked it.", + "durability": null, + "name": "Raw fishcake", + "archery_ticket_price": "0", + "id": "7529" + }, + { + "examine": "Mmmm, reminds me of the seaside.", + "durability": null, + "name": "Cooked fishcake", + "archery_ticket_price": "0", + "id": "7530" + }, + { + "examine": "Hmmm, what can I use this for?", + "durability": null, + "name": "Mudskipper hide", + "weight": "1", + "archery_ticket_price": "0", + "id": "7532" + }, + { + "remove_head": "true", + "examine": "You'll look daft, but at least you won't drown!", + "durability": null, + "name": "Fishbowl helmet", + "weight": "5", + "archery_ticket_price": "0", + "id": "7534", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "I'll need a helmet to make this work.", + "durability": null, + "name": "Diving apparatus", + "weight": "10", + "archery_ticket_price": "0", + "id": "7535", + "equipment_slot": "1" + }, + { + "examine": "Fresh off the crab itself.", + "durability": null, + "name": "Fresh crab claw", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7536" + }, + { + "examine": "If it is good enough for crabs, it's good enough for me.", + "durability": null, + "name": "Crab claw", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7537", + "bonuses": "0,0,0,0,0,3,4,2,0,0,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Fresh off the crab itself.", + "durability": null, + "name": "Fresh crab shell", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7538" + }, + { + "remove_head": "true", + "examine": "If it's good enough for crabs, it's good enough for me!", + "durability": null, + "name": "Crab helmet", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7539", + "bonuses": "0,0,0,-3,-1,4,5,3,-1,4,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "Darn, it's useless now.", + "durability": null, + "name": "Broken crab claw", + "archery_ticket_price": "0", + "id": "7540" + }, + { + "examine": "Darn, it's useless now.", + "durability": null, + "name": "Broken crab shell", + "archery_ticket_price": "0", + "id": "7541" + }, + { + "destroy_message": "Maybe Traiborn will have another.", + "examine": "Imbued with knowledge itself.", + "durability": null, + "name": "Cake of guidance", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7542" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Now all I need to do is cook it.", + "durability": null, + "name": "Raw guide cake", + "archery_ticket_price": "0", + "id": "7543" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Egg containing knowledge.", + "durability": null, + "name": "Enchanted egg", + "archery_ticket_price": "0", + "id": "7544" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Guiding milk.", + "durability": null, + "name": "Enchanted milk", + "weight": "2", + "archery_ticket_price": "0", + "id": "7545" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pot of special flour.", + "durability": null, + "name": "Enchanted flour", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7546" + }, + { + "examine": "A druid pouch.", + "durability": null, + "name": "Druid pouch", + "archery_ticket_price": "0", + "id": "7547" + }, + { + "shop_price": "8", + "examine": "A potato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Potato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7548" + }, + { + "durability": null, + "name": "Potato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7549" + }, + { + "shop_price": "10", + "examine": "An onion seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Onion seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7550" + }, + { + "durability": null, + "name": "Onion seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7551" + }, + { + "shop_price": "76", + "examine": "Arrows with mithril heads.", + "grand_exchange_price": "24", + "durability": null, + "name": "Mithril arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7552", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,22,0,0" + }, + { + "durability": null, + "name": "Mithril arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7553" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "16", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7554" + }, + { + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7555" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7556" + }, + { + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7557" + }, + { + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "9", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7558" + }, + { + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7559" + }, + { + "shop_price": "140", + "examine": "Used for small missile spells.", + "grand_exchange_price": "65", + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7560" + }, + { + "durability": null, + "name": "Chaos rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7561" + }, + { + "shop_price": "10", + "examine": "A tomato seed - plant in an allotment.", + "grand_exchange_price": "1", + "durability": null, + "name": "Tomato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7562" + }, + { + "durability": null, + "name": "Tomato seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7563" + }, + { + "examine": "An inflated toad tied to a rock like a balloon.", + "durability": null, + "name": "Balloon toad", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7564" + }, + { + "examine": "An inflated toad tied to a rock like a balloon.", + "durability": null, + "name": "Balloon toad", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7565" + }, + { + "ge_buy_limit": "100", + "examine": "The uncooked meat of a Jubbly bird.", + "grand_exchange_price": "422", + "durability": null, + "name": "Raw jubbly", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7566" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "422", + "durability": null, + "name": "Raw jubbly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7567" + }, + { + "ge_buy_limit": "100", + "examine": "Lovely jubbly!", + "grand_exchange_price": "944", + "durability": null, + "name": "Cooked jubbly", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7568" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "944", + "durability": null, + "name": "Cooked jubbly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7569" + }, + { + "durability": null, + "name": "Burnt jubbly", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7571" + }, + { + "examine": "Like a banana only redder.", + "durability": null, + "name": "Red banana", + "archery_ticket_price": "0", + "id": "7572", + "equipment_slot": "5" + }, + { + "examine": "Like monkey nuts only tchikier.", + "durability": null, + "name": "Tchiki monkey nuts", + "archery_ticket_price": "0", + "id": "7573" + }, + { + "examine": "Perfect for stuffing snakes.", + "durability": null, + "name": "Sliced red banana", + "archery_ticket_price": "0", + "id": "7574" + }, + { + "examine": "Mixing this with jam would just be wrong.", + "durability": null, + "name": "Tchiki nut paste", + "archery_ticket_price": "0", + "id": "7575" + }, + { + "examine": "Like a snake only not alive.", + "durability": null, + "name": "Snake corpse", + "weight": "3", + "archery_ticket_price": "0", + "id": "7576" + }, + { + "examine": "This snake is stuffed right up.", + "durability": null, + "name": "Raw stuffed snake", + "weight": "3", + "archery_ticket_price": "0", + "id": "7577" + }, + { + "examine": "Is this really what you wanted to do?", + "durability": null, + "name": "Odd stuffed snake", + "archery_ticket_price": "0", + "id": "7578" + }, + { + "examine": "Fit for a Monkey King. (cooked)", + "durability": null, + "name": "Stuffed snake", + "weight": "3", + "archery_ticket_price": "0", + "id": "7579" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Overgrown hellcat", + "archery_ticket_price": "0", + "id": "7581" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Hell cat", + "archery_ticket_price": "0", + "id": "7582" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Hell-kitten", + "archery_ticket_price": "0", + "id": "7583" + }, + { + "examine": "Your hellish pet cat!!", + "durability": null, + "name": "Wily hellcat", + "archery_ticket_price": "0", + "id": "7585" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Dummy", + "archery_ticket_price": "0", + "id": "7586" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7587" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7588" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7589" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7590" + }, + { + "examine": "Filled with items. Like a bank, but spookier!", + "durability": null, + "name": "Coffin", + "archery_ticket_price": "0", + "id": "7591" + }, + { + "examine": "Aside from the braaaains on the lapel, it's still quite good.", + "durability": null, + "name": "Zombie shirt", + "archery_ticket_price": "0", + "id": "7592", + "equipment_slot": "4" + }, + { + "examine": "Good for a shamble about town.", + "durability": null, + "name": "Zombie trousers", + "archery_ticket_price": "0", + "id": "7593", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "I look 40,000 years old in this...", + "durability": null, + "name": "Zombie mask", + "archery_ticket_price": "0", + "id": "7594", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Smells pretty funky.", + "durability": null, + "name": "Zombie gloves", + "archery_ticket_price": "0", + "id": "7595", + "equipment_slot": "9" + }, + { + "shop_price": "160", + "examine": "Thrilling.", + "durability": null, + "name": "Zombie boots", + "archery_ticket_price": "0", + "id": "7596", + "equipment_slot": "10" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7597" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7598" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7599" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7600" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7601" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7602" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7603" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7604" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7605" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7606" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7607" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7608" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7609" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7610" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7611" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7612" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7613" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7614" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7615" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7616" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7617" + }, + { + "durability": null, + "name": "Item", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7618" + }, + { + "examine": "A silvery rod of mithril and silver with sapphire on top.", + "durability": null, + "name": "Silvthrill rod", + "archery_ticket_price": "0", + "id": "7620" + }, + { + "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", + "durability": null, + "name": "Bucket of rubble", + "weight": "2", + "archery_ticket_price": "0", + "id": "7622" + }, + { + "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", + "durability": null, + "name": "Bucket of rubble", + "weight": "2", + "archery_ticket_price": "0", + "id": "7624" + }, + { + "examine": "A bucket partially filled with rubble. / A bucket totally filled with rubble.", + "durability": null, + "name": "Bucket of rubble", + "weight": "2", + "archery_ticket_price": "0", + "id": "7626" + }, + { + "destroy_message": "You can get another plaster fragment by exploring near the Inn in Burgh de Rott.", + "examine": "A fragment of plaster with some impressions on it.", + "durability": null, + "name": "Plaster fragment", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7628" + }, + { + "destroy_message": "You can get another scroll by exploring near the Inn in Burgh de Rott.", + "examine": "An ancient tattered scroll.", + "durability": null, + "name": "Dusty scroll", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7629" + }, + { + "destroy_message": "You can get another temple key by talking to Drezel.", + "examine": "A key for the Temple Library. (In Aid of the Myreque)", + "durability": null, + "name": "Temple library key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7632" + }, + { + "destroy_message": "You can get another Ancient Book by searching the library in the temple on the Salve.", + "shop_price": "5000", + "examine": "The unholy book of a forgotten god.", + "durability": null, + "name": "Ancient book", + "weight": "1", + "archery_ticket_price": "0", + "id": "7633", + "bonuses": "4,4,4,6,0,4,4,4,6,0,2,0,0,5,0" + }, + { + "destroy_message": "You can get another Crumbling tome by searching the library in the temple on the Salve.", + "examine": "An ancient history book.", + "durability": null, + "name": "Battered tome", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7634" + }, + { + "destroy_message": "You can get another Leather book by searching the library in the temple on the Salve.", + "examine": "An ancient leather-bound tome.", + "durability": null, + "name": "Leather book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7635" + }, + { + "examine": "Rod of Ivandis dust.", + "durability": null, + "name": "Rod dust", + "archery_ticket_price": "0", + "id": "7636" + }, + { + "examine": "A silvery rod of mithril and silver with sapphire on top.", + "durability": null, + "name": "Silvthrill rod", + "archery_ticket_price": "0", + "id": "7637", + "equipment_slot": "3" + }, + { + "examine": "A silvery rod of mithril and silver with sapphire on top.", + "durability": null, + "name": "Silvthrill rod", + "archery_ticket_price": "0", + "id": "7638" + }, + { + "turn90cw_anim": "1207", + "examine": "A fully charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(10)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7639", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(9)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7640", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "defence_anim": "420", + "render_anim": "28", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(8)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7641", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(7)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7642", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(6)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7643", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(5)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7644", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(4)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7645", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(3)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7646", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "2! 2 charges left! Ha Ha Ha.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(2)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7647", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "turn90cw_anim": "1207", + "examine": "A partialy charged rod.", + "walk_anim": "1205", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "false", + "weapon_interface": "1", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "stand_anim": "813", + "name": "Rod of ivandis(1)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7648", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "destroy_message": "You can make another one of these by using clay on Ivandis' coffin.", + "examine": "A mould of the Rod of Ivandis.", + "durability": null, + "name": "Rod clay mould", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7649" + }, + { + "ge_buy_limit": "1000", + "examine": "It's ground up silver.", + "grand_exchange_price": "316", + "durability": null, + "name": "Silver dust", + "tradeable": "true", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "7650" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "316", + "durability": null, + "name": "Silver dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7651" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "96", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7652" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "96", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7653" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7654" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "77", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7655" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "58", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7656" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "58", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7657" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "30", + "examine": "An unfinished potion.", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7658" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "30", + "durability": null, + "name": "Guthix balance(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7659" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "140", + "durability": null, + "name": "Guthix balance(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7660" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "140", + "durability": null, + "name": "Guthix balance(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7661" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "168", + "durability": null, + "name": "Guthix balance(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7662" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "168", + "durability": null, + "name": "Guthix balance(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7663" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "132", + "durability": null, + "name": "Guthix balance(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7664" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "132", + "durability": null, + "name": "Guthix balance(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7665" + }, + { + "ge_buy_limit": "1000", + "examine": "A potion of harralander, red spiders eggs, garlic and silver dust.", + "grand_exchange_price": "66", + "durability": null, + "name": "Guthix balance(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7666" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Guthix balance(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7667" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1663", + "examine": "A specially crafted hammer with strange markings on it.", + "walk_anim": "1663", + "turn90ccw_anim": "1663", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1663", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "1615", + "stand_anim": "1662", + "tradeable": "true", + "run_anim": "1664", + "archery_ticket_price": "0", + "id": "7668", + "stand_turn_anim": "823", + "bonuses": "-4,-4,35,-4,0,0,0,0,0,0,0,35,0,0,0", + "shop_price": "3000", + "durability": null, + "weight": "1.8", + "weapon_interface": "10", + "render_anim": "27", + "name": "Gadderhammer" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1615", + "durability": null, + "name": "Gadderhammer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7669" + }, + { + "turn90cw_anim": "3680", + "examine": "I think they look a bit silly.", + "walk_anim": "3680", + "durability": null, + "weight": "0.4", + "turn90ccw_anim": "3680", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "turn180_anim": "3680", + "render_anim": "1386", + "equipment_slot": "3", + "stand_anim": "3677", + "name": "Boxing gloves", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7671", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "turn90cw_anim": "3680", + "examine": "I think they look a bit silly.", + "walk_anim": "3680", + "durability": null, + "weight": "0.4", + "turn90ccw_anim": "3680", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "9", + "turn180_anim": "3680", + "render_anim": "1386", + "equipment_slot": "3", + "stand_anim": "3677", + "name": "Boxing gloves", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "7673", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0" + }, + { + "examine": "A less-than razor sharp sword.", + "durability": null, + "name": "Wooden sword", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "7675", + "weapon_interface": "5", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0", + "equip_audio": "2248", + "render_anim": "2584", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Wooden shield", + "archery_ticket_price": "0", + "id": "7676", + "equip_audio": "2250", + "equipment_slot": "5" + }, + { + "examine": "It knows where the treasure is.", + "durability": null, + "name": "Treasure stone", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "7677" + }, + { + "shop_price": "160", + "examine": "You can use this to open the prize chest!", + "durability": null, + "name": "Prize key", + "weight": "1", + "archery_ticket_price": "0", + "id": "7678" + }, + { + "examine": "A good tool for bashing someone.", + "durability": null, + "name": "Pugel", + "archery_ticket_price": "0", + "two_handed": "true", + "id": "7679", + "weapon_interface": "14", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Pugel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7680" + }, + { + "examine": "Party Pete's Bumper Book Of Games", + "durability": null, + "name": "Game book", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7681" + }, + { + "durability": null, + "name": "Hoop", + "archery_ticket_price": "0", + "id": "7682", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Hoop", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7683" + }, + { + "durability": null, + "name": "Dart", + "archery_ticket_price": "0", + "attack_speed": "3", + "id": "7684", + "equip_audio": "2244", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7685" + }, + { + "durability": null, + "name": "Bow and arrow", + "archery_ticket_price": "0", + "id": "7686", + "weapon_interface": "1", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Bow and arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7687" + }, + { + "examine": "The kettle is empty.", + "durability": null, + "name": "Kettle", + "archery_ticket_price": "0", + "id": "7688" + }, + { + "durability": null, + "name": "Kettle", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7689" + }, + { + "examine": "It's full of cold water.", + "durability": null, + "name": "Full kettle", + "archery_ticket_price": "0", + "id": "7690" + }, + { + "examine": "It's full of boiling water.", + "durability": null, + "name": "Hot kettle", + "archery_ticket_price": "0", + "id": "7691" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7692" + }, + { + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7693" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7694" + }, + { + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7695" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7696" + }, + { + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7697" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7698" + }, + { + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7699" + }, + { + "examine": "Add boiling water to make a tea.", + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7700" + }, + { + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7701" + }, + { + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7702" + }, + { + "durability": null, + "name": "Teapot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7703" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7704" + }, + { + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7705" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7706" + }, + { + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7707" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7708" + }, + { + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7709" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7710" + }, + { + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7711" + }, + { + "examine": "Add boiling water to make a tea.", + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7712" + }, + { + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7713" + }, + { + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7714" + }, + { + "durability": null, + "name": "Teapot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7715" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7716" + }, + { + "durability": null, + "name": "Pot of tea (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7717" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7718" + }, + { + "durability": null, + "name": "Pot of tea (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7719" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7720" + }, + { + "durability": null, + "name": "Pot of tea (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7721" + }, + { + "examine": "I'd really like a nice cup of tea.", + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7722" + }, + { + "durability": null, + "name": "Pot of tea (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7723" + }, + { + "examine": "Add boiling water to make a tea.", + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "weight": "1.5", + "archery_ticket_price": "0", + "id": "7724" + }, + { + "durability": null, + "name": "Teapot with leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7725" + }, + { + "examine": "This teapot is empty.", + "durability": null, + "name": "Teapot", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7726" + }, + { + "durability": null, + "name": "Teapot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7727" + }, + { + "shop_price": "1", + "examine": "An empty cup.", + "grand_exchange_price": "7", + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7728" + }, + { + "durability": null, + "name": "Empty cup", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7729" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7730" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7731" + }, + { + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "archery_ticket_price": "0", + "id": "7732" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7733" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7734" + }, + { + "examine": "A porcelain cup.", + "durability": null, + "name": "Porcelain cup", + "archery_ticket_price": "0", + "id": "7735" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7736" + }, + { + "shop_price": "10", + "examine": "A nice cup of tea.", + "grand_exchange_price": "30", + "durability": null, + "name": "Cup of tea", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "7737" + }, + { + "examine": "Mmm, how about a nice cup of tea?", + "durability": null, + "name": "Tea leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7738" + }, + { + "durability": null, + "name": "Tea leaves", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7739" + }, + { + "examine": "A glass of frothy ale.", + "grand_exchange_price": "151", + "durability": null, + "name": "Beer", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7740" + }, + { + "durability": null, + "name": "Beer", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7741" + }, + { + "shop_price": "1", + "examine": "I need to fill this with beer.", + "grand_exchange_price": "25", + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "7742" + }, + { + "durability": null, + "name": "Beer glass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7743" + }, + { + "shop_price": "3", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7744" + }, + { + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7745" + }, + { + "shop_price": "2", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "569", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7746" + }, + { + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7747" + }, + { + "shop_price": "2", + "examine": "A glass of bitter.", + "grand_exchange_price": "523", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7748" + }, + { + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7749" + }, + { + "shop_price": "5", + "examine": "A foul smelling brew.", + "grand_exchange_price": "14", + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7750" + }, + { + "durability": null, + "name": "Moonlight mead", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7751" + }, + { + "shop_price": "2", + "examine": "A glass of Cider", + "grand_exchange_price": "1539", + "durability": null, + "name": "Cider", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7752" + }, + { + "durability": null, + "name": "Cider", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7753" + }, + { + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "2371", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7754" + }, + { + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7755" + }, + { + "durability": null, + "name": "Paintbrush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7756", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Paintbrush", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7757" + }, + { + "examine": "A decent-enough weapon gone rusty.", + "durability": null, + "name": "Rusty sword", + "weight": "2", + "archery_ticket_price": "0", + "id": "7758", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "examine": "Nice bit of crafting.", + "grand_exchange_price": "3140", + "durability": null, + "name": "Toy soldier", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7759" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3140", + "durability": null, + "name": "Toy soldier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7760" + }, + { + "examine": "Nice bit of crafting.", + "grand_exchange_price": "3123", + "durability": null, + "name": "Toy soldier (wound)", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7761" + }, + { + "durability": null, + "name": "Toy soldier (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7762" + }, + { + "ge_buy_limit": "100", + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3236", + "durability": null, + "name": "Toy doll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7763" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3236", + "durability": null, + "name": "Toy doll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7764" + }, + { + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3289", + "durability": null, + "name": "Toy doll (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7765" + }, + { + "durability": null, + "name": "Toy doll (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7766" + }, + { + "shop_price": "1705", + "ge_buy_limit": "100", + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3384", + "durability": null, + "name": "Toy mouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7767" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3384", + "durability": null, + "name": "Toy mouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7768" + }, + { + "shop_price": "1705", + "examine": "Nice bit of crafting!", + "grand_exchange_price": "3484", + "durability": null, + "name": "Toy mouse (wound)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7769" + }, + { + "durability": null, + "name": "Toy mouse (wound)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7770" + }, + { + "ge_buy_limit": "100", + "examine": "Inventory: Nice bit of crafting!As a follower: An amazing piece of crafting.", + "grand_exchange_price": "2930", + "durability": null, + "name": "Clockwork cat", + "tradeable": "true", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7771" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2930", + "durability": null, + "name": "Clockwork cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7772" + }, + { + "examine": "I can use this to make a lyre.", + "durability": null, + "name": "Branch", + "weight": "1", + "archery_ticket_price": "0", + "id": "7773", + "equipment_slot": "3" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7774" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7775" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7776" + }, + { + "examine": "A long section of vine made up of lots of shorter sections.", + "durability": null, + "name": "Long vine", + "archery_ticket_price": "0", + "id": "7777" + }, + { + "examine": "A short section of vines.", + "durability": null, + "name": "Short vine", + "archery_ticket_price": "0", + "id": "7778" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7779" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7780" + }, + { + "examine": "A tome of learning that focuses on the Fishing skill.", + "durability": null, + "name": "Fishing tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7781" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7782" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7783" + }, + { + "examine": "A tome of learning that focuses on Agility.", + "durability": null, + "name": "Agility tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7784" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7785" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7786" + }, + { + "examine": "A tome of learning that focuses on the Thieving skill.", + "durability": null, + "name": "Thieving tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7787" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7788" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7789" + }, + { + "examine": "A tome of learning which focuses on the Slayer skill.", + "durability": null, + "name": "Slayer tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7790" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Mining skill.", + "durability": null, + "name": "Mining tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7791" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Mining skill.", + "durability": null, + "name": "Mining tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7792" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Mining skill.", + "durability": null, + "name": "Mining tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7793" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7794" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7795" + }, + { + "examine": "A tome of learning that focuses on Firemaking.", + "durability": null, + "name": "Firemaking tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7796" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Woodcutting skill.", + "durability": null, + "name": "Woodcutting tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7797" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Woodcutting skill.", + "durability": null, + "name": "Woodcutting tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7798" + }, + { + "shop_price": "160", + "examine": "A tome of learning that focuses on the Woodcutting skill.", + "durability": null, + "name": "Woodcutting tome", + "weight": "1", + "archery_ticket_price": "0", + "id": "7799" + }, + { + "examine": "A shell from a giant snail.", + "durability": null, + "name": "Snail shell", + "weight": "7", + "archery_ticket_price": "0", + "id": "7800" + }, + { + "ge_buy_limit": "10000", + "examine": "Scaly but not slimy!", + "grand_exchange_price": "1618", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "7801" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1618", + "durability": null, + "name": "Snake hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7802" + }, + { + "shop_price": "100", + "examine": "A non-magical copy of the make-over mage's amulet.", + "durability": null, + "name": "Yin yang amulet", + "archery_ticket_price": "0", + "id": "7803", + "equipment_slot": "2" + }, + { + "turn90cw_anim": "1207", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Picture", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7804", + "stand_turn_anim": "1209", + "bonuses": "0,0,11,0,0,0,0,0,0,0,0,14,0,0,0" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7805" + }, + { + "attack_anims": "381,390,390,390", + "examine": "A heavy duty sword.", + "durability": null, + "name": "Anger sword", + "archery_ticket_price": "0", + "attack_speed": "3", + "id": "7806", + "weapon_interface": "5", + "bonuses": "20,20,20,0,0,0,2,1,0,0,0,5,0,0,0", + "defence_anim": "397", + "equipment_slot": "3" + }, + { + "attack_anims": "395,395,401,395", + "examine": "A heavy duty axe.", + "durability": null, + "attack_audios": "2498,2498,2497,2498", + "name": "Anger battleaxe", + "archery_ticket_price": "0", + "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" + }, + { + "attack_anims": "390,390,381,390", + "examine": "A heavy duty mace.", + "durability": null, + "name": "Anger mace", + "archery_ticket_price": "0", + "id": "7808", + "weapon_interface": "8", + "bonuses": "20,20,20,0,0,0,0,0,0,0,0,5,1,0,0", + "defence_anim": "397", + "equipment_slot": "3" + }, + { + "turn90cw_anim": "1207", + "examine": "A heavy duty spear.", + "walk_anim": "1205", + "durability": null, + "turn90ccw_anim": "1208", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1206", + "equip_audio": "2247", + "render_anim": "28", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "stand_anim": "813", + "name": "Anger spear", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "7809", + "stand_turn_anim": "1209", + "bonuses": "20,20,20,0,0,1,1,0,0,0,0,6,0,0,0" + }, + { + "shop_price": "1", + "examine": "This wine clearly did not age well.", + "durability": null, + "name": "Jug of vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7810" + }, + { + "examine": "Well, this pot is certainly full of vinegar and no mistake.", + "durability": null, + "name": "Pot of vinegar", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "7811" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Goblin skull", + "archery_ticket_price": "0", + "id": "7812" + }, + { + "examine": "There is a goblin bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7813" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Goblin skull", + "archery_ticket_price": "0", + "id": "7814" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bear ribs", + "archery_ticket_price": "0", + "id": "7815" + }, + { + "examine": "There is a bear bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7816" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Bear ribs", + "archery_ticket_price": "0", + "id": "7817" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ram skull", + "archery_ticket_price": "0", + "id": "7818" + }, + { + "examine": "There is a ram bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7819" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Ram skull", + "archery_ticket_price": "0", + "id": "7820" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Unicorn bone", + "archery_ticket_price": "0", + "id": "7821" + }, + { + "examine": "There is a unicorn bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7822" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Unicorn bone", + "archery_ticket_price": "0", + "id": "7823" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant rat bone", + "archery_ticket_price": "0", + "id": "7824" + }, + { + "examine": "There is a giant rat bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7825" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Giant rat bone", + "archery_ticket_price": "0", + "id": "7826" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Giant bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7827" + }, + { + "examine": "There is a giant bat bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7828" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Giant bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7829" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Wolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7830" + }, + { + "examine": "There is a wolf bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7831" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Wolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7832" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7833" + }, + { + "examine": "There is a bat bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7834" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Bat wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7835" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rat bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7836" + }, + { + "examine": "There is a rat bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7837" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Rat bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7838" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Baby dragon bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7839" + }, + { + "examine": "There is a baby blue dragon bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7840" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Baby dragon bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7841" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ogre ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7842" + }, + { + "examine": "There is a ogre bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7843" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Ogre ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7844" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Jogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7845" + }, + { + "examine": "There is a jogre bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7846" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Jogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7847" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7848" + }, + { + "examine": "There is a zogre bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7849" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Zogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7850" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Mogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7851" + }, + { + "examine": "There is a mogre bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7852" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Mogre bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7853" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Monkey paw", + "archery_ticket_price": "0", + "id": "7854" + }, + { + "examine": "There is a monkey bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7855" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Monkey paw", + "archery_ticket_price": "0", + "id": "7856" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Dagannoth ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7857" + }, + { + "examine": "There is a Dagannoth bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7858" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Dagannoth ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7859" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Snake spine", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7860" + }, + { + "examine": "There is a snake bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7861" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Snake spine", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7862" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Zombie bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7863" + }, + { + "examine": "There is a zombie bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7864" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Zombie bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7865" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Werewolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7866" + }, + { + "examine": "There is a werewolf bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7867" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Werewolf bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7868" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Moss giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7869" + }, + { + "examine": "There is a moss giant bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7870" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Moss giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7871" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7872" + }, + { + "examine": "There is a fire giant bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7873" + }, + { + "examine": "This bone belongs in a museum!", + "durability": null, + "name": "Fire giant bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7874" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ice giant ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7875" + }, + { + "examine": "There is an ice giant bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7876" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Ice giant ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7877" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Terrorbird wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7878" + }, + { + "examine": "There is a terrorbird bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7879" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Terrorbird wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7880" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Ghoul bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7881" + }, + { + "examine": "There is a ghoul bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7882" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Ghoul bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7883" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Troll bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7884" + }, + { + "examine": "There is a troll bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7885" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Troll bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7886" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Seagull wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7887" + }, + { + "examine": "There is a seagull bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7888" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Seagull wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7889" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Undead cow ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7890" + }, + { + "examine": "There is an undead cow bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7891" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Undead cow ribs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7892" + }, + { + "shop_price": "160", + "examine": "This needs a good polish.", + "durability": null, + "name": "Experiment bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7893" + }, + { + "examine": "There is an experiment bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7894" + }, + { + "shop_price": "160", + "examine": "This belongs in a museum!", + "durability": null, + "name": "Experiment bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7895" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Rabbit bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7896" + }, + { + "examine": "There is a rabbit bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7897" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Rabbit bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7898" + }, + { + "examine": "This bone needs a good polish.", + "durability": null, + "name": "Basilisk bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7899" + }, + { + "examine": "There is a basilisk bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7900" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Basilisk bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7901" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Desert lizard bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7902" + }, + { + "examine": "There is a desert lizard bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7903" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Desert lizard bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7904" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Cave goblin skull", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7905" + }, + { + "examine": "There is a cave goblin bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7906" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Cave goblin skull", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7907" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Big frog leg", + "weight": "1", + "archery_ticket_price": "0", + "id": "7908" + }, + { + "examine": "There is a big frog bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7909" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Big frog leg", + "weight": "1", + "archery_ticket_price": "0", + "id": "7910" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7911" + }, + { + "examine": "There is a vulture bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7912" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Vulture wing", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7913" + }, + { + "examine": "This needs a good polish.", + "durability": null, + "name": "Jackal bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7914" + }, + { + "examine": "There is a jackal bone in here.", + "durability": null, + "name": "Bone in vinegar", + "weight": "1", + "archery_ticket_price": "0", + "id": "7915" + }, + { + "examine": "This belongs in a museum!", + "durability": null, + "name": "Jackal bone", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "7916" + }, + { + "destroy_message": "The ram skull helm looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.", + "examine": "Makes me feel baaad to the bone.", + "durability": null, + "name": "Ram skull helm", + "weight": "3", + "archery_ticket_price": "0", + "id": "7917", + "bonuses": "0,0,0,0,-2,19,21,16,0,19,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "The bonesack looks like it will fall apart if you drop it. You would have to go to the Odd Old Man for a replacement.", + "examine": "The Bonesack is a little old item that protects like leather.", + "durability": null, + "name": "Bonesack", + "weight": "9", + "archery_ticket_price": "0", + "id": "7918", + "bonuses": "0,0,0,0,0,4,4,4,4,4,4,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "500", + "examine": "A very good vintage.", + "durability": null, + "name": "Bottle of wine", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "7919" + }, + { + "durability": null, + "name": "Bottle of wine", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7920" + }, + { + "examine": "This one has clearly been taken down and passed around.", + "durability": null, + "name": "Empty wine bottle", + "weight": "1", + "archery_ticket_price": "0", + "id": "7921" + }, + { + "examine": "The money off voucher has expired.", + "durability": null, + "name": "Al kharid flyer", + "archery_ticket_price": "0", + "id": "7922" + }, + { + "examine": "A ring given to you by the Easter Bunny.", + "durability": null, + "attack_audios": "", + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "7927", + "equip_audio": "", + "equipment_slot": "12" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7928" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7929" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7930" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7931" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7932" + }, + { + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7933" + }, + { + "shop_price": "390", + "ge_buy_limit": "100", + "examine": "A field ration to help your wounds go away.", + "grand_exchange_price": "171", + "durability": null, + "name": "Field ration", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7934" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "171", + "durability": null, + "name": "Field ration", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7935" + }, + { + "shop_price": "1", + "ge_buy_limit": "25000", + "examine": "An uncharged Rune Stone of extra capability.", + "grand_exchange_price": "180", + "durability": null, + "name": "Pure essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7936" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "109", + "durability": null, + "name": "Pure essence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7937" + }, + { + "ge_buy_limit": "5000", + "examine": "A word in your shell-like.", + "grand_exchange_price": "13600", + "durability": null, + "name": "Tortoise shell", + "tradeable": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "7939" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13600", + "durability": null, + "name": "Tortoise shell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7940" + }, + { + "examine": "A sturdy sheet of iron.", + "durability": null, + "name": "Iron sheet", + "weight": "1.75", + "archery_ticket_price": "0", + "id": "7941" + }, + { + "examine": "Perfect for storing. Not so good for eating.", + "durability": null, + "name": "Fresh monkfish", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "7942" + }, + { + "examine": "Perfect for storing. Not so good for eating.", + "durability": null, + "name": "Fresh monkfish", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "7943" + }, + { + "ge_buy_limit": "20000", + "examine": "I should try cooking this.", + "grand_exchange_price": "618", + "durability": null, + "name": "Raw monkfish", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7944" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "618", + "durability": null, + "name": "Raw monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7945" + }, + { + "ge_buy_limit": "10000", + "examine": "A tasty fish.", + "grand_exchange_price": "617", + "durability": null, + "name": "Monkfish", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "7946" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "617", + "durability": null, + "name": "Monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7947" + }, + { + "durability": null, + "name": "Burnt monkfish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7949" + }, + { + "examine": "A highly portable army of skeletal magic.", + "durability": null, + "name": "Bone seeds", + "archery_ticket_price": "0", + "id": "7950" + }, + { + "shop_price": "160", + "examine": "A book taken from the desk of Herman Caranos.", + "durability": null, + "name": "Herman's book", + "tradeable": "false", + "destroy": "true", + "weight": "0.09", + "archery_ticket_price": "0", + "id": "7951" + }, + { + "examine": "Useless without the head.", + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7952", + "equipment_slot": "3" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7953" + }, + { + "durability": null, + "name": "Burnt shrimp", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "7955" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "7956" + }, + { + "shop_price": "2", + "examine": "A mostly clean apron.", + "grand_exchange_price": "169", + "durability": null, + "name": "White apron", + "tradeable": "true", + "weight": "0.45", + "archery_ticket_price": "0", + "id": "7957" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A prop for holding up a tunnel roof.", + "durability": null, + "name": "Mining prop", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7958" + }, + { + "destroy_message": "You can get your box back by talking to the guard by the dungeon entrance in Etceteria.", + "examine": "A box full of stolen Etceterian items.", + "durability": null, + "name": "Heavy box", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7959" + }, + { + "examine": "It says 'To the dungeons' on the side.", + "durability": null, + "name": "Empty box", + "archery_ticket_price": "0", + "id": "7960" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "archery_ticket_price": "0", + "id": "7961" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "archery_ticket_price": "0", + "id": "7962" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "archery_ticket_price": "0", + "id": "7963" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "archery_ticket_price": "0", + "id": "7964" + }, + { + "examine": "A diary with one/two/three/four/five page(s).", + "durability": null, + "name": "Burnt diary", + "archery_ticket_price": "0", + "id": "7965" + }, + { + "examine": "A dwarf-made coal engine. It looks very sturdy.", + "durability": null, + "name": "Engine", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7967" + }, + { + "examine": "A beam with a pulley attached.", + "durability": null, + "name": "Pulley beam", + "archery_ticket_price": "0", + "id": "7969" + }, + { + "examine": "A long beam with a pulley attached.", + "durability": null, + "name": "Long pulley beam", + "archery_ticket_price": "0", + "id": "7970" + }, + { + "examine": "A very long beam with a pulley attached.", + "durability": null, + "name": "Longer pulley beam", + "archery_ticket_price": "0", + "id": "7971" + }, + { + "examine": "The manual for an AMCE Lift-In-A-Box.", + "durability": null, + "name": "Lift manual", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "7972" + }, + { + "examine": "A wooden beam.", + "durability": null, + "name": "Beam", + "archery_ticket_price": "0", + "id": "7973" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "7975" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Cockatrice head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7976" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Basilisk head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7977" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kurask head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7978" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Abyssal head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7979" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kbd heads", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7980" + }, + { + "examine": "I should get it stuffed!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "7981" + }, + { + "examine": "I could mount this on my wall!", + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "7982" + }, + { + "examine": "I could mount this on my wall!", + "durability": null, + "name": "Cockatrice head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7983" + }, + { + "examine": "I could mount this on my wall!", + "durability": null, + "name": "Basilisk head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7984" + }, + { + "examine": "I could mount this on my wall!", + "durability": null, + "name": "Kurask head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7985" + }, + { + "examine": "I could mount this on my wall!", + "durability": null, + "name": "Abyssal head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7986" + }, + { + "examine": "I could mount these on my wall!", + "durability": null, + "name": "Kbd heads", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "7987" + }, + { + "examine": "I could mount this on my wall!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "7988" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big bass", + "weight": "6", + "archery_ticket_price": "0", + "id": "7989" + }, + { + "examine": "I should mount this on my wall!", + "durability": null, + "name": "Big bass", + "weight": "6", + "archery_ticket_price": "0", + "id": "7990" + }, + { + "examine": "Whopper! I should get this stuffed!", + "durability": null, + "name": "Big swordfish", + "archery_ticket_price": "0", + "id": "7991" + }, + { + "examine": "I should mount this on my wall!", + "durability": null, + "name": "Big swordfish", + "archery_ticket_price": "0", + "id": "7992" + }, + { + "examine": "It's a monster! I should get this stuffed!", + "durability": null, + "name": "Big shark", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7993" + }, + { + "examine": "I should mount this on my wall!", + "durability": null, + "name": "Big shark", + "weight": "0.7", + "archery_ticket_price": "0", + "id": "7994" + }, + { + "examine": "A portrait of King Arthur.", + "durability": null, + "name": "Arthur portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7995" + }, + { + "shop_price": "1000", + "examine": "A portrait of Elena.", + "durability": null, + "name": "Elena portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7996" + }, + { + "examine": "A painting of the staute of King Alvis of Keldagrim", + "durability": null, + "name": "Keldagrim portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7997" + }, + { + "examine": "A portrait of Prince Brand and Princess Astrid of Miscellania.", + "durability": null, + "name": "Misc. portrait", + "weight": "1", + "archery_ticket_price": "0", + "id": "7998" + }, + { + "shop_price": "2000", + "examine": "The exotic land of the Elves.", + "durability": null, + "name": "Isafdar painting", + "archery_ticket_price": "0", + "id": "8000" + }, + { + "shop_price": "2000", + "examine": "The tropical coast of karamja.", + "durability": null, + "name": "Karamja painting", + "archery_ticket_price": "0", + "id": "8001" + }, + { + "shop_price": "2000", + "examine": "Oxtable's famous painting of the Lumbridge water mill.", + "durability": null, + "name": "Lumbridge painting", + "weight": "1", + "archery_ticket_price": "0", + "id": "8002" + }, + { + "shop_price": "2000", + "examine": "A painting of the spooky forests of morytania.", + "durability": null, + "name": "Morytania painting", + "weight": "1", + "archery_ticket_price": "0", + "id": "8003" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1341", + "durability": null, + "name": "Varrock teleport", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8007" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1371", + "durability": null, + "name": "Lumbridge teleport", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8008" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1414", + "durability": null, + "name": "Falador teleport", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8009" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1369", + "durability": null, + "name": "Camelot teleport", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8010" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1511", + "durability": null, + "name": "Ardougne teleport", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8011" + }, + { + "shop_price": "2500", + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1025", + "durability": null, + "name": "Watchtower t'port", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8012" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "1426", + "durability": null, + "name": "Teleport to house", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8013" + }, + { + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "360", + "durability": null, + "name": "Bones to bananas", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8014" + }, + { + "ge_buy_limit": "200", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "620", + "durability": null, + "name": "Bones to peaches", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8015" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "343", + "durability": null, + "name": "Enchant sapphire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8016" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "409", + "durability": null, + "name": "Enchant emerald", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8017" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "207", + "durability": null, + "name": "Enchant ruby", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8018" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "326", + "durability": null, + "name": "Enchant diamond", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8019" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "250", + "durability": null, + "name": "Enchant dragonstn.", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8020" + }, + { + "ge_buy_limit": "1000", + "examine": "A tablet containing a magic spell.", + "grand_exchange_price": "31", + "durability": null, + "name": "Enchant onyx", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8021" + }, + { + "grand_exchange_price": "1918", + "durability": null, + "name": "Wooden bed", + "archery_ticket_price": "0", + "id": "8031" + }, + { + "grand_exchange_price": "1631", + "durability": null, + "name": "Oak bed", + "archery_ticket_price": "0", + "id": "8032" + }, + { + "grand_exchange_price": "1388", + "durability": null, + "name": "Large oak bed", + "archery_ticket_price": "0", + "id": "8033" + }, + { + "grand_exchange_price": "1376", + "durability": null, + "name": "Teak bed", + "archery_ticket_price": "0", + "id": "8034" + }, + { + "grand_exchange_price": "1996", + "durability": null, + "name": "Large teak bed", + "archery_ticket_price": "0", + "id": "8035" + }, + { + "grand_exchange_price": "1314", + "durability": null, + "name": "4-poster", + "archery_ticket_price": "0", + "id": "8036" + }, + { + "grand_exchange_price": "274779", + "durability": null, + "name": "Gilded 4-poster", + "archery_ticket_price": "0", + "id": "8037" + }, + { + "grand_exchange_price": "18", + "durability": null, + "name": "Shoe box", + "archery_ticket_price": "0", + "id": "8038" + }, + { + "grand_exchange_price": "42", + "durability": null, + "name": "Oak drawers", + "archery_ticket_price": "0", + "id": "8039" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak wardrobe", + "archery_ticket_price": "0", + "id": "8040" + }, + { + "grand_exchange_price": "126", + "durability": null, + "name": "Teak drawers", + "archery_ticket_price": "0", + "id": "8041" + }, + { + "grand_exchange_price": "12", + "durability": null, + "name": "Teak wardrobe", + "archery_ticket_price": "0", + "id": "8042" + }, + { + "grand_exchange_price": "102", + "durability": null, + "name": "Mahogany 'drobe", + "archery_ticket_price": "0", + "id": "8043" + }, + { + "grand_exchange_price": "139452", + "durability": null, + "name": "Gilded wardrobe", + "archery_ticket_price": "0", + "id": "8044" + }, + { + "grand_exchange_price": "510", + "durability": null, + "name": "Shaving stand", + "archery_ticket_price": "0", + "id": "8045" + }, + { + "grand_exchange_price": "449", + "durability": null, + "name": "Oak shaving stand", + "archery_ticket_price": "0", + "id": "8046" + }, + { + "grand_exchange_price": "147", + "durability": null, + "name": "Oak dresser", + "archery_ticket_price": "0", + "id": "8047" + }, + { + "grand_exchange_price": "478", + "durability": null, + "name": "Teak dresser", + "archery_ticket_price": "0", + "id": "8048" + }, + { + "grand_exchange_price": "456", + "durability": null, + "name": "Fancy teak dresser", + "archery_ticket_price": "0", + "id": "8049" + }, + { + "grand_exchange_price": "404", + "durability": null, + "name": "Mahogany dresser", + "archery_ticket_price": "0", + "id": "8050" + }, + { + "grand_exchange_price": "140594", + "durability": null, + "name": "Gilded dresser", + "archery_ticket_price": "0", + "id": "8051" + }, + { + "grand_exchange_price": "367", + "durability": null, + "name": "Oak clock", + "archery_ticket_price": "0", + "id": "8052" + }, + { + "grand_exchange_price": "552", + "durability": null, + "name": "Teak clock", + "archery_ticket_price": "0", + "id": "8053" + }, + { + "grand_exchange_price": "154310", + "durability": null, + "name": "Gilded clock", + "archery_ticket_price": "0", + "id": "8054" + }, + { + "examine": "When unanimated: A dusty old suit of armour. When animated: Aaargh, it's alive!", + "durability": null, + "name": "Suit of armour", + "archery_ticket_price": "0", + "id": "8085" + }, + { + "grand_exchange_price": "13", + "durability": null, + "name": "Wooden bench", + "archery_ticket_price": "0", + "id": "8108" + }, + { + "grand_exchange_price": "131", + "durability": null, + "name": "Oak bench", + "archery_ticket_price": "0", + "id": "8109" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak bench", + "archery_ticket_price": "0", + "id": "8110" + }, + { + "grand_exchange_price": "17", + "durability": null, + "name": "Teak dining bench", + "archery_ticket_price": "0", + "id": "8111" + }, + { + "grand_exchange_price": "2", + "durability": null, + "name": "Carved teak bench", + "archery_ticket_price": "0", + "id": "8112" + }, + { + "grand_exchange_price": "145", + "durability": null, + "name": "Mahogany bench", + "archery_ticket_price": "0", + "id": "8113" + }, + { + "grand_exchange_price": "531526", + "durability": null, + "name": "Gilded bench", + "archery_ticket_price": "0", + "id": "8114" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Wood dining table", + "archery_ticket_price": "0", + "id": "8115" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak dining table", + "archery_ticket_price": "0", + "id": "8116" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak table", + "archery_ticket_price": "0", + "id": "8117" + }, + { + "grand_exchange_price": "2", + "durability": null, + "name": "Teak table", + "archery_ticket_price": "0", + "id": "8118" + }, + { + "grand_exchange_price": "249", + "durability": null, + "name": "Carved teak table", + "archery_ticket_price": "0", + "id": "8119" + }, + { + "grand_exchange_price": "497", + "durability": null, + "name": "Mahogany table", + "archery_ticket_price": "0", + "id": "8120" + }, + { + "grand_exchange_price": "394177", + "durability": null, + "name": "Opulent table", + "archery_ticket_price": "0", + "id": "8121" + }, + { + "shop_price": "24", + "examine": "A candle.", + "grand_exchange_price": "104", + "durability": null, + "name": "Candles", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8128" + }, + { + "durability": null, + "name": "Skeleton guard", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8131" + }, + { + "examine": "He doesn't seem pleased to see me./Beware of the dog! (Construction)", + "durability": null, + "name": "Guard dog", + "archery_ticket_price": "0", + "id": "8132" + }, + { + "examine": "He doesn't look very welcoming.", + "durability": null, + "name": "Hobgoblin guard", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8133" + }, + { + "examine": "Young but still dangerous.", + "durability": null, + "name": "Baby red dragon", + "archery_ticket_price": "0", + "id": "8134" + }, + { + "examine": "No spider could grow that big! It's unrealistic!", + "durability": null, + "name": "Huge spider", + "archery_ticket_price": "0", + "id": "8135" + }, + { + "examine": "(Level 122)", + "durability": null, + "name": "Hellhound", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8137" + }, + { + "examine": "I don't think insect repellent will work...", + "durability": null, + "name": "Kalphite soldier", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8139" + }, + { + "examine": "The Tok-Xil fires deadly spines out of its arm, projected by its own heat.", + "durability": null, + "name": "Tok-xil", + "archery_ticket_price": "0", + "id": "8140" + }, + { + "examine": "Its scales seem to be made of steel.", + "durability": null, + "name": "Steel dragon", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8142" + }, + { + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8203" + }, + { + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8204" + }, + { + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8205" + }, + { + "shop_price": "20000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8206" + }, + { + "shop_price": "25000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Fancy hedge", + "weight": "10", + "archery_ticket_price": "0", + "id": "8207" + }, + { + "shop_price": "50000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Tall fancy hedge", + "archery_ticket_price": "0", + "id": "8208" + }, + { + "examine": "Some rosemary.", + "grand_exchange_price": "20", + "durability": null, + "name": "Rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8210" + }, + { + "examine": "A bunch of marigolds.", + "grand_exchange_price": "3862", + "durability": null, + "name": "Marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8214" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Beer barrel", + "archery_ticket_price": "0", + "id": "8239" + }, + { + "grand_exchange_price": "16860", + "durability": null, + "name": "Cider barrel", + "archery_ticket_price": "0", + "id": "8240" + }, + { + "shop_price": "3", + "examine": "Probably the finest readily-available ale in Asgarnia.", + "grand_exchange_price": "131", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8241" + }, + { + "shop_price": "2", + "examine": "A glass of frothy ale.", + "grand_exchange_price": "569", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8242" + }, + { + "shop_price": "2", + "examine": "A glass of bitter.", + "grand_exchange_price": "523", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8243" + }, + { + "examine": "A fruity, full-bodied ale.", + "grand_exchange_price": "2371", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8244" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Wood kitchen table", + "archery_ticket_price": "0", + "id": "8246" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak kitchen table", + "archery_ticket_price": "0", + "id": "8247" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Teak kitchen table", + "archery_ticket_price": "0", + "id": "8248" + }, + { + "examine": "A trophy of a mighty slayer!", + "durability": null, + "name": "Crawling hand", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "8260" + }, + { + "examine": "A trophy of a mighty slayer!", + "durability": null, + "name": "Cockatrice head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8261" + }, + { + "examine": "A trophy of a mighty slayer!", + "durability": null, + "name": "Basilisk head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8262" + }, + { + "examine": "A trophy of a mighty slayer!", + "durability": null, + "name": "Kurask head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8263" + }, + { + "examine": "A trophy of a mighty slayer!!", + "durability": null, + "name": "Abyssal head", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8264" + }, + { + "examine": "A trophy of a mighty dragon-slayer!", + "durability": null, + "name": "Kbd heads", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8265" + }, + { + "examine": "A trophy of a mighty kalphite slayer!", + "durability": null, + "name": "Kq head", + "archery_ticket_price": "0", + "id": "8266" + }, + { + "durability": null, + "name": "Runite armour", + "archery_ticket_price": "0", + "id": "8272", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "examine": "The magical sword 'Silverlight'. / The magical sword 'Silverlight', stained black with mushroom ink. (during Shadow of the Storm)", + "durability": null, + "name": "Silverlight", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "8279", + "bonuses": "9,14,-2,0,0,0,3,2,1,0,0,12,0,0,0" + }, + { + "examine": "This used to belong to King Arthur.", + "durability": null, + "name": "Excalibur", + "weight": "2.2", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "8280", + "bonuses": "20,29,-2,0,0,0,3,2,1,0,0,25,0,0,0" + }, + { + "examine": "The magical sword Silverlight, enhanced with the blood of Agrith-Naar.", + "durability": null, + "name": "Darklight", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "8281", + "bonuses": "10,16,-2,0,0,0,3,2,2,0,0,13,0,0,0" + }, + { + "examine": "This provides partial protection from dragon-breath attacks.", + "grand_exchange_price": "305", + "durability": null, + "name": "Anti-dragon shield", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "8282", + "bonuses": "0,0,0,0,0,7,9,8,2,8,0,0,0,0,0" + }, + { + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8283", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,0,3,0" + }, + { + "shop_price": "450", + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "8284", + "bonuses": "0,0,0,0,0,7,7,7,7,7,7,0,0,0,0" + }, + { + "examine": "Legendary King of the Britons.", + "durability": null, + "name": "King arthur", + "archery_ticket_price": "0", + "id": "8285" + }, + { + "examine": "She looks concerned.", + "durability": null, + "name": "Elena", + "archery_ticket_price": "0", + "id": "8286" + }, + { + "examine": "It's full of pent-up aggression.", + "durability": null, + "name": "Rocnar", + "archery_ticket_price": "0", + "id": "8305" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Crude wooden chair", + "archery_ticket_price": "0", + "id": "8309" + }, + { + "grand_exchange_price": "50", + "durability": null, + "name": "Wooden chair", + "archery_ticket_price": "0", + "id": "8310" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Rocking chair", + "archery_ticket_price": "0", + "id": "8311" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak chair", + "archery_ticket_price": "0", + "id": "8312" + }, + { + "grand_exchange_price": "2", + "durability": null, + "name": "Oak armchair", + "archery_ticket_price": "0", + "id": "8313" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Teak armchair", + "archery_ticket_price": "0", + "id": "8314" + }, + { + "grand_exchange_price": "8", + "durability": null, + "name": "Mahogany armchair", + "archery_ticket_price": "0", + "id": "8315" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden bookcase", + "archery_ticket_price": "0", + "id": "8319" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak bookcase", + "archery_ticket_price": "0", + "id": "8320" + }, + { + "grand_exchange_price": "52", + "durability": null, + "name": "Mahogany b'kcase", + "archery_ticket_price": "0", + "id": "8321" + }, + { + "requirements": "{5,22}", + "shop_price": "1000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged dead tree", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8417" + }, + { + "durability": null, + "name": "Bagged dead tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8418" + }, + { + "requirements": "{10,22}", + "shop_price": "2000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged nice tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8419" + }, + { + "durability": null, + "name": "Bagged nice tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8420" + }, + { + "requirements": "{15,22}", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged oak tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8421" + }, + { + "durability": null, + "name": "Bagged oak tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8422" + }, + { + "requirements": "{22,30}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged willow tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8423" + }, + { + "durability": null, + "name": "Bagged willow tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8424" + }, + { + "requirements": "{22,45}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged maple tree", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8425" + }, + { + "durability": null, + "name": "Bagged maple tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8426" + }, + { + "requirements": "{22,60}", + "shop_price": "20000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged yew tree", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8427" + }, + { + "durability": null, + "name": "Bagged yew tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8428" + }, + { + "requirements": "{22,75}", + "shop_price": "50000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged magic tree", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8429" + }, + { + "durability": null, + "name": "Bagged magic tree", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8430" + }, + { + "shop_price": "1000", + "ge_buy_limit": "5000", + "examine": "You can plant this in your garden.", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bagged plant 1", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8431" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1345", + "durability": null, + "name": "Bagged plant 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8432" + }, + { + "requirements": "{6,22}", + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8433" + }, + { + "durability": null, + "name": "Bagged plant 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8434" + }, + { + "requirements": "{12,22}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8435" + }, + { + "durability": null, + "name": "Bagged plant 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8436" + }, + { + "requirements": "{22,56}", + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8437" + }, + { + "durability": null, + "name": "Thorny hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8438" + }, + { + "requirements": "{22,60}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8439" + }, + { + "durability": null, + "name": "Nice hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8440" + }, + { + "requirements": "{22,64}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8441" + }, + { + "durability": null, + "name": "Small box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8442" + }, + { + "requirements": "{22,68}", + "shop_price": "20000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8443" + }, + { + "durability": null, + "name": "Topiary hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8444" + }, + { + "requirements": "{22,72}", + "shop_price": "25000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Fancy hedge", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8445" + }, + { + "durability": null, + "name": "Fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8446" + }, + { + "requirements": "{22,76}", + "shop_price": "50000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Tall fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8447" + }, + { + "durability": null, + "name": "Tall fancy hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8448" + }, + { + "requirements": "{22,80}", + "shop_price": "100000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Tall box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8449" + }, + { + "durability": null, + "name": "Tall box hedge", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8450" + }, + { + "requirements": "{22,66}", + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8451" + }, + { + "durability": null, + "name": "Bagged rosemary", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8452" + }, + { + "requirements": "{22,71}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8453" + }, + { + "durability": null, + "name": "Bagged daffodils", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8454" + }, + { + "requirements": "{22,76}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8455" + }, + { + "durability": null, + "name": "Bagged bluebells", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8456" + }, + { + "requirements": "{22,66}", + "shop_price": "5000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged sunflower", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8457" + }, + { + "durability": null, + "name": "Bagged sunflower", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8458" + }, + { + "requirements": "{22,71}", + "shop_price": "10000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "10", + "id": "8459" + }, + { + "durability": null, + "name": "Bagged marigolds", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8460" + }, + { + "requirements": "{22,76}", + "shop_price": "15000", + "examine": "You can plant this in your garden.", + "durability": null, + "name": "Bagged roses", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8461" + }, + { + "durability": null, + "name": "Bagged roses", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8462" + }, + { + "shop_price": "160", + "examine": "How to build a house.", + "durability": null, + "name": "Construction guide", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8463" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8464", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8466", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8468", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8470", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8472", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8474", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8476", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8478", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8480", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8482", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8484", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8486", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8488", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8490", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8492", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Rune heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8494", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble crude chair.", + "durability": null, + "name": "Crude wooden chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8496" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Crude wooden chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8497" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "53", + "examine": "A ready-to-assemble wooden chair.", + "durability": null, + "name": "Wooden chair", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8498" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "53", + "durability": null, + "name": "Wooden chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8499" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble rocking chair.", + "durability": null, + "name": "Rocking chair", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8500" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Rocking chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8501" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "examine": "A ready-to-assemble oak chair.", + "durability": null, + "name": "Oak chair", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8502" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Oak chair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8503" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble oak armchair.", + "durability": null, + "name": "Oak armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8504" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8505" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble teak armchair.", + "durability": null, + "name": "Teak armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8506" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Teak armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8507" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "examine": "A ready-to-assemble mahogany armchair.", + "durability": null, + "name": "Mahogany armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8508" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Mahogany armchair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8509" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble wooden bookcase.", + "durability": null, + "name": "Wooden bookcase", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8510" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden bookcase", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8511" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble oak bookcase.", + "durability": null, + "name": "Oak bookcase", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8512" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak bookcase", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8513" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "46", + "examine": "A ready-to-assemble mahogany bookcase.", + "durability": null, + "name": "Mahogany b'kcase", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8514" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "46", + "durability": null, + "name": "Mahogany b'kcase", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8515" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble beer barrel.", + "durability": null, + "name": "Beer barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8516" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Beer barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8517" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16900", + "examine": "A ready-to-assemble cider barrel.", + "durability": null, + "name": "Cider barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8518" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16900", + "durability": null, + "name": "Cider barrel", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8519" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "A ready-to-assemble barrel of Asgarnian Ale.", + "grand_exchange_price": "4586", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8520" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4586", + "durability": null, + "name": "Asgarnian ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8521" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A ready-to-assemble barrel of Greenman's Ale.", + "grand_exchange_price": "8875", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8522" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8875", + "durability": null, + "name": "Greenman's ale", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8523" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "A ready-to-assemble barrel of Dragon Bitter.", + "grand_exchange_price": "10300", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8524" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10300", + "durability": null, + "name": "Dragon bitter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8525" + }, + { + "ge_buy_limit": "100", + "examine": "A ready-to-assemble barrel of Chef's Delight.", + "grand_exchange_price": "48800", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8526" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "48800", + "durability": null, + "name": "Chef's delight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8527" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble wooden kitchen table.", + "durability": null, + "name": "Wood kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8528" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wood kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8529" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble oak kitchen table.", + "durability": null, + "name": "Oak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8530" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8531" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble teak kitchen table.", + "durability": null, + "name": "Teak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8532" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Teak kitchen table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8533" + }, + { + "durability": null, + "name": "Oak lectern", + "archery_ticket_price": "0", + "id": "8535" + }, + { + "durability": null, + "name": "Eagle lectern", + "archery_ticket_price": "0", + "id": "8537" + }, + { + "durability": null, + "name": "Demon lectern", + "archery_ticket_price": "0", + "id": "8539" + }, + { + "durability": null, + "name": "Teak eagle lectern", + "archery_ticket_price": "0", + "id": "8541" + }, + { + "durability": null, + "name": "Teak demon lectern", + "archery_ticket_price": "0", + "id": "8543" + }, + { + "durability": null, + "name": "Mahogany eagle", + "archery_ticket_price": "0", + "id": "8545" + }, + { + "durability": null, + "name": "Mahogany demon", + "archery_ticket_price": "0", + "id": "8547" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble wooden dining table.", + "durability": null, + "name": "Wood dining table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8548" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Wood dining table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8549" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble oak dining table.", + "durability": null, + "name": "Oak dining table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8550" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak dining table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8551" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble carved oak dining table.", + "durability": null, + "name": "Carved oak table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8552" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8553" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "examine": "A ready-to-assemble teak dining table.", + "durability": null, + "name": "Teak table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8554" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Teak table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8555" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "245", + "examine": "A ready-to-assemble carved teak dining table.", + "durability": null, + "name": "Carved teak table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8556" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "245", + "durability": null, + "name": "Carved teak table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8557" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "575", + "examine": "A ready-to-assemble mahogany dining table.", + "durability": null, + "name": "Mahogany table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8558" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "575", + "durability": null, + "name": "Mahogany table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8559" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "379100", + "examine": "A ready-to-assemble opulent dining table.", + "durability": null, + "name": "Opulent table", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8560" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "379100", + "durability": null, + "name": "Opulent table", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8561" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "examine": "A ready-to-assemble wooden dining bench.", + "durability": null, + "name": "Wooden bench", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8562" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "durability": null, + "name": "Wooden bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8563" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137", + "examine": "A ready-to-assemble oak dining bench.", + "durability": null, + "name": "Oak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8564" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137", + "durability": null, + "name": "Oak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8565" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble carved oak dining bench.", + "durability": null, + "name": "Carved oak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8566" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8567" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "examine": "A ready-to-assemble teak dining bench.", + "durability": null, + "name": "Teak dining bench", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8568" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18", + "durability": null, + "name": "Teak dining bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8569" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "examine": "A ready-to-assemble carved teak dining bench.", + "durability": null, + "name": "Carved teak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8570" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Carved teak bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8571" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "126", + "examine": "A ready-to-assemble mahogany dining bench.", + "durability": null, + "name": "Mahogany bench", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8572" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "126", + "durability": null, + "name": "Mahogany bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8573" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "517600", + "examine": "A ready-to-assemble gilded mahogany dining bench.", + "durability": null, + "name": "Gilded bench", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8574" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "517600", + "durability": null, + "name": "Gilded bench", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8575" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1974", + "examine": "A ready-to-assemble wooden bed.", + "durability": null, + "name": "Wooden bed", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8576" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1974", + "durability": null, + "name": "Wooden bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8577" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1775", + "examine": "A ready-to-assemble oak bed.", + "durability": null, + "name": "Oak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8578" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1775", + "durability": null, + "name": "Oak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8579" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1433", + "examine": "A ready-to-assemble large oak bed.", + "durability": null, + "name": "Large oak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8580" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1433", + "durability": null, + "name": "Large oak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8581" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1442", + "examine": "A ready-to-assemble teak bed.", + "durability": null, + "name": "Teak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8582" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1442", + "durability": null, + "name": "Teak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8583" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2030", + "examine": "A ready-to-assemble large teak bed.", + "durability": null, + "name": "Large teak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8584" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2030", + "durability": null, + "name": "Large teak bed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8585" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1401", + "examine": "A ready-to-assemble four-poster bed.", + "durability": null, + "name": "4-poster", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8586" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1401", + "durability": null, + "name": "4-poster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8587" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "286700", + "examine": "A ready-to-assemble gilded four-poster bed.", + "durability": null, + "name": "Gilded 4-poster", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8588" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "286700", + "durability": null, + "name": "Gilded 4-poster", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8589" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "examine": "A ready-to-assemble oak clock.", + "durability": null, + "name": "Oak clock", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8590" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "384", + "durability": null, + "name": "Oak clock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8591" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "595", + "examine": "A ready-to-assemble teak clock.", + "durability": null, + "name": "Teak clock", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8592" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "595", + "durability": null, + "name": "Teak clock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8593" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156100", + "examine": "A ready-to-assemble gilded mahogany clock.", + "durability": null, + "name": "Gilded clock", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8594" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156100", + "durability": null, + "name": "Gilded clock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8595" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "510", + "examine": "A ready-to-assemble shaving stand.", + "durability": null, + "name": "Shaving stand", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8596" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "510", + "durability": null, + "name": "Shaving stand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8597" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "455", + "examine": "A ready-to-assemble oak shaving stand.", + "durability": null, + "name": "Oak shaving stand", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8598" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "455", + "durability": null, + "name": "Oak shaving stand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8599" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "examine": "A ready-to-assemble oak dresser.", + "durability": null, + "name": "Oak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8600" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Oak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8601" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "478", + "examine": "A ready-to-assemble teak dresser.", + "durability": null, + "name": "Teak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8602" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "478", + "durability": null, + "name": "Teak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8603" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "455", + "examine": "A ready-to-assemble fancy teak dresser.", + "durability": null, + "name": "Fancy teak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8604" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "455", + "durability": null, + "name": "Fancy teak dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8605" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "399", + "examine": "A ready-to-assemble mahogany dresser.", + "durability": null, + "name": "Mahogany dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8606" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "399", + "durability": null, + "name": "Mahogany dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8607" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "138800", + "examine": "A ready-to-assemble gilded dresser.", + "durability": null, + "name": "Gilded dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8608" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "138800", + "durability": null, + "name": "Gilded dresser", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8609" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "examine": "A ready-to-assemble shoe box.", + "durability": null, + "name": "Shoe box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8610" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21", + "durability": null, + "name": "Shoe box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8611" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47", + "examine": "A ready-to-assemble oak chest of drawers.", + "durability": null, + "name": "Oak drawers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8612" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "47", + "durability": null, + "name": "Oak drawers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8613" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble oak bedroom wardrobe.", + "durability": null, + "name": "Oak wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8614" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8615" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "132", + "examine": "A ready-to-assemble teak chest of drawers.", + "durability": null, + "name": "Teak drawers", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8616" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "132", + "durability": null, + "name": "Teak drawers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8617" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "examine": "A ready-to-assemble teak bedroom wardrobe.", + "durability": null, + "name": "Teak wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8618" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "13", + "durability": null, + "name": "Teak wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8619" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98", + "examine": "A ready-to-assemble mahogany bedroom wardrobe.", + "durability": null, + "name": "Mahogany 'drobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8620" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "98", + "durability": null, + "name": "Mahogany 'drobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8621" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137700", + "examine": "A ready-to-assemble gilded mahogany bedroom wardrobe.", + "durability": null, + "name": "Gilded wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "8622" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137700", + "durability": null, + "name": "Gilded wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8623" + }, + { + "durability": null, + "name": "Crystal ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8625" + }, + { + "durability": null, + "name": "Elemental sphere", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8627" + }, + { + "durability": null, + "name": "Crystal of power", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8629" + }, + { + "durability": null, + "name": "Globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8631" + }, + { + "durability": null, + "name": "Ornamental globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8633" + }, + { + "durability": null, + "name": "Lunar globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8635" + }, + { + "durability": null, + "name": "Celestial globe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8637" + }, + { + "durability": null, + "name": "Armillary sphere", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8639" + }, + { + "durability": null, + "name": "Small orrery", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8641" + }, + { + "durability": null, + "name": "Large orrery", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8643" + }, + { + "durability": null, + "name": "Wooden telescope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8645" + }, + { + "durability": null, + "name": "Teak telescope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8647" + }, + { + "durability": null, + "name": "Mahogany 'scope", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8649" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8650", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8652", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8654", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8656", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8658", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8660", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8662", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8664", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8666", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8668", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8670", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8672", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8674", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8676", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8678", + "stand_turn_anim": "1426" + }, + { + "turn90cw_anim": "1424", + "walk_anim": "1422", + "durability": null, + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Banner", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8680", + "stand_turn_anim": "1426" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8682", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8684", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8686", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8688", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8690", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8692", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8694", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8696", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8698", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8700", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8702", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8704", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8706", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8708", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8710", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "examine": "The colours represent crest.", + "durability": null, + "name": "Steel heraldic helm", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "8712", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8714", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8716", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8718", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8720", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8722", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8724", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8726", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8728", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8730", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8732", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8734", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8736", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8738", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8740", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8742", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "32583", + "name": "Rune kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8744", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,40,0,0,0,0" + }, + { + "requirements": "{1,5}", + "shop_price": "850", + "examine": "A large metal shield.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8746", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8748", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8750", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8752", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8754", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8756", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8758", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8760", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8762", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8764", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8766", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8768", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8770", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8772", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8774", + "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.", + "durability": null, + "weight": "5.4", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "346", + "name": "Steel kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8776", + "bonuses": "0,0,0,-8,-2,13,15,14,-1,14,5,0,0,0,0" + }, + { + "ge_buy_limit": "10000", + "examine": "A plank of sturdy oak.", + "grand_exchange_price": "660", + "durability": null, + "name": "Oak plank", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8778" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "660", + "durability": null, + "name": "Oak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8779" + }, + { + "shop_price": "500", + "ge_buy_limit": "10000", + "examine": "A plank of fine teak.", + "grand_exchange_price": "959", + "durability": null, + "name": "Teak plank", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8780" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "959", + "durability": null, + "name": "Teak plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8781" + }, + { + "shop_price": "1500", + "ge_buy_limit": "10000", + "examine": "A plank of expensive mahogany.", + "grand_exchange_price": "2286", + "durability": null, + "name": "Mahogany plank", + "tradeable": "true", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "8782" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "2286", + "durability": null, + "name": "Mahogany plank", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8783" + }, + { + "shop_price": "130000", + "ge_buy_limit": "100", + "examine": "A very delicate sheet of gold.", + "grand_exchange_price": "133800", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8784" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "133800", + "durability": null, + "name": "Gold leaf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8785" + }, + { + "shop_price": "325000", + "ge_buy_limit": "100", + "examine": "A beautifully carved marble block.", + "grand_exchange_price": "324800", + "durability": null, + "name": "Marble block", + "tradeable": "true", + "weight": "13.6", + "archery_ticket_price": "0", + "id": "8786" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "324800", + "durability": null, + "name": "Marble block", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8787" + }, + { + "shop_price": "975000", + "ge_buy_limit": "100", + "examine": "A magic stone to make high-level furniture.", + "grand_exchange_price": "980300", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8788" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "980300", + "durability": null, + "name": "Magic stone", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8789" + }, + { + "shop_price": "650", + "ge_buy_limit": "100", + "examine": "A bolt of ordinary cloth.", + "grand_exchange_price": "1090", + "durability": null, + "name": "Bolt of cloth", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8790" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1090", + "durability": null, + "name": "Bolt of cloth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8791" + }, + { + "ge_buy_limit": "5000", + "examine": "A clockwork mechanism.", + "grand_exchange_price": "1630", + "durability": null, + "name": "Clockwork", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8792" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1630", + "durability": null, + "name": "Clockwork", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8793" + }, + { + "shop_price": "13", + "ge_buy_limit": "100", + "examine": "Good for cutting wood.", + "grand_exchange_price": "64", + "durability": null, + "name": "Saw", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8794", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "64", + "durability": null, + "name": "Saw", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8795" + }, + { + "durability": null, + "name": "Mahogany logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8836" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "A hefty beam of timber, perfect for building temples.", + "grand_exchange_price": "29", + "durability": null, + "name": "Timber beam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8837" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "29", + "durability": null, + "name": "Timber beam", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8838" + }, + { + "remove_sleeves": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "name": "Void knight top", + "tradeable": "false", + "weight": "6.5", + "archery_ticket_price": "0", + "id": "8839", + "bonuses": "0,0,0,0,0,45,45,45,45,45,45,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "250", + "examine": "Leg armour of the order of the Void Knights.", + "durability": null, + "name": "Void knight robe", + "tradeable": "false", + "weight": "8", + "archery_ticket_price": "0", + "id": "8840", + "bonuses": "0,0,0,0,0,30,30,30,30,30,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "250", + "examine": "A mace used by the order of the Void Knights.", + "durability": null, + "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", + "id": "8841", + "bonuses": "22,0,41,8,0,2,2,2,2,2,0,38,6,0,0" + }, + { + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "150", + "examine": "Gloves as used by the order of the Void Knights.", + "durability": null, + "name": "Void knight gloves", + "tradeable": "false", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "8842", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "A defensive weapon.", + "durability": null, + "name": "Bronze defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8844", + "bonuses": "3,2,1,-3,-2,3,2,1,-3,-2,1,0,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "examine": "A defensive weapon.", + "durability": null, + "name": "Iron defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8845", + "bonuses": "5,4,3,-3,-2,5,4,3,-3,-2,2,0,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,5}-{1,5}", + "examine": "A defensive weapon.", + "durability": null, + "name": "Steel defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8846", + "bonuses": "7,6,5,-3,-2,7,6,5,-3,-2,3,1,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,10}-{1,10}", + "examine": "A defensive weapon.", + "durability": null, + "name": "Black defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8847", + "bonuses": "9,8,7,-3,-2,9,8,7,-3,-2,4,2,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,20}-{1,20}", + "examine": "A defensive weapon.", + "durability": null, + "name": "Mithril defender", + "weight": "0.4", + "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" + }, + { + "requirements": "{0,30}-{1,30}", + "examine": "A defensive weapon.", + "durability": null, + "name": "Adamant defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8849", + "bonuses": "13,12,11,-3,-2,13,12,11,-3,-2,6,4,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "requirements": "{0,40}-{1,40}", + "examine": "A defensive weapon.", + "durability": null, + "name": "Rune defender", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "8850", + "bonuses": "20,19,18,-3,-2,20,19,18,-3,-2,8,5,0,0,0", + "equip_audio": "2238", + "defence_anim": "4177", + "equipment_slot": "5" + }, + { + "examine": "Warrior Guild Token.", + "durability": null, + "name": "Warrior guild token", + "archery_ticket_price": "0", + "id": "8851" + }, + { + "examine": "Large, round, heavy shield.", + "durability": null, + "name": "Defensive shield", + "weight": "3.6", + "archery_ticket_price": "0", + "two_handed": "false", + "id": "8856", + "bonuses": "0,0,0,-6,-2,8,9,7,0,8,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "examine": "Just landed 18lb shot.", + "durability": null, + "name": "18lb shot", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8858" + }, + { + "examine": "Just landed 22lb shot.", + "durability": null, + "name": "22lb shot", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8859" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "One barrel", + "destroy": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "8860", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Two barrels", + "destroy": "true", + "weight": "9", + "archery_ticket_price": "0", + "id": "8861", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Three barrels", + "destroy": "true", + "weight": "13.5", + "archery_ticket_price": "0", + "id": "8862", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Four barrels", + "destroy": "true", + "weight": "18.1", + "archery_ticket_price": "0", + "id": "8863", + "equipment_slot": "0" + }, + { + "examine": "To put on your head.", + "durability": null, + "name": "Five barrels", + "destroy": "true", + "weight": "22.6", + "archery_ticket_price": "0", + "id": "8864", + "equipment_slot": "0" + }, + { + "examine": "A heap of finely ground ashes.", + "durability": null, + "name": "Ground ashes", + "archery_ticket_price": "0", + "id": "8865" + }, + { + "examine": "A key made of solid iron.", + "durability": null, + "name": "Iron key", + "archery_ticket_price": "0", + "id": "8869" + }, + { + "examine": "See article", + "durability": null, + "name": "Zanik", + "archery_ticket_price": "0", + "id": "8870" + }, + { + "turn90cw_anim": "4194", + "examine": "It's got Zanik in it.", + "walk_anim": "4194", + "durability": null, + "destroy": "true", + "weight": "32", + "turn90ccw_anim": "4194", + "turn180_anim": "4194", + "render_anim": "822", + "equipment_slot": "3", + "stand_anim": "4193", + "name": "Crate with zanik", + "tradeable": "false", + "run_anim": "4194", + "archery_ticket_price": "0", + "id": "8871", + "stand_turn_anim": "4194" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "2855", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8872", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2855", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone dagger", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8873" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "3033", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8874", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3033", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone dagger (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8875" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "3523", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger (p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8876", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3523", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone dagger (p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8877" + }, + { + "shop_price": "2000", + "ge_buy_limit": "100", + "examine": "A powerful dagger.", + "has_special": "true", + "durability": null, + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "400,400,400,400", + "grand_exchange_price": "8337", + "attack_audios": "2517,2517,2500,2517", + "name": "Bone dagger (p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8878", + "bonuses": "5,3,-4,1,0,0,0,0,1,0,0,4,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8337", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bone dagger (p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8879" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "This fires crossbow bolts.", + "walk_anim": "4226", + "has_special": "true", + "turn90ccw_anim": "822", + "attack_speed": "5", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "1159", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "8880", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,28}", + "shop_price": "2000", + "durability": null, + "weight": "2.2", + "weapon_interface": "17", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Dorgeshuun c'bow" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1159", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dorgeshuun c'bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8881" + }, + { + "requirements": "{4,28}", + "shop_price": "4", + "ge_buy_limit": "10000", + "examine": "Good if you have a bone crossbow!", + "grand_exchange_price": "12", + "durability": null, + "name": "Bone bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8882", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "examine": "See article", + "durability": null, + "name": "Zanik", + "archery_ticket_price": "0", + "id": "8887" + }, + { + "bankable": "false", + "examine": "Lovely money!", + "durability": null, + "name": "Coins", + "archery_ticket_price": "0", + "id": "8890" + }, + { + "examine": "A horrible, emaciated ape like creature with beady red eyes.", + "durability": null, + "name": "Cave horror", + "archery_ticket_price": "0", + "id": "8900" + }, + { + "requirements": "{1,20}-{2,10}", + "ge_buy_limit": "10", + "examine": "A magic cave horror mask.", + "durability": null, + "rare_item": "true", + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "989400", + "name": "Black mask (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8901", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "989400", + "durability": null, + "name": "Black mask (10)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8902" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (9)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8903", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (9)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8904" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (8)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8905", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8906" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (7)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8907", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8908" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (6)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8909", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8910" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (5)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8911", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8912" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (4)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8913", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8914" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (3)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8915", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8916" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (2)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8917", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8918" + }, + { + "requirements": "{1,20}-{2,10}", + "examine": "A magic cave horror mask.", + "grand_exchange_price": "583700", + "durability": null, + "name": "Black mask (1)", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8919", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Black mask (1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8920" + }, + { + "requirements": "{1,20}-{2,10}", + "ge_buy_limit": "10", + "examine": "An inert-seeming cave horror mask.", + "grand_exchange_price": "956100", + "durability": null, + "name": "Black mask", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "8921", + "bonuses": "0,0,0,-3,-1,9,10,8,-1,9,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "956100", + "durability": null, + "name": "Black mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8922" + }, + { + "requirements": "{18,35}", + "shop_price": "900", + "examine": "A stick on a string... pure style.", + "durability": null, + "name": "Witchwood icon", + "archery_ticket_price": "0", + "id": "8923", + "bonuses": "0,0,0,1,0,0,0,0,0,0,0,0,1,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "examine": "A white bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8924", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A red bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8925", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A blue bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8926", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A brown bandana and a patch for the right eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8927", + "equipment_slot": "0" + }, + { + "examine": "A pirate hat and a patch for the right eye.", + "durability": null, + "name": "Hat and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8928", + "equipment_slot": "0" + }, + { + "shop_price": "800", + "examine": "Tied together so they don't come apart.", + "durability": null, + "name": "Crabclaw and hook", + "weight": "1", + "archery_ticket_price": "0", + "id": "8929", + "bonuses": "0,0,0,0,0,3,5,3,0,0,0,1,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Crude wooden pipe section.", + "durability": null, + "name": "Pipe section", + "weight": "1", + "archery_ticket_price": "0", + "id": "8930" + }, + { + "durability": null, + "name": "Pipe section", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8931" + }, + { + "examine": "Repairs made with this will be patchy at best.", + "durability": null, + "name": "Lumber patch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8932" + }, + { + "durability": null, + "name": "Lumber patch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8933" + }, + { + "examine": "Slimy logs from the scrapey tree.", + "durability": null, + "name": "Scrapey tree logs", + "archery_ticket_price": "0", + "id": "8934" + }, + { + "durability": null, + "name": "Scrapey tree logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8935" + }, + { + "examine": "Very blue.", + "durability": null, + "name": "Blue flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8936" + }, + { + "durability": null, + "name": "Blue flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8937" + }, + { + "examine": "Very red.", + "durability": null, + "name": "Red flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8938" + }, + { + "durability": null, + "name": "Red flowers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8939" + }, + { + "examine": "Bluuuuuuuue Monkeeeeeeey!", + "durability": null, + "name": "Blue monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8943" + }, + { + "examine": "Bluuuuuuuue Monkeeeeeeey!", + "durability": null, + "name": "Blue monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8944" + }, + { + "examine": "Bluuuuuuuue Monkeeeeeeey!", + "durability": null, + "name": "Blue monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8945" + }, + { + "examine": "A well red monkey.", + "durability": null, + "name": "Red monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8946" + }, + { + "examine": "A well red monkey.", + "durability": null, + "name": "Red monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8947" + }, + { + "examine": "A well red monkey.", + "durability": null, + "name": "Red monkey", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8948" + }, + { + "remove_head": "true", + "examine": "Essential pirate wear.", + "durability": null, + "name": "Pirate bandana", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "8949", + "equipment_slot": "0" + }, + { + "examine": "Shiver me timbers!", + "grand_exchange_price": "83200", + "durability": null, + "name": "Pirate hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8950", + "equipment_slot": "0" + }, + { + "examine": "Piratical currency.", + "durability": null, + "name": "Pieces of eight", + "archery_ticket_price": "0", + "id": "8951" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Blue naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8952", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Green naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8953", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Red naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8954", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Brown naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8955", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Black naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8956", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Purple naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8957", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Grey naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "8958", + "equipment_slot": "4" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Blue tricorn hat", + "archery_ticket_price": "0", + "id": "8959", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Green tricorn hat", + "archery_ticket_price": "0", + "id": "8960", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Red tricorn hat", + "archery_ticket_price": "0", + "id": "8961", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Brown tricorn hat", + "archery_ticket_price": "0", + "id": "8962", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Black tricorn hat", + "archery_ticket_price": "0", + "id": "8963", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Purple tricorn hat", + "archery_ticket_price": "0", + "id": "8964", + "equipment_slot": "0" + }, + { + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Grey tricorn hat", + "archery_ticket_price": "0", + "id": "8965", + "equipment_slot": "0" + }, + { + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Cutthroat.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Cutthroat flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8966", + "stand_turn_anim": "1426" + }, + { + "shop_price": "200", + "turn90cw_anim": "1424", + "examine": "The flag of The Guilded Smile.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "attack_speed": "2", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Guilded smile flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8967", + "stand_turn_anim": "1426" + }, + { + "shop_price": "300", + "turn90cw_anim": "1424", + "examine": "The flag of The Bronze Fist.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Bronze fist flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8968", + "stand_turn_anim": "1426" + }, + { + "shop_price": "400", + "turn90cw_anim": "1424", + "examine": "The flag of The Lucky Shot.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Lucky shot flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8969", + "stand_turn_anim": "1426" + }, + { + "shop_price": "500", + "turn90cw_anim": "1424", + "examine": "The flag of The Treasure Trove.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Treasure flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8970", + "stand_turn_anim": "1426" + }, + { + "shop_price": "600", + "turn90cw_anim": "1424", + "examine": "The flag of The Phasmatys Pride.", + "walk_anim": "1422", + "durability": null, + "weight": "6", + "turn90ccw_anim": "1425", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "1423", + "render_anim": "131", + "equipment_slot": "3", + "stand_anim": "1421", + "name": "Phasmatys flag", + "run_anim": "1427", + "archery_ticket_price": "0", + "id": "8971", + "stand_turn_anim": "1426" + }, + { + "examine": "A Bowl of red water.", + "durability": null, + "name": "Bowl of red water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8972" + }, + { + "durability": null, + "name": "Bowl of red water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8973" + }, + { + "examine": "A Bowl of blue water.", + "durability": null, + "name": "Bowl of blue water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8974" + }, + { + "durability": null, + "name": "Bowl of blue water", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8975" + }, + { + "examine": "Monkeys seem to like throwing these.", + "durability": null, + "name": "Bitternut", + "archery_ticket_price": "0", + "id": "8976" + }, + { + "examine": "Greasy bark from the scrapey tree.", + "durability": null, + "name": "Scrapey bark", + "weight": "1.1", + "archery_ticket_price": "0", + "id": "8977" + }, + { + "durability": null, + "name": "Scrapey bark", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8978" + }, + { + "examine": "Caution; not for use over troubled water.", + "durability": null, + "name": "Bridge section", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8979" + }, + { + "durability": null, + "name": "Bridge section", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8980" + }, + { + "examine": "Better than sea slugs.", + "durability": null, + "name": "Sweetgrubs", + "archery_ticket_price": "0", + "id": "8981" + }, + { + "durability": null, + "name": "Sweetgrubs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8982" + }, + { + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "8986" + }, + { + "durability": null, + "name": "Torch", + "archery_ticket_price": "0", + "id": "8987", + "equipment_slot": "3" + }, + { + "shop_price": "5", + "examine": "Apparently good for brewing.", + "durability": null, + "name": "The stuff", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "8988" + }, + { + "examine": "A how-to of brewing and arson.", + "durability": null, + "name": "Brewin' guide", + "archery_ticket_price": "0", + "id": "8989" + }, + { + "examine": "A how-to of brewing and arson.", + "durability": null, + "name": "Brewin' guide", + "archery_ticket_price": "0", + "id": "8990" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Blue navy slacks", + "archery_ticket_price": "0", + "id": "8991", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "archery_ticket_price": "0", + "id": "8992", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "archery_ticket_price": "0", + "id": "8993", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "archery_ticket_price": "0", + "id": "8994", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "archery_ticket_price": "0", + "id": "8995", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "archery_ticket_price": "0", + "id": "8996", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "archery_ticket_price": "0", + "id": "8997", + "equipment_slot": "7" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8998" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "8999" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9000" + }, + { + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9001" + }, + { + "durability": null, + "name": "Hat and eyepatch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9002" + }, + { + "shop_price": "2", + "ge_buy_limit": "100", + "examine": "WARNING: Contains information which could make your account secure!", + "grand_exchange_price": "100", + "durability": null, + "name": "Security book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9003" + }, + { + "ge_buy_limit": "100", + "examine": "Information regarding the Stronghold of Security.", + "grand_exchange_price": "16", + "durability": null, + "name": "Stronghold notes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9004" + }, + { + "destroy_message": "You can get another pair of Fancy Boots from the Stronghold of Security", + "examine": "Very nice boots from the Stronghold of Security.", + "durability": null, + "name": "Fancy boots", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9005", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "destroy_message": "You can get another pair of Fighting Boots from the Stronghold of Security.", + "examine": "Very nice boots from the Stronghold of Security.", + "durability": null, + "name": "Fighting boots", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9006", + "bonuses": "0,0,0,-3,-1,1,2,3,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "examine": "Ooooh spooky!", + "durability": null, + "name": "Right skull half", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "9007" + }, + { + "examine": "Ooooh spooky!", + "durability": null, + "name": "Left skull half", + "tradeable": "false", + "destroy": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "9008" + }, + { + "examine": "Seems to be for use with a staff or sceptre of some sort.", + "durability": null, + "name": "Strange skull", + "tradeable": "false", + "weight": "1.2", + "archery_ticket_price": "0", + "id": "9009" + }, + { + "examine": "Top half of a broken sceptre.", + "durability": null, + "name": "Top of sceptre", + "tradeable": "false", + "weight": "2", + "archery_ticket_price": "0", + "id": "9010" + }, + { + "examine": "Bottom half of a broken sceptre.", + "durability": null, + "name": "Bottom of sceptre", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "9011" + }, + { + "examine": "Sceptre with runes on it, seems to be missing something.", + "durability": null, + "name": "Runed sceptre", + "tradeable": "false", + "weight": "3.5", + "archery_ticket_price": "0", + "id": "9012" + }, + { + "turn90cw_anim": "1207", + "examine": "A fragile magical Sceptre.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "3", + "turn180_anim": "1206", + "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.", + "stand_anim": "813", + "name": "Skull sceptre", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9013", + "stand_turn_anim": "1209", + "bonuses": "0,-1,7,4,0,2,3,1,4,0,0,3,0,0,0" + }, + { + "durability": null, + "name": "Security book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9014" + }, + { + "durability": null, + "name": "Stronghold notes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9015" + }, + { + "examine": "Oversized nail clippings.", + "durability": null, + "name": "Gorak claws", + "archery_ticket_price": "0", + "id": "9016" + }, + { + "examine": "A flower with magical properties.", + "durability": null, + "name": "Star flower", + "archery_ticket_price": "0", + "id": "9017" + }, + { + "examine": "Ground-down gorak claws.", + "durability": null, + "name": "Gorak claw powder", + "weight": "1", + "archery_ticket_price": "0", + "id": "9018" + }, + { + "examine": "Contains the Fairy Queen's magical essence.", + "durability": null, + "name": "Queen's secateurs", + "archery_ticket_price": "0", + "id": "9020", + "equipment_slot": "3" + }, + { + "destroy_message": "Maybe I can find another in Fairy Nuff's grotto.", + "examine": "A scroll that says she's a healer, that's Fairy Nuff.", + "durability": null, + "name": "Nuff's certificate", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9025" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 50 coins for this.", + "grand_exchange_price": "187", + "durability": null, + "name": "Ivory comb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9026" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "187", + "durability": null, + "name": "Ivory comb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9027" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 1000 coins for this.", + "grand_exchange_price": "513", + "durability": null, + "name": "Golden scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9028" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "513", + "durability": null, + "name": "Golden scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9029" + }, + { + "ge_buy_limit": "100", + "examine": "Little ornament in the shape of a scarab.", + "grand_exchange_price": "168", + "durability": null, + "name": "Stone scarab", + "tradeable": "true", + "weight": "0.07", + "archery_ticket_price": "0", + "id": "9030" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "168", + "durability": null, + "name": "Stone scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9031" + }, + { + "ge_buy_limit": "100", + "examine": "A small pottery scarab.", + "grand_exchange_price": "74", + "durability": null, + "name": "Pottery scarab", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9032" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "74", + "durability": null, + "name": "Pottery scarab", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9033" + }, + { + "ge_buy_limit": "100", + "examine": "A small golden statuette.", + "grand_exchange_price": "740", + "durability": null, + "name": "Golden statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9034" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "740", + "durability": null, + "name": "Golden statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9035" + }, + { + "ge_buy_limit": "100", + "examine": "A small pottery statuette.", + "grand_exchange_price": "97", + "durability": null, + "name": "Pottery statuette", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9036" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "97", + "durability": null, + "name": "Pottery statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9037" + }, + { + "ge_buy_limit": "100", + "examine": "A small stone statuette.", + "grand_exchange_price": "193", + "durability": null, + "name": "Stone statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9038" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "193", + "durability": null, + "name": "Stone statuette", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9039" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Arena will give me 750 coins for this.", + "grand_exchange_price": "379", + "durability": null, + "name": "Gold seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9040" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "379", + "durability": null, + "name": "Gold seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9041" + }, + { + "ge_buy_limit": "100", + "examine": "Simon Templeton at the Agility Pyramid will give me 150 coins for this.", + "grand_exchange_price": "147", + "durability": null, + "name": "Stone seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9042" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "147", + "durability": null, + "name": "Stone seal", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9043" + }, + { + "requirements": "{0,30}-{6,30}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "This sceptre is fully charged.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1000000", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9044", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9045" + }, + { + "requirements": "{0,30}-{6,30}", + "turn90cw_anim": "1207", + "examine": "This sceptre has two charges left.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9046", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9047" + }, + { + "requirements": "{0,30}-{6,30}", + "turn90cw_anim": "1207", + "examine": "This sceptre has one charge left.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9048", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9049" + }, + { + "requirements": "{0,30}-{6,30}", + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "This sceptre has no charges left.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "3", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "985800", + "stand_anim": "813", + "tradeable": "true", + "name": "Pharaoh's sceptre", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9050", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "985800", + "durability": null, + "name": "Pharaoh's sceptre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9051" + }, + { + "ge_buy_limit": "1000", + "examine": "Delicious and nutritious. Well, nutritious anyway.", + "grand_exchange_price": "68", + "durability": null, + "name": "Locust meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9052" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "68", + "durability": null, + "name": "Locust meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9053" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Red goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9054", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Black goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9055", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Yellow goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9056", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Green goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9057", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Purple goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9058", + "equipment_slot": "4" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "Pink goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "9059", + "equipment_slot": "4" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9064" + }, + { + "examine": "A mystical lantern casting a green beam.", + "durability": null, + "name": "Emerald lantern", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "9065", + "equipment_slot": "5" + }, + { + "examine": "A roughly circular disc of glass.", + "durability": null, + "name": "Emerald lens", + "archery_ticket_price": "0", + "id": "9066" + }, + { + "examine": "A log of my thoughts...", + "durability": null, + "name": "Dream log", + "weight": "1", + "archery_ticket_price": "0", + "id": "9067" + }, + { + "shop_price": "1000", + "examine": "Mystical headgear.", + "durability": null, + "name": "Moonclan helm", + "archery_ticket_price": "0", + "id": "9068", + "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "shop_price": "1000", + "examine": "A mystical hat.", + "durability": null, + "name": "Moonclan hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "9069", + "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "shop_price": "1000", + "examine": "Provides good protection.", + "durability": null, + "name": "Moonclan armour", + "weight": "4", + "archery_ticket_price": "0", + "id": "9070", + "bonuses": "0,0,0,5,-10,5,5,5,5,-10,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "shop_price": "1000", + "examine": "This should protect my legs.", + "durability": null, + "name": "Moonclan skirt", + "weight": "3", + "archery_ticket_price": "0", + "id": "9071", + "bonuses": "0,0,0,5,-7,5,5,5,5,-7,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "shop_price": "900", + "examine": "These should keep my hands safe.", + "durability": null, + "name": "Moonclan gloves", + "archery_ticket_price": "0", + "id": "9072", + "bonuses": "0,0,0,2,-5,2,2,2,2,-5,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "900", + "examine": "Groovy foot protection.", + "durability": null, + "name": "Moonclan boots", + "archery_ticket_price": "0", + "id": "9073", + "bonuses": "0,0,0,2,-5,2,2,2,2,-5,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "200", + "examine": "A mystical cape.", + "durability": null, + "name": "Moonclan cape", + "archery_ticket_price": "0", + "id": "9074", + "bonuses": "0,0,0,2,-2,0,1,1,2,-2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "220", + "ge_buy_limit": "25000", + "examine": "Used for Lunar Spells", + "grand_exchange_price": "231", + "durability": null, + "name": "Astral rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9075" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This needs refining", + "durability": null, + "name": "Lunar ore", + "weight": "7", + "archery_ticket_price": "0", + "id": "9076" + }, + { + "destroy_message": "You'll have to mine another lunar ore and smelt it.", + "examine": "It's a bar of magic metal.", + "durability": null, + "name": "Lunar bar", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9077" + }, + { + "examine": "A book of Moonclan history.", + "durability": null, + "name": "Moonclan manual", + "weight": "1", + "archery_ticket_price": "0", + "id": "9078" + }, + { + "examine": "The tooth, the whole tooth, and nothing but the tooth.", + "durability": null, + "name": "Suqah tooth", + "archery_ticket_price": "0", + "id": "9079" + }, + { + "examine": "An untanned piece of suqah hide.", + "durability": null, + "name": "Suqah hide", + "archery_ticket_price": "0", + "id": "9080" + }, + { + "examine": "A piece of Suqah hide that has been expertly tanned into leather.", + "durability": null, + "name": "Suqah leather", + "weight": "3", + "archery_ticket_price": "0", + "id": "9081" + }, + { + "examine": "A ground Suqah tooth.", + "durability": null, + "name": "Ground tooth", + "archery_ticket_price": "0", + "id": "9082" + }, + { + "destroy_message": "Brundt the Chieftain will probably have another lying around somewhere anyway...", + "examine": "A seal of passage issued by Brundt the Chieftain of the Fremennik.", + "durability": null, + "name": "Seal of passage", + "tradeable": "false", + "destroy": "true", + "weight": "4.5", + "archery_ticket_price": "0", + "id": "9083", + "equipment_slot": "2" + }, + { + "turn90cw_anim": "1207", + "examine": "A Moonclan staff.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "equipment_slot": "3", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "stand_anim": "813", + "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", + "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.", + "examine": "A vessel for holding liquid.", + "durability": null, + "name": "Empty vial", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9085" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "10", + "examine": "A glass vial containing water.", + "grand_exchange_price": "21", + "durability": null, + "name": "Vial of water", + "tradeable": "true", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "9086" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel for dreaming while awake!", + "durability": null, + "name": "Waking sleep vial", + "archery_ticket_price": "0", + "id": "9087" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel with water and Guam inside.", + "durability": null, + "name": "Guam vial", + "archery_ticket_price": "0", + "id": "9088" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel with water and Marrentill inside.", + "durability": null, + "name": "Marr vial", + "archery_ticket_price": "0", + "id": "9089" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A vessel with water, guam and marrentill inside.", + "durability": null, + "name": "Guam-marr vial", + "archery_ticket_price": "0", + "id": "9090" + }, + { + "requirements": "{6,65}", + "turn90cw_anim": "1207", + "examine": "A staff enchanted by air.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1", + "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.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff - pt1", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9091", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "requirements": "{6,65}", + "turn90cw_anim": "1207", + "examine": "A staff enchanted by air and fire.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1", + "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.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff - pt2", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9092", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "requirements": "{6,65}", + "turn90cw_anim": "1207", + "examine": "A staff enchanted by air, fire and water.", + "walk_anim": "1205", + "durability": null, + "destroy": "true", + "weight": "1", + "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.", + "stand_anim": "813", + "attack_audios": "2555,0,0,0", + "name": "Lunar staff - pt3", + "tradeable": "false", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "9093", + "stand_turn_anim": "1209", + "bonuses": "-1,-1,10,10,0,2,3,1,10,0,0,10,0,0,0" + }, + { + "examine": "Small bits of wood from the first magic tree!", + "durability": null, + "name": "Kindling", + "archery_ticket_price": "0", + "id": "9094" + }, + { + "examine": "Magic wood soaked with a potion of waking sleep. Groovy.", + "durability": null, + "name": "Soaked kindling", + "archery_ticket_price": "0", + "id": "9095" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{6,65}", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9096", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "120000", + "examine": "Provides good protection.", + "durability": null, + "destroy": "true", + "weight": "4.5", + "absorb": "6,3,0", + "equipment_slot": "4", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "remove_sleeves": "true", + "name": "Lunar torso", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9097", + "bonuses": "0,0,0,10,-10,34,22,40,12,0,35,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "80000", + "examine": "These should protect my legs.", + "durability": null, + "destroy": "true", + "weight": "3.65", + "absorb": "4,2,0", + "equipment_slot": "7", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar legs", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9098", + "bonuses": "0,0,0,7,-7,20,19,23,9,0,20,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "10000", + "examine": "These should keep my hands safe.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "equipment_slot": "9", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9099", + "bonuses": "0,0,0,4,-1,2,1,1,2,0,1,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "10000", + "examine": "Mystical foot protection.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "equipment_slot": "10", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar boots", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9100", + "bonuses": "0,0,0,2,-1,1,2,2,2,0,2,0,0,0,0" + }, + { + "requirements": "{1,40}-{6,65}", + "shop_price": "12000", + "examine": "Oooo pretty!", + "durability": null, + "destroy": "true", + "weight": "0.4", + "equipment_slot": "1", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar cape", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9101", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0" + }, + { + "destroy_message": "The Oneiromancer might be able to help you get another.", + "requirements": "{1,40}-{6,65}", + "shop_price": "4000", + "examine": "Awesome.", + "durability": null, + "name": "Lunar amulet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9102", + "bonuses": "0,0,0,1,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "destroy_message": "The Oneiromancer might be able to help you get another.", + "examine": "I'll be the talk of the town with this... maybe.", + "durability": null, + "name": "A special tiara", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9103" + }, + { + "destroy_message": "The Oneiromancer might be able to help you get another.", + "requirements": "{1,40}-{6,65}", + "shop_price": "2000", + "examine": "A mysterious ring that can fill the wearer with magical power.", + "durability": null, + "name": "Lunar ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9104", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "durability": null, + "name": "Astral tiara", + "archery_ticket_price": "0", + "id": "9106", + "equipment_slot": "0" + }, + { + "requirements": "{4,16}", + "examine": "Blurite crossbow bolts.", + "durability": null, + "name": "Blurite bolts", + "archery_ticket_price": "0", + "id": "9139", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "41", + "durability": null, + "name": "Iron bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9140", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "shop_price": "150", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "90", + "durability": null, + "name": "Steel bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9141", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "108", + "durability": null, + "name": "Mithril bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9142", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "grand_exchange_price": "210", + "durability": null, + "name": "Adamant bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9143", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "627", + "durability": null, + "name": "Rune bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9144", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "8", + "durability": null, + "name": "Silver bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9145", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A bronze crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "29", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9174", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,0", + "shop_price": "92", + "durability": null, + "weight": "4", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Bronze crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "29", + "durability": null, + "name": "Bronze crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9175" + }, + { + "requirements": "{4,16}", + "turn90cw_anim": "821", + "examine": "A blurite crossbow.", + "walk_anim": "4226", + "durability": null, + "weight": "4", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Blurite crossbow", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9176", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,30,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "An iron crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "20", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9177", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,42,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,26}", + "shop_price": "157", + "durability": null, + "weight": "4", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Iron crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "20", + "durability": null, + "name": "Iron crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9178" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A steel crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "99", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9179", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,54,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,31}", + "durability": null, + "weight": "5", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Steel crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "99", + "durability": null, + "name": "Steel crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9180" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A mithril crossbow", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "355", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9181", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,66,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,36}", + "durability": null, + "weight": "6", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Mith crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "355", + "durability": null, + "name": "Mith crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9182" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "An adamantite crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "905", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9183", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,78,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,46}", + "shop_price": "2244", + "durability": null, + "weight": "6", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Adamant crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "905", + "durability": null, + "name": "Adamant crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9184" + }, + { + "ge_buy_limit": "500", + "turn90cw_anim": "821", + "examine": "A runite crossbow.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "6", + "turn180_anim": "4227", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "4230,4230,4230,4230", + "grand_exchange_price": "9706", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "9185", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,90,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,61}", + "shop_price": "16200", + "durability": null, + "weight": "6", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Rune crossbow" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "9706", + "durability": null, + "name": "Rune crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9186" + }, + { + "ge_buy_limit": "10000", + "examine": "Jade bolt tips.", + "grand_exchange_price": "2", + "durability": null, + "name": "Jade bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9187" + }, + { + "ge_buy_limit": "10000", + "examine": "Red Topaz bolt tips.", + "grand_exchange_price": "2", + "durability": null, + "name": "Topaz bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9188" + }, + { + "ge_buy_limit": "10000", + "examine": "Sapphire bolt tips.", + "grand_exchange_price": "4", + "durability": null, + "name": "Sapphire bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9189" + }, + { + "ge_buy_limit": "10000", + "examine": "Emerald bolt tips.", + "grand_exchange_price": "84", + "durability": null, + "name": "Emerald bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9190" + }, + { + "ge_buy_limit": "10000", + "examine": "Ruby bolt tips.", + "grand_exchange_price": "159", + "durability": null, + "name": "Ruby bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9191" + }, + { + "ge_buy_limit": "10000", + "examine": "Diamond bolt tips.", + "grand_exchange_price": "1289", + "durability": null, + "name": "Diamond bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9192" + }, + { + "ge_buy_limit": "10000", + "examine": "Dragonstone bolt tips.", + "grand_exchange_price": "2477", + "durability": null, + "name": "Dragon bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9193" + }, + { + "shop_price": "13500", + "ge_buy_limit": "10000", + "examine": "Onyx bolt tips.", + "grand_exchange_price": "8096", + "tokkul_price": "1500", + "durability": null, + "name": "Onyx bolt tips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9194" + }, + { + "ge_buy_limit": "25000", + "examine": "Enchanted Opal tipped Bronze Crossbow Bolts.", + "grand_exchange_price": "10", + "durability": null, + "name": "Opal bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9236", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,14", + "equipment_slot": "13" + }, + { + "requirements": "{4,15}", + "examine": "Enchanted Jade tipped Blurite Crossbow Bolts.", + "durability": null, + "name": "Jade bolts (e)", + "archery_ticket_price": "0", + "id": "9237", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "ge_buy_limit": "25000", + "examine": "Enchanted Pearl tipped Iron Crossbow Bolts.", + "grand_exchange_price": "36", + "durability": null, + "name": "Pearl bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9238", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,48", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "25000", + "examine": "Enchanted Red Topaz tipped Steel Crossbow Bolts.", + "grand_exchange_price": "44", + "durability": null, + "name": "Topaz bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9239", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "103", + "ge_buy_limit": "25000", + "examine": "Enchanted Sapphire tipped Mithril Crossbow Bolts.", + "grand_exchange_price": "95", + "durability": null, + "name": "Sapphire bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9240", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Enchanted Emerald tipped Mithril Crossbow Bolts.", + "grand_exchange_price": "304", + "durability": null, + "name": "Emerald bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9241", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Ruby tipped Adamantite Crossbow Bolts.", + "grand_exchange_price": "450", + "durability": null, + "name": "Ruby bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9242", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Enchanted Diamond tipped Adamantite Crossbow Bolts.", + "grand_exchange_price": "1631", + "durability": null, + "name": "Diamond bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9243", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Dragonstone tipped Runite Crossbow Bolts.", + "grand_exchange_price": "3217", + "durability": null, + "name": "Dragon bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9244", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Enchanted Onyx tipped runite Crossbow Bolts.", + "grand_exchange_price": "8870", + "durability": null, + "name": "Onyx bolts (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9245", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "durability": null, + "name": "Blurite bolts(p)", + "archery_ticket_price": "0", + "id": "9286", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "88", + "durability": null, + "name": "Iron bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9287", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "132", + "durability": null, + "name": "Steel bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9288", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "146", + "durability": null, + "name": "Mithril bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9289", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "shop_price": "23", + "ge_buy_limit": "10000", + "examine": "Adamantite crossbow bolts.", + "grand_exchange_price": "302", + "durability": null, + "name": "Adamant bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9290", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "734", + "durability": null, + "name": "Runite bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9291", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "34", + "durability": null, + "name": "Silver bolts (p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9292", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "durability": null, + "name": "Blurite bolts(p+)", + "archery_ticket_price": "0", + "id": "9293", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "185", + "durability": null, + "name": "Iron bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9294", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "215", + "durability": null, + "name": "Steel bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9295", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "296", + "durability": null, + "name": "Mithril bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9296", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "10000", + "grand_exchange_price": "472", + "durability": null, + "name": "Adamant bolts(p+)", + "archery_ticket_price": "0", + "id": "9297", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "1130", + "durability": null, + "name": "Runite bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9298", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "129", + "durability": null, + "name": "Silver bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9299", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "durability": null, + "name": "Blurite bolts(p++)", + "archery_ticket_price": "0", + "id": "9300", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "60", + "ge_buy_limit": "25000", + "examine": "Iron crossbow bolts.", + "grand_exchange_price": "1136", + "durability": null, + "name": "Iron bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9301", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,46", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "ge_buy_limit": "10000", + "examine": "Steel crossbow bolts.", + "grand_exchange_price": "1088", + "durability": null, + "name": "Steel bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9302", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,64", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "shop_price": "32", + "ge_buy_limit": "10000", + "examine": "Mithril crossbow bolts.", + "grand_exchange_price": "903", + "durability": null, + "name": "Mithril bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9303", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,82", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "10000", + "grand_exchange_price": "1043", + "durability": null, + "name": "Adamant bolts(p++)", + "archery_ticket_price": "0", + "id": "9304", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "10000", + "examine": "Runite crossbow bolts.", + "grand_exchange_price": "1581", + "durability": null, + "name": "Runite bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9305", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,115", + "equipment_slot": "13" + }, + { + "requirements": "{4,26}", + "shop_price": "6", + "ge_buy_limit": "10000", + "examine": "Silver crossbow bolts.", + "grand_exchange_price": "1211", + "durability": null, + "name": "Silver bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9306", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,36", + "equipment_slot": "13" + }, + { + "requirements": "{4,16}", + "examine": "Jade tipped blurite bolts.", + "durability": null, + "name": "Jade bolts", + "archery_ticket_price": "0", + "id": "9335", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,30", + "equipment_slot": "13" + }, + { + "requirements": "{4,31}", + "shop_price": "62", + "ge_buy_limit": "25000", + "examine": "Red Topaz tipped Steel Crossbow Bolts.", + "grand_exchange_price": "60", + "durability": null, + "name": "Topaz bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9336", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,66", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Sapphire tipped Mithril crossbow bolts.", + "grand_exchange_price": "89", + "durability": null, + "name": "Sapphire bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9337", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,83", + "equipment_slot": "13" + }, + { + "requirements": "{4,36}", + "ge_buy_limit": "25000", + "examine": "Emerald tipped Mithril crossbow bolts.", + "grand_exchange_price": "177", + "durability": null, + "name": "Emerald bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9338", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,85", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Ruby tipped Adamantite crossbow bolts.", + "grand_exchange_price": "408", + "durability": null, + "name": "Ruby bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9339", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,103", + "equipment_slot": "13" + }, + { + "requirements": "{4,46}", + "ge_buy_limit": "25000", + "examine": "Diamond tipped Adamantite crossbow bolts.", + "grand_exchange_price": "1545", + "durability": null, + "name": "Diamond bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9340", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,105", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Dragonstone tipped Runite crossbow bolts.", + "grand_exchange_price": "3201", + "durability": null, + "name": "Dragon bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9341", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,117", + "equipment_slot": "13" + }, + { + "requirements": "{4,61}", + "ge_buy_limit": "25000", + "examine": "Onyx tipped Runite crossbow bolts.", + "grand_exchange_price": "8752", + "durability": null, + "name": "Onyx bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9342", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,120", + "equipment_slot": "13" + }, + { + "shop_price": "1", + "ge_buy_limit": "10000", + "examine": "Unfeathered bronze crossbow bolts.", + "grand_exchange_price": "3", + "durability": null, + "name": "Bronze bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9375" + }, + { + "examine": "Unfeathered blurite crossbow bolts.", + "durability": null, + "name": "Blurite bolts (unf)", + "archery_ticket_price": "0", + "id": "9376" + }, + { + "shop_price": "2", + "ge_buy_limit": "10000", + "examine": "Unfeathered iron crossbow bolts.", + "grand_exchange_price": "14", + "durability": null, + "name": "Iron bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9377" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered steel crossbow bolts.", + "grand_exchange_price": "61", + "durability": null, + "name": "Steel bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9378" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered mithril crossbow bolts.", + "grand_exchange_price": "115", + "durability": null, + "name": "Mithril bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9379" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered adamantite crossbow bolts.", + "grand_exchange_price": "266", + "durability": null, + "name": "Adamant bolts(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9380" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered runite crossbow bolts", + "grand_exchange_price": "1235", + "durability": null, + "name": "Runite bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9381" + }, + { + "ge_buy_limit": "10000", + "examine": "Unfeathered silver crossbow bolts.", + "grand_exchange_price": "2", + "durability": null, + "name": "Silver bolts (unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9382" + }, + { + "examine": "A mithril grapple tipped bolt with a rope.", + "grand_exchange_price": "1447", + "durability": null, + "name": "Grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9415" + }, + { + "ge_buy_limit": "100", + "examine": "A mithril grapple tip.", + "grand_exchange_price": "461", + "durability": null, + "name": "Mith grapple tip", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9416" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "461", + "durability": null, + "name": "Mith grapple tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9417" + }, + { + "ge_buy_limit": "1000", + "examine": "A mithril grapple tipped bolt with a rope.", + "grand_exchange_price": "858", + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9418" + }, + { + "ge_buy_limit": "1000", + "examine": "A mithril grapple tipped bolt with a rope.", + "grand_exchange_price": "1470", + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9419", + "equipment_slot": "13" + }, + { + "requirements": "{9,9}", + "shop_price": "20", + "ge_buy_limit": "5000", + "examine": "A pair of bronze crossbow limbs.", + "grand_exchange_price": "49", + "durability": null, + "name": "Bronze limbs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9420", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "49", + "durability": null, + "name": "Bronze limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9421" + }, + { + "requirements": "{24,9}", + "examine": "A pair of blurite crossbow limbs.", + "durability": null, + "name": "Blurite limbs", + "weight": "1", + "archery_ticket_price": "0", + "id": "9422", + "equipment_slot": "5" + }, + { + "requirements": "{9,39}", + "shop_price": "200", + "ge_buy_limit": "5000", + "examine": "A pair of iron crossbow limbs.", + "grand_exchange_price": "34", + "durability": null, + "name": "Iron limbs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9423", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "34", + "durability": null, + "name": "Iron limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9424" + }, + { + "requirements": "{9,46}", + "shop_price": "900", + "ge_buy_limit": "5000", + "examine": "A pair of steel crossbow limbs.", + "grand_exchange_price": "97", + "durability": null, + "name": "Steel limbs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9425", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "durability": null, + "name": "Steel limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9426" + }, + { + "requirements": "{9,54}", + "shop_price": "650", + "ge_buy_limit": "5000", + "examine": "A pair of mithril crossbow limbs.", + "grand_exchange_price": "347", + "durability": null, + "name": "Mithril limbs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9427", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "347", + "durability": null, + "name": "Mithril limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9428" + }, + { + "requirements": "{9,61}", + "shop_price": "4800", + "ge_buy_limit": "5000", + "examine": "A pair of adamantite crossbow limbs.", + "grand_exchange_price": "1434", + "durability": null, + "name": "Adamantite limbs", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9429", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1434", + "durability": null, + "name": "Adamantite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9430" + }, + { + "requirements": "{9,69}", + "ge_buy_limit": "5000", + "examine": "A pair of runite crossbow limbs.", + "grand_exchange_price": "9441", + "durability": null, + "name": "Runite limbs", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9431", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "9441", + "durability": null, + "name": "Runite limbs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9432" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "1500", + "examine": "A pouch for storing crossbow bolts.", + "durability": null, + "name": "Bolt pouch", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9433" + }, + { + "shop_price": "25", + "ge_buy_limit": "100", + "examine": "A mould for creating silver crossbow bolts.", + "grand_exchange_price": "409", + "durability": null, + "name": "Bolt mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9434" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "409", + "durability": null, + "name": "Bolt mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9435" + }, + { + "ge_buy_limit": "1000", + "examine": "I can use this to make a crossbow string.", + "grand_exchange_price": "196", + "durability": null, + "name": "Sinew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9436" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "196", + "durability": null, + "name": "Sinew", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9437" + }, + { + "ge_buy_limit": "1000", + "examine": "A string for a crossbow.", + "grand_exchange_price": "203", + "durability": null, + "name": "Crossbow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9438" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "203", + "durability": null, + "name": "Crossbow string", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9439" + }, + { + "requirements": "{9,9}", + "shop_price": "8", + "ge_buy_limit": "1000", + "examine": "A wooden crossbow stock", + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9440", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Wooden stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9441" + }, + { + "requirements": "{24,9}", + "ge_buy_limit": "1000", + "examine": "An oak crossbow stock.", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak stock", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9442", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1", + "durability": null, + "name": "Oak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9443" + }, + { + "requirements": "{9,39}", + "shop_price": "21", + "ge_buy_limit": "1000", + "examine": "A willow crossbow stock.", + "grand_exchange_price": "3", + "durability": null, + "name": "Willow stock", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9444", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3", + "durability": null, + "name": "Willow stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9445" + }, + { + "requirements": "{9,46}", + "shop_price": "231", + "ge_buy_limit": "1000", + "examine": "A teak crossbow stock.", + "grand_exchange_price": "6", + "durability": null, + "name": "Teak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9446", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "6", + "durability": null, + "name": "Teak stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9447" + }, + { + "requirements": "{9,54}", + "ge_buy_limit": "1000", + "examine": "A maple crossbow stock.", + "grand_exchange_price": "7", + "durability": null, + "name": "Maple stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9448", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7", + "durability": null, + "name": "Maple stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9449" + }, + { + "requirements": "{9,61}", + "ge_buy_limit": "1000", + "examine": "A Mahogany crossbow stock.", + "grand_exchange_price": "23", + "durability": null, + "name": "Mahogany stock", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9450", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "23", + "durability": null, + "name": "Mahogany stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9451" + }, + { + "requirements": "{9,69}", + "ge_buy_limit": "1000", + "examine": "A yew crossbow stock.", + "grand_exchange_price": "37", + "durability": null, + "name": "Yew stock", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9452", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "37", + "durability": null, + "name": "Yew stock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9453" + }, + { + "shop_price": "27", + "ge_buy_limit": "500", + "examine": "An unstrung bronze crossbow.", + "grand_exchange_price": "25", + "durability": null, + "name": "Bronze c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9454" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "25", + "durability": null, + "name": "Bronze c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9455" + }, + { + "shop_price": "27", + "examine": "An unstrung blurite crossbow.", + "durability": null, + "name": "Blurite c'bow (u)", + "weight": "8", + "archery_ticket_price": "0", + "id": "9456" + }, + { + "ge_buy_limit": "500", + "examine": "An unstrung iron crossbow.", + "grand_exchange_price": "26", + "durability": null, + "name": "Iron c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9457" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "26", + "durability": null, + "name": "Iron c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9458" + }, + { + "shop_price": "27", + "ge_buy_limit": "500", + "examine": "An unstrung steel crossbow.", + "grand_exchange_price": "114", + "durability": null, + "name": "Steel c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9459" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "114", + "durability": null, + "name": "Steel c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9460" + }, + { + "shop_price": "27", + "ge_buy_limit": "500", + "examine": "An unstrung mithril crossbow.", + "grand_exchange_price": "330", + "durability": null, + "name": "Mithril c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9461" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "330", + "durability": null, + "name": "Mithril c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9462" + }, + { + "shop_price": "693", + "ge_buy_limit": "500", + "examine": "An unstrung adamantite crossbow.", + "grand_exchange_price": "1007", + "durability": null, + "name": "Adamant c'bow (u)", + "tradeable": "true", + "weight": "8", + "archery_ticket_price": "0", + "id": "9463" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "1007", + "durability": null, + "name": "Adamant c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9464" + }, + { + "shop_price": "4000", + "ge_buy_limit": "500", + "examine": "An unstrung runite crossbow.", + "grand_exchange_price": "9493", + "durability": null, + "name": "Runite c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9465" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "9493", + "durability": null, + "name": "Runite c'bow (u)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9466" + }, + { + "examine": "It's a bar of blurite.", + "durability": null, + "name": "Blurite bar", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "9467" + }, + { + "examine": "What is left over when a log is made into a plank.", + "durability": null, + "name": "Sawdust", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "9468" + }, + { + "ge_buy_limit": "100", + "examine": "A seed pod of the Grand Tree.", + "grand_exchange_price": "16200", + "durability": null, + "name": "Grand seed pod", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9469" + }, + { + "ge_buy_limit": "10", + "examine": "A scarf. You feel your upper lip stiffening.", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Gnome scarf", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9470", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1900000", + "durability": null, + "name": "Gnome scarf", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9471" + }, + { + "ge_buy_limit": "10", + "examine": "Tally Ho!", + "grand_exchange_price": "95800", + "durability": null, + "name": "Gnome goggles", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9472", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95800", + "durability": null, + "name": "Gnome goggles", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9473" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9474" + }, + { + "ge_buy_limit": "100", + "examine": "It looks very minty.", + "grand_exchange_price": "675", + "durability": null, + "name": "Mint cake", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9475" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "675", + "durability": null, + "name": "Mint cake", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9476" + }, + { + "examine": "You can check on your delivery details here", + "durability": null, + "name": "Aluft aloft box", + "archery_ticket_price": "0", + "id": "9477" + }, + { + "shop_price": "1", + "examine": "This cheese & tomato batta needs baking (and garnishing with equa leaves).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9478" + }, + { + "shop_price": "1", + "examine": "This cheese & tomato batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9479" + }, + { + "shop_price": "1", + "examine": "This fruit batta needs baking (and garnishing with gnome spices).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9480" + }, + { + "shop_price": "1", + "examine": "This fruit batta needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9481" + }, + { + "shop_price": "1", + "examine": "This toad batta needs baking.", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9482" + }, + { + "shop_price": "1", + "examine": "This veggie batta needs baking (and garnishing with equa leaves).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9483" + }, + { + "shop_price": "1", + "examine": "This veggie batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9484" + }, + { + "shop_price": "1", + "examine": "This worm batta needs baking (and garnishing with equa leaves).", + "durability": null, + "name": "Half made batta", + "archery_ticket_price": "0", + "id": "9485" + }, + { + "shop_price": "1", + "examine": "This worm batta needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished batta", + "archery_ticket_price": "0", + "id": "9486" + }, + { + "shop_price": "28", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "740", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9487" + }, + { + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9488" + }, + { + "shop_price": "28", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "740", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9489" + }, + { + "shop_price": "28", + "examine": "This looks like a strange mix.", + "grand_exchange_price": "740", + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9508" + }, + { + "durability": null, + "name": "Wizard blizzard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9509" + }, + { + "shop_price": "28", + "examine": "A Short Green Guy... looks good.", + "grand_exchange_price": "954", + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9510" + }, + { + "durability": null, + "name": "Short green guy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9511" + }, + { + "shop_price": "28", + "examine": "A fresh healthy fruit mix.", + "grand_exchange_price": "287", + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9512" + }, + { + "durability": null, + "name": "Pineapple punch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9513" + }, + { + "shop_price": "28", + "examine": "A cool refreshing fruit mix.", + "grand_exchange_price": "2276", + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9514" + }, + { + "durability": null, + "name": "Fruit blast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9515" + }, + { + "shop_price": "28", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "577", + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9516" + }, + { + "durability": null, + "name": "Drunk dragon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9517" + }, + { + "shop_price": "28", + "examine": "A warm creamy alcoholic beverage", + "grand_exchange_price": "281", + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9518" + }, + { + "durability": null, + "name": "Choc saturday", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9519" + }, + { + "shop_price": "30", + "examine": "Looks good... smells strong.", + "grand_exchange_price": "27", + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9520" + }, + { + "durability": null, + "name": "Blurberry special", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9521" + }, + { + "shop_price": "1", + "examine": "A deep tin used to make gnome battas in.", + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9522" + }, + { + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9523" + }, + { + "shop_price": "1", + "examine": "A deep tin used to make gnome battas in.", + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9524" + }, + { + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9525" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "310", + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9527" + }, + { + "durability": null, + "name": "Fruit batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9528" + }, + { + "shop_price": "78", + "examine": "It actually smells quite good.", + "grand_exchange_price": "280", + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9529" + }, + { + "durability": null, + "name": "Toad batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9530" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "148", + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9531" + }, + { + "durability": null, + "name": "Worm batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9532" + }, + { + "examine": "Well... It looks healthy.", + "grand_exchange_price": "240", + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9533" + }, + { + "durability": null, + "name": "Vegetable batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9534" + }, + { + "examine": "This smells really good.", + "grand_exchange_price": "266", + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9535" + }, + { + "durability": null, + "name": "Cheese+tom batta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9536" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "2606", + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9538" + }, + { + "durability": null, + "name": "Toad crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9539" + }, + { + "shop_price": "70", + "examine": "Yum...smells spicy.", + "grand_exchange_price": "99", + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9540" + }, + { + "durability": null, + "name": "Spicy crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9541" + }, + { + "shop_price": "80", + "examine": "It actually smells quite good.", + "grand_exchange_price": "255", + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9542" + }, + { + "durability": null, + "name": "Worm crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9543" + }, + { + "shop_price": "70", + "examine": "Yum... smells good.", + "grand_exchange_price": "889", + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9544" + }, + { + "durability": null, + "name": "Chocchip crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9545" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "475", + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9547" + }, + { + "durability": null, + "name": "Worm hole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9548" + }, + { + "examine": "This looks pretty healthy.", + "grand_exchange_price": "514", + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9549" + }, + { + "durability": null, + "name": "Veg ball", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9550" + }, + { + "examine": "It actually smells quite good.", + "grand_exchange_price": "2650", + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "9551" + }, + { + "durability": null, + "name": "Tangled toads' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9552" + }, + { + "shop_price": "450", + "examine": "Full of creamy, chocolately goodness.", + "grand_exchange_price": "4704", + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "9553" + }, + { + "durability": null, + "name": "Chocolate bomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9554" + }, + { + "examine": "This unfinished choco bomb needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9558" + }, + { + "examine": "This unfinished tangled toad legs bowl needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9559" + }, + { + "examine": "This unfinished choc bomb needs cream and chocolate dust.", + "durability": null, + "name": "Unfinished bowl", + "archery_ticket_price": "0", + "id": "9560" + }, + { + "examine": "This unfinished veggie ball needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9561" + }, + { + "examine": "This unfinished veggie ball needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "archery_ticket_price": "0", + "id": "9562" + }, + { + "examine": "This unfinished worm hole needs baking, and final ingredients", + "durability": null, + "name": "Half made bowl", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9563" + }, + { + "examine": "This unfinished worm hole needs equa leaves.", + "durability": null, + "name": "Unfinished bowl", + "archery_ticket_price": "0", + "id": "9564" + }, + { + "durability": null, + "name": "Cocktail shaker", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9565" + }, + { + "examine": "This wizzard blizzard needs pouring, a lime slice, and pineapple chunks.", + "durability": null, + "name": "Mixed blizzard", + "archery_ticket_price": "0", + "id": "9566" + }, + { + "examine": "This short green guy cocktail needs pouring, a lime slice and equa leaves.", + "durability": null, + "name": "Mixed sgg", + "archery_ticket_price": "0", + "id": "9567" + }, + { + "examine": "This fruit blast cocktail needs pouring and a lemon slice.", + "durability": null, + "name": "Mixed blast", + "archery_ticket_price": "0", + "id": "9568" + }, + { + "examine": "This pineapple punch needs pouring, lime and pineapple chunks, and a orange slice.", + "durability": null, + "name": "Mixed punch", + "archery_ticket_price": "0", + "id": "9569" + }, + { + "examine": "This blurberry special needs pouring, orange and lemon chunks, a lime slice and equa leaves.", + "durability": null, + "name": "Mixed blurberry special", + "archery_ticket_price": "0", + "id": "9570" + }, + { + "examine": "This choco chip crunchy needs baking and garnishing with chocolate dust.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9577" + }, + { + "examine": "This choco chip crunchy needs garnishing with chocolate dust.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9578" + }, + { + "examine": "This spicy crunchy needs baking and garnishing with gnome spices.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9579" + }, + { + "examine": "This spicy crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9580" + }, + { + "examine": "This toad crunchy needs baking and garnishing with equa leaves.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9581" + }, + { + "examine": "This toad crunchy needs garnishing with equa leaves.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9582" + }, + { + "examine": "This worm crunchy needs baking and garnishing with gnome spices.", + "durability": null, + "name": "Half made crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9583" + }, + { + "examine": "This worm crunchy needs garnishing with gnome spices.", + "durability": null, + "name": "Unfinished crunchy", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9584" + }, + { + "durability": null, + "name": "Batta tin", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9585" + }, + { + "durability": null, + "name": "Crunchy tray", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9586" + }, + { + "durability": null, + "name": "Gnomebowl mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9587" + }, + { + "durability": null, + "name": "Raw crunchies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9588" + }, + { + "destroy_message": "Speak to Sir Amik Varze at the beginning of the Black Knight's Fortress Quest.", + "examine": "A dossier containing info on the Black Knight plot.", + "durability": null, + "name": "Dossier", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9589" + }, + { + "examine": "A dossier containing info on the Black Knight plot.", + "durability": null, + "name": "Dossier", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9590" + }, + { + "examine": "Glue made from tree sap and ground mud runes.", + "durability": null, + "name": "Magic glue", + "weight": "3", + "archery_ticket_price": "0", + "id": "9592" + }, + { + "examine": "This doesn't look like it will do anything interesting.", + "durability": null, + "name": "Weird gloop", + "tradeable": "false", + "destroy": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "9593" + }, + { + "examine": "Mud runes ground into a powder.", + "durability": null, + "name": "Ground mud runes", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9594" + }, + { + "examine": "A red circular crystalline disc.", + "durability": null, + "name": "Red circle", + "archery_ticket_price": "0", + "id": "9597" + }, + { + "examine": "A red triangular crystalline disc.", + "durability": null, + "name": "Red triangle", + "archery_ticket_price": "0", + "id": "9598" + }, + { + "examine": "A red square-shaped crystalline disc.", + "durability": null, + "name": "Red square", + "archery_ticket_price": "0", + "id": "9599" + }, + { + "examine": "A red pentagon shaped crystalline disc.", + "durability": null, + "name": "Red pentagon", + "archery_ticket_price": "0", + "id": "9600" + }, + { + "examine": "An orange circular crystalline disc.", + "durability": null, + "name": "Orange circle", + "archery_ticket_price": "0", + "id": "9601" + }, + { + "examine": "An orange triangular crystalline disc.", + "durability": null, + "name": "Orange triangle", + "archery_ticket_price": "0", + "id": "9602" + }, + { + "examine": "An orange square-shaped crystalline disc.", + "durability": null, + "name": "Orange square", + "archery_ticket_price": "0", + "id": "9603" + }, + { + "examine": "An orange pentagon shaped crystalline disc.", + "durability": null, + "name": "Orange pentagon", + "archery_ticket_price": "0", + "id": "9604" + }, + { + "examine": "A yellow circular crystalline disc.", + "durability": null, + "name": "Yellow circle", + "archery_ticket_price": "0", + "id": "9605" + }, + { + "examine": "A yellow triangular crystalline disc.", + "durability": null, + "name": "Yellow triangle", + "archery_ticket_price": "0", + "id": "9606" + }, + { + "examine": "A yellow square-shaped crystalline disc.", + "durability": null, + "name": "Yellow square", + "archery_ticket_price": "0", + "id": "9607" + }, + { + "examine": "A yellow pentagon shaped crystalline disc.", + "durability": null, + "name": "Yellow pentagon", + "archery_ticket_price": "0", + "id": "9608" + }, + { + "examine": "A green circular crystalline disc.", + "durability": null, + "name": "Green circle", + "archery_ticket_price": "0", + "id": "9609" + }, + { + "examine": "A green triangular crystalline disc.", + "durability": null, + "name": "Green triangle", + "archery_ticket_price": "0", + "id": "9610" + }, + { + "examine": "A green square shaped crystalline disc.", + "durability": null, + "name": "Green square", + "archery_ticket_price": "0", + "id": "9611" + }, + { + "examine": "A green pentagon shaped crystalline disc.", + "durability": null, + "name": "Green pentagon", + "archery_ticket_price": "0", + "id": "9612" + }, + { + "examine": "A blue circular crystalline disc.", + "durability": null, + "name": "Blue circle", + "archery_ticket_price": "0", + "id": "9613" + }, + { + "examine": "A blue triangular crystalline disc.", + "durability": null, + "name": "Blue triangle", + "archery_ticket_price": "0", + "id": "9614" + }, + { + "examine": "A blue square shaped crystalline disc.", + "durability": null, + "name": "Blue square", + "archery_ticket_price": "0", + "id": "9615" + }, + { + "examine": "A blue pentagon shaped crystalline disc.", + "durability": null, + "name": "Blue pentagon", + "archery_ticket_price": "0", + "id": "9616" + }, + { + "examine": "An indigo circular crystalline disc.", + "durability": null, + "name": "Indigo circle", + "archery_ticket_price": "0", + "id": "9617" + }, + { + "examine": "An indigo triangular crystalline disc.", + "durability": null, + "name": "Indigo triangle", + "archery_ticket_price": "0", + "id": "9618" + }, + { + "examine": "An indigo square shaped crystalline disc.", + "durability": null, + "name": "Indigo square", + "archery_ticket_price": "0", + "id": "9619" + }, + { + "examine": "An indigo pentagon shaped crystalline disc.", + "durability": null, + "name": "Indigo pentagon", + "archery_ticket_price": "0", + "id": "9620" + }, + { + "examine": "A violet circular crystalline disc.", + "durability": null, + "name": "Violet circle", + "archery_ticket_price": "0", + "id": "9621" + }, + { + "examine": "A violet triangular crystalline disc.", + "durability": null, + "name": "Violet triangle", + "archery_ticket_price": "0", + "id": "9622" + }, + { + "examine": "A violet square-shaped crystalline disc.", + "durability": null, + "name": "Violet square", + "archery_ticket_price": "0", + "id": "9623" + }, + { + "examine": "A violet pentagon shaped crystalline disc.", + "durability": null, + "name": "Violet pentagon", + "archery_ticket_price": "0", + "id": "9624" + }, + { + "destroy_message": "Maybe Brimstail will have another...", + "examine": "A magical saw.", + "durability": null, + "name": "Crystal saw", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9625", + "equipment_slot": "3" + }, + { + "destroy_message": "Maybe Brimstail will have another...", + "examine": "This small crystal seed looks grey and dead.", + "durability": null, + "name": "Small crystal seed", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9626" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "shop_price": "1265", + "ge_buy_limit": "100", + "examine": "As used by King Tyras personal guard.", + "durability": null, + "weight": "0.9", + "equipment_slot": "0", + "grand_exchange_price": "1406", + "name": "Tyras helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9629", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1406", + "durability": null, + "name": "Tyras helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9630" + }, + { + "examine": "This needs refining.", + "durability": null, + "name": "Daeyalt ore", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9632" + }, + { + "shop_price": "635", + "ge_buy_limit": "100", + "examine": "Dressing like the Vyrewatch could be a useful disguise in the ghetto of Meiyerditch.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "2160", + "name": "Vyrewatch top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9634", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2160", + "durability": null, + "name": "Vyrewatch top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9635" + }, + { + "shop_price": "635", + "ge_buy_limit": "100", + "examine": "Dress like a powerful Vyrewatch!", + "grand_exchange_price": "1204", + "durability": null, + "name": "Vyrewatch legs", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9636", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1204", + "durability": null, + "name": "Vyrewatch legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9637" + }, + { + "shop_price": "635", + "ge_buy_limit": "100", + "examine": "Dress like a powerful Vyrewatch!", + "grand_exchange_price": "2874", + "durability": null, + "name": "Vyrewatch shoes", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9638", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2874", + "durability": null, + "name": "Vyrewatch shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9639" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", + "durability": null, + "weight": "0.9", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "588", + "name": "Citizen top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9640", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "588", + "durability": null, + "name": "Citizen top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9641" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", + "grand_exchange_price": "491", + "durability": null, + "name": "Citizen trousers", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9642", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "491", + "durability": null, + "name": "Citizen trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9643" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "Could be used as a disguise in the ghetto of Meiyerditch.", + "grand_exchange_price": "458", + "durability": null, + "name": "Citizen shoes", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9644", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "458", + "durability": null, + "name": "Citizen shoes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9645" + }, + { + "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", + "examine": "Northern approach of the castle.", + "durability": null, + "name": "Castle sketch 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9646" + }, + { + "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", + "examine": "Western approach of the castle.", + "durability": null, + "name": "Castle sketch 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9647" + }, + { + "destroy_message": "You can get another sketch by using charcoal with papyrus, when on the wall near Castle Drakyn.", + "examine": "Southern approach of the castle.", + "durability": null, + "name": "Castle sketch 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9648" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A key to some large, strange door.", + "durability": null, + "name": "Large ornate key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9651" + }, + { + "destroy_message": "Unknown You can reclaim this item from the place you found it.", + "examine": "A book called Haemalchemy Volume 1.", + "durability": null, + "name": "Haemalchemy", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9652" + }, + { + "destroy_message": "Safalaan gave you this message; he would probably write out another one for you.", + "examine": "A sealed message from Safalaan to Valiaf.", + "durability": null, + "name": "Sealed message", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9653" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A key to the Witch's house's front door. (Witch's House)", + "durability": null, + "name": "Door key", + "archery_ticket_price": "0", + "id": "9654" + }, + { + "destroy_message": "You found this ladder top on a wall section in the north of Meiyerditch; you can get another one there.", + "examine": "The top part of a ladder.", + "durability": null, + "name": "Ladder top", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9655" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A tome of experience that awards 2000 XP per chapter.", + "durability": null, + "name": "Tome of xp (3)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9656" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A tome of experience that awards 2000 XP per chapter.", + "durability": null, + "name": "Tome of xp (2)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9657" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A tome of experience that awards 2000 XP per chapter.", + "durability": null, + "name": "Tome of xp (1)", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9658" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "9659" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9660" + }, + { + "destroy_message": "Safalaan gave you this key as a reward for helping out in Meiyerditch, you can get another key from him.", + "examine": "A key allowing a shortcut into the Sanguinesti region. (Darkness of Hallowvale)", + "durability": null, + "name": "Shortcut key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9662" + }, + { + "durability": null, + "name": "Torch", + "archery_ticket_price": "0", + "id": "9665", + "equipment_slot": "3" + }, + { + "shop_price": "25000", + "ge_buy_limit": "100", + "examine": "Unknown edit", + "grand_exchange_price": "27500", + "durability": null, + "name": "Pros'yte harness m", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "9666" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27500", + "durability": null, + "name": "Pros'yte harness m", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9667" + }, + { + "shop_price": "20000", + "ge_buy_limit": "100", + "examine": "Unknown edit", + "grand_exchange_price": "22700", + "durability": null, + "name": "Initiate harness m", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "9668" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "22700", + "durability": null, + "name": "Initiate harness m", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9669" + }, + { + "shop_price": "25000", + "ge_buy_limit": "100", + "examine": "Unknown edit", + "grand_exchange_price": "27900", + "durability": null, + "name": "Pros'yte harness f", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "9670" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27900", + "durability": null, + "name": "Pros'yte harness f", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9671" + }, + { + "remove_head": "true", + "requirements": "{1,30}-{5,20}", + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's helm.", + "durability": null, + "weight": "2", + "absorb": "1,0,2", + "equip_audio": "2238", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "4619", + "name": "Proselyte sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9672", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,4,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4619", + "durability": null, + "name": "Proselyte sallet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9673" + }, + { + "requirements": "{1,30}-{5,20}", + "shop_price": "12000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's armour.", + "durability": null, + "weight": "8.6", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "7076", + "name": "Proselyte hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9674", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,30,0,8,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7076", + "durability": null, + "name": "Proselyte hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9675" + }, + { + "requirements": "{1,30}-{5,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's leg armour", + "durability": null, + "weight": "7.7", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "5923", + "name": "Proselyte cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9676", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5923", + "durability": null, + "name": "Proselyte cuisse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9677" + }, + { + "requirements": "{1,30}-{5,20}", + "shop_price": "10000", + "ge_buy_limit": "100", + "examine": "A Proselyte Temple Knight's leg armour.", + "durability": null, + "weight": "9", + "absorb": "1,0,3", + "equipment_slot": "7", + "grand_exchange_price": "5730", + "name": "Proselyte tasset", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9678", + "bonuses": "0,0,0,-21,-7,33,31,29,-4,31,10,0,5,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "5730", + "durability": null, + "name": "Proselyte tasset", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9679" + }, + { + "examine": "A rendered down baby sea slug.", + "durability": null, + "name": "Sea slug glue", + "archery_ticket_price": "0", + "id": "9680" + }, + { + "destroy_message": "As a security precaution, your CommOrb will automatically self", + "examine": "A Temple Knight Communication Orb. Top Secret!", + "durability": null, + "name": "Commorb v2", + "archery_ticket_price": "0", + "id": "9681" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A copy of the mysterious glyphs.", + "durability": null, + "name": "Door transcription", + "archery_ticket_price": "0", + "id": "9682" + }, + { + "examine": "Dead sea slug, very sticky.", + "durability": null, + "name": "Dead sea slug", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9683" + }, + { + "destroy_message": "You can get this page from Mayor Hobb's Desk.", + "examine": "A page from Maledict's holy book.", + "durability": null, + "name": "Page 1", + "tradeable": "false", + "destroy": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9684" + }, + { + "destroy_message": "You can get this page from Ezekial Lovecraft.", + "examine": "A page from Maledict's holy book.", + "durability": null, + "name": "Page 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9685" + }, + { + "destroy_message": "You will have to get the torn page from Col. O' Niall.", + "examine": "A page from Maledict's holy book.", + "durability": null, + "name": "Page 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9686" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A piece of torn page.", + "durability": null, + "name": "Fragment 1", + "archery_ticket_price": "0", + "id": "9687" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A piece of torn page.", + "durability": null, + "name": "Fragment 2", + "archery_ticket_price": "0", + "id": "9688" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A piece of torn page.", + "durability": null, + "name": "Fragment 3", + "archery_ticket_price": "0", + "id": "9689" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank water rune.", + "durability": null, + "name": "Blank water rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9690" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "6", + "durability": null, + "name": "Water rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9691" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank air rune.", + "durability": null, + "name": "Blank air rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9692" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "9", + "durability": null, + "name": "Air rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9693" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank earth rune.", + "durability": null, + "name": "Blank earth rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9694" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "7", + "durability": null, + "name": "Earth rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9695" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank mind rune.", + "durability": null, + "name": "Blank mind rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9696" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "Used for basic missile spells.", + "grand_exchange_price": "6", + "durability": null, + "name": "Mind rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9697" + }, + { + "destroy_message": "Are you sure you wish to destroy this?", + "examine": "A blank fire rune.", + "durability": null, + "name": "Blank fire rune", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9698" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "17", + "examine": "One of the 4 basic elemental Runes.", + "grand_exchange_price": "16", + "durability": null, + "name": "Fire rune", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9699" + }, + { + "durability": null, + "name": "Torch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9701" + }, + { + "examine": "A big, bad troll.", + "durability": null, + "name": "Stick", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "9702", + "weapon_interface": "5", + "equipment_slot": "3" + }, + { + "shop_price": "35", + "examine": "Basic training sword.", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "5", + "equip_audio": "2248", + "render_anim": "2584", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,390,390,390", + "attack_audios": "2500,2500,2517,2500", + "name": "Training sword", + "archery_ticket_price": "0", + "id": "9703", + "bonuses": "4,3,-2,0,0,0,2,1,0,0,0,5,0,0,0" + }, + { + "examine": "Made of flimsy painted wood.", + "durability": null, + "name": "Training shield", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "9704", + "bonuses": "0,0,0,0,0,4,5,3,1,4,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "examine": "Light and flexible, good for a beginner.", + "durability": null, + "destroy": "true", + "weight": "1.3", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "16", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "attack_audios": "2700,0,0,0", + "name": "Training bow", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9705", + "bonuses": "0,0,0,0,8,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "Standard training arrows.", + "durability": null, + "name": "Training arrows", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9706", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,7", + "equipment_slot": "13" + }, + { + "examine": "Book of the elemental shield.", + "durability": null, + "name": "Slashed book", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9715" + }, + { + "examine": "Book of the elemental helm.", + "durability": null, + "name": "Beaten book", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9717" + }, + { + "examine": "On the subject of lava dippers.", + "durability": null, + "name": "Crane schematic", + "archery_ticket_price": "0", + "id": "9718" + }, + { + "examine": "A scroll with a lever schematic drawn on it.", + "durability": null, + "name": "Lever schematic", + "archery_ticket_price": "0", + "id": "9719" + }, + { + "examine": "A crane claw.", + "durability": null, + "name": "Crane claw", + "weight": "1", + "archery_ticket_price": "0", + "id": "9720" + }, + { + "examine": "A pipe that belongs in a cannon stand.", + "durability": null, + "name": "Pipe", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9723" + }, + { + "examine": "A large cog.", + "durability": null, + "name": "Large cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "9724" + }, + { + "examine": "A medium cog.", + "durability": null, + "name": "Medium cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "9725" + }, + { + "examine": "A small cog.", + "durability": null, + "name": "Small cog", + "weight": "1", + "archery_ticket_price": "0", + "id": "9726" + }, + { + "examine": "A primed elemental ingot.", + "durability": null, + "name": "Primed bar", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "9727" + }, + { + "examine": "An elemental mind ingot.", + "durability": null, + "name": "Elemental mind bar", + "weight": "1", + "archery_ticket_price": "0", + "id": "9728" + }, + { + "ge_buy_limit": "100", + "examine": "A helmet made in the Elemental Workshop.", + "grand_exchange_price": "196", + "durability": null, + "name": "Elemental helmet", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9729", + "bonuses": "0,0,0,0,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "196", + "durability": null, + "name": "Elemental helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9730" + }, + { + "ge_buy_limit": "100", + "examine": "A shield made in the Elemental Workshop.", + "grand_exchange_price": "8351", + "durability": null, + "name": "Mind shield", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9731", + "bonuses": "0,0,0,0,0,0,0,0,9,0,25,0,0,0,0", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8351", + "durability": null, + "name": "Mind shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9732" + }, + { + "shop_price": "1200", + "ge_buy_limit": "100", + "examine": "A helmet made in the Elemental Workshop.", + "grand_exchange_price": "1589", + "durability": null, + "name": "Mind helmet", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "9733", + "bonuses": "0,0,0,0,0,0,0,0,6,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1589", + "durability": null, + "name": "Mind helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9734" + }, + { + "ge_buy_limit": "10000", + "examine": "Not much good for blowing.", + "grand_exchange_price": "902", + "durability": null, + "name": "Desert goat horn", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9735" + }, + { + "ge_buy_limit": "10000", + "examine": "Finely ground desert goat horn.", + "grand_exchange_price": "1082", + "durability": null, + "name": "Goat horn dust", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9736" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1082", + "durability": null, + "name": "Goat horn dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9737" + }, + { + "durability": null, + "name": "Desert goat horn", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9738" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "4 doses of combat potion.", + "grand_exchange_price": "45", + "durability": null, + "name": "Combat potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9739" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "45", + "durability": null, + "name": "Combat potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9740" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "3 doses of combat potion.", + "grand_exchange_price": "25", + "durability": null, + "name": "Combat potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9741" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Combat potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9742" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "2 doses of combat potion.", + "grand_exchange_price": "19", + "durability": null, + "name": "Combat potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9743" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Combat potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9744" + }, + { + "shop_price": "207", + "ge_buy_limit": "100", + "examine": "1 dose of combat potion.", + "grand_exchange_price": "72", + "durability": null, + "name": "Combat potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9745" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "72", + "durability": null, + "name": "Combat potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9746" + }, + { + "requirements": "{0,99}", + "shop_price": "99000", + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9747", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{0,99}", + "durability": null, + "name": "Attack cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9748", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{0,99}", + "shop_price": "99000", + "examine": "Attack skillcape hood.", + "durability": null, + "name": "Attack hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9749", + "equipment_slot": "0" + }, + { + "requirements": "{2,99}", + "shop_price": "99000", + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9750", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{2,99}", + "durability": null, + "name": "Strength cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9751", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{2,99}", + "shop_price": "99000", + "examine": "Strength skillcape hood.", + "durability": null, + "name": "Strength hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9752", + "equipment_slot": "0" + }, + { + "requirements": "{1,99}", + "shop_price": "99000", + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9753", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{1,99}", + "durability": null, + "name": "Defence cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9754", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{1,99}", + "shop_price": "99000", + "examine": "Defence skillcape hood.", + "durability": null, + "name": "Defence hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9755", + "equipment_slot": "0" + }, + { + "requirements": "{4,99}", + "shop_price": "99000", + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9756", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{4,99}", + "durability": null, + "name": "Ranging cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9757", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{4,99}", + "shop_price": "99000", + "examine": "Range skillcape hood.", + "durability": null, + "name": "Ranging hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9758", + "equipment_slot": "0" + }, + { + "requirements": "{5,99}", + "shop_price": "99000", + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9759", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{5,99}", + "durability": null, + "name": "Prayer cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9760", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{5,99}", + "shop_price": "99000", + "examine": "Prayer skillcape hood.", + "durability": null, + "name": "Prayer hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9761", + "equipment_slot": "0" + }, + { + "requirements": "{6,99}", + "shop_price": "99000", + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9762", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{6,99}", + "durability": null, + "name": "Magic cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9763", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{6,99}", + "shop_price": "99000", + "examine": "Magic skillcape hood.", + "durability": null, + "name": "Magic hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9764", + "equipment_slot": "0" + }, + { + "requirements": "{20,99}", + "shop_price": "99000", + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9765", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{20,99}", + "durability": null, + "name": "Runecraft cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9766", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{20,99}", + "shop_price": "99000", + "examine": "Runecrafting skillcape hood.", + "durability": null, + "name": "Runecrafting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9767", + "equipment_slot": "0" + }, + { + "requirements": "{3,99}", + "shop_price": "99000", + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9768", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{3,99}", + "durability": null, + "name": "Hitpoints cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9769", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{3,99}", + "shop_price": "99000", + "examine": "Constitution skillcape hood.", + "durability": null, + "name": "Hitpoints hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9770", + "equipment_slot": "0" + }, + { + "requirements": "{16,99}", + "shop_price": "99000", + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9771", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{16,99}", + "durability": null, + "name": "Agility cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9772", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{16,99}", + "shop_price": "99000", + "examine": "Agility skillcape hood.", + "durability": null, + "name": "Agility hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9773", + "equipment_slot": "0" + }, + { + "requirements": "{15,99}", + "shop_price": "99000", + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9774", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{15,99}", + "durability": null, + "name": "Herblore cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9775", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{15,99}", + "shop_price": "99000", + "examine": "Herblore skillcape hood.", + "durability": null, + "name": "Herblore hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9776", + "equipment_slot": "0" + }, + { + "requirements": "{17,99}", + "shop_price": "99000", + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9777", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{17,99}", + "durability": null, + "name": "Thieving cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9778", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{17,99}", + "shop_price": "99000", + "examine": "Thieving skillcape hood.", + "durability": null, + "name": "Thieving hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9779", + "equipment_slot": "0" + }, + { + "requirements": "{12,99}", + "shop_price": "99000", + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9780", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{12,99}", + "durability": null, + "name": "Crafting cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9781", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{12,99}", + "shop_price": "99000", + "examine": "Crafting skillcape hood.", + "durability": null, + "name": "Crafting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9782", + "equipment_slot": "0" + }, + { + "requirements": "{9,99}", + "shop_price": "99000", + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9783", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{9,99}", + "durability": null, + "name": "Fletching cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9784", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{9,99}", + "shop_price": "99000", + "examine": "Fletching skillcape hood.", + "durability": null, + "name": "Fletching hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9785", + "equipment_slot": "0" + }, + { + "requirements": "{18,99}", + "shop_price": "99000", + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9786", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{18,99}", + "durability": null, + "name": "Slayer cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9787", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{18,99}", + "shop_price": "99000", + "examine": "Slayer skillcape hood.", + "durability": null, + "name": "Slayer hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9788", + "equipment_slot": "0" + }, + { + "requirements": "{22,99}", + "shop_price": "99000", + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9789", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{22,99}", + "durability": null, + "name": "Construct. cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9790", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{22,99}", + "shop_price": "99000", + "examine": "Construction skillcape hood.", + "durability": null, + "name": "Construct. hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9791", + "equipment_slot": "0" + }, + { + "requirements": "{14,99}", + "shop_price": "99000", + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9792", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{14,99}", + "durability": null, + "name": "Mining cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9793", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{14,99}", + "shop_price": "99000", + "examine": "Mining skillcape hood.", + "durability": null, + "name": "Mining hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9794", + "equipment_slot": "0" + }, + { + "requirements": "{13,99}", + "shop_price": "99000", + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9795", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{13,99}", + "durability": null, + "name": "Smithing cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9796", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{13,99}", + "shop_price": "99000", + "examine": "Smithing skillcape hood.", + "durability": null, + "name": "Smithing hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9797", + "equipment_slot": "0" + }, + { + "requirements": "{10,99}", + "shop_price": "99000", + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9798", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{10,99}", + "durability": null, + "name": "Fishing cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9799", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{10,99}", + "shop_price": "99000", + "examine": "Fishing skillcape hood.", + "durability": null, + "name": "Fishing hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9800", + "equipment_slot": "0" + }, + { + "requirements": "{7,99}", + "shop_price": "99000", + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9801", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{7,99}", + "durability": null, + "name": "Cooking cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9802", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{7,99}", + "shop_price": "99000", + "examine": "Cooking skillcape hood.", + "durability": null, + "name": "Cooking hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9803", + "equipment_slot": "0" + }, + { + "requirements": "{11,99}", + "shop_price": "99000", + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9804", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{11,99}", + "durability": null, + "name": "Firemaking cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9805", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{11,99}", + "shop_price": "99000", + "examine": "Firemaking skillcape hood.", + "durability": null, + "name": "Firemaking hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9806", + "equipment_slot": "0" + }, + { + "requirements": "{8,99}", + "shop_price": "99000", + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9807", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{8,99}", + "durability": null, + "name": "Woodcut. cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9808", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{8,99}", + "shop_price": "99000", + "examine": "Woodcutting skillcape hood.", + "durability": null, + "name": "Woodcutting hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9809", + "equipment_slot": "0" + }, + { + "requirements": "{19,99}", + "shop_price": "99000", + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9810", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{19,99}", + "durability": null, + "name": "Farming cape(t)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "9811", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{19,99}", + "shop_price": "99000", + "examine": "Farming skillcape hood.", + "durability": null, + "name": "Farming hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9812", + "equipment_slot": "0" + }, + { + "shop_price": "99000", + "examine": "The cape worn by only the most experienced adventurers.", + "durability": null, + "name": "Quest point cape", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9813", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "shop_price": "99000", + "examine": "Quest skillcape hood.", + "durability": null, + "name": "Quest point hood", + "tradeable": "false", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9814", + "equipment_slot": "0" + }, + { + "examine": "A woolly bobble hat.", + "durability": null, + "name": "Bobble hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "9815", + "equipment_slot": "0" + }, + { + "examine": "A woolly scarf.", + "durability": null, + "name": "Bobble scarf", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "9816", + "equipment_slot": "2" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Oak cape rack", + "archery_ticket_price": "0", + "id": "9817" + }, + { + "grand_exchange_price": "88", + "durability": null, + "name": "Teak cape rack", + "archery_ticket_price": "0", + "id": "9818" + }, + { + "grand_exchange_price": "120", + "durability": null, + "name": "M'gany cape rack", + "archery_ticket_price": "0", + "id": "9819" + }, + { + "grand_exchange_price": "136025", + "durability": null, + "name": "Gilded cape rack", + "archery_ticket_price": "0", + "id": "9820" + }, + { + "grand_exchange_price": "328598", + "durability": null, + "name": "Marble cape rack", + "archery_ticket_price": "0", + "id": "9821" + }, + { + "grand_exchange_price": "979747", + "durability": null, + "name": "Magical cape rack", + "archery_ticket_price": "0", + "id": "9822" + }, + { + "grand_exchange_price": "59", + "durability": null, + "name": "Oak costume box", + "archery_ticket_price": "0", + "id": "9823" + }, + { + "grand_exchange_price": "122", + "durability": null, + "name": "Teak costume box", + "archery_ticket_price": "0", + "id": "9824" + }, + { + "grand_exchange_price": "59", + "durability": null, + "name": "Mahogany cos box", + "archery_ticket_price": "0", + "id": "9825" + }, + { + "grand_exchange_price": "15", + "durability": null, + "name": "Oak armour case", + "archery_ticket_price": "0", + "id": "9826" + }, + { + "grand_exchange_price": "27", + "durability": null, + "name": "Teak armour case", + "archery_ticket_price": "0", + "id": "9827" + }, + { + "grand_exchange_price": "90", + "durability": null, + "name": "M'gany arm'r case", + "archery_ticket_price": "0", + "id": "9828" + }, + { + "grand_exchange_price": "103", + "durability": null, + "name": "Oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9829" + }, + { + "grand_exchange_price": "1", + "durability": null, + "name": "Carved oak magic wardrobe", + "archery_ticket_price": "0", + "id": "9830" + }, + { + "grand_exchange_price": "127", + "durability": null, + "name": "Teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9831" + }, + { + "grand_exchange_price": "13", + "durability": null, + "name": "Carved teak magic wardrobe", + "archery_ticket_price": "0", + "id": "9832" + }, + { + "grand_exchange_price": "135", + "durability": null, + "name": "Mahogany magic wardrobe", + "archery_ticket_price": "0", + "id": "9833" + }, + { + "grand_exchange_price": "137267", + "durability": null, + "name": "Gilded magic wardrobe", + "archery_ticket_price": "0", + "id": "9834" + }, + { + "grand_exchange_price": "341567", + "durability": null, + "name": "Marble magic wardrobe", + "archery_ticket_price": "0", + "id": "9835" + }, + { + "grand_exchange_price": "21", + "durability": null, + "name": "Oak toy box", + "archery_ticket_price": "0", + "id": "9836" + }, + { + "grand_exchange_price": "151", + "durability": null, + "name": "Teak toy box", + "archery_ticket_price": "0", + "id": "9837" + }, + { + "grand_exchange_price": "20", + "durability": null, + "name": "Mahogany toy box", + "archery_ticket_price": "0", + "id": "9838" + }, + { + "grand_exchange_price": "21", + "durability": null, + "name": "Oak treasure chest", + "archery_ticket_price": "0", + "id": "9839" + }, + { + "grand_exchange_price": "157", + "durability": null, + "name": "Teak treas' chest", + "archery_ticket_price": "0", + "id": "9840" + }, + { + "grand_exchange_price": "39", + "durability": null, + "name": "M'gany treas' chest", + "archery_ticket_price": "0", + "id": "9841" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3", + "examine": "A ready-to-assemble oak cape rack.", + "durability": null, + "name": "Oak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9843" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "examine": "A ready-to-assemble teak cape rack..", + "durability": null, + "name": "Teak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9844" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "examine": "A ready-to-assemble mahogany cape rack.", + "durability": null, + "name": "M'gany cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9845" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "130900", + "examine": "A ready-to-assemble gilded mahogany rack.", + "durability": null, + "name": "Gilded cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9846" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "329500", + "examine": "A ready-to-assemble marble cape rack.", + "durability": null, + "name": "Marble cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9847" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1000000", + "examine": "A ready-to-assemble magic cape rack.", + "durability": null, + "name": "Magical cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9848" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "examine": "A ready-to-assemble oak toy box.", + "durability": null, + "name": "Oak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9849" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "165", + "examine": "A ready-to-assemble teak toy box.", + "durability": null, + "name": "Teak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9850" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "examine": "A ready-to-assemble mahogany toy box.", + "durability": null, + "name": "Mahogany toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9851" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "111", + "examine": "A ready-to-assemble oak magic wardrobe.", + "durability": null, + "name": "Oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9852" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "examine": "A ready-to-assemble oak magic wardrobe.", + "durability": null, + "name": "Carved oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9853" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "133", + "examine": "A ready-to-assemble teak magic wardrobe.", + "durability": null, + "name": "Teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9854" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15", + "examine": "A ready-to-assemble carved teak magic wardrobe.", + "durability": null, + "name": "Carved teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9855" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "129", + "examine": "A ready-to-assemble mahogany magic wardrobe.", + "durability": null, + "name": "Mahogany magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9856" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "137700", + "examine": "A ready-to-assemble gilded mahogany magic wardrobe.", + "durability": null, + "name": "Gilded magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9857" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "335800", + "examine": "A ready-to-assemble marble magic wardrobe.", + "durability": null, + "name": "Marble magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9858" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "17", + "examine": "A ready-to-assemble oak armour case.", + "durability": null, + "name": "Oak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9859" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29", + "examine": "A ready-to-assemble teak armour case.", + "durability": null, + "name": "Teak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9860" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "88", + "examine": "A ready-to-assemble mahogany armour case.", + "durability": null, + "name": "M'gany arm'r case", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9861" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "24", + "examine": "A ready-to-assemble oak treasure chest.", + "durability": null, + "name": "Oak treasure chest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9862" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "164", + "examine": "A ready-to-assemble teak treasure chest.", + "durability": null, + "name": "Teak treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9863" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "41", + "examine": "A ready-to-assemble mahogany treasure chest.", + "durability": null, + "name": "M'gany treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9864" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "62", + "durability": null, + "name": "Oak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9865" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "135", + "durability": null, + "name": "Teak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9866" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "60", + "durability": null, + "name": "Mahogany cos box", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "1", + "id": "9867" + }, + { + "durability": null, + "name": "Oak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9868" + }, + { + "durability": null, + "name": "Teak cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9869" + }, + { + "durability": null, + "name": "M'gany cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9870" + }, + { + "durability": null, + "name": "Gilded cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9871" + }, + { + "durability": null, + "name": "Marble cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9872" + }, + { + "durability": null, + "name": "Magical cape rack", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9873" + }, + { + "durability": null, + "name": "Oak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9874" + }, + { + "durability": null, + "name": "Teak toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9875" + }, + { + "durability": null, + "name": "Mahogany toy box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9876" + }, + { + "durability": null, + "name": "Oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9877" + }, + { + "durability": null, + "name": "Carved oak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9878" + }, + { + "durability": null, + "name": "Teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9879" + }, + { + "durability": null, + "name": "Carved teak magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9880" + }, + { + "durability": null, + "name": "Mahogany magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9881" + }, + { + "durability": null, + "name": "Gilded magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9882" + }, + { + "durability": null, + "name": "Marble magic wardrobe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9883" + }, + { + "durability": null, + "name": "Oak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9884" + }, + { + "durability": null, + "name": "Teak armour case", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9885" + }, + { + "durability": null, + "name": "M'gany arm'r case", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9886" + }, + { + "durability": null, + "name": "Oak treasure chest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9887" + }, + { + "durability": null, + "name": "Teak treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9888" + }, + { + "durability": null, + "name": "M'gany treas' chest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9889" + }, + { + "durability": null, + "name": "Oak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9890" + }, + { + "durability": null, + "name": "Teak costume box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9891" + }, + { + "durability": null, + "name": "Mahogany cos box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9892" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A lump that at some point might have been a gout tuber.", + "durability": null, + "name": "Goutweedy lump", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9901" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pile of gout tubers suitable for use in mountainous terrain.", + "durability": null, + "name": "Hardy gout tubers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9902" + }, + { + "destroy_message": "My Arm will probably have a spare copy.", + "examine": "Farmer Gricoller's Farming Manual.", + "durability": null, + "name": "Farming manual", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9903" + }, + { + "examine": "A book for sailors.", + "durability": null, + "name": "Sailing book", + "archery_ticket_price": "0", + "id": "9904" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9906", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9907", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9908", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9909", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9910", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9911", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "See article", + "durability": null, + "name": "Ghost buster 500", + "archery_ticket_price": "0", + "id": "9912", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A white destabiliser for use in a ghost buster.", + "durability": null, + "name": "White destabiliser", + "archery_ticket_price": "0", + "id": "9913", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A red destabiliser for use in a ghost buster.", + "durability": null, + "name": "Red destabiliser", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9914", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A blue destabiliser for use in a ghost buster.", + "durability": null, + "name": "Blue destabiliser", + "archery_ticket_price": "0", + "id": "9915", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A green destabiliser for use in a ghost buster.", + "durability": null, + "name": "Green destabiliser", + "archery_ticket_price": "0", + "id": "9916", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A yellow destabiliser for use in a ghost buster.", + "durability": null, + "name": "Yellow destabiliser", + "archery_ticket_price": "0", + "id": "9917", + "equipment_slot": "5" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A black destabiliser for use in a ghost buster.", + "durability": null, + "name": "Black destabiliser", + "archery_ticket_price": "0", + "id": "9918", + "equipment_slot": "5" + }, + { + "examine": "An angry-looking tree root.", + "durability": null, + "name": "Evil root", + "archery_ticket_price": "0", + "id": "9919" + }, + { + "remove_head": "true", + "destroy_message": "Players may get another from Diango in Draynor Village.", + "examine": "Better not light it!", + "durability": null, + "name": "Jack lantern mask", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9920", + "equip_audio": "3227", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Skeleton feet.", + "durability": null, + "name": "Skeleton boots", + "weight": "2", + "archery_ticket_price": "0", + "id": "9921", + "equipment_slot": "10" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some skeletal gloves.", + "durability": null, + "name": "Skeleton gloves", + "weight": "2", + "archery_ticket_price": "0", + "id": "9922", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Does my pelvis look big in this?", + "durability": null, + "name": "Skeleton leggings", + "weight": "2", + "archery_ticket_price": "0", + "id": "9923", + "equipment_slot": "7" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "remove_sleeves": "true", + "examine": "The shirt of a fully body skeleton costume.", + "durability": null, + "name": "Skeleton shirt", + "weight": "2", + "archery_ticket_price": "0", + "id": "9924", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scary skeleton mask.", + "durability": null, + "name": "Skeleton mask", + "weight": "2", + "archery_ticket_price": "0", + "id": "9925", + "equipment_slot": "0" + }, + { + "destroy_message": "You'll have to buy another one from Auguste on Entrana.", + "shop_price": "30000", + "examine": "This sapling is ready to be replanted in a tree patch.", + "durability": null, + "name": "Auguste's sapling", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "9932" + }, + { + "examine": "An incomplete origami balloon.", + "durability": null, + "name": "Balloon structure", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9933" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Origami balloon", + "archery_ticket_price": "0", + "id": "9934" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Yellow balloon", + "archery_ticket_price": "0", + "id": "9935" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Blue balloon", + "archery_ticket_price": "0", + "id": "9936" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Red balloon", + "archery_ticket_price": "0", + "id": "9937" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Orange balloon", + "archery_ticket_price": "0", + "id": "9938" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Green balloon", + "archery_ticket_price": "0", + "id": "9939" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Purple balloon", + "archery_ticket_price": "0", + "id": "9940" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Pink balloon", + "archery_ticket_price": "0", + "id": "9941" + }, + { + "examine": "An origami balloon.", + "durability": null, + "name": "Black balloon", + "archery_ticket_price": "0", + "id": "9942" + }, + { + "examine": "A bag full of sand.", + "durability": null, + "name": "Sandbag", + "weight": "1", + "archery_ticket_price": "0", + "id": "9943", + "equipment_slot": "3" + }, + { + "destroy_message": "You'll have to visit Auguste on Entrana to get a new jacket.", + "remove_sleeves": "true", + "examine": "For all your flying needs.", + "durability": null, + "name": "Bomber jacket", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9944", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You'll have to visit Auguste on Entrana to get a new cap.", + "examine": "The red baron would be jealous.", + "durability": null, + "name": "Bomber cap", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9945", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "For better flying vision.", + "durability": null, + "name": "Cap and goggles", + "archery_ticket_price": "0", + "id": "9946", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A red coloured disk that's seen better days.", + "durability": null, + "name": "Old red disk", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "9947" + }, + { + "requirements": "{21,99}", + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9948", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,99}", + "durability": null, + "name": "Hunter cape(t)", + "archery_ticket_price": "0", + "id": "9949", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{21,99}", + "shop_price": "99000", + "examine": "Hunter skillcape hood.", + "durability": null, + "name": "Hunter hood", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "9950", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Imp", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "9952" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9953" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9954" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9955" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9956" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9957" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9958" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9959" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9960" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9961" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9962" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9963" + }, + { + "examine": "A little bigger than usual...", + "durability": null, + "name": "Kebbit", + "archery_ticket_price": "0", + "id": "9964" + }, + { + "examine": "It appears to be protecting the nest.", + "durability": null, + "name": "Giant eagle", + "archery_ticket_price": "0", + "id": "9974" + }, + { + "examine": "Aww, how cute. ", + "durability": null, + "name": "Rabbit", + "archery_ticket_price": "0", + "id": "9975" + }, + { + "examine": "Even more volatile than its vegetarian counterpart.", + "grand_exchange_price": "796", + "durability": null, + "name": "Red chinchompa", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "9977", + "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,15,0,0" + }, + { + "shop_price": "63", + "ge_buy_limit": "10000", + "examine": "This certainly needs cooking!", + "grand_exchange_price": "204", + "durability": null, + "name": "Raw bird meat", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "9978" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "204", + "durability": null, + "name": "Raw bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9979" + }, + { + "ge_buy_limit": "1000", + "examine": "A nicely roasted bird.", + "grand_exchange_price": "18", + "durability": null, + "name": "Roast bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9980" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Roast bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9981" + }, + { + "durability": null, + "name": "Burnt bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9983" + }, + { + "shop_price": "63", + "ge_buy_limit": "1000", + "examine": "This certainly needs cooking!", + "grand_exchange_price": "130", + "durability": null, + "name": "Skewered bird meat", + "tradeable": "true", + "weight": "0.15", + "archery_ticket_price": "0", + "id": "9984" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "130", + "durability": null, + "name": "Skewered bird meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9985" + }, + { + "ge_buy_limit": "1000", + "examine": "A slab of raw beast meat.", + "grand_exchange_price": "16", + "durability": null, + "name": "Raw beast meat", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9986" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "16", + "durability": null, + "name": "Raw beast meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9987" + }, + { + "ge_buy_limit": "1000", + "examine": "A delicious looking slab of roast beast.", + "grand_exchange_price": "42", + "durability": null, + "name": "Roast beast meat", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "9988" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "42", + "durability": null, + "name": "Roast beast meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9989" + }, + { + "durability": null, + "name": "Burnt beast meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9991" + }, + { + "ge_buy_limit": "1000", + "examine": "Beast meat on a spit.", + "grand_exchange_price": "97", + "durability": null, + "name": "Skewered beast", + "tradeable": "true", + "weight": "3.5", + "archery_ticket_price": "0", + "id": "9992" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "97", + "durability": null, + "name": "Skewered beast", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9993" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of chopped tomatoes with an extra kick.", + "grand_exchange_price": "324", + "durability": null, + "name": "Spicy tomato", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "9994" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "324", + "durability": null, + "name": "Spicy tomato", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9995" + }, + { + "ge_buy_limit": "1000", + "examine": "A bowl of chopped beef with an extra kick.", + "grand_exchange_price": "263", + "durability": null, + "name": "Spicy minced meat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "9996" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "263", + "durability": null, + "name": "Spicy minced meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9997" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of hunter potion.", + "grand_exchange_price": "566", + "durability": null, + "name": "Hunter potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9998" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "566", + "durability": null, + "name": "Hunter potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "9999" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of hunter potion.", + "grand_exchange_price": "229", + "durability": null, + "name": "Hunter potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10000" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "229", + "durability": null, + "name": "Hunter potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10001" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of hunter potion.", + "grand_exchange_price": "159", + "durability": null, + "name": "Hunter potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10002" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "159", + "durability": null, + "name": "Hunter potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10003" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of hunter potion.", + "grand_exchange_price": "148", + "durability": null, + "name": "Hunter potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10004" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "148", + "durability": null, + "name": "Hunter potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10005" + }, + { + "shop_price": "6", + "ge_buy_limit": "100", + "examine": "A simple bird catcher./There's something caught in it.", + "grand_exchange_price": "2", + "durability": null, + "name": "Bird snare", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10006" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2", + "durability": null, + "name": "Bird snare", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10007" + }, + { + "requirements": "{21,27}", + "shop_price": "38", + "ge_buy_limit": "100", + "examine": "If a creature goes inside, then the box should slam shut.", + "grand_exchange_price": "308", + "durability": null, + "name": "Box trap", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10008" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "308", + "durability": null, + "name": "Box trap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10009" + }, + { + "requirements": "{21,15}", + "shop_price": "24", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "For catching butterflies...", + "walk_anim": "1205", + "durability": null, + "weight": "0.2", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "weapon_interface": "10", + "turn180_anim": "1206", + "render_anim": "28", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "grand_exchange_price": "1", + "stand_anim": "813", + "name": "Butterfly net", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10010", + "stand_turn_anim": "1209" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Butterfly net", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10011" + }, + { + "requirements": "{21,15}", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "It's got little holes at the top.", + "grand_exchange_price": "156", + "durability": null, + "name": "Butterfly jar", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10012" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "156", + "durability": null, + "name": "Butterfly jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10013" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "143", + "examine": "There's a black warlock butterfly in here.", + "durability": null, + "name": "Black warlock", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10014" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "143", + "durability": null, + "name": "Black warlock", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10015" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "227", + "examine": "There's a snowy knight butterfly in here.", + "durability": null, + "name": "Snowy knight", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10016" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "227", + "durability": null, + "name": "Snowy knight", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10017" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "examine": "There's a sapphire glacialis butterfly in here.", + "durability": null, + "name": "Sapphire glacialis", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10018" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "durability": null, + "name": "Sapphire glacialis", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10019" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1270", + "examine": "There's a ruby harvest butterfly in here.", + "durability": null, + "name": "Ruby harvest", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.02", + "id": "10020" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1270", + "durability": null, + "name": "Ruby harvest", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10021" + }, + { + "shop_price": "500", + "examine": "A very large, single leather glove", + "durability": null, + "name": "Falconer's glove", + "tradeable": "false", + "destroy": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "10023", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "shop_price": "500", + "turn90cw_anim": "5166", + "examine": "A very large, single leather glove", + "walk_anim": "5164", + "durability": null, + "destroy": "true", + "weight": "1.8", + "turn90ccw_anim": "5167", + "attack_speed": "4", + "turn180_anim": "5165", + "render_anim": "1283", + "equipment_slot": "3", + "stand_anim": "5160", + "name": "Falconer's glove", + "tradeable": "false", + "run_anim": "5168", + "archery_ticket_price": "0", + "id": "10024", + "stand_turn_anim": "5161", + "bonuses": "0,0,0,0,0,0,1,1,0,0,0,0,0,0,0" + }, + { + "requirements": "{21,71}", + "shop_price": "720", + "ge_buy_limit": "100", + "examine": "A magical catching box.", + "grand_exchange_price": "784", + "durability": null, + "name": "Magic box", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10025" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "784", + "durability": null, + "name": "Magic box", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10026" + }, + { + "shop_price": "720", + "examine": "A magical catching box.", + "grand_exchange_price": "743", + "durability": null, + "name": "Imp-in-a-box(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10027" + }, + { + "shop_price": "720", + "examine": "A magical catching box.", + "grand_exchange_price": "743", + "durability": null, + "name": "Imp-in-a-box(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10028" + }, + { + "requirements": "{21,31}", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "Reduces the risk of hand severage when poking large, vicious carnivores.", + "durability": null, + "weight": "1", + "weapon_interface": "6", + "equipment_slot": "3", + "grand_exchange_price": "1", + "name": "Teasing stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10029", + "bonuses": "7,8,0,-4,0,-1,1,2,0,0,0,8,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Teasing stick", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10030" + }, + { + "requirements": "{21,27}", + "shop_price": "18", + "ge_buy_limit": "100", + "examine": "The snare will tighten around animals passing through.", + "grand_exchange_price": "1", + "durability": null, + "name": "Rabbit snare", + "tradeable": "true", + "weight": "0.02", + "archery_ticket_price": "0", + "id": "10031" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Rabbit snare", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10032" + }, + { + "requirements": "{4,45}", + "ge_buy_limit": "20000", + "turn90cw_anim": "3177", + "walk_anim": "3177", + "durability": null, + "turn90ccw_anim": "3177", + "attack_speed": "4", + "weapon_interface": "19", + "turn180_anim": "3177", + "render_anim": "234", + "equipment_slot": "3", + "grand_exchange_price": "973", + "stand_anim": "3175", + "name": "Chinchompa", + "run_anim": "3178", + "archery_ticket_price": "0", + "id": "10033", + "stand_turn_anim": "3177", + "bonuses": "0,0,0,0,45,0,0,0,0,0,0,0,0,0,0" + }, + { + "requirements": "{4,55}", + "ge_buy_limit": "20000", + "turn90cw_anim": "3177", + "examine": "Even more volatile than its vegetarian counterpart.", + "walk_anim": "3177", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "3177", + "attack_speed": "4", + "weapon_interface": "19", + "turn180_anim": "3177", + "render_anim": "234", + "equipment_slot": "3", + "grand_exchange_price": "1382", + "stand_anim": "3175", + "name": "Red chinchompa", + "tradeable": "true", + "run_anim": "3178", + "archery_ticket_price": "0", + "id": "10034", + "stand_turn_anim": "3177", + "bonuses": "0,0,0,0,70,0,0,0,0,0,0,0,0,0,15" + }, + { + "requirements": "{21,52}", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in polar areas.", + "grand_exchange_price": "449", + "durability": null, + "name": "Kyatt legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10035", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "449", + "durability": null, + "name": "Kyatt legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10036" + }, + { + "requirements": "{21,52}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "272", + "name": "Kyatt top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10037", + "bonuses": "0,0,0,0,0,10,15,19,0,12,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "272", + "durability": null, + "name": "Kyatt top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10038" + }, + { + "remove_head": "true", + "requirements": "{21,52}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "grand_exchange_price": "8338", + "name": "Kyatt hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10039", + "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8338", + "durability": null, + "name": "Kyatt hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10040" + }, + { + "requirements": "{21,28}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "grand_exchange_price": "2889", + "durability": null, + "name": "Larupia legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10041", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,5,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2889", + "durability": null, + "name": "Larupia legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10042" + }, + { + "requirements": "{21,28}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "3232", + "name": "Larupia top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10043", + "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3232", + "durability": null, + "name": "Larupia top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10044" + }, + { + "remove_head": "true", + "requirements": "{21,28}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "grand_exchange_price": "7237", + "name": "Larupia hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10045", + "bonuses": "0,0,0,0,-1,4,5,3,0,4,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7237", + "durability": null, + "name": "Larupia hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10046" + }, + { + "requirements": "{21,38}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "7", + "grand_exchange_price": "266", + "name": "Graahk legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10047", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "266", + "durability": null, + "name": "Graahk legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10048" + }, + { + "requirements": "{21,38}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "252", + "name": "Graahk top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10049", + "bonuses": "0,0,0,0,0,10,15,19,0,12,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "252", + "durability": null, + "name": "Graahk top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10050" + }, + { + "remove_head": "true", + "requirements": "{21,38}", + "shop_price": "1", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "0", + "grand_exchange_price": "8445", + "name": "Graahk headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10051", + "bonuses": "0,0,0,0,-1,4,5,3,0,4,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8445", + "durability": null, + "name": "Graahk headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10052" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in wooded areas.", + "grand_exchange_price": "3527", + "durability": null, + "name": "Wood camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10053", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3527", + "durability": null, + "name": "Wood camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10054" + }, + { + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in wooded areas.", + "grand_exchange_price": "3228", + "durability": null, + "name": "Wood camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10055", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3228", + "durability": null, + "name": "Wood camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10056" + }, + { + "requirements": "{21,4}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in jungle areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "315", + "name": "Jungle camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10057", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "315", + "durability": null, + "name": "Jungle camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10058" + }, + { + "requirements": "{21,4}", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in jungle areas.", + "grand_exchange_price": "462", + "durability": null, + "name": "Jungle camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10059", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "462", + "durability": null, + "name": "Jungle camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10060" + }, + { + "requirements": "{21,10}", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in desert areas.", + "durability": null, + "weight": "0.2", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "541", + "name": "Desert camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10061", + "bonuses": "0,0,0,0,0,10,15,19,0,12,10,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "541", + "durability": null, + "name": "Desert camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10062" + }, + { + "requirements": "{21,10}", + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in desert areas.", + "grand_exchange_price": "910", + "durability": null, + "name": "Desert camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10063", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "910", + "durability": null, + "name": "Desert camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10064" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "100", + "examine": "This should make me harder to spot in polar areas.", + "grand_exchange_price": "7990", + "durability": null, + "name": "Polar camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10065", + "bonuses": "0,0,0,0,0,10,15,19,0,12,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7990", + "durability": null, + "name": "Polar camo top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10066" + }, + { + "ge_buy_limit": "100", + "examine": "These should make me harder to spot in polar areas", + "grand_exchange_price": "8389", + "durability": null, + "name": "Polar camo legs", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10067", + "bonuses": "0,0,0,0,-7,11,10,10,0,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8389", + "durability": null, + "name": "Polar camo legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10068" + }, + { + "requirements": "{21,40}", + "ge_buy_limit": "100", + "examine": "A surprisingly aerodynamic cape.", + "grand_exchange_price": "1140", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "weight": "-2.2", + "archery_ticket_price": "0", + "id": "10069", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1140", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10070" + }, + { + "requirements": "{21,66}", + "ge_buy_limit": "100", + "examine": "A really surprisingly aerodynamic cape.", + "grand_exchange_price": "1262", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "weight": "-4.5", + "archery_ticket_price": "0", + "id": "10071", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1262", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10072" + }, + { + "requirements": "{21,40}", + "examine": "A surprisingly aerodynamic cape.", + "grand_exchange_price": "951", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10073", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,66}", + "examine": "A really surprisingly aerodynamic cape.", + "grand_exchange_price": "881", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10074", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,54}", + "ge_buy_limit": "100", + "examine": "Made from dark kebbit fur, these are perfect for tasks of a stealthier nature.", + "grand_exchange_price": "1063", + "durability": null, + "name": "Gloves of silence", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10075", + "bonuses": "0,0,0,0,0,0,1,2,0,0,0,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1063", + "durability": null, + "name": "Gloves of silence", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10076" + }, + { + "ge_buy_limit": "100", + "examine": "Attack at your own risk.", + "grand_exchange_price": "80", + "durability": null, + "name": "Spiky vambraces", + "tradeable": "true", + "weight": "1", + "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" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "80", + "durability": null, + "name": "Spiky vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10078" + }, + { + "requirements": "{4,40}", + "ge_buy_limit": "100", + "examine": "Made from 100% real dragonhide. Now with added spikiness.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "1353", + "name": "Green spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10079", + "bonuses": "0,0,0,-10,8,3,2,4,2,0,3,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1353", + "durability": null, + "name": "Green spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10080" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "100", + "examine": "Made from 100% real dragonhide. Now with added spikiness.", + "grand_exchange_price": "1773", + "durability": null, + "name": "Blue spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10081", + "bonuses": "0,0,0,-10,9,4,3,5,4,0,4,2,0,0,0", + "equip_audio": "2241", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1773", + "durability": null, + "name": "Blue spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10082" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "100", + "examine": "Vambraces made from 100% real dragonhide. Now with added spikes.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "1978", + "name": "Red spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10083", + "bonuses": "0,0,0,-10,10,5,4,6,6,0,5,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1978", + "durability": null, + "name": "Red spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10084" + }, + { + "requirements": "{4,70}", + "ge_buy_limit": "100", + "examine": "Vambraces made from 100% real dragonhide. Now with added spikiness.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "2727", + "name": "Black spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10085", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,2,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2727", + "durability": null, + "name": "Black spiky vambs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10086" + }, + { + "ge_buy_limit": "5000", + "examine": "Attractive to other birds and hunters alike.", + "grand_exchange_price": "20", + "durability": null, + "name": "Stripy feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10087" + }, + { + "shop_price": "3", + "ge_buy_limit": "5000", + "examine": "A vivid red feather.", + "grand_exchange_price": "23", + "durability": null, + "name": "Red feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10088" + }, + { + "ge_buy_limit": "5000", + "examine": "A cool blue feather.", + "grand_exchange_price": "27", + "durability": null, + "name": "Blue feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10089" + }, + { + "ge_buy_limit": "5000", + "examine": "A bright yellow feather.", + "grand_exchange_price": "36", + "durability": null, + "name": "Yellow feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10090" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "A fairly plain feather.", + "grand_exchange_price": "25", + "durability": null, + "name": "Orange feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10091" + }, + { + "ge_buy_limit": "100", + "examine": "It's a shabby-looking larupia fur.", + "grand_exchange_price": "1195", + "durability": null, + "name": "Tatty larupia fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10093" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1195", + "durability": null, + "name": "Tatty larupia fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10094" + }, + { + "ge_buy_limit": "100", + "examine": "It's a perfect-looking larupia fur.", + "grand_exchange_price": "4986", + "durability": null, + "name": "Larupia fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10095" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4986", + "durability": null, + "name": "Larupia fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10096" + }, + { + "ge_buy_limit": "100", + "examine": "It's a shabby-looking graahk fur.", + "grand_exchange_price": "28", + "durability": null, + "name": "Tatty graahk fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10097" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28", + "durability": null, + "name": "Tatty graahk fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10098" + }, + { + "ge_buy_limit": "100", + "examine": "It's a perfect-looking graahk fur.", + "grand_exchange_price": "7574", + "durability": null, + "name": "Graahk fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10099" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7574", + "durability": null, + "name": "Graahk fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10100" + }, + { + "ge_buy_limit": "100", + "examine": "It's a shabby-looking kyatt fur.", + "grand_exchange_price": "23", + "durability": null, + "name": "Tatty kyatt fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10101" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "23", + "durability": null, + "name": "Tatty kyatt fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10102" + }, + { + "shop_price": "8000", + "ge_buy_limit": "100", + "examine": "It's a perfect-looking kyatt fur.", + "grand_exchange_price": "11100", + "durability": null, + "name": "Kyatt fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10103" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "11100", + "durability": null, + "name": "Kyatt fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10104" + }, + { + "ge_buy_limit": "5000", + "examine": "These bone spikes are both very tough and very sharp.", + "grand_exchange_price": "154", + "durability": null, + "name": "Kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10105" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "154", + "durability": null, + "name": "Kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10106" + }, + { + "ge_buy_limit": "5000", + "examine": "These bone spikes are both very tough and very sharp.", + "grand_exchange_price": "1619", + "durability": null, + "name": "Long kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10107" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1619", + "durability": null, + "name": "Long kebbit spike", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10108" + }, + { + "ge_buy_limit": "5000", + "examine": "A kebbit-sized set of dentures.", + "grand_exchange_price": "894", + "durability": null, + "name": "Kebbit teeth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10109" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "894", + "durability": null, + "name": "Kebbit teeth", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10110" + }, + { + "ge_buy_limit": "5000", + "examine": "Previously a kebbit-sized set of dentures.", + "grand_exchange_price": "947", + "durability": null, + "name": "Kebbit teeth dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10111" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "947", + "durability": null, + "name": "Kebbit teeth dust", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10112" + }, + { + "ge_buy_limit": "5000", + "examine": "More menacing when attached to the owner.", + "grand_exchange_price": "55", + "durability": null, + "name": "Kebbit claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10113" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "55", + "durability": null, + "name": "Kebbit claws", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10114" + }, + { + "ge_buy_limit": "100", + "examine": "Sleek, silent, and furry.", + "grand_exchange_price": "92", + "durability": null, + "name": "Dark kebbit fur", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10115" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "92", + "durability": null, + "name": "Dark kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10116" + }, + { + "shop_price": "12", + "ge_buy_limit": "175", + "examine": "A thick fur for a cold climate.", + "grand_exchange_price": "3862", + "durability": null, + "name": "Polar kebbit fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10117" + }, + { + "ge_buy_limit": "175", + "grand_exchange_price": "3862", + "durability": null, + "name": "Polar kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10118" + }, + { + "ge_buy_limit": "100", + "examine": "Not actually from a weasel, but it is, at least, furry.", + "grand_exchange_price": "3", + "durability": null, + "name": "Feldip weasel fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10119" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3", + "durability": null, + "name": "Feldip weasel fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10120" + }, + { + "ge_buy_limit": "100", + "examine": "Common fur from a common kebbit.", + "grand_exchange_price": "1555", + "durability": null, + "name": "Common kebbit fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10121" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1555", + "durability": null, + "name": "Common kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10122" + }, + { + "ge_buy_limit": "100", + "examine": "Sandy coloured kebbit fur.", + "grand_exchange_price": "95", + "durability": null, + "name": "Desert devil fur", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10123" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "95", + "durability": null, + "name": "Desert devil fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10124" + }, + { + "ge_buy_limit": "100", + "examine": "Maybe this is why people think furry dice make you go faster.", + "grand_exchange_price": "8", + "durability": null, + "name": "Spotted kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10125" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8", + "durability": null, + "name": "Spotted kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10126" + }, + { + "ge_buy_limit": "100", + "examine": "Nature's equivalent of go-faster stripes.", + "grand_exchange_price": "69", + "durability": null, + "name": "Dashing kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10127" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "69", + "durability": null, + "name": "Dashing kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10128" + }, + { + "requirements": "{10,35}", + "ge_buy_limit": "100", + "examine": "A mighty Hunter weapon. One previous owner.", + "durability": null, + "weight": "1.3", + "attack_speed": "5", + "weapon_interface": "5", + "equipment_slot": "3", + "grand_exchange_price": "19", + "name": "Barb-tail harpoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10129", + "bonuses": "9,4,-4,0,0,0,0,0,0,0,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "19", + "durability": null, + "name": "Barb-tail harpoon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10130" + }, + { + "requirements": "{21,24}", + "ge_buy_limit": "100", + "examine": "Not so lucky for the rabbit.", + "grand_exchange_price": "789", + "durability": null, + "name": "Strung rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10132", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "789", + "durability": null, + "name": "Strung rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10133" + }, + { + "ge_buy_limit": "100", + "examine": "This could be put on a string and worn for luck.", + "grand_exchange_price": "543", + "durability": null, + "name": "Rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10134" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "543", + "durability": null, + "name": "Rabbit foot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10135" + }, + { + "shop_price": "48", + "ge_buy_limit": "10000", + "examine": "Well, this would certainly add some colour to a meal.", + "grand_exchange_price": "99", + "durability": null, + "name": "Rainbow fish", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10136" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "99", + "durability": null, + "name": "Rainbow fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10137" + }, + { + "ge_buy_limit": "20000", + "examine": "A colourful fish, attracted to colourful flies.", + "grand_exchange_price": "236", + "durability": null, + "name": "Raw rainbow fish", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10138" + }, + { + "ge_buy_limit": "20000", + "grand_exchange_price": "236", + "durability": null, + "name": "Raw rainbow fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10139" + }, + { + "durability": null, + "name": "Burnt rainbow fish", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10141" + }, + { + "requirements": "{0,30}-{4,30}-{6,30}", + "ge_buy_limit": "10000", + "examine": "A thick, foul-smelling, tar-like substance with a green tinge", + "grand_exchange_price": "28", + "durability": null, + "name": "Guam tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10142", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,16", + "equipment_slot": "13" + }, + { + "requirements": "{0,50}-{4,50}-{6,50}", + "ge_buy_limit": "10000", + "examine": "A thick, foul-smelling, tar-like substance with an orange tinge.", + "grand_exchange_price": "12", + "durability": null, + "name": "Marrentill tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10143", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,22", + "equipment_slot": "13" + }, + { + "requirements": "{0,60}-{4,60}-{6,60}", + "ge_buy_limit": "10000", + "examine": "A thick, foul-smelling, tar-like substance with a red tinge.", + "grand_exchange_price": "28", + "durability": null, + "name": "Tarromin tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10144", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,31", + "equipment_slot": "13" + }, + { + "requirements": "{0,70}-{4,70}-{6,70}", + "ge_buy_limit": "10000", + "examine": "A dark, thick, foul-smelling, tar-like substance.", + "grand_exchange_price": "47", + "durability": null, + "name": "Harralander tar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10145", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,49", + "equipment_slot": "13" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy, but kind of cute.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "6", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10146", + "stand_turn_anim": "823", + "bonuses": "0,19,0,0,29,0,0,0,0,0,0,31,0,0,0", + "requirements": "{0,50}-{4,50}-{6,50}", + "shop_price": "127", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Orange salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy but certainly striking.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "27", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10147", + "stand_turn_anim": "823", + "bonuses": "0,37,0,0,47,0,0,0,0,0,0,49,0,0,0", + "requirements": "{0,60}-{4,60}-{6,60}", + "shop_price": "190", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Red salamander" + }, + { + "ge_buy_limit": "1000", + "turn90cw_anim": "5245", + "examine": "Slightly slimy and somewhat menacing.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "124", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10148", + "stand_turn_anim": "823", + "bonuses": "0,59,0,0,69,0,0,0,0,0,0,71,0,0,0", + "requirements": "{0,70}-{4,70}-{6,70}", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Black salamander" + }, + { + "ge_buy_limit": "2000", + "turn90cw_anim": "5245", + "examine": "A very slimy and generally disgusting green lizard.", + "walk_anim": "5245", + "turn90ccw_anim": "5245", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "5245", + "equipment_slot": "3", + "grand_exchange_price": "1802", + "stand_anim": "5246", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10149", + "stand_turn_anim": "823", + "bonuses": "0,10,0,0,20,0,0,0,0,0,0,22,0,0,0", + "requirements": "{0,30}-{4,30}-{6,30}", + "durability": null, + "destroy": "true", + "weight": "4", + "weapon_interface": "21", + "equip_audio": "732", + "render_anim": "1277", + "attack_audios": "740,735,736,0", + "name": "Swamp lizard" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A noose on a stick.", + "walk_anim": "5250", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "two_handed": "true", + "weapon_interface": "14", + "turn180_anim": "5251", + "render_anim": "1279", + "equipment_slot": "3", + "grand_exchange_price": "1", + "stand_anim": "5254", + "name": "Noose wand", + "tradeable": "true", + "run_anim": "5253", + "archery_ticket_price": "0", + "id": "10150", + "stand_turn_anim": "5252" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1", + "durability": null, + "name": "Noose wand", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10151" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A weapon made of bone and wood.", + "walk_anim": "4226", + "turn90ccw_anim": "822", + "attack_speed": "4", + "turn180_anim": "4227", + "equipment_slot": "3", + "grand_exchange_price": "2496", + "stand_anim": "4591", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "10156", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,55,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,50}", + "shop_price": "1300", + "durability": null, + "weight": "5", + "weapon_interface": "17", + "equip_audio": "2244", + "render_anim": "175", + "attack_audios": "2700,0,0,0", + "name": "Hunters' crossbow" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2496", + "durability": null, + "name": "Hunters' crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10157" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "1000", + "examine": "Bolts made from the spikes of a prickly kebbit.", + "grand_exchange_price": "28", + "durability": null, + "name": "Kebbit bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10158", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,28", + "equipment_slot": "13" + }, + { + "requirements": "{4,50}", + "ge_buy_limit": "1000", + "examine": "Bolts made from the spikes of a razor-backed kebbit.", + "grand_exchange_price": "352", + "durability": null, + "name": "Long kebbit bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10159", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,38", + "equipment_slot": "13" + }, + { + "durability": null, + "name": "Orange salamander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10160" + }, + { + "durability": null, + "name": "Red salamander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10161" + }, + { + "durability": null, + "name": "Black salamander", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10162" + }, + { + "durability": null, + "name": "Swamp lizard", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10163" + }, + { + "examine": "Probably a bit too big for fly fishing.", + "durability": null, + "name": "Eagle feather", + "archery_ticket_price": "0", + "id": "10167" + }, + { + "examine": "A cape made from giant eagle feathers.", + "durability": null, + "name": "Eagle cape", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10171", + "equipment_slot": "1" + }, + { + "examine": "A cheaply made fake beak.", + "durability": null, + "name": "Fake beak", + "archery_ticket_price": "0", + "id": "10172", + "equipment_slot": "0" + }, + { + "examine": "The title reads 'William Oddity's Guide to the Avian.", + "durability": null, + "name": "Bird book", + "archery_ticket_price": "0", + "id": "10173" + }, + { + "destroy_message": "You can obtain another metal feather from the camp", + "examine": "A small feather made out of some sort of metal. The detail is exquisite.", + "durability": null, + "name": "Metal feather", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10174" + }, + { + "destroy_message": "You can get another by inspecting the opening", + "examine": "An intricate feather crafted from a silver-coloured metal of some sort.", + "durability": null, + "name": "Silver feather", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10176" + }, + { + "destroy_message": "You can get another by taking from pedestal.", + "examine": "An intricate feather crafted from a bronze-coloured metal of some sort.", + "durability": null, + "name": "Bronze feather", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10177" + }, + { + "examine": "\"It looks like bird seed, but it's not quite right somehow.", + "durability": null, + "name": "Odd bird seed", + "archery_ticket_price": "0", + "id": "10178" + }, + { + "examine": "There's a feather glued to the front. \"Property of Arthur Artimus\".", + "durability": null, + "name": "Feathered journal", + "archery_ticket_price": "0", + "id": "10179" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10180" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10181" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10182" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10183" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10184" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10185" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10186" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10187" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10188" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10189" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10190" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10191" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10192" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10193" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10194" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10195" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10196" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10197" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10198" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10199" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10200" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10201" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10202" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10203" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10204" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10205" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10206" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10207" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10208" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10209" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10210" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10211" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10212" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10213" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10214" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10215" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10216" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10217" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10218" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10219" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10220" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10221" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10222" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10223" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10224" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10225" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10226" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10227" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10228" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10229" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10230" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10231" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10232" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10233" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10234" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10235" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10236" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10237" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10238" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10239" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10240" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10241" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10242" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10243" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10244" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10245" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10246" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10247" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10248" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10249" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10250" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10251" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10252" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10253" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10254" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10255" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10256" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10257" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10258" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10259" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10260" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10261" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10262" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10263" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10264" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10265" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10266" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10267" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10268" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10269" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10270" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10271" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10272" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10273" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10274" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10275" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10276" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10277" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10278" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10279" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A powerful bow made from willow.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "136", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10280", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,22,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,20}", + "durability": null, + "weight": "1.8", + "weapon_interface": "16", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Willow comp bow" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "136", + "durability": null, + "name": "Willow comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10281" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A powerful bow made from yew wood.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "876", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10282", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,49,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,40}", + "durability": null, + "weight": "1.8", + "weapon_interface": "16", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Yew comp bow" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "876", + "durability": null, + "name": "Yew comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10283" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A powerful bow made from magic wood.", + "walk_anim": "1205", + "has_special": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "two_handed": "true", + "turn180_anim": "1206", + "equipment_slot": "3", + "grand_exchange_price": "1268", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10284", + "stand_turn_anim": "1209", + "bonuses": "0,0,0,0,71,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,50}", + "durability": null, + "weight": "1.3", + "weapon_interface": "16", + "render_anim": "28", + "lendable": "true", + "attack_audios": "2700,0,0,0", + "name": "Magic comp bow" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1268", + "durability": null, + "name": "Magic comp bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10285" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "23600", + "name": "Rune helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10286", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "23600", + "durability": null, + "name": "Rune helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10287" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "20800", + "name": "Rune helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10288", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20800", + "durability": null, + "name": "Rune helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10289" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "20800", + "name": "Rune helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10290", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20800", + "durability": null, + "name": "Rune helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10291" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "21100", + "name": "Rune helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10292", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "21100", + "durability": null, + "name": "Rune helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10293" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "24900", + "name": "Rune helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10294", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "24900", + "durability": null, + "name": "Rune helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10295" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "31500", + "name": "Adamant helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10296", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "31500", + "durability": null, + "name": "Adamant helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10297" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10100", + "name": "Adamant helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10298", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10100", + "durability": null, + "name": "Adamant helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10299" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "8797", + "name": "Adamant helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10300", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8797", + "durability": null, + "name": "Adamant helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10301" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An Adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10900", + "name": "Adamant helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10302", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10900", + "durability": null, + "name": "Adamant helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10303" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "17100", + "name": "Adamant helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10304", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "17100", + "durability": null, + "name": "Adamant helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10305" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "20400", + "name": "Black helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10306", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20400", + "durability": null, + "name": "Black helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10307" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "7033", + "name": "Black helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10308", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7033", + "durability": null, + "name": "Black helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10309" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "7574", + "name": "Black helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10310", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7574", + "durability": null, + "name": "Black helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10311" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10100", + "name": "Black helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10312", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10100", + "durability": null, + "name": "Black helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10313" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "ge_buy_limit": "2", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10400", + "name": "Black helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10314", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,4,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10400", + "durability": null, + "name": "Black helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10315" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Never give your password out to anyone.'", + "grand_exchange_price": "8196", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10316", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8196", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10317" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Always check the second trade screen.'", + "grand_exchange_price": "14700", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10318", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14700", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10319" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Never trade in the wilderness!'", + "grand_exchange_price": "8403", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10320", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8403", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10321" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'A bank pin will keep your items secure.'", + "grand_exchange_price": "9230", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10322", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9230", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10323" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Bob says: 'Keep your computer keylogger free and virus scanned.'", + "grand_exchange_price": "8197", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10324", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8197", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10325" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "112", + "durability": null, + "name": "Purple firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10326" + }, + { + "ge_buy_limit": "100", + "examine": "Makes firelighting a lot easier.", + "grand_exchange_price": "167", + "durability": null, + "name": "White firelighter", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10327" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "White logs", + "archery_ticket_price": "0", + "id": "10328" + }, + { + "examine": "A number of chemical covered wooden logs.", + "durability": null, + "name": "Purple logs", + "archery_ticket_price": "0", + "id": "10329" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "4", + "absorb": "0,6,3", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "33900000", + "name": "3rd age range top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10330", + "bonuses": "0,0,0,-15,30,55,47,60,60,55,52,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "33900000", + "durability": null, + "name": "3rd age range top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10331" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "6", + "absorb": "0,4,2", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "20800000", + "name": "3rd age range legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10332", + "bonuses": "0,0,0,-10,17,31,25,33,30,31,25,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20800000", + "durability": null, + "name": "3rd age range legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10333" + }, + { + "remove_head": "true", + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "5000", + "examine": "Ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "6100000", + "name": "3rd age range coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10334", + "bonuses": "0,0,0,-2,9,4,7,10,5,8,12,0,0,0,0" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "6100000", + "durability": null, + "name": "3rd age range coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10335" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Fabulously ancient range protection crafted from white dragonhide.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "lendable": "true", + "grand_exchange_price": "7100000", + "name": "3rd age vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10336", + "bonuses": "0,0,0,-10,11,6,5,7,9,0,5,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7100000", + "durability": null, + "name": "3rd age vambraces", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10337" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "weight": "2.5", + "absorb": "4,2,0", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "66500000", + "name": "3rd age robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10338", + "bonuses": "0,0,0,24,0,0,0,0,24,0,24,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "66500000", + "durability": null, + "name": "3rd age robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10339" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "weight": "1", + "absorb": "4,2,0", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "31500000", + "name": "3rd age robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10340", + "bonuses": "0,0,0,19,0,0,0,0,19,0,20,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "31500000", + "durability": null, + "name": "3rd age robe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10341" + }, + { + "remove_head": "true", + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "durability": null, + "absorb": "2,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21000000", + "name": "3rd age mage hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10342", + "bonuses": "0,0,0,8,0,0,0,0,8,0,12,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "21000000", + "durability": null, + "name": "3rd age mage hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10343" + }, + { + "lendable": "true", + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Ancient mage protection enchanted in the Third-Age.", + "grand_exchange_price": "20100000", + "durability": null, + "name": "3rd age amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10344", + "bonuses": "0,0,0,15,0,0,0,0,10,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "20100000", + "durability": null, + "name": "3rd age amulet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10345" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "2", + "absorb": "3,0,6", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "92800000", + "name": "3rd age platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10346", + "bonuses": "0,0,0,-25,-2,78,76,83,-5,75,25,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "92800000", + "durability": null, + "name": "3rd age platelegs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10347" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "9", + "absorb": "4,0,9", + "equip_audio": "2234", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "86200000", + "name": "3rd age platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10348", + "bonuses": "0,0,0,-20,0,96,108,113,-4,97,52,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "86200000", + "durability": null, + "name": "3rd age platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10349" + }, + { + "remove_head": "true", + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "1", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "41600000", + "name": "3rd age full helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10350", + "bonuses": "0,0,0,-5,-2,47,49,43,-3,48,12,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "41600000", + "durability": null, + "name": "3rd age full helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10351" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Ancient armour beaten from magical silver.", + "durability": null, + "weight": "2", + "absorb": "5,0,11", + "equip_audio": "2245", + "equipment_slot": "5", + "lendable": "true", + "grand_exchange_price": "65100000", + "name": "3rd age kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10352", + "bonuses": "0,0,0,-10,-4,63,65,61,-3,63,60,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "65100000", + "durability": null, + "name": "3rd age kiteshield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10353" + }, + { + "ge_buy_limit": "100", + "examine": "A dragonstone amulet with 4 magic charges.", + "grand_exchange_price": "233100", + "durability": null, + "name": "Amulet of glory(t4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10354", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "233100", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10355" + }, + { + "examine": "A dragonstone amulet with 3 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10356", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10357" + }, + { + "examine": "A dragonstone amulet with 2 magic charges.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10358", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10359" + }, + { + "examine": "A dragonstone amulet with 1 magic charge.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10360", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10361" + }, + { + "ge_buy_limit": "100", + "examine": "A very powerful dragonstone amulet with a nice trim.", + "grand_exchange_price": "223000", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10362", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "223000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10363" + }, + { + "ge_buy_limit": "2", + "examine": "An enchanted ruby amulet with a nice trim.", + "grand_exchange_price": "819400", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10364", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "819400", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10365" + }, + { + "ge_buy_limit": "5000", + "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "128700", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10366", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "128700", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10367" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide vambraces.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "116200", + "name": "Zamorak bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10368", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "116200", + "durability": null, + "name": "Zamorak bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10369" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "155200", + "name": "Zamorak d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10370", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "155200", + "durability": null, + "name": "Zamorak d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10371" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide chaps.", + "durability": null, + "weight": "5", + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "35100", + "name": "Zamorak chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10372", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "35100", + "durability": null, + "name": "Zamorak chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10373" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Zamorak blessed dragonhide coif.", + "durability": null, + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "35900", + "name": "Zamorak coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10374", + "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "35900", + "durability": null, + "name": "Zamorak coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10375" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide vambraces.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "3181", + "name": "Guthix bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10376", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3181", + "durability": null, + "name": "Guthix bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10377" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "13", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "39800", + "name": "Guthix dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10378", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "39800", + "durability": null, + "name": "Guthix dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10379" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide chaps.", + "durability": null, + "weight": "5", + "absorb": "0,4,2", + "equip_audio": "2241", + "equipment_slot": "7", + "grand_exchange_price": "7346", + "name": "Guthix chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10380", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7346", + "durability": null, + "name": "Guthix chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10381" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Guthix blessed dragonhide coif.", + "durability": null, + "weight": "0.85", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "27500", + "name": "Guthix coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10382", + "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "27500", + "durability": null, + "name": "Guthix coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10383" + }, + { + "requirements": "{1,70}-{4,40}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide vambraces.", + "durability": null, + "weight": "1", + "equip_audio": "2241", + "equipment_slot": "9", + "grand_exchange_price": "70800", + "name": "Saradomin bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10384", + "bonuses": "0,0,0,-10,11,6,5,7,8,0,6,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "70800", + "durability": null, + "name": "Saradomin bracers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10385" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "13000", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide body armour.", + "durability": null, + "destroy": "true", + "weight": "6", + "absorb": "0,6,3", + "equip_audio": "2241", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "164100", + "name": "Saradomin d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10386", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,55,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "164100", + "durability": null, + "name": "Saradomin d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10387" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide chaps.", + "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", + "bonuses": "0,0,0,-10,17,31,25,33,28,31,30,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36600", + "durability": null, + "name": "Saradomin chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10389" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Saradomin blessed dragonhide coif.", + "durability": null, + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "28000", + "name": "Saradomin coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10390", + "bonuses": "0,0,0,-1,7,4,7,10,4,8,8,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "28000", + "durability": null, + "name": "Saradomin coif", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10391" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A big 'do about nothing.", + "grand_exchange_price": "45400", + "durability": null, + "name": "A powdered wig", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10392", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "45400", + "durability": null, + "name": "A powdered wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10393" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "These'll help me stay alive.", + "grand_exchange_price": "448900", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10394", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "448900", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10395" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Alas, someone has slashed my pantaloons.", + "grand_exchange_price": "9863", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10396", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "9863", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10397" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "A cap for wearing whil...zzzzzzzzz", + "grand_exchange_price": "276400", + "durability": null, + "name": "Sleeping cap", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10398", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "276400", + "durability": null, + "name": "Sleeping cap", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10399" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant mans' black shirt.", + "grand_exchange_price": "921500", + "durability": null, + "name": "Black ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10400", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "921500", + "durability": null, + "name": "Black ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10401" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant black pair of pantaloons.", + "grand_exchange_price": "270700", + "durability": null, + "name": "Black ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10402", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "270700", + "durability": null, + "name": "Black ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10403" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant men's red shirt.", + "grand_exchange_price": "118600", + "durability": null, + "name": "Red ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10404", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "118600", + "durability": null, + "name": "Red ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10405" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant red pair of pantaloons.", + "grand_exchange_price": "39400", + "durability": null, + "name": "Red ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10406", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "39400", + "durability": null, + "name": "Red ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10407" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant mans' blue shirt.", + "grand_exchange_price": "134700", + "durability": null, + "name": "Blue ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10408", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "134700", + "durability": null, + "name": "Blue ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10409" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant pair of men's blue pantaloons", + "grand_exchange_price": "80700", + "durability": null, + "name": "Blue ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10410", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "80700", + "durability": null, + "name": "Blue ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10411" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant men's green shirt.", + "grand_exchange_price": "162600", + "durability": null, + "name": "Green ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10412", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "162600", + "durability": null, + "name": "Green ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10413" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant green pair of men's pantaloons.", + "grand_exchange_price": "36100", + "durability": null, + "name": "Green ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10414", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "36100", + "durability": null, + "name": "Green ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10415" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant men's purple shirt.", + "grand_exchange_price": "116200", + "durability": null, + "name": "Purple ele' shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10416", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "116200", + "durability": null, + "name": "Purple ele' shirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10417" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant purple pair of pantaloons.", + "grand_exchange_price": "73400", + "durability": null, + "name": "Purple ele' legs", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10418", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "73400", + "durability": null, + "name": "Purple ele' legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10419" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant white blouse.", + "grand_exchange_price": "571500", + "durability": null, + "name": "White ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10420", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "571500", + "durability": null, + "name": "White ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10421" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant white skirt.", + "grand_exchange_price": "56600", + "durability": null, + "name": "White ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10422", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "56600", + "durability": null, + "name": "White ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10423" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' red blouse.", + "grand_exchange_price": "15000", + "durability": null, + "name": "Red ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10424", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "15000", + "durability": null, + "name": "Red ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10425" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant Red skirt.", + "grand_exchange_price": "7132", + "durability": null, + "name": "Red ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10426", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "7132", + "durability": null, + "name": "Red ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10427" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant blue blouse.", + "grand_exchange_price": "22200", + "durability": null, + "name": "Blue ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10428", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "22200", + "durability": null, + "name": "Blue ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10429" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant blue skirt.", + "grand_exchange_price": "12200", + "durability": null, + "name": "Blue ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10430", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "12200", + "durability": null, + "name": "Blue ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10431" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made ladies' elegant green blouse.", + "grand_exchange_price": "12300", + "durability": null, + "name": "Green ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10432", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "12300", + "durability": null, + "name": "Green ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10433" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant green skirt.", + "grand_exchange_price": "10300", + "durability": null, + "name": "Green ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10434", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "10300", + "durability": null, + "name": "Green ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10435" + }, + { + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "A well made elegant ladies' purple blouse.", + "grand_exchange_price": "22800", + "durability": null, + "name": "Purple ele' blouse", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10436", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "22800", + "durability": null, + "name": "Purple ele' blouse", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10437" + }, + { + "ge_buy_limit": "2", + "examine": "A rather elegant purple skirt.", + "grand_exchange_price": "16700", + "durability": null, + "name": "Purple ele' skirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10438", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "16700", + "durability": null, + "name": "Purple ele' skirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10439" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Saradomin crozier.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "8611", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10440", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", + "requirements": "{5,60}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Saradomin crozier" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "8611", + "durability": null, + "name": "Saradomin crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10441" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Guthix crozier.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "2925", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10442", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", + "requirements": "{5,60}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Guthix crozier" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2925", + "durability": null, + "name": "Guthix crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10443" + }, + { + "ge_buy_limit": "2", + "turn90cw_anim": "1207", + "examine": "A Zamorak crozier.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "2794", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "10444", + "stand_turn_anim": "1209", + "bonuses": "7,-1,25,10,0,2,3,1,10,0,0,32,6,0,0", + "requirements": "{5,60}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Zamorak crozier" + }, + { + "attack_anims": "", + "ge_buy_limit": "2", + "grand_exchange_price": "2794", + "durability": null, + "name": "Zamorak crozier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10445" + }, + { + "requirements": "{5,40}", + "ge_buy_limit": "2", + "examine": "A Saradomin cloak.", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Saradomin cloak", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10446", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Saradomin cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10447" + }, + { + "requirements": "{5,40}", + "ge_buy_limit": "2", + "examine": "A Guthix cloak.", + "grand_exchange_price": "391000", + "durability": null, + "name": "Guthix cloak", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10448", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "391000", + "durability": null, + "name": "Guthix cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10449" + }, + { + "requirements": "{5,40}", + "ge_buy_limit": "2", + "examine": "A Zamorak cloak.", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Zamorak cloak", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10450", + "bonuses": "0,0,0,1,0,3,3,3,3,3,3,0,3,0,0", + "equipment_slot": "1" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Zamorak cloak", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10451" + }, + { + "remove_head": "true", + "requirements": "{5,40}-{6,40}", + "ge_buy_limit": "2", + "examine": "A Saradomin mitre.", + "grand_exchange_price": "299200", + "durability": null, + "name": "Saradomin mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10452", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "299200", + "durability": null, + "name": "Saradomin mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10453" + }, + { + "remove_head": "true", + "requirements": "{5,40}-{6,40}", + "ge_buy_limit": "2", + "examine": "A Guthix mitre.", + "grand_exchange_price": "130300", + "durability": null, + "name": "Guthix mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10454", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "130300", + "durability": null, + "name": "Guthix mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10455" + }, + { + "remove_head": "true", + "requirements": "{5,40}-{6,40}", + "ge_buy_limit": "2", + "examine": "A Zamorak mitre.", + "durability": null, + "weight": "0.3", + "equipment_slot": "0", + "grand_exchange_price": "346500", + "name": "Zamorak mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10456", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,5,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "346500", + "durability": null, + "name": "Zamorak mitre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10457" + }, + { + "requirements": "{5,20}", + "remove_sleeves": "true", + "ge_buy_limit": "2", + "examine": "Blessed vestments of Saradomin.", + "grand_exchange_price": "121400", + "durability": null, + "name": "Saradomin robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10458", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "121400", + "durability": null, + "name": "Saradomin robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10459" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Zamorak Vestments.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "154700", + "name": "Zamorak robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10460", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "154700", + "durability": null, + "name": "Zamorak robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10461" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Blessed vestments of Guthix.", + "durability": null, + "weight": "1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "75200", + "name": "Guthix robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10462", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "75200", + "durability": null, + "name": "Guthix robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10463" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Leggings from the Saradomin Vestments.", + "grand_exchange_price": "56300", + "durability": null, + "name": "Saradomin robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10464", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "56300", + "durability": null, + "name": "Saradomin robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10465" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Leggings from the Guthix Vestments.", + "grand_exchange_price": "56900", + "durability": null, + "name": "Guthix robe legs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10466", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "56900", + "durability": null, + "name": "Guthix robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10467" + }, + { + "requirements": "{5,20}", + "ge_buy_limit": "2", + "examine": "Legs of the Zamorak Vestments.", + "grand_exchange_price": "79400", + "durability": null, + "name": "Zamorak robe legs", + "tradeable": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "10468", + "bonuses": "0,0,0,4,0,0,0,0,4,0,4,0,4,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "79400", + "durability": null, + "name": "Zamorak robe legs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10469" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "examine": "A Saradomin stole.", + "grand_exchange_price": "14000", + "durability": null, + "name": "Saradomin stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10470", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14000", + "durability": null, + "name": "Saradomin stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10471" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "examine": "A blessed stole.", + "grand_exchange_price": "3849", + "durability": null, + "name": "Guthix stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10472", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3849", + "durability": null, + "name": "Guthix stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10473" + }, + { + "requirements": "{5,60}", + "ge_buy_limit": "2", + "examine": "A Zamorak stole.", + "grand_exchange_price": "13700", + "durability": null, + "name": "Zamorak stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10474", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,10,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "13700", + "durability": null, + "name": "Zamorak stole", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10475" + }, + { + "ge_buy_limit": "1000", + "examine": "Remember to brush after eating!", + "grand_exchange_price": "22700", + "durability": null, + "name": "Purple sweets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10476" + }, + { + "durability": null, + "name": "Scroll", + "archery_ticket_price": "0", + "id": "10485", + "equipment_slot": "3" + }, + { + "shop_price": "1", + "examine": "An empty sack.", + "grand_exchange_price": "30", + "durability": null, + "name": "Empty sack", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10486" + }, + { + "turn90cw_anim": "821", + "examine": "Yup, definitely a chicken...an undead chicken.", + "walk_anim": "5364", + "durability": null, + "turn90ccw_anim": "822", + "weapon_interface": "12", + "turn180_anim": "5438", + "equip_audio": "3277", + "render_anim": "1171", + "equipment_slot": "3", + "stand_anim": "5363", + "name": "Undead chicken", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10487", + "stand_turn_anim": "823", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "destroy_message": "The Witch in Draynor supplies these bars.", + "examine": "An iron bar supplied by an insane old crone.", + "durability": null, + "name": "Selected iron", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10488", + "equipment_slot": "3" + }, + { + "destroy_message": "I can make another magnet using special bars. The Witch in Draynor supplies these bars.", + "examine": "A magnet designed for undead chicken use.", + "durability": null, + "name": "Bar magnet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10489" + }, + { + "destroy_message": "I can chop more wood from undead trees using my blessed axe.", + "examine": "Were they trying to escape just then?", + "durability": null, + "name": "Undead twigs", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10490" + }, + { + "examine": "It radiates purity but can still lop off heads.", + "durability": null, + "destroy": "true", + "weight": "1.1", + "attack_speed": "5", + "weapon_interface": "2", + "render_anim": "2586", + "equipment_slot": "3", + "destroy_message": "I can obtain a replacement axe from the Burthorpe Slayer Master.", + "name": "Blessed axe", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10491", + "bonuses": "-2,12,10,0,0,0,1,0,0,0,0,13,2,0,0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "These make no sense at all.", + "durability": null, + "name": "Research notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10492" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "They still make no sense, but look more meaningful now.", + "durability": null, + "name": "Translated notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10493" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Attach tab A to button B then fold along line C...", + "durability": null, + "name": "A pattern", + "archery_ticket_price": "0", + "id": "10494" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A desirable residence for discerning, undead chickens.", + "durability": null, + "name": "A container", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10495" + }, + { + "examine": "Shiny!", + "durability": null, + "name": "Polished buttons", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10496" + }, + { + "shop_price": "999", + "examine": "A bagged chicken ready to serve you, magnet in claw.", + "durability": null, + "destroy": "true", + "weight": "4.5", + "equip_audio": "3284", + "equipment_slot": "1", + "destroy_message": "I can buy a replacement from Ava in Draynor Manor; she will charge me 999 coins for this service.", + "name": "Ava's attractor", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10498", + "bonuses": "0,0,0,0,2,0,0,0,2,0,0,0,0,0,0" + }, + { + "shop_price": "999", + "examine": "A superior bagged chicken ready to serve you, magnet in claw.", + "durability": null, + "destroy": "true", + "weight": "4.5", + "equip_audio": "3284", + "equipment_slot": "1", + "destroy_message": "I can obtain a replacement for this from Ava in Draynor Manor. She will need 999 coins to buy the lower", + "name": "Ava's accumulator", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10499", + "bonuses": "0,0,0,0,4,0,1,0,4,0,0,0,0,0,0" + }, + { + "destroy_message": "I can obtain a replacement for this from the crone who lives west of the Port Phasmatys farm.", + "examine": "Allows the ghost farmer to talk to Alice - a breakthrough!", + "durability": null, + "name": "Crone-made amulet", + "tradeable": "false", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "10500", + "equipment_slot": "2" + }, + { + "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", + "durability": null, + "name": "Snowball", + "archery_ticket_price": "0", + "id": "10501", + "weapon_interface": "18", + "bonuses": "0,0,0,0,10,0,0,0,0,0,0,0,0,0,1", + "equipment_slot": "3" + }, + { + "examine": "A gublinch frozen and crumbled into shards.", + "durability": null, + "name": "Gublinch shards", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "10506" + }, + { + "remove_head": "true", + "destroy_message": "You can reclaim this item from the place you found it. this item", + "examine": "A reindeer hat and a matching flashing nose.", + "durability": null, + "name": "Reindeer hat", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10507", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A wintumber tree for your player-owned house.", + "durability": null, + "name": "Wintumber tree", + "tradeable": "false", + "destroy": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "10508" + }, + { + "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", + "durability": null, + "name": "Snowball", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10509" + }, + { + "durability": null, + "name": "Snowball", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10510" + }, + { + "examine": "They're going to sing to you!", + "durability": null, + "name": "Zanaris choir", + "archery_ticket_price": "0", + "id": "10511" + }, + { + "destroy_message": "Unknown You can reclaim this item from the place you found it.", + "examine": "Some dry crackers.", + "durability": null, + "name": "Crackers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10513" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A block of tofu.", + "durability": null, + "name": "Tofu", + "archery_ticket_price": "0", + "id": "10514" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some meaty worms.", + "durability": null, + "name": "Worms", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10515" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10516" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10517" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10518" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10519" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Attacker horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10520" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10521" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10522" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10523" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10524" + }, + { + "examine": "A very small/small/medium-sized/large/very large collection bag.", + "durability": null, + "name": "Collection bag", + "archery_ticket_price": "0", + "id": "10525" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10526" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10527" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10528" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10529" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Healer horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10530" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Used to poison your enemies!", + "durability": null, + "name": "Green egg", + "archery_ticket_price": "0", + "id": "10531" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Will explode when fired.", + "durability": null, + "name": "Red egg", + "archery_ticket_price": "0", + "id": "10532" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Stun your foes!", + "durability": null, + "name": "Blue egg", + "archery_ticket_price": "0", + "id": "10533" + }, + { + "examine": "A yellow egg; it needs passing to the Healer to be poisoned!", + "durability": null, + "name": "Yellow egg", + "archery_ticket_price": "0", + "id": "10534" + }, + { + "examine": "A poisoned yellow egg; pass it to the Attacker for spikes to be added!", + "durability": null, + "name": "Poisoned egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10535" + }, + { + "examine": "A poisoned, spiky egg; pass to the defender for heating!", + "durability": null, + "name": "Spiked/pois. egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10536" + }, + { + "examine": "A heated, poisoned, spiky egg; pass to the Collector for loading.", + "durability": null, + "name": "Omega egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10537" + }, + { + "examine": "A horn to call others.", + "durability": null, + "name": "Defender horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10538" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some poisoned tofu.", + "durability": null, + "name": "Poisoned tofu", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10539" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some poisoned worms.", + "durability": null, + "name": "Poisoned worms", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10540" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A poisoned leg of meat.", + "durability": null, + "name": "Poisoned meat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10541" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(4)", + "archery_ticket_price": "0", + "id": "10542" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(3)", + "archery_ticket_price": "0", + "id": "10543" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(2)", + "archery_ticket_price": "0", + "id": "10544" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "durability": null, + "name": "Healing vial(1)", + "archery_ticket_price": "0", + "id": "10545" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A full healing vial.", + "durability": null, + "name": "Healing vial", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10546" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance Healer hat.", + "durability": null, + "name": "Healer hat", + "weight": "2", + "archery_ticket_price": "0", + "id": "10547", + "absorb": "3,1,0", + "bonuses": "-5,-5,-5,7,-5,6,8,10,8,0,7,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance Fighter hat.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "name": "Fighter hat", + "archery_ticket_price": "0", + "id": "10548", + "bonuses": "5,5,5,-7,-7,30,32,28,-3,28,7,0,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance Runner hat.", + "durability": null, + "name": "Runner hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "10549", + "absorb": "1,0,3", + "bonuses": "0,0,0,0,0,30,32,27,1,30,7,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{1,40}", + "shop_price": "275", + "examine": "A Penance ranger hat.", + "durability": null, + "name": "Ranger hat", + "weight": "2", + "archery_ticket_price": "0", + "id": "10550", + "absorb": "0,3,1", + "bonuses": "-5,-5,-5,-5,7,7,10,11,5,9,7,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{1,40}", + "shop_price": "375", + "examine": "Penance Fighter torso armour.", + "durability": null, + "destroy": "true", + "weight": "4", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "name": "Fighter torso", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10551", + "bonuses": "0,0,0,-30,0,66,85,62,-6,67,40,4,0,0,0" + }, + { + "requirements": "{1,40}", + "shop_price": "100", + "examine": "Boots made from a Penance Runner.", + "durability": null, + "name": "Runner boots", + "archery_ticket_price": "0", + "id": "10552", + "bonuses": "0,0,0,-3,-1,12,13,14,0,0,10,2,0,0,0", + "equipment_slot": "10" + }, + { + "requirements": "{1,40}", + "shop_price": "150", + "examine": "These gloves seem unbelievably light!", + "durability": null, + "name": "Penance gloves", + "weight": "-7", + "archery_ticket_price": "0", + "id": "10553", + "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,40}", + "shop_price": "150", + "examine": "These gloves seem unbelievably light!", + "durability": null, + "name": "Penance gloves", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "10554", + "bonuses": "0,0,0,0,0,0,3,4,0,2,2,4,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,40}", + "shop_price": "375", + "examine": "A skirt made from the skin of a Penance Ranger.", + "durability": null, + "name": "Penance skirt", + "weight": "3", + "archery_ticket_price": "0", + "id": "10555", + "absorb": "0,4,2", + "bonuses": "0,0,0,-10,16,26,21,28,19,27,15,0,0,0,0", + "equipment_slot": "7" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10556", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10557", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10558", + "equipment_slot": "1" + }, + { + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "10559", + "equipment_slot": "1" + }, + { + "examine": "A horn for communication with your team members.", + "durability": null, + "name": "Collector horn", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10560" + }, + { + "destroy_message": "You will have to ask Captain Cain for another.", + "shop_price": "160", + "examine": "A book about the Barbarian Assault Queen.", + "durability": null, + "name": "Queen help book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10562" + }, + { + "requirements": "{1,50}-{2,50}", + "shop_price": "95000", + "ge_buy_limit": "10", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "22.6", + "absorb": "4,0,8", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "126800", + "name": "Granite body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10564", + "bonuses": "0,0,0,-22,-5,87,84,79,-6,97,45,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "126800", + "durability": null, + "name": "Granite body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10565" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10566", + "bonuses": "1,1,1,1,1,11,11,11,11,11,11,4,2,0,0", + "equipment_slot": "1" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10567", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10568" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10569", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10570" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10571", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10572" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10573", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10574" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10575", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10576" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10577", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10578" + }, + { + "examine": "Mabob.", + "grand_exchange_price": "2", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10579", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10580" + }, + { + "examine": "(Normal) A mystical-feeling dagger. (Poisoned) The twisted blade is covered with a nasty poison.", + "durability": null, + "destroy": "true", + "weight": "0.4", + "attack_speed": "4", + "weapon_interface": "5", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3", + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "name": "Keris", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10581", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0" + }, + { + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "durability": null, + "name": "Keris(p)", + "archery_ticket_price": "0", + "id": "10582", + "weapon_interface": "5", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "durability": null, + "name": "Keris(p+)", + "archery_ticket_price": "0", + "id": "10583", + "weapon_interface": "5", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "attack_anims": "376,376,377,376", + "destroy_message": "You can obtain another from Osman. You will then need to poison it.", + "durability": null, + "name": "Keris(p++)", + "archery_ticket_price": "0", + "id": "10584", + "weapon_interface": "5", + "bonuses": "40,20,-10,2,0,0,0,0,2,0,0,30,2,0,0", + "render_anim": "2584", + "defence_anim": "378", + "equipment_slot": "3" + }, + { + "destroy_message": "You can obtain a replacement lamp from the high priest in Sophanem.", + "examine": "A mystical lamp, engraved with scenes of carnage.", + "durability": null, + "name": "Combat lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10586" + }, + { + "destroy_message": "I got this diary in Tarn's Lair, perhaps I can get another one there.", + "examine": "Tarn Razorlor's diary.", + "durability": null, + "name": "Tarn's diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10587" + }, + { + "examine": "Increases the wearer's Strength and Attack by 20% when fighting the undead.", + "durability": null, + "name": "Salve amulet(e)", + "weight": "1", + "archery_ticket_price": "0", + "id": "10588", + "bonuses": "0,0,0,0,0,3,3,3,0,0,3,0,3,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{2,50}", + "ge_buy_limit": "10", + "examine": "A stone helmet.", + "durability": null, + "weight": "4", + "absorb": "2,0,4", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "28000", + "name": "Granite helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10589", + "bonuses": "0,0,0,-9,-7,31,33,29,-1,39,9,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "28000", + "durability": null, + "name": "Granite helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10590" + }, + { + "examine": "A terrifying dog beast.", + "durability": null, + "name": "Terror dog", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "10591" + }, + { + "destroy_message": "You can make another with tanned leather and a mahogany plank.", + "examine": "Small drums.", + "durability": null, + "name": "Penguin bongos", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10592" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Every song needs a cowbell.", + "durability": null, + "name": "Cowbells", + "weight": "2", + "archery_ticket_price": "0", + "id": "10593" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A book about clockwork mechanisms.", + "durability": null, + "name": "Clockwork book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10594" + }, + { + "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", + "examine": "A clockwork penguin suit.", + "durability": null, + "name": "Clockwork suit", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10595" + }, + { + "destroy_message": "You'll have to make another one at your house. Speak to Larry to learn how to make one.", + "examine": "A clockwork penguin suit.", + "durability": null, + "name": "Clockwork suit", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10596" + }, + { + "destroy_message": "You will need to speak to Noodle to get another.", + "examine": "So you can be a penguin too!", + "durability": null, + "name": "Kgp id card", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10600" + }, + { + "shop_price": "15000", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10601", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "shop_price": "15000", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10602", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "shop_price": "15000", + "examine": "Blue: A magical hat. ", + "durability": null, + "weight": "0.4", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "1", + "name": "Mystic hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10603", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Make your foes cower by wearing a skull as a helmet!", + "durability": null, + "weight": "1.3", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "25569", + "name": "Skeletal helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10604", + "bonuses": "0,0,0,2,-2,10,9,11,3,0,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "examine": "Mystical robes.", + "grand_exchange_price": "3932123", + "durability": null, + "name": "Infinity top", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "10605", + "absorb": "3,1,0", + "bonuses": "0,0,0,22,0,0,0,0,22,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "lendable": "true", + "examine": "A wooden helmet.", + "grand_exchange_price": "5623", + "durability": null, + "name": "Splitbark helm", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10606", + "absorb": "3,1,0", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "examine": "They seem to be not quite of this world...", + "durability": null, + "name": "Ghostly boots", + "archery_ticket_price": "0", + "id": "10607", + "bonuses": "0,0,0,2,0,0,0,0,2,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "shop_price": "1000", + "examine": "A mystical hat.", + "durability": null, + "name": "Moonclan hat", + "weight": "1", + "archery_ticket_price": "0", + "id": "10608", + "bonuses": "0,0,0,3,-5,3,3,3,3,-5,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "10609", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "durability": null, + "name": "Decorative armour", + "archery_ticket_price": "0", + "id": "10610", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "250", + "examine": "Torso armour from the order of the Void Knights.", + "durability": null, + "name": "Void knight top", + "tradeable": "false", + "weight": "6.5", + "archery_ticket_price": "0", + "id": "10611", + "bonuses": "0,0,0,0,0,40,40,40,40,40,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "examine": "Black banded leather armour, a rogue's dream!", + "durability": null, + "name": "Rogue mask", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "10612", + "bonuses": "0,0,0,0,0,5,5,5,5,5,0,0,0,0,0", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "Protective headwear made from crabs. Better than it sounds.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "24661", + "name": "Rock-shell helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10613", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "examine": "A helm fit for any Fremennik ranger.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "35640", + "name": "Spined helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10614", + "bonuses": "-6,-6,-6,-6,6,6,6,6,6,0,0,0,0,0,0" + }, + { + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1021", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10615", + "equipment_slot": "0" + }, + { + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1021", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10616", + "equipment_slot": "0" + }, + { + "examine": "A ceremonial wooden mask.", + "grand_exchange_price": "1021", + "durability": null, + "name": "Tribal mask", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10617", + "equipment_slot": "0" + }, + { + "shop_price": "3840", + "examine": "Provides excellent protection.", + "durability": null, + "weight": "9.9", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "4595", + "name": "White platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10618", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,1,0,0" + }, + { + "shop_price": "10000", + "examine": "An initiate Temple Knight's Armour.", + "durability": null, + "weight": "8", + "absorb": "1,0,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "5821", + "name": "Initiate hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10619", + "bonuses": "0,0,0,-30,-10,46,44,38,-6,44,0,0,6,0,0" + }, + { + "shop_price": "12000", + "examine": "A Proselyte Temple Knight's armour.", + "durability": null, + "weight": "8.6", + "absorb": "2,0,4", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "6960", + "name": "Proselyte hauberk", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10620", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,8,0,0" + }, + { + "remove_sleeves": "true", + "examine": "A thick heavy leather top.", + "durability": null, + "name": "Mourner top", + "archery_ticket_price": "0", + "id": "10621", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in polar areas.", + "grand_exchange_price": "216", + "durability": null, + "name": "Kyatt top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10622", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in woodland and jungle areas.", + "grand_exchange_price": "1793", + "durability": null, + "name": "Larupia top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10623", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "300", + "examine": "This should make me harder to spot in desert areas.", + "grand_exchange_price": "246", + "durability": null, + "name": "Graahk top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10624", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in wooded areas.", + "grand_exchange_price": "3883", + "durability": null, + "name": "Wood camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10625", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in jungle areas.", + "grand_exchange_price": "325", + "durability": null, + "name": "Jungle camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10626", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in desert areas.", + "grand_exchange_price": "606", + "durability": null, + "name": "Desert camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10627", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "This should make me harder to spot in polar areas.", + "grand_exchange_price": "5614", + "durability": null, + "name": "Polar camo top", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10628", + "bonuses": "0,0,0,0,0,10,15,19,0,12,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "A mime would wear this.", + "durability": null, + "name": "Mime mask", + "archery_ticket_price": "0", + "id": "10629", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "Very posh!", + "durability": null, + "name": "Princess blouse", + "weight": "2", + "archery_ticket_price": "0", + "id": "10630", + "equipment_slot": "4" + }, + { + "examine": "Aside from the braaaains on the lapel, it's still quite good.", + "durability": null, + "name": "Zombie shirt", + "archery_ticket_price": "0", + "id": "10631", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "Examine what?", + "durability": null, + "name": "Camo top", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "10632", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "A leather strapped top.", + "durability": null, + "name": "Lederhosen top", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "10633", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "I feel closer to the gods when I am wearing this. (Top) If a shade had knees, this would keep them nice and warm. (Bottom)", + "durability": null, + "name": "Shade robe", + "weight": "2", + "archery_ticket_price": "0", + "id": "10634", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,5,0,0", + "equipment_slot": "4" + }, + { + "shop_price": "450", + "examine": "The cape worn by members of the Legends Guild.", + "durability": null, + "name": "Cape of legends", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10635", + "bonuses": "0,0,0,0,0,7,7,7,7,7,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "lendable": "true", + "shop_price": "90000", + "examine": "A cape woven of obsidian plates.", + "grand_exchange_price": "38500", + "durability": null, + "name": "Obsidian cape", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10636", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A cape of fire.", + "durability": null, + "name": "Fire cape", + "tradeable": "false", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10637", + "bonuses": "1,1,1,1,1,11,11,11,11,11,0,4,2,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "50", + "examine": "Ooohhh look at the pretty colours...", + "durability": null, + "name": "Team-1 cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10638", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{0,99}", + "shop_price": "99000", + "examine": "The cape worn by masters of attack.", + "durability": null, + "name": "Attack cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10639", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{2,99}", + "shop_price": "99000", + "examine": "The cape only worn by the strongest people.", + "durability": null, + "name": "Strength cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10640", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{1,99}", + "shop_price": "99000", + "examine": "The cape worn by masters of the art of Defence.", + "durability": null, + "name": "Defence cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10641", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{4,99}", + "shop_price": "99000", + "examine": "The cape worn by master archers.", + "durability": null, + "name": "Ranging cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10642", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{5,99}", + "shop_price": "99000", + "examine": "The cape worn by the most pious of heroes.", + "durability": null, + "name": "Prayer cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10643", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{6,99}", + "shop_price": "99000", + "examine": "The cape worn by the most powerful mages.", + "durability": null, + "name": "Magic cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10644", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{20,99}", + "shop_price": "99000", + "examine": "The cape worn by master runecrafters.", + "durability": null, + "name": "Runecraft cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10645", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{21,99}", + "shop_price": "99000", + "examine": "The cape worn by master hunters.", + "durability": null, + "name": "Hunter cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10646", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{3,99}", + "shop_price": "99000", + "examine": "The cape worn by well-constituted adventurers.", + "durability": null, + "name": "Hitpoints cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10647", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{16,99}", + "shop_price": "99000", + "examine": "The cape worn by the most agile of heroes.", + "durability": null, + "name": "Agility cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10648", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{15,99}", + "shop_price": "99000", + "examine": "The cape worn by the most skilled at the art of herblore.", + "durability": null, + "name": "Herblore cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10649", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{17,99}", + "shop_price": "99000", + "examine": "The cape worn by master thieves.", + "durability": null, + "name": "Thieving cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10650", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{12,99}", + "shop_price": "99000", + "examine": "The cape worn by master craftworkers.", + "durability": null, + "name": "Crafting cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10651", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{9,99}", + "shop_price": "99000", + "examine": "The cape worn by the best of fletchers.", + "durability": null, + "name": "Fletching cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10652", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{18,99}", + "shop_price": "99000", + "examine": "The cape worn by slayer masters.", + "durability": null, + "name": "Slayer cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10653", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{22,99}", + "shop_price": "99000", + "examine": "The cape worn by master builders.", + "durability": null, + "name": "Construct. cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10654", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{14,99}", + "shop_price": "99000", + "examine": "The cape worn by the most skilled miners.", + "durability": null, + "name": "Mining cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10655", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{13,99}", + "shop_price": "99000", + "examine": "The cape worn by master smiths.", + "durability": null, + "name": "Smithing cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10656", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{10,99}", + "shop_price": "99000", + "examine": "The cape worn by the best fishermen.", + "durability": null, + "name": "Fishing cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10657", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{7,99}", + "shop_price": "99000", + "examine": "The cape worn by the world's best chefs.", + "durability": null, + "name": "Cooking cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10658", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{11,99}", + "shop_price": "99000", + "examine": "The cape worn by master firelighters.", + "durability": null, + "name": "Firemaking cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10659", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{8,99}", + "shop_price": "99000", + "examine": "The cape worn by master woodcutters (Obtaining level 99 skill)", + "durability": null, + "name": "Woodcutting cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10660", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{19,99}", + "shop_price": "99000", + "examine": "The cape worn by master farmers.", + "durability": null, + "name": "Farming cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10661", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "99000", + "examine": "The cape worn by only the most experienced adventurers.", + "durability": null, + "name": "Quest point cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10662", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A surprisingly aerodynamic cape.", + "grand_exchange_price": "951", + "durability": null, + "name": "Spotted cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10663", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "examine": "A really surprisingly aerodynamic cape.", + "grand_exchange_price": "881", + "durability": null, + "name": "Spottier cape", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10664", + "bonuses": "0,0,0,0,0,0,1,1,0,2,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{1,10}", + "examine": "A black kitesheild with a heraldic design.", + "grand_exchange_price": "15249", + "durability": null, + "name": "Black shield(h1)", + "tradeable": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "10665", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "16339", + "name": "Adamant shield(h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10666", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "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", + "archery_ticket_price": "0", + "id": "10667", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "requirements": "{1,10}", + "examine": "A black kiteshield with a heraldic design.", + "grand_exchange_price": "9751", + "durability": null, + "name": "Black shield(h2)", + "tradeable": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "10668", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3353", + "name": "Adamant shield(h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10669", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "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", + "archery_ticket_price": "0", + "id": "10670", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "requirements": "{1,10}", + "examine": "A black shield with a heraldic design.", + "grand_exchange_price": "6791", + "durability": null, + "name": "Black shield(h3)", + "tradeable": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "10671", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5566", + "name": "Adamant shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10672", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32082", + "name": "Rune shield(h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10673", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "requirements": "{1,10}", + "examine": "A black shield with a heraldic design.", + "grand_exchange_price": "5159", + "durability": null, + "name": "Black shield(h4)", + "tradeable": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "10674", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "3219", + "name": "Adamant shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10675", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "32351", + "name": "Rune shield(h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10676", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "requirements": "{1,10}", + "examine": "A black shield with a heraldic design.", + "grand_exchange_price": "8451", + "durability": null, + "name": "Black shield(h5)", + "tradeable": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "10677", + "absorb": "1,0,2", + "bonuses": "0,0,0,-8,-2,17,19,18,-1,18,0,0,0,0,0", + "equipment_slot": "5" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "A shield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "5905", + "name": "Adamant shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10678", + "bonuses": "0,0,0,-8,-2,27,31,29,-1,29,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "A rune kiteshield with a heraldic design.", + "durability": null, + "weight": "5", + "absorb": "3,0,7", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "35200", + "name": "Rune shield(h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10679", + "bonuses": "0,0,0,-8,-2,44,48,46,-1,46,0,0,0,0,0" + }, + { + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "grand_exchange_price": "67430", + "durability": null, + "name": "Studded body (g)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "10680", + "absorb": "0,3,1", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "examine": "Those studs should provide a bit more protection. Nice trim too!", + "grand_exchange_price": "22400", + "durability": null, + "name": "Studded body (t)", + "tradeable": "true", + "weight": "5.4", + "archery_ticket_price": "0", + "id": "10681", + "absorb": "0,3,1", + "bonuses": "0,0,0,-4,8,18,25,22,8,25,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "durability": null, + "name": "D'hide body(g)", + "archery_ticket_price": "0", + "id": "10682", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0", + "equip_audio": "2241", + "equipment_slot": "4" + }, + { + "durability": null, + "name": "D'hide body (t)", + "archery_ticket_price": "0", + "id": "10683", + "bonuses": "0,0,0,-15,15,40,32,45,20,40,0,0,0,0,0", + "equip_audio": "2241", + "equipment_slot": "4" + }, + { + "durability": null, + "name": "D'hide body (g)", + "archery_ticket_price": "0", + "id": "10684", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0", + "equip_audio": "2241", + "equipment_slot": "4" + }, + { + "durability": null, + "name": "D'hide body (t)", + "archery_ticket_price": "0", + "id": "10685", + "bonuses": "0,0,0,-15,20,45,37,50,30,45,0,0,0,0,0", + "equip_audio": "2241", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "I can practise magic better in this.", + "durability": null, + "name": "Wizard robe (g)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10686", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "I can do magic better in this.", + "durability": null, + "name": "Wizard robe (t)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10687", + "bonuses": "0,0,0,3,0,0,0,0,3,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,20}-{6,40}", + "examine": "Enchanted Wizards robes.", + "durability": null, + "weight": "1", + "absorb": "3,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "72800", + "name": "Enchanted top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10688", + "bonuses": "0,0,0,20,0,0,0,0,20,0,20,0,0,0,0" + }, + { + "lendable": "true", + "examine": "Slightly magical boots.", + "grand_exchange_price": "763602", + "durability": null, + "name": "Wizard boots", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10689", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "requirements": "{1,10}", + "examine": "Black platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "90744", + "name": "Black platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10690", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" + }, + { + "requirements": "{1,10}", + "examine": "Black platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "1,0,2", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "230800", + "name": "Black platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10691", + "bonuses": "0,0,0,-30,-10,41,40,30,-6,40,0,0,0,0,0" + }, + { + "lendable": "true", + "examine": "Your money or your life!", + "grand_exchange_price": "92519", + "durability": null, + "name": "Highwayman mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10692", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "64066", + "durability": null, + "name": "Blue beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "10693", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Parlez-vous francais?(Do you speak French?)", + "grand_exchange_price": "158274", + "durability": null, + "name": "Black beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "10694", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Parlez-vous francais? (Do you speak French?)", + "grand_exchange_price": "281900", + "durability": null, + "name": "White beret", + "tradeable": "true", + "archery_ticket_price": "0", + "hat": true, + "id": "10695", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "Lightweight boots ideal for rangers.", + "grand_exchange_price": "11781186", + "durability": null, + "name": "Ranger boots", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10696", + "bonuses": "0,0,0,-10,8,2,3,4,2,0,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "2,0,4", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "79300", + "name": "Adam platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10697", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Adamant platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "2,0,4", + "equip_audio": "2239", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "207912", + "name": "Adam platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10698", + "bonuses": "0,0,0,-30,-10,65,63,55,-6,63,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "22022", + "name": "Black helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10699", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "11700", + "name": "Black helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10700", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10424", + "name": "Black helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10701", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "12717", + "name": "Black helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10702", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "examine": "A black helmet with a heraldic design.", + "durability": null, + "weight": "1.8", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "17852", + "name": "Black helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10703", + "bonuses": "0,0,0,-6,-2,12,13,10,-1,12,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "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", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "26127", + "name": "Rune helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10705", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "4", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "37333", + "name": "Rune helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10706", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "29600", + "name": "Rune helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10707", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}", + "examine": "A rune helmet with a heraldic design.", + "durability": null, + "weight": "2", + "absorb": "1,0,3", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "41325", + "name": "Rune helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10708", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "28407", + "name": "Adamant helm (h1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10709", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "9839", + "name": "Adamant helm (h2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10710", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "8485", + "name": "Adamant helm (h3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10711", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An Adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "10774", + "name": "Adamant helm (h4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10712", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "An adamant helmet with a heraldic design.", + "durability": null, + "weight": "3", + "absorb": "1,0,2", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "17390", + "name": "Adamant helm (h5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10713", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,0,0,0,0,0" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10714", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10715", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10716", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10717", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "See table", + "grand_exchange_price": "8425", + "durability": null, + "name": "Bob shirt", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10718", + "equipment_slot": "4" + }, + { + "examine": "A very powerful dragonstone amulet.", + "grand_exchange_price": "1", + "durability": null, + "name": "Amulet of glory(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10719", + "bonuses": "10,10,10,10,10,3,3,3,3,3,3,6,3,0,0", + "equipment_slot": "2" + }, + { + "examine": "A cape from the almighty god Guthix.", + "durability": null, + "name": "Guthix cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10720", + "bonuses": "0,0,0,10,0,1,1,2,10,0,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "examine": "Now that's just silly.", + "durability": null, + "name": "Frog mask", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10721", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A reindeer hat and a matching flashing nose.", + "durability": null, + "name": "Reindeer hat", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10722" + }, + { + "remove_head": "true", + "destroy_message": "You may get another from Diango in Draynor Village.", + "examine": "Better not light it!", + "durability": null, + "name": "Jack lantern mask", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10723", + "equip_audio": "3227", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Skeleton feet.", + "durability": null, + "name": "Skeleton boots", + "weight": "2", + "archery_ticket_price": "0", + "id": "10724", + "equipment_slot": "10" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some skeletal gloves.", + "durability": null, + "name": "Skeleton gloves", + "weight": "2", + "archery_ticket_price": "0", + "id": "10725", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Does my pelvis look big in this?", + "durability": null, + "name": "Skeleton leggings", + "weight": "2", + "archery_ticket_price": "0", + "id": "10726", + "equipment_slot": "7" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "remove_sleeves": "true", + "examine": "The shirt of a fully body skeleton costume.", + "durability": null, + "name": "Skeleton shirt", + "weight": "2", + "archery_ticket_price": "0", + "id": "10727", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scary skeleton mask.", + "durability": null, + "name": "Skeleton mask", + "weight": "2", + "archery_ticket_price": "0", + "id": "10728", + "equipment_slot": "0" + }, + { + "examine": "A ring given to you by the Easter Bunny.", + "durability": null, + "name": "Easter ring", + "archery_ticket_price": "0", + "id": "10729", + "equip_audio": "", + "equipment_slot": "" + }, + { + "destroy_message": "You can obtain another marionette in Diango's workshop by the trap door.", + "examine": "I've got no strings ... oh hang on!", + "durability": null, + "name": "Blue marionette", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10730" + }, + { + "examine": "Alas...I hardly knew him.", + "durability": null, + "name": "Zombie head", + "archery_ticket_price": "0", + "id": "10731" + }, + { + "turn90cw_anim": "821", + "examine": "Perhaps not the most powerful weapon in 2009Scape.", + "walk_anim": "1830", + "durability": null, + "weight": "0.4", + "turn90ccw_anim": "822", + "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", + "id": "10732", + "stand_turn_anim": "823", + "bonuses": "-100,-100,-50,0,0,0,0,0,0,0,0,-10,0,0,0" + }, + { + "examine": "A gift from Santa.", + "durability": null, + "name": "Yo-yo", + "archery_ticket_price": "0", + "id": "10733" + }, + { + "examine": "A rabbit-like adornment.", + "durability": null, + "name": "Bunny ears", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10734", + "equipment_slot": "0" + }, + { + "turn90cw_anim": "821", + "examine": "It's a Scythe.", + "walk_anim": "819", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "7", + "two_handed": "true", + "turn180_anim": "820", + "equip_audio": "2247", + "render_anim": "1383", + "equipment_slot": "3", + "stand_anim": "847", + "name": "Scythe", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "10735", + "stand_turn_anim": "823", + "bonuses": "3,8,3,0,0,0,3,1,0,0,0,10,0,0,0" + }, + { + "examine": "An enchanted ruby amulet with a nice trim.", + "grand_exchange_price": "443800", + "durability": null, + "name": "Strength amulet(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10736", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,10,0,0,0", + "equipment_slot": "2" + }, + { + "examine": "An enchanted sapphire amulet of magic.", + "grand_exchange_price": "67158", + "durability": null, + "name": "Amulet of magic(t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10738", + "bonuses": "0,0,0,10,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "A big 'do about nothing.", + "grand_exchange_price": "36879", + "durability": null, + "name": "A powdered wig", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10740", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "These'll help me stay alive.", + "grand_exchange_price": "559284", + "durability": null, + "name": "Flared trousers", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10742", + "equipment_slot": "7" + }, + { + "lendable": "true", + "examine": "Alas, someone has slashed my pantaloons.", + "grand_exchange_price": "12022", + "durability": null, + "name": "Pantaloons", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10744", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "A cap for wearing whil...zzzzzzzzz", + "grand_exchange_price": "376084", + "durability": null, + "name": "Sleeping cap", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10746", + "equipment_slot": "0" + }, + { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10748", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10750", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10752", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10754", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "examine": "Blouse: A well made elegant ladies' [colour] blouse.Skirt: A rather elegant [colour] skirt.Shirt: A well made elegant mans' [colour] shirt.Legs: A rather elegant [colour] pair of pantaloons.", + "durability": null, + "name": "Elegant shirt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10756", + "equipment_slot": "4" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "56600", + "durability": null, + "name": "Red boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10758", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "20300", + "durability": null, + "name": "Orange boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10760", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "59940", + "durability": null, + "name": "Green boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10762", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "54236", + "durability": null, + "name": "Blue boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10764", + "equipment_slot": "0" + }, + { + "examine": "Stylish!", + "grand_exchange_price": "56495", + "durability": null, + "name": "Black boater", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10766", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "114319", + "durability": null, + "name": "Red headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10768", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "41778", + "durability": null, + "name": "Black headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10770", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "A minimalist's hat.", + "grand_exchange_price": "21764", + "durability": null, + "name": "Brown headband", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10772", + "equipment_slot": "0" + }, + { + "examine": "Shiver me timbers!", + "grand_exchange_price": "83200", + "durability": null, + "name": "Pirate's hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10774", + "equipment_slot": "0" + }, + { + "requirements": "{1,40}", + "examine": "Rune platebody in the colours of Zamorak.", + "durability": null, + "weight": "9", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "647800", + "name": "Zamorak platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10776", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "Rune platebody in the colours of Saradomin.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "1097689", + "name": "Saradomin plate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10778", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "Rune platebody in the colours of Guthix.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "241600", + "name": "Guthix platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10780", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "Rune platebody with complete gold trim & plating.", + "durability": null, + "weight": "10", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "1653821", + "name": "Gilded platebody", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10782", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "requirements": "{5,20}", + "remove_sleeves": "true", + "examine": "Blessed vestments of Saradomin.", + "grand_exchange_price": "106389", + "durability": null, + "name": "Saradomin robe top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10784", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{5,20}", + "remove_sleeves": "true", + "examine": "Zamorak Vestments.", + "grand_exchange_price": "151000", + "durability": null, + "name": "Zamorak robe top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10786", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{5,20}", + "remove_sleeves": "true", + "examine": "Blessed vestments of Guthix.", + "grand_exchange_price": "80181", + "durability": null, + "name": "Guthix robe top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10788", + "bonuses": "0,0,0,4,0,0,0,0,4,0,0,0,4,0,0", + "equipment_slot": "4" + }, + { + "requirements": "{1,40}-{4,70}", + "examine": "Zamorak blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "84966", + "name": "Zamorak d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10790", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "13000", + "examine": "Saradomin blessed dragonhide body armour.", + "durability": null, + "destroy": "true", + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "92762", + "name": "Saradomin d'hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10792", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "13", + "examine": "Guthix blessed dragonhide body armour.", + "durability": null, + "weight": "6", + "absorb": "0,6,3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "22384", + "name": "Guthix dragonhide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10794", + "bonuses": "0,0,0,-15,30,55,47,60,50,55,0,0,0,0,0" + }, + { + "lendable": "true", + "requirements": "{4,40}", + "examine": "Endorsed by Robin Hood.", + "grand_exchange_price": "3070557", + "durability": null, + "name": "Robin hood hat", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10796", + "bonuses": "0,0,0,-10,8,4,6,8,4,4,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{1,40}", + "examine": "Rune platebody with gold trim.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "231400", + "name": "Rune platebody (g)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10798", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "requirements": "{1,40}", + "examine": "Rune platebody with trim.", + "durability": null, + "weight": "9.07", + "absorb": "3,0,6", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "61100", + "name": "Rune platebody (t)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10800", + "bonuses": "0,0,0,-30,-10,82,80,72,-6,80,0,0,0,0,0" + }, + { + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "56677", + "durability": null, + "name": "Tan cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10802", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "18942", + "durability": null, + "name": "Dark cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10804", + "equipment_slot": "0" + }, + { + "lendable": "true", + "examine": "All for one and one for all!", + "grand_exchange_price": "421305", + "durability": null, + "name": "Black cavalier", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10806", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "1000", + "examine": "Arctic Pine logs prepared with sacred oil for a funeral pyre", + "grand_exchange_price": "3453", + "durability": null, + "name": "Arctic pyre logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10808" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3453", + "durability": null, + "name": "Arctic pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10809" + }, + { + "ge_buy_limit": "25000", + "examine": "Log cut from an arctic pine.", + "grand_exchange_price": "90", + "durability": null, + "name": "Arctic pine logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10810", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "90", + "durability": null, + "name": "Arctic pine logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10811" + }, + { + "ge_buy_limit": "1000", + "examine": "Used to repair bridges.", + "grand_exchange_price": "18", + "durability": null, + "name": "Split log", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "10812" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "18", + "durability": null, + "name": "Split log", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10813" + }, + { + "shop_price": "120", + "ge_buy_limit": "1000", + "examine": "I can spin this into rope.", + "grand_exchange_price": "113", + "durability": null, + "name": "Hair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10814" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "113", + "durability": null, + "name": "Hair", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10815" + }, + { + "shop_price": "2", + "ge_buy_limit": "1000", + "examine": "I need to cook this.", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw yak meat", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10816" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "14", + "durability": null, + "name": "Raw yak meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10817" + }, + { + "shop_price": "50", + "ge_buy_limit": "5000", + "examine": "Thakkrad, of Neitiznot, can cure this.", + "grand_exchange_price": "301", + "durability": null, + "name": "Yak-hide", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10818" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "durability": null, + "name": "Yak-hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10819" + }, + { + "ge_buy_limit": "5000", + "examine": "Ready to be cut and sewn into armour.", + "grand_exchange_price": "396", + "durability": null, + "name": "Cured yak-hide", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10820" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "396", + "durability": null, + "name": "Cured yak-hide", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10821" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "examine": "Smelly yak body armour.", + "durability": null, + "weight": "3", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "122", + "name": "Yak-hide armour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10822", + "bonuses": "0,0,0,-5,0,25,20,15,-2,25,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "122", + "durability": null, + "name": "Yak-hide armour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10823" + }, + { + "requirements": "{1,20}", + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "examine": "Leg protection, made from smelly yak-hide.", + "durability": null, + "name": "Yak-hide armour", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "2", + "id": "10824", + "bonuses": "0,0,0,-5,10,25,20,15,-2,10,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "83", + "durability": null, + "name": "Yak-hide armour", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10825" + }, + { + "requirements": "{1,25}", + "ge_buy_limit": "100", + "examine": "A wooden shield with a rope rim.", + "durability": null, + "destroy": "true", + "weight": "3", + "equipment_slot": "5", + "grand_exchange_price": "402", + "name": "Fremennik round shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10826", + "bonuses": "0,0,0,-10,-10,17,17,31,-4,33,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "402", + "durability": null, + "name": "Fremennik round shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10827" + }, + { + "remove_head": "true", + "requirements": "{1,55}", + "shop_price": "50000", + "ge_buy_limit": "100", + "examine": "A gift from Neitiznot's Burgher.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "44800", + "name": "Helm of neitiznot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10828", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" + }, + { + "destroy_message": "King Sorvott of Jatizso will give you another one, grudgingly.", + "examine": "The document is stamped with King Gjuki Sorvott IV's royal seal.", + "durability": null, + "name": "Royal decree", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10830" + }, + { + "destroy_message": "Are you sure? You can replace it by talking to King Sorvott.", + "examine": "An empty tax bag.", + "durability": null, + "name": "Empty tax bag", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10831" + }, + { + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "examine": "A silly hat with bells.", + "durability": null, + "name": "Silly jester hat", + "tradeable": "false", + "destroy": "true", + "weight": "2.7", + "archery_ticket_price": "0", + "id": "10836", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "remove_sleeves": "true", + "examine": "A jester's jangly top.", + "durability": null, + "name": "Silly jester top", + "tradeable": "false", + "destroy": "true", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "10837", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "examine": "Silly jester tights.", + "durability": null, + "name": "Silly jester tights", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10838", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "Are you sure? You can find another in King Sorvott's chest.", + "examine": "Silly jester boots.", + "durability": null, + "name": "Silly jester boots", + "tradeable": "false", + "destroy": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "10839", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "equipment_slot": "10" + }, + { + "durability": null, + "name": "A jester stick", + "archery_ticket_price": "0", + "id": "10840", + "bonuses": "0,0,0,0,0,0,0,0,5,-5,0,0,0,0,0", + "alchemizable": "true", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "No brain: A gruesome, decapitated head, whose brain has rotted away. Brain: A gruesome, decapitated head - its eyes stare lifelessly at nothing.", + "durability": null, + "name": "Decapitated head", + "weight": "3", + "archery_ticket_price": "0", + "id": "10842" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "44800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Helm of neitiznot", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10843" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Spring sq'irk", + "archery_ticket_price": "0", + "id": "10844" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Summer sq'irk", + "archery_ticket_price": "0", + "id": "10845" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Autumn sq'irk", + "archery_ticket_price": "0", + "id": "10846" + }, + { + "examine": "A slightly sq'irky, I mean quirky, fruit.", + "durability": null, + "name": "Winter sq'irk", + "archery_ticket_price": "0", + "id": "10847" + }, + { + "examine": "Made from 4 spring sq'irks.", + "durability": null, + "name": "Spring sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10848" + }, + { + "examine": "Made from 2 summer sq'irks.", + "durability": null, + "name": "Summer sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10849" + }, + { + "examine": "Made from 3 autumn sq'irks.", + "durability": null, + "name": "Autumn sq'irkjuice", + "weight": "1", + "archery_ticket_price": "0", + "id": "10850" + }, + { + "examine": "Made from 5 winter sq'irks.", + "durability": null, + "name": "Winter sq'irkjuice", + "archery_ticket_price": "0", + "id": "10851" + }, + { + "destroy_message": "You will need to speak to Sin Seer in Seers' Village to get another one.", + "shop_price": "40", + "examine": "Her writing is too scrawled to make out what it says.", + "durability": null, + "name": "Sin seer's note", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10856" + }, + { + "destroy_message": "You will need to speak to General Khazard, near the Fremennik Province, to get another.", + "examine": "A severed human leg.", + "durability": null, + "name": "Severed leg", + "tradeable": "false", + "destroy": "true", + "weight": "12", + "archery_ticket_price": "0", + "id": "10857" + }, + { + "turn90cw_anim": "7044", + "examine": "A shadow sword.", + "walk_anim": "7046", + "durability": null, + "destroy": "true", + "weight": "3.6", + "turn90ccw_anim": "7043", + "attack_speed": "7", + "two_handed": "true", + "weapon_interface": "7", + "turn180_anim": "7045", + "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.", + "stand_anim": "7047", + "name": "Shadow sword", + "tradeable": "false", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "10858", + "stand_turn_anim": "7040", + "bonuses": "-4,27,21,4,0,0,0,0,4,-1,0,26,0,0,0" + }, + { + "examine": "You can put nice, hot tea in it.", + "durability": null, + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10859" + }, + { + "examine": "You can put nice, hot tea in it.", + "durability": null, + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10860" + }, + { + "examine": "You can put nice, hot tea in it.", + "durability": null, + "name": "Tea flask", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10861" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Can't get any safer than this.", + "durability": null, + "name": "Hard hat", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10862", + "equipment_slot": "0" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "remove_sleeves": "true", + "examine": "Very fetching.", + "durability": null, + "name": "Builder's shirt", + "tradeable": "false", + "destroy": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10863", + "equipment_slot": "4" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Slightly tatty in my opinion.", + "durability": null, + "name": "Builder's trousers", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10864", + "equipment_slot": "7" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "They'll offer good protection for my toes.", + "durability": null, + "name": "Builder's boots", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10865", + "equipment_slot": "10" + }, + { + "examine": "Used to bolt things together.", + "durability": null, + "name": "Rivets", + "archery_ticket_price": "0", + "id": "10866" + }, + { + "examine": "Some magical fluid to bind surfaces.", + "durability": null, + "name": "Binding fluid", + "archery_ticket_price": "0", + "id": "10870" + }, + { + "examine": "A pipe that belongs in a cannon stand.", + "durability": null, + "name": "Pipe", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10871" + }, + { + "examine": "A ring used to join two pipes together.", + "durability": null, + "name": "Pipe ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10872" + }, + { + "examine": "A sheet of metal.", + "durability": null, + "name": "Metal sheet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10873" + }, + { + "examine": "Bound to have some use.", + "durability": null, + "name": "Coloured ball", + "archery_ticket_price": "0", + "id": "10874" + }, + { + "examine": "A wheel used to control valves.", + "durability": null, + "name": "Valve wheel", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10875" + }, + { + "examine": "Some unknown metal substance.", + "durability": null, + "name": "Metal bar", + "archery_ticket_price": "0", + "id": "10876" + }, + { + "shop_price": "128", + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Plain satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10877", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Green satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10878", + "equipment_slot": "5" + }, + { + "shop_price": "128", + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Red satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10879", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Black satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10880", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Gold satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10881", + "equipment_slot": "5" + }, + { + "examine": "I can keep my grub in here.", + "durability": null, + "name": "Rune satchel", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10882", + "equipment_slot": "5" + }, + { + "destroy_message": "You'll have to find another within the Tower of Life!", + "examine": "Can't get any safer than this.", + "durability": null, + "name": "Hard hat", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "10883", + "equipment_slot": "0" + }, + { + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10884" + }, + { + "examine": "A small keg of gunpowder.", + "durability": null, + "name": "Keg", + "weight": "12", + "archery_ticket_price": "0", + "id": "10885" + }, + { + "examine": "Used to cure poison through prayer.", + "durability": null, + "name": "Prayer book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10886" + }, + { + "turn90cw_anim": "5867", + "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", + "walk_anim": "5867", + "has_special": "true", + "durability": null, + "weight": "30", + "turn90ccw_anim": "5867", + "attack_speed": "6", + "two_handed": "true", + "weapon_interface": "8", + "turn180_anim": "5867", + "equip_audio": "2246", + "defence_anim": "5866", + "render_anim": "985", + "equipment_slot": "3", + "attack_anims": "5865,5865,5865,5865", + "destroy_message": "If you drop the Anchor it will be destroyed, and you will need to get a new one from Brother Tranquillity, then pay Smith to re", + "stand_anim": "5869", + "name": "Barrelchest anchor", + "run_anim": "5868", + "archery_ticket_price": "0", + "id": "10887", + "stand_turn_anim": "823", + "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0" + }, + { + "examine": "This is likely to put my back out... (when fixed) OR It's broken. I should see if a pirate smith can fix it. (when broken)", + "durability": null, + "name": "Barrelchest anchor", + "weight": "30", + "archery_ticket_price": "0", + "attack_speed": "6", + "id": "10888", + "bonuses": "-2,10,92,0,0,0,0,0,0,0,0,100,0,0,0" + }, + { + "destroy_message": "If you drop this lamp it will be destroyed, and you will need to see Brother Tranquility for another.", + "examine": "This will answer my prayers.", + "durability": null, + "name": "Blessed lamp", + "archery_ticket_price": "0", + "id": "10889" + }, + { + "destroy_message": "This book is old and delicate. You can reclaim this item from the place you found it.ping it here will destroy it and you will have to search the Edgeville Monastery bookcase for another.", + "examine": "Used to cure poison through prayer.", + "durability": null, + "name": "Prayer book", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10890" + }, + { + "ge_buy_limit": "100", + "examine": "A wooden cat toy.", + "grand_exchange_price": "922", + "durability": null, + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10891" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "922", + "durability": null, + "name": "Wooden cat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10892" + }, + { + "examine": "A cranial clamp.", + "durability": null, + "name": "Cranial clamp", + "archery_ticket_price": "0", + "id": "10893" + }, + { + "examine": "Some tongs for use with brains.", + "durability": null, + "name": "Brain tongs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10894" + }, + { + "examine": "A bell jar for covering things.", + "durability": null, + "name": "Bell jar", + "weight": "1", + "archery_ticket_price": "0", + "id": "10895" + }, + { + "examine": "A silver whistle.", + "durability": null, + "name": "Wolf whistle", + "archery_ticket_price": "0", + "id": "10896" + }, + { + "examine": "A shipping order list.", + "durability": null, + "name": "Shipping order", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10897" + }, + { + "examine": "A small keg of gunpowder.", + "durability": null, + "name": "Keg", + "weight": "12", + "archery_ticket_price": "0", + "id": "10898" + }, + { + "examine": "Part of a crate.", + "durability": null, + "name": "Crate part", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10899" + }, + { + "examine": "One skull staple.", + "durability": null, + "name": "Skull staple", + "archery_ticket_price": "0", + "id": "10904" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "8420", + "durability": null, + "name": "Mixture - step 1(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10909" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8420", + "durability": null, + "name": "Mixture - step 1(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10910" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "6543", + "durability": null, + "name": "Mixture - step 1(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10911" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6543", + "durability": null, + "name": "Mixture - step 1(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10912" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 1(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10913" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 1(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10914" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore and unicorn dust potion needs more ingredients.", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 1(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10915" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 1(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10916" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "8665", + "durability": null, + "name": "Mixture - step 2(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10917" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8665", + "durability": null, + "name": "Mixture - step 2(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10918" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "6695", + "durability": null, + "name": "Mixture - step 2(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10919" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6695", + "durability": null, + "name": "Mixture - step 2(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10920" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 2(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10921" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4335", + "durability": null, + "name": "Mixture - step 2(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10922" + }, + { + "ge_buy_limit": "100", + "examine": "This super restore, unicorn dust, snake weed potion needs more ingredients.", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 2(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10923" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2168", + "durability": null, + "name": "Mixture - step 2(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10924" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "15900", + "durability": null, + "name": "Sanfew serum(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10925" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15900", + "durability": null, + "name": "Sanfew serum(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10926" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "12000", + "durability": null, + "name": "Sanfew serum(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10927" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12000", + "durability": null, + "name": "Sanfew serum(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10928" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "10200", + "durability": null, + "name": "Sanfew serum(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10929" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "10200", + "durability": null, + "name": "Sanfew serum(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10930" + }, + { + "ge_buy_limit": "100", + "examine": "A \"X\" dose Sanfew Serum.", + "grand_exchange_price": "6114", + "durability": null, + "name": "Sanfew serum(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10931" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "6114", + "durability": null, + "name": "Sanfew serum(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10932" + }, + { + "examine": "You certainly will be alright wearing these.", + "durability": null, + "name": "Lumberjack boots", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10933", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10934" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10935" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10936" + }, + { + "ge_buy_limit": "100", + "examine": "The claws from a nail beast", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10937" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "203", + "durability": null, + "name": "Nail beast nails", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10938" + }, + { + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "10939", + "equipment_slot": "4" + }, + { + "examine": "You certainly will be alright wearing these.", + "durability": null, + "name": "Lumberjack legs", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "10940", + "equipment_slot": "7" + }, + { + "remove_head": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack hat", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "10941", + "equipment_slot": "0" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10942" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10943" + }, + { + "destroy_message": "Warning! If you destroy this item, you will lose ALL rewards that it relates to and you will have to make another trek in order to get another one.", + "examine": "Blue/Red/Yellow reward token exchanged at Burgh de Rott/Paterdomus.", + "durability": null, + "name": "Reward token", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10944" + }, + { + "remove_sleeves": "true", + "examine": "You certainly will be alright wearing this.", + "durability": null, + "name": "Lumberjack top", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "10945", + "equipment_slot": "4" + }, + { + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", + "archery_ticket_price": "0", + "id": "10950" + }, + { + "examine": "One skull staple.", + "durability": null, + "name": "Skull staples", + "archery_ticket_price": "0", + "id": "10951" + }, + { + "requirements": "{18,39}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "Don't make anyone jump when you ring this!", + "grand_exchange_price": "57", + "durability": null, + "name": "Slayer bell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10952" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "57", + "durability": null, + "name": "Slayer bell", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10953" + }, + { + "requirements": "{1,25}-{4,25}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "Armour made out of Frog hide.", + "durability": null, + "weight": "3", + "absorb": "0,3,1", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "1797", + "name": "Frog-leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10954", + "bonuses": "0,0,0,-5,10,23,26,30,15,32,20,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1797", + "durability": null, + "name": "Frog-leather body", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10955" + }, + { + "requirements": "{1,25}-{4,25}", + "shop_price": "900", + "ge_buy_limit": "100", + "examine": "Chaps made out of Frog hide.", + "durability": null, + "weight": "3", + "absorb": "0,2,1", + "equipment_slot": "7", + "grand_exchange_price": "361", + "name": "Frog-leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10956", + "bonuses": "0,0,0,-5,2,7,7,9,4,9,5,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "361", + "durability": null, + "name": "Frog-leather chaps", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10957" + }, + { + "requirements": "{1,25}-{4,25}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Boots made out of Frog hide.", + "durability": null, + "weight": "1", + "equipment_slot": "10", + "grand_exchange_price": "1156", + "name": "Frog-leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10958", + "bonuses": "0,0,0,-8,2,1,1,1,0,1,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1156", + "durability": null, + "name": "Frog-leather boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10959" + }, + { + "shop_price": "10", + "examine": "Thick and tasty soup.", + "durability": null, + "name": "Green gloop soup", + "archery_ticket_price": "0", + "id": "10960" + }, + { + "shop_price": "10", + "examine": "A big bowl of frogspawn gumbo.", + "durability": null, + "name": "Frogspawn gumbo", + "archery_ticket_price": "0", + "id": "10961" + }, + { + "shop_price": "10", + "examine": "A juicy frogburger.", + "durability": null, + "name": "Frogburger", + "weight": "1", + "archery_ticket_price": "0", + "id": "10962" + }, + { + "examine": "Nice and crunchy.", + "durability": null, + "name": "Coated frogs' legs", + "archery_ticket_price": "0", + "id": "10963" + }, + { + "shop_price": "10", + "examine": "Bat shish kebab.", + "durability": null, + "name": "Bat shish", + "archery_ticket_price": "0", + "id": "10964" + }, + { + "shop_price": "10", + "examine": "Wall beast fingers in a white fern sauce.", + "durability": null, + "name": "Fingers", + "archery_ticket_price": "0", + "id": "10965" + }, + { + "examine": "A whole roasted frog.", + "durability": null, + "name": "Roast frog", + "weight": "1", + "archery_ticket_price": "0", + "id": "10967" + }, + { + "examine": "Tasty saut??ed mushrooms.", + "durability": null, + "name": "Mushrooms", + "archery_ticket_price": "0", + "id": "10968" + }, + { + "examine": "Chunky cave-crawler fillets.", + "durability": null, + "name": "Fillets", + "archery_ticket_price": "0", + "id": "10969" + }, + { + "examine": "Steamed cave pond loach.", + "durability": null, + "name": "Loach", + "weight": "1", + "archery_ticket_price": "0", + "id": "10970" + }, + { + "examine": "Cave-eel sushi.", + "durability": null, + "name": "Eel sushi", + "archery_ticket_price": "0", + "id": "10971" + }, + { + "shop_price": "2", + "examine": "Oldak's Marvellous Moving-Over-Distance Sphere.", + "durability": null, + "name": "Dorgesh-kaan sphere", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "10972" + }, + { + "requirements": "{11,52}", + "ge_buy_limit": "1000", + "examine": "A component of cave goblin Magic.", + "grand_exchange_price": "90", + "durability": null, + "name": "Light orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10973" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "90", + "durability": null, + "name": "Light orb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10974" + }, + { + "examine": "A goblin wrench.", + "durability": null, + "name": "Spanner", + "weight": "1", + "archery_ticket_price": "0", + "id": "10975" + }, + { + "shop_price": "1000", + "examine": "A Construction bone.", + "durability": null, + "name": "Long bone", + "weight": "1", + "archery_ticket_price": "0", + "id": "10976" + }, + { + "shop_price": "2000", + "examine": "A curved Construction bone.", + "durability": null, + "name": "Curved bone", + "weight": "1", + "archery_ticket_price": "0", + "id": "10977" + }, + { + "ge_buy_limit": "500", + "examine": "Swamp weed found in the caves near Dorgesh-Kaan.", + "grand_exchange_price": "292", + "durability": null, + "name": "Swamp weed", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "10978" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "292", + "durability": null, + "name": "Swamp weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10979" + }, + { + "examine": "Add a wire to complete it.", + "durability": null, + "name": "Empty light orb", + "archery_ticket_price": "0", + "id": "10980" + }, + { + "ge_buy_limit": "1000", + "examine": "Wire found in Dorgesh-Kaan.", + "grand_exchange_price": "988", + "durability": null, + "name": "Cave goblin wire", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10981" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "988", + "durability": null, + "name": "Cave goblin wire", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "10982" + }, + { + "destroy_message": "You can get another cog from the old power station.", + "shop_price": "160", + "examine": "A cog. Broken: A broken cog.", + "durability": null, + "name": "Cog", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10983" + }, + { + "destroy_message": "You can get another cog from the old power station.", + "shop_price": "160", + "examine": "A cog. Broken: A broken cog.", + "durability": null, + "name": "Cog", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10984" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10985" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A fuse.", + "durability": null, + "name": "Fuse", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10986" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A meter.", + "durability": null, + "name": "Meter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10987" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A meter.", + "durability": null, + "name": "Meter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "10988" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A capacitor.", + "durability": null, + "name": "Capacitor", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10989" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A capacitor.", + "durability": null, + "name": "Capacitor", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "10990" + }, + { + "destroy_message": "You can get another power box from the old power station.", + "examine": "A powerbox. Broken: A broken powerbox.", + "durability": null, + "name": "Powerbox", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10993" + }, + { + "destroy_message": "You can get another power box from the old power station.", + "examine": "A powerbox. Broken: A broken powerbox.", + "durability": null, + "name": "Powerbox", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "10994" + }, + { + "examine": "A perfect example of a tortoise shell.", + "durability": null, + "name": "Perfect shell", + "weight": "6.8", + "archery_ticket_price": "0", + "id": "10995" + }, + { + "examine": "A perfect example of a snail shell.", + "durability": null, + "name": "Perfect snail shell", + "weight": "7", + "archery_ticket_price": "0", + "id": "10996" + }, + { + "examine": "On wall: That white dot looks like an eye! Off wall: A strange mole-like being.", + "durability": null, + "name": "Molanisk", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "10997" + }, + { + "examine": "One of the many citizens of Dorgesh-Kaan.", + "durability": null, + "name": "Cave goblin", + "archery_ticket_price": "0", + "id": "10998" + }, + { + "examine": "A tattered goblin holy book.", + "durability": null, + "name": "Goblin book", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "10999" + }, + { + "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", + "examine": "The History of Dagon'hai.", + "durability": null, + "name": "Dagon'hai history", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11001" + }, + { + "destroy_message": "You will need to get another copy from the Varrock Palace Library if you destroy this one.", + "examine": "The diary of Sin'keth Magis.", + "durability": null, + "name": "Sin'keth's diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11002" + }, + { + "destroy_message": "You will need to ask Rat for another empty folder if you destroy this one.", + "examine": "A folder for Rat's papers.", + "durability": null, + "name": "An empty folder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11003" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A folder for rat's papers. It needs more pages.", + "durability": null, + "name": "Used folder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11006" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A full folder. You should take this back to Rat.", + "durability": null, + "name": "Full folder", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11007" + }, + { + "destroy_message": "You will need to find more papers about the outlaws if you destroy this.", + "examine": "A page of Rat's document.", + "durability": null, + "name": "Rat's paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11008" + }, + { + "destroy_message": "You will need to get another copy of the letter from Rat if you destroy this.", + "shop_price": "160", + "examine": "A letter in a strange language.", + "durability": null, + "name": "Rat's letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11009" + }, + { + "destroy_message": "You will need to ask Surok for another letter to Rat if you destroy this.", + "shop_price": "27", + "examine": "A letter.", + "durability": null, + "name": "Surok's letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11010" + }, + { + "examine": "Instructions for the beacon ring.", + "durability": null, + "name": "Zaff's instructions", + "archery_ticket_price": "0", + "id": "11011" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A wand.", + "durability": null, + "name": "Wand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11012", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "This wand is glowing with chaos magic.", + "durability": null, + "name": "Infused wand", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11013", + "equipment_slot": "3" + }, + { + "destroy_message": "You will need to get another ring from Zaff if you destroy this one.", + "examine": "A magical ring.", + "durability": null, + "name": "Beacon ring", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11014", + "bonuses": "0,0,0,2,0,0,0,0,1,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "remove_head": "true", + "examine": "Cock-a-doodle-do!", + "durability": null, + "name": "Chicken head", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11015", + "equipment_slot": "0" + }, + { + "examine": "Perfect for crossing the road.", + "durability": null, + "name": "Chicken feet", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11016", + "equipment_slot": "10" + }, + { + "remove_sleeves": "true", + "examine": "I look fowl in this.", + "durability": null, + "name": "Chicken wings", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11017", + "equipment_slot": "4" + }, + { + "examine": "What's the matter, are you chicken?", + "durability": null, + "name": "Chicken legs", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11018", + "equipment_slot": "7" + }, + { + "destroy_message": "You will need to speak to Diango to get another pair of chicken feet.", + "examine": "Perfect for crossing the road.", + "durability": null, + "name": "Chicken feet", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11019", + "equipment_slot": "10" + }, + { + "destroy_message": "You will need to speak to Diango to get another set of chicken wings.", + "remove_sleeves": "true", + "examine": "I look fowl in this.", + "durability": null, + "name": "Chicken wings", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11020", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "destroy_message": "You will need to speak to Diango to get another chicken head.", + "examine": "Cock-a-doodle-do!", + "durability": null, + "name": "Chicken head", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11021", + "equipment_slot": "0" + }, + { + "destroy_message": "You will need to speak to Diango to get another set of chicken legs.", + "examine": "What's the matter, are you chicken?", + "durability": null, + "name": "Chicken legs", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11022", + "equipment_slot": "7" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Let's see how far the rabbit hole goes.", + "durability": null, + "name": "Magic egg", + "archery_ticket_price": "0", + "id": "11023" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Used for making chocolate rabbits.", + "durability": null, + "name": "Rabbit mould", + "archery_ticket_price": "0", + "id": "11024" + }, + { + "examine": "Some chocolate chunks.", + "durability": null, + "name": "Chocolate chunks", + "archery_ticket_price": "0", + "id": "11025" + }, + { + "examine": "Chocolatey kebbit goodness.", + "durability": null, + "name": "Chocolate kebbit", + "archery_ticket_price": "0", + "id": "11026" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11027", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11028", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11029", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11030", + "equipment_slot": "3" + }, + { + "destroy_message": "These logs will be destroyed if you drop them and you will need to see Olaf Hradson to get some more.", + "examine": "A number of dripping, waterlogged planks.", + "durability": null, + "name": "Damp planks", + "archery_ticket_price": "0", + "id": "11031" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A log with some squiggles carved into it.", + "durability": null, + "name": "Crude carving", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11032" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Another log with some sort of bird hacked into it.", + "durability": null, + "name": "Cruder carving", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11033" + }, + { + "destroy_message": "This map will be destroyed if you drop it and you will need to see Olaf Hradson to get another.", + "examine": "A faded map marking a cross next to a section of the landscape.", + "durability": null, + "name": "Sven's last map", + "archery_ticket_price": "0", + "id": "11034" + }, + { + "destroy_message": "These logs will be destroyed if you drop them and you will need to chop more from the windswept tree.", + "examine": "Logs taken from the exotic-looking windswept tree.", + "durability": null, + "name": "Windswept logs", + "archery_ticket_price": "0", + "id": "11035" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "examine": "A salty sword.", + "has_special": "true", + "durability": null, + "weight": "1.8", + "attack_speed": "4", + "weapon_interface": "6", + "equipment_slot": "3", + "attack_anims": "390,390,381,390", + "grand_exchange_price": "120200", + "name": "Brine sabre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11037", + "bonuses": "7,47,-2,0,0,0,0,0,0,0,0,46,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "120200", + "durability": null, + "name": "Brine sabre", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11038" + }, + { + "examine": "Looks like it might still float.", + "durability": null, + "name": "Rotten barrel", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11044" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Looks like it might still float.", + "durability": null, + "name": "Rotten barrel", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11045" + }, + { + "shop_price": "18", + "examine": "A coil of rope.", + "grand_exchange_price": "101", + "durability": null, + "name": "Rope", + "tradeable": "true", + "weight": "1.3", + "archery_ticket_price": "0", + "id": "11046" + }, + { + "examine": "Eww, a bald rat!", + "durability": null, + "name": "Brine rat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "11047" + }, + { + "examine": "A piece of ancient goblin armour.", + "durability": null, + "name": "Armour shard", + "archery_ticket_price": "0", + "id": "11048" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11049" + }, + { + "shop_price": "1", + "examine": "It's missing a handle.", + "durability": null, + "name": "Axe head", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11050" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11051" + }, + { + "examine": "A piece of ancient goblin helmet.", + "durability": null, + "name": "Helmet fragment", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11052" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11053" + }, + { + "examine": "A piece of an ancient goblin shield.", + "durability": null, + "name": "Shield fragment", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11054" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11055" + }, + { + "examine": "A piece of an ancient goblin sword.", + "durability": null, + "name": "Sword fragment", + "archery_ticket_price": "0", + "id": "11056" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11057" + }, + { + "durability": null, + "attack_audios": "2508,2508,25092508", + "name": "Mace", + "archery_ticket_price": "0", + "attack_speed": "5", + "id": "11058" + }, + { + "examine": "An ancient goblin object encrusted in dirt.", + "durability": null, + "name": "Artefact", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11059" + }, + { + "shop_price": "2", + "examine": "Oldak's marvellous Moving-over-distance Sphere", + "durability": null, + "name": "Goblin village sphere", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "11060" + }, + { + "requirements": "{0,25}-{5,15}", + "shop_price": "1000", + "ge_buy_limit": "100", + "examine": "It has ancient goblin symbols on it.", + "has_special": "true", + "durability": null, + "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", + "id": "11061", + "bonuses": "10,-2,16,0,0,0,0,0,0,0,0,14,3,0,0" + }, + { + "durability": null, + "name": "Ancient mace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11064" + }, + { + "shop_price": "5", + "ge_buy_limit": "100", + "examine": "Used to make gold bracelets.", + "grand_exchange_price": "456", + "durability": null, + "name": "Bracelet mould", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "11065" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "456", + "durability": null, + "name": "Bracelet mould", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11066" + }, + { + "shop_price": "165", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "223", + "durability": null, + "name": "Gold bracelet", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11069", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "223", + "durability": null, + "name": "Gold bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11070" + }, + { + "shop_price": "1035", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "578", + "durability": null, + "name": "Sapphire bracelet", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11072", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "578", + "durability": null, + "name": "Sapphire bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11073" + }, + { + "shop_price": "506", + "ge_buy_limit": "5000", + "examine": "Now I can become a potter.", + "grand_exchange_price": "644", + "durability": null, + "name": "Bracelet of clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11074", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "644", + "durability": null, + "name": "Bracelet of clay", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11075" + }, + { + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "786", + "durability": null, + "name": "Emerald bracelet", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11076", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "786", + "durability": null, + "name": "Emerald bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11077" + }, + { + "ge_buy_limit": "34464", + "examine": "Must be worn as you enter the game to receive the bonus for that game.", + "grand_exchange_price": "926", + "durability": null, + "name": "Castlewar brace(3)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11079", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "926", + "durability": null, + "name": "Castlewar brace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11080" + }, + { + "examine": "Must be worn as you enter the game to receive the bonus for that game.", + "grand_exchange_price": "3", + "durability": null, + "name": "Castlewar brace(2)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11081", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Castlewar brace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11082" + }, + { + "ge_buy_limit": "5000", + "examine": "Must be worn as you enter the game to receive the bonus for that game.", + "grand_exchange_price": "3484", + "durability": null, + "name": "Castlewar brace(1)", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11083", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3484", + "durability": null, + "name": "Castlewar brace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11084" + }, + { + "shop_price": "2325", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "1271", + "durability": null, + "name": "Ruby bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11085", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1271", + "durability": null, + "name": "Ruby bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11086" + }, + { + "ge_buy_limit": "5000", + "examine": "It eases diseases!", + "grand_exchange_price": "1376", + "durability": null, + "name": "Inoculation brace", + "tradeable": "true", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11088", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1376", + "durability": null, + "name": "Inoculation brace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11089" + }, + { + "ge_buy_limit": "5000", + "examine": "In case of emergency, wear necklace.", + "grand_exchange_price": "15400", + "durability": null, + "name": "Phoenix necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11090", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "15400", + "durability": null, + "name": "Phoenix necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11091" + }, + { + "shop_price": "3422", + "ge_buy_limit": "5000", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "12100", + "durability": null, + "name": "Diamond bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11092", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "12100", + "durability": null, + "name": "Diamond bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11093" + }, + { + "ge_buy_limit": "5000", + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "15200", + "durability": null, + "name": "Forinthry brace(5)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11095", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "15200", + "durability": null, + "name": "Forinthry brace(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11096" + }, + { + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "5", + "durability": null, + "name": "Forinthry brace(4)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11097", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Forinthry brace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11098" + }, + { + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "5", + "durability": null, + "name": "Forinthry brace(3)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11099", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Forinthry brace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11100" + }, + { + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "5", + "durability": null, + "name": "Forinthry brace(2)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11101", + "equipment_slot": "9" + }, + { + "durability": null, + "name": "Forinthry brace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11102" + }, + { + "ge_buy_limit": "5000", + "examine": "It repels revenants and helps you enter the Abyss.", + "grand_exchange_price": "2537", + "durability": null, + "name": "Forinthry brace(1)", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11103", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2537", + "durability": null, + "name": "Forinthry brace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11104" + }, + { + "ge_buy_limit": "100", + "examine": "This will help me travel.", + "grand_exchange_price": "30400", + "durability": null, + "name": "Skills necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11105", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "30400", + "durability": null, + "name": "Skills necklace(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11106" + }, + { + "examine": "This will help me travel.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skills necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11107", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Skills necklace(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11108" + }, + { + "examine": "This will help me travel.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skills necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11109", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Skills necklace(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11110" + }, + { + "examine": "This will help me travel.", + "grand_exchange_price": "1", + "durability": null, + "name": "Skills necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11111", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Skills necklace(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11112" + }, + { + "ge_buy_limit": "100", + "examine": "This will help me travel.", + "grand_exchange_price": "28400", + "durability": null, + "name": "Skills necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11113", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "28400", + "durability": null, + "name": "Skills necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11114" + }, + { + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon bracelet", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11115", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "26000", + "durability": null, + "name": "Dragon bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11116" + }, + { + "ge_buy_limit": "100", + "examine": "A handy way to get around.", + "grand_exchange_price": "29700", + "durability": null, + "name": "Combat bracelet(4)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11118", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11119" + }, + { + "examine": "A handy way to get around.", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(3)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11120", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11121" + }, + { + "examine": "A handy way to get around.", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(2)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11122", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11123" + }, + { + "examine": "A handy way to get around.", + "grand_exchange_price": "1", + "durability": null, + "name": "Combat bracelet(1)", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11124", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11125" + }, + { + "ge_buy_limit": "100", + "examine": "You will need to recharge the bracelet at the Legends Guild.", + "grand_exchange_price": "29000", + "durability": null, + "name": "Combat bracelet", + "tradeable": "true", + "weight": "0.3", + "archery_ticket_price": "0", + "id": "11126", + "bonuses": "7,7,7,3,7,5,5,5,3,5,5,6,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "29000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Combat bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11127" + }, + { + "ge_buy_limit": "100", + "examine": "Makes obsidian weapons even stronger!", + "grand_exchange_price": "2400000", + "durability": null, + "name": "Berserker necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11128", + "bonuses": "-10,-10,-10,0,0,-20,-20,-20,-20,-20,-20,7,3,0,0", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2400000", + "durability": null, + "name": "Berserker necklace", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11129" + }, + { + "shop_price": "80400", + "ge_buy_limit": "100", + "examine": "I wonder if this is valuable.", + "grand_exchange_price": "941200", + "durability": null, + "name": "Onyx bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11130", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "941200", + "durability": null, + "name": "Onyx bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11131" + }, + { + "ge_buy_limit": "100", + "examine": "Helps to restore your life points.", + "grand_exchange_price": "124200", + "durability": null, + "name": "Regen bracelet", + "tradeable": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "11133", + "bonuses": "8,8,8,3,7,6,6,6,3,6,5,7,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "124200", + "durability": null, + "name": "Regen bracelet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11134" + }, + { + "remove_sleeves": "true", + "examine": "For all your flying needs.", + "durability": null, + "name": "Bomber jacket", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11135", + "equipment_slot": "4" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pair of pale green Karamja gloves.", + "durability": null, + "name": "Karamja gloves 1", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11136", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11137" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pair of green Karamja gloves.", + "durability": null, + "name": "Karamja gloves 2", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11138", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11139" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A pair of dark green Karamja gloves.", + "durability": null, + "name": "Karamja gloves 3", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11140", + "bonuses": "1,1,1,1,1,1,1,1,1,1,1,1,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11141" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", + "durability": null, + "name": "Dream vial (empty)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11151" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", + "durability": null, + "name": "Dream vial (water)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11152" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "When empty: A vessel for holding liquid. Filled with water: A vessel containing water. Filled with Goutweed: A vessel containing water and goutweed.", + "durability": null, + "name": "Dream vial (herb)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11153" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Potion of Shared Dreaming. One dream for two!", + "durability": null, + "name": "Dream potion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11154" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A ground astral rune.", + "durability": null, + "name": "Ground astral rune", + "archery_ticket_price": "0", + "id": "11155" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An astral rune that has been broken into shards.", + "durability": null, + "name": "Astral rune shards", + "archery_ticket_price": "0", + "id": "11156" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A lunar-styled lamp. I wonder what's inside?", + "durability": null, + "name": "Dreamy lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11157" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Perfect for storing heavy things.", + "durability": null, + "name": "Cyrisus's chest", + "tradeable": "false", + "destroy": "true", + "weight": "6", + "archery_ticket_price": "0", + "id": "11158" + }, + { + "destroy_message": "You will have to create another using the Lunar Spellbook.", + "ge_buy_limit": "100", + "examine": "A box of Hunter goodies.", + "grand_exchange_price": "3", + "durability": null, + "name": "Hunter kit", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "11159" + }, + { + "destroy_message": "You'll need to get it back from Captain Rovin.", + "examine": "Complete Shield of Arrav.", + "durability": null, + "name": "Restored shield", + "destroy": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "11164" + }, + { + "turn90cw_anim": "821", + "examine": "Second-rate crossbow, former property of the Phoenix Gang.", + "walk_anim": "4226", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Phoenix crossbow", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "11165", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Phoenix crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11166" + }, + { + "turn90cw_anim": "821", + "examine": "Second-rate crossbow, former property of the Phoenix Gang.", + "walk_anim": "4226", + "durability": null, + "weight": "3", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "name": "Phoenix crossbow", + "tradeable": "true", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "11167", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,6,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Phoenix crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11168" + }, + { + "shop_price": "50", + "examine": "A collection of written news on paper!", + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11169" + }, + { + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11170" + }, + { + "shop_price": "50", + "examine": "A collection of written news on paper!", + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11171" + }, + { + "durability": null, + "name": "Newspaper", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11172" + }, + { + "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", + "examine": "I can use this to claim a reward from the King, if I get the other half.", + "durability": null, + "name": "Half certificate", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11173" + }, + { + "destroy_message": "Instead of destroying this I should get a friend to help me retrieve the other half.", + "examine": "I can use this to claim a reward from the King, if I get the other half.", + "durability": null, + "name": "Half certificate", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11174" + }, + { + "destroy_message": "You can get another find from the pile in the cleaning area of Varrock Museum.", + "examine": "A roughly-prepared archaeological find ready for cleaning.", + "durability": null, + "name": "Uncleaned find", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11175" + }, + { + "examine": "An old looking coin.", + "durability": null, + "name": "Old coin", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11179" + }, + { + "examine": "A cracked and rusty looking coin.", + "durability": null, + "name": "Ancient coin", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11180" + }, + { + "examine": "A very old symbol of Saradomin.", + "durability": null, + "name": "Ancient symbol", + "archery_ticket_price": "0", + "id": "11181" + }, + { + "examine": "An old symbol of Saradomin.", + "durability": null, + "name": "Old symbol", + "archery_ticket_price": "0", + "id": "11182" + }, + { + "examine": "An old vase with Saradominist markings - it has been chipped.", + "durability": null, + "name": "Old chipped vase", + "archery_ticket_price": "0", + "id": "11183" + }, + { + "examine": "A map of Varrock Museum.", + "durability": null, + "name": "Museum map", + "archery_ticket_price": "0", + "id": "11184" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11185" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11186" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11187" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11188" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11189" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (1)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11190", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (2)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11191", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (3)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11192", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (4)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11193", + "equipment_slot": "2" + }, + { + "examine": "An enchanted necklace.", + "durability": null, + "name": "Digsite pendant (5)", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "11194", + "equipment_slot": "2" + }, + { + "examine": "A recently-cleaned necklace.", + "durability": null, + "name": "Clean necklace", + "archery_ticket_price": "0", + "id": "11195", + "equipment_slot": "2" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "One of Grimgnash's feathers.", + "durability": null, + "name": "Griffin feather", + "archery_ticket_price": "0", + "id": "11196" + }, + { + "destroy_message": "You will need to try and find another pendant in the mouse hole if you destroy this.", + "examine": "The pendant belonging to Miazrqa.", + "durability": null, + "name": "Miazrqa's pendant", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11197" + }, + { + "destroy_message": "You will need to find another sheet of music in the witch's basement if you destroy this.", + "examine": "A sheet of music.", + "durability": null, + "name": "Music sheet", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11198" + }, + { + "destroy_message": "You will need to obtain another helmet from Rupert the Beard if you destroy this", + "shop_price": "60000", + "examine": "A sturdy helmet that belonged to Rupert the beard.", + "durability": null, + "name": "Rupert's helmet", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11199" + }, + { + "remove_head": "true", + "requirements": "{1,50}", + "shop_price": "60000", + "ge_buy_limit": "100", + "examine": "A sturdy helmet that belonged to Rupert the beard.", + "durability": null, + "weight": "1.9", + "equipment_slot": "0", + "grand_exchange_price": "35800", + "name": "Dwarven helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11200", + "bonuses": "0,0,6,-2,-2,27,28,31,5,24,8,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "35800", + "durability": null, + "name": "Dwarven helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11201" + }, + { + "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", + "examine": "A recipe for a shrinking potion.", + "durability": null, + "name": "Shrinking recipe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11202" + }, + { + "destroy_message": "You will need to find another copy in the witch's basement if you destroy this.", + "examine": "A list of tasks for the day.", + "durability": null, + "name": "To-do list", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11203" + }, + { + "destroy_message": "You will need to make another shrinking potion if you destroy this.", + "examine": "Apparently it shrinks you. Very fast.", + "durability": null, + "name": "Shrink-me-quick", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11204", + "equipment_slot": "3" + }, + { + "shop_price": "4", + "ge_buy_limit": "100", + "examine": "A shrunk ogleroot! How odd...", + "grand_exchange_price": "35", + "durability": null, + "name": "Shrunk ogleroot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11205" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A shiny golden goblin. Strange!", + "durability": null, + "name": "Golden goblin", + "tradeable": "false", + "destroy": "true", + "weight": "30", + "archery_ticket_price": "0", + "id": "11210" + }, + { + "destroy_message": "You will need to get another bag of beans from Sylas if you destroy this one.", + "examine": "A bag of magic beans.", + "durability": null, + "name": "Magic beans", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11211" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "2674", + "durability": null, + "name": "Dragon arrow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11212", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "grand_exchange_price": "3988", + "durability": null, + "name": "Dragon fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11217", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "unlit: Arrows with dragon heads and oil-soaked cloth.lit: Dragon-headed fire arrow.", + "grand_exchange_price": "3834", + "durability": null, + "name": "Dragon fire arrows", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11222", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "3141", + "durability": null, + "name": "Dragon arrow(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11227", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "2866", + "durability": null, + "name": "Dragon arrow(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11228", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "An arrow made using a dragon's talon.", + "grand_exchange_price": "3766", + "durability": null, + "name": "Dragon arrow(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11229", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,60", + "equipment_slot": "13" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "315", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11230", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "445", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11231", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "ge_buy_limit": "5000", + "examine": "A deadly looking dragon dart tip - needs feathers for flight.", + "grand_exchange_price": "746", + "attack_audios": "2547,0,0,0", + "durability": null, + "name": "Dragon dart tip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11232" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "516", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11233", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "requirements": "{4,60}", + "ge_buy_limit": "10000", + "examine": "A deadly throwing dart with a dragon tip.", + "durability": null, + "attack_speed": "3", + "weapon_interface": "18", + "equip_audio": "2244", + "equipment_slot": "3", + "grand_exchange_price": "1248", + "attack_audios": "2547,0,0,0", + "name": "Dragon dart(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11234", + "bonuses": "0,0,0,0,18,0,0,0,0,0,0,0,0,0,20" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "821", + "examine": "A bow from a darker dimension.", + "walk_anim": "819", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "822", + "attack_speed": "9", + "two_handed": "true", + "turn180_anim": "820", + "defence_anim": "424", + "equipment_slot": "3", + "attack_anims": "426,426,426,426", + "grand_exchange_price": "143400", + "stand_anim": "808", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "11235", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,95,0,0,0,0,0,0,0,0,0,0", + "requirements": "{4,60}", + "durability": null, + "weight": "1.9", + "weapon_interface": "16", + "equip_audio": "3738", + "render_anim": "1", + "lendable": "true", + "attack_audios": "3731,0,0,0", + "name": "Dark bow" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "143400", + "durability": null, + "name": "Dark bow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11236" + }, + { + "ge_buy_limit": "10000", + "examine": "Dragon talons, usable as arrowheads.", + "grand_exchange_price": "3391", + "durability": null, + "name": "Dragon arrowtips", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11237" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "A baby impling in a jar. That's a bit cruel.", + "grand_exchange_price": "529", + "durability": null, + "name": "Baby impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11238" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "529", + "durability": null, + "name": "Baby impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11239" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "A young impling in a jar. Don't trap me, man.", + "grand_exchange_price": "514", + "durability": null, + "name": "Young impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11240" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "514", + "durability": null, + "name": "Young impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11241" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "A gourmet impling in a jar.", + "grand_exchange_price": "677", + "durability": null, + "name": "Gourm' impling jar", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11242" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "677", + "durability": null, + "name": "Gourm' impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11243" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Earth impling in a jar.", + "grand_exchange_price": "1343", + "durability": null, + "name": "Earth impling jar", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11244" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1343", + "durability": null, + "name": "Earth impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11245" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Essence impling in a jar.", + "grand_exchange_price": "1266", + "durability": null, + "name": "Ess' impling jar", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11246" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1266", + "durability": null, + "name": "Ess' impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11247" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Eclectic impling in a jar.", + "grand_exchange_price": "2943", + "durability": null, + "name": "Eclectic impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11248" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2943", + "durability": null, + "name": "Eclectic impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11249" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Nature impling in a jar.", + "grand_exchange_price": "8593", + "durability": null, + "name": "Nature impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11250" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "8593", + "durability": null, + "name": "Nature impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11251" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Magpie impling in a jar.", + "grand_exchange_price": "22900", + "durability": null, + "name": "Magpie impling jar", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11252" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "22900", + "durability": null, + "name": "Magpie impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11253" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "1000", + "examine": "Ninja impling in a jar.", + "grand_exchange_price": "21800", + "durability": null, + "name": "Ninja impling jar", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11254" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "21800", + "durability": null, + "name": "Ninja impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11255" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "ge_buy_limit": "500", + "examine": "Dragon impling in a jar.", + "grand_exchange_price": "423600", + "durability": null, + "name": "Dragon impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11256" + }, + { + "ge_buy_limit": "500", + "grand_exchange_price": "423600", + "durability": null, + "name": "Dragon impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11257" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Creates butterfly and impling jars.", + "durability": null, + "name": "Jar generator", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11258" + }, + { + "turn90cw_anim": "6610", + "examine": "For catching butterflies.", + "walk_anim": "6607", + "turn90ccw_anim": "6609", + "attack_speed": "4", + "two_handed": "", + "turn180_anim": "6608", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,400,401", + "destroy_message": "You will have to trade with Elnock to get a new magic butterfly net.", + "stand_anim": "6604", + "tradeable": "false", + "run_anim": "6603", + "archery_ticket_price": "0", + "id": "11259", + "stand_turn_anim": "6611", + "requirements": "{21,17}", + "shop_price": "3", + "durability": null, + "destroy": "true", + "weight": "0.2", + "weapon_interface": "14", + "render_anim": "1426", + "name": "Magic butterfly net" + }, + { + "shop_price": "1", + "ge_buy_limit": "1000", + "examine": "It's got little holes in the top.", + "grand_exchange_price": "248", + "durability": null, + "name": "Impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11260" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "durability": null, + "name": "Impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11261" + }, + { + "shop_price": "3", + "ge_buy_limit": "100", + "examine": "Imps seem to hate this stuff. Can't say I blame them.", + "grand_exchange_price": "1016", + "durability": null, + "name": "Imp repellent", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11262" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1016", + "durability": null, + "name": "Imp repellent", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11263" + }, + { + "ge_buy_limit": "100", + "examine": "Omega 3 oil. Good for the brain, not so for the nose.", + "grand_exchange_price": "601", + "durability": null, + "name": "Anchovy oil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11264" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "601", + "durability": null, + "name": "Anchovy oil", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11265" + }, + { + "ge_buy_limit": "100", + "examine": "Fish paste. Urk.", + "grand_exchange_price": "57", + "durability": null, + "name": "Anchovy paste", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11266" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11267" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11268" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11269" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11270" + }, + { + "examine": "I can train on this", + "durability": null, + "name": "Picture", + "archery_ticket_price": "0", + "id": "11271" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11272" + }, + { + "destroy_message": "You will have to ask Elnock for another one of these.", + "examine": "Lets you easily identify your prey.", + "durability": null, + "name": "Impling scroll", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11273" + }, + { + "remove_sleeves": "true", + "examine": "The label says 'Vivid Crimson', but it looks like pink to me!", + "grand_exchange_price": "27", + "durability": null, + "name": "Ham shirt", + "tradeable": "true", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "11274", + "bonuses": "0,0,0,0,0,0,2,2,0,0,0,0,0,0,0", + "equipment_slot": "4" + }, + { + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11275" + }, + { + "durability": null, + "name": "Mith grapple", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11276" + }, + { + "lendable": "true", + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "name": "Cavalier mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11277", + "equipment_slot": "8" + }, + { + "examine": "Essential mime wear.", + "durability": null, + "name": "Beret mask", + "weight": "1", + "archery_ticket_price": "0", + "id": "11278", + "equipment_slot": "0" + }, + { + "destroy_message": "You can complete the quest by speaking to Oziach even if you do not have the head.", + "examine": "The severed head of the great dragon Elvarg!", + "durability": null, + "name": "Elvarg's head", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11279", + "equipment_slot": "3" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "I hope I don't meet any roundheads...", + "durability": null, + "name": "Cavalier and mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11280", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Cavalier and mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11281" + }, + { + "remove_head": "true", + "examine": "Essential mime wear.", + "durability": null, + "name": "Beret and mask", + "weight": "1", + "archery_ticket_price": "0", + "id": "11282", + "equipment_slot": "0" + }, + { + "requirements": "{1,75}", + "examine": "A heavy shield with a snarling, draconic visage.", + "grand_exchange_price": "5653008", + "rare_item": "true", + "durability": null, + "name": "Dragonfire shield", + "weight": "7.2", + "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" + }, + { + "requirements": "{1,75}", + "ge_buy_limit": "10", + "examine": "A heavy shield with a snarling, draconic visage.", + "rare_item": "true", + "durability": null, + "weight": "7.2", + "equip_audio": "2245", + "equipment_slot": "5", + "grand_exchange_price": "7700000", + "name": "Dragonfire shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11284", + "bonuses": "0,0,0,-10,-5,20,25,22,10,22,17,7,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "7700000", + "durability": null, + "name": "Dragonfire shield", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11285" + }, + { + "ge_buy_limit": "10", + "examine": "It looks like this could be attached to a shield somehow.", + "grand_exchange_price": "8000000", + "rare_item": "true", + "durability": null, + "name": "Draconic visage", + "tradeable": "true", + "weight": "1.8", + "archery_ticket_price": "0", + "id": "11286" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "8000000", + "durability": null, + "name": "Draconic visage", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11287" + }, + { + "examine": "A heavy barbarian Fishing rod.", + "durability": null, + "name": "Barbarian rod", + "weight": "1", + "archery_ticket_price": "0", + "id": "11323" + }, + { + "shop_price": "6", + "ge_buy_limit": "5000", + "examine": "Roe, or cheap fishy eggs.", + "grand_exchange_price": "17", + "durability": null, + "name": "Roe", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "11324" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "17", + "durability": null, + "name": "Roe", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11325" + }, + { + "ge_buy_limit": "5000", + "examine": "Caviar, or expensive fishy eggs.", + "grand_exchange_price": "370", + "durability": null, + "name": "Caviar", + "tradeable": "true", + "weight": "0.05", + "archery_ticket_price": "0", + "id": "11326" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "370", + "durability": null, + "name": "Caviar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11327" + }, + { + "shop_price": "11", + "ge_buy_limit": "5000", + "examine": "A sad-looking trout.", + "grand_exchange_price": "9", + "durability": null, + "name": "Leaping trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11328" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "durability": null, + "name": "Leaping trout", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11329" + }, + { + "ge_buy_limit": "5000", + "examine": "Some non-tasty salmon.", + "grand_exchange_price": "19", + "durability": null, + "name": "Leaping salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11330" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "19", + "durability": null, + "name": "Leaping salmon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11331" + }, + { + "ge_buy_limit": "5000", + "examine": "A bloated sturgeon.", + "grand_exchange_price": "151", + "durability": null, + "name": "Leaping sturgeon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11332" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "151", + "durability": null, + "name": "Leaping sturgeon", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11333" + }, + { + "ge_buy_limit": "100", + "examine": "Slices of inedible fish.", + "grand_exchange_price": "2", + "durability": null, + "name": "Fish offcuts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11334" + }, + { + "remove_head": "true", + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "Protects your head and looks impressive too.", + "rare_item": "true", + "durability": null, + "weight": "2", + "absorb": "2,0,4", + "equip_audio": "2240", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "51600000", + "name": "Dragon full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11335", + "bonuses": "0,0,0,-6,-2,45,48,41,-1,46,12,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "51600000", + "durability": null, + "name": "Dragon full helm", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11336" + }, + { + "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", + "examine": "The bones of a barbarian warrior, slain by his fellow adventurers.", + "durability": null, + "name": "Mangled bones", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11337" + }, + { + "destroy_message": "I can gather more from the caverns below the Baxtorian Lake.", + "examine": "The bones of a barbarian warrior, slain by vile dragons.", + "durability": null, + "name": "Chewed bones", + "destroy": "true", + "weight": "9.6", + "archery_ticket_price": "0", + "id": "11338" + }, + { + "destroy_message": "I can obtain another from Otto.", + "examine": "Records from my discoveries beneath the lake.", + "durability": null, + "name": "My notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11339" + }, + { + "destroy_message": "I can obtain another from Otto.", + "examine": "A record of Otto's instructions to me.", + "durability": null, + "name": "Barbarian skills", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11340" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11341" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11342" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11343" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11344" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11345" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11346" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11347" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11348" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11349" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11350" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11351" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11352" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11353" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11354" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11355" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11356" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11357" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11358" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11359" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11360" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11361" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11362" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11363" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11364" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11365" + }, + { + "destroy_message": "I can loot another from the caverns beneath the Baxtorian Lake.", + "examine": "Could a dragon have written this?; Tiny writing.;Smells disgusting.", + "durability": null, + "name": "Ancient page", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11366" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "204", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11367", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "204", + "durability": null, + "name": "Bronze hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11368" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "25", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11369", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "25", + "durability": null, + "name": "Iron hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11370" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "93", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11371", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "93", + "durability": null, + "name": "Steel hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11372" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "357", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11373", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "357", + "durability": null, + "name": "Mithril hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11374" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1095", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11375", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1095", + "durability": null, + "name": "Adamant hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11376" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "12300", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11377", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12300", + "durability": null, + "name": "Rune hasta", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11378" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "290", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11379", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "290", + "durability": null, + "name": "Bronze hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11380" + }, + { + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed bronze hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Bronze hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11381", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "775", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11382", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "775", + "durability": null, + "name": "Bronze hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11383" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A bronze-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8974", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Bronze hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11384", + "stand_turn_anim": "1209", + "bonuses": "5,5,5,0,0,-1,-1,-1,0,-1,0,6,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8974", + "durability": null, + "name": "Bronze hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11385" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "99", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11386", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "99", + "durability": null, + "name": "Iron hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11387" + }, + { + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed iron hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Iron hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11388", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "584", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11389", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "584", + "durability": null, + "name": "Iron hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11390" + }, + { + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An iron-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8783", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Iron hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11391", + "stand_turn_anim": "1209", + "bonuses": "8,8,8,0,0,-2,-2,-2,0,-2,0,10,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8783", + "durability": null, + "name": "Iron hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11392" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "151", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11393", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "151", + "durability": null, + "name": "Steel hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11394" + }, + { + "requirements": "{0,5}", + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed steel hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "stand_anim": "813", + "name": "Steel hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11395", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "636", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11396", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "636", + "durability": null, + "name": "Steel hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11397" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A steel-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8835", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Steel hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11398", + "stand_turn_anim": "1209", + "bonuses": "12,12,12,0,0,-3,-3,-3,0,-3,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8835", + "durability": null, + "name": "Steel hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11399" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "440", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11400", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "440", + "durability": null, + "name": "Mithril hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11401" + }, + { + "requirements": "{0,20}", + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed mithril hasta", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "353", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(kp)", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11402", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "925", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11403", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "925", + "durability": null, + "name": "Mithril hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11404" + }, + { + "requirements": "{0,20}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A mithril-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "1.8", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "8711", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Mithril hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11405", + "stand_turn_anim": "1209", + "bonuses": "17,17,17,0,0,-5,-5,-4,0,-5,0,18,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8711", + "durability": null, + "name": "Mithril hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11406" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1154", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11407", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1154", + "durability": null, + "name": "Adamant hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11408" + }, + { + "requirements": "{0,30}", + "turn90cw_anim": "1207", + "examine": "\tA karambwan poison-tipped, one-handed adamantite hasta.", + "walk_anim": "1205", + "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", + "id": "11409", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "1639", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Adamant hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11410", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1639", + "durability": null, + "name": "Adamant hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11411" + }, + { + "requirements": "{0,30}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "An adamant-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "9388", + "stand_anim": "813", + "name": "Adamant hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11412", + "stand_turn_anim": "1209", + "bonuses": "24,24,24,0,0,-6,-7,-5,0,-6,0,28,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9388", + "durability": null, + "name": "Adamant hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11413" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "12300", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(p)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11414", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12300", + "durability": null, + "name": "Rune hasta(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11415" + }, + { + "requirements": "{0,40}", + "turn90cw_anim": "1207", + "examine": "A karambwan poison-tipped, one-handed rune hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "weapon_interface": "14", + "turn180_anim": "1206", + "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", + "id": "11416", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "12200", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(p+)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11417", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12200", + "durability": null, + "name": "Rune hasta(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11418" + }, + { + "requirements": "{0,40}", + "ge_buy_limit": "100", + "turn90cw_anim": "1207", + "examine": "A rune-tipped, one-handed hasta.", + "walk_anim": "1205", + "durability": null, + "weight": "2.2", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "weapon_interface": "14", + "turn180_anim": "1206", + "render_anim": "28", + "equipment_slot": "3", + "grand_exchange_price": "15500", + "stand_anim": "813", + "attack_audios": "2562,2556,2555,2562", + "name": "Rune hasta(p++)", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11419", + "stand_turn_anim": "1209", + "bonuses": "36,36,36,0,0,-10,-10,-9,0,-10,0,42,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "15500", + "durability": null, + "name": "Rune hasta(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11420" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy attack potion", + "grand_exchange_price": "20", + "durability": null, + "name": "Attack mix(2)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "11429" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "20", + "durability": null, + "name": "Attack mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11430" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy attack potion", + "grand_exchange_price": "19", + "durability": null, + "name": "Attack mix(1)", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "11431" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "19", + "durability": null, + "name": "Attack mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11432" + }, + { + "ge_buy_limit": "1000", + "examine": "Two doses of fishy antipoison potion.", + "grand_exchange_price": "455", + "durability": null, + "name": "Antipoison mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11433" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "455", + "durability": null, + "name": "Antipoison mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11434" + }, + { + "ge_buy_limit": "1000", + "examine": "Two doses of fishy antipoison potion.", + "grand_exchange_price": "608", + "durability": null, + "name": "Antipoison mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11435" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "608", + "durability": null, + "name": "Antipoison mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11436" + }, + { + "ge_buy_limit": "1000", + "examine": "2 dose: Two doses of fishy Relicym's balm.", + "grand_exchange_price": "264", + "durability": null, + "name": "Relicym's mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11437" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "264", + "durability": null, + "name": "Relicym's mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11438" + }, + { + "ge_buy_limit": "1000", + "examine": "2 dose: Two doses of fishy Relicym's balm.", + "grand_exchange_price": "131", + "durability": null, + "name": "Relicym's mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11439" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "131", + "durability": null, + "name": "Relicym's mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11440" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy strength potion.", + "grand_exchange_price": "159", + "durability": null, + "name": "Strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11441" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "159", + "durability": null, + "name": "Strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11442" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy strength potion.", + "grand_exchange_price": "164", + "durability": null, + "name": "Strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11443" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "164", + "durability": null, + "name": "Strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11444" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy Combat potion", + "grand_exchange_price": "366", + "durability": null, + "name": "Combat mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11445" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "366", + "durability": null, + "name": "Combat mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11446" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy Combat potion", + "grand_exchange_price": "328", + "durability": null, + "name": "Combat mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11447" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "328", + "durability": null, + "name": "Combat mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11448" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of fishy restore potion.", + "grand_exchange_price": "17", + "durability": null, + "name": "Restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11449" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "17", + "durability": null, + "name": "Restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11450" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of fishy restore potion.", + "grand_exchange_price": "24", + "durability": null, + "name": "Restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11451" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "24", + "durability": null, + "name": "Restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11452" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy energy potion.", + "grand_exchange_price": "248", + "durability": null, + "name": "Energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11453" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "248", + "durability": null, + "name": "Energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11454" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy energy potion.", + "grand_exchange_price": "212", + "durability": null, + "name": "Energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11455" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "212", + "durability": null, + "name": "Energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11456" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy defence potion", + "grand_exchange_price": "887", + "durability": null, + "name": "Defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11457" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "887", + "durability": null, + "name": "Defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11458" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of a fishy defence potion", + "grand_exchange_price": "780", + "durability": null, + "name": "Defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11459" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "780", + "durability": null, + "name": "Defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11460" + }, + { + "ge_buy_limit": "1000", + "examine": "2 doses of a fishy agility potion", + "grand_exchange_price": "388", + "durability": null, + "name": "Agility mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11461" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "388", + "durability": null, + "name": "Agility mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11462" + }, + { + "ge_buy_limit": "1000", + "examine": "1 dose of a fishy agility potion", + "grand_exchange_price": "459", + "durability": null, + "name": "Agility mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11463" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "459", + "durability": null, + "name": "Agility mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11464" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of a fishy Prayer potion.", + "grand_exchange_price": "2761", + "durability": null, + "name": "Prayer mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11465" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2761", + "durability": null, + "name": "Prayer mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11466" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two dose(s) of a fishy Prayer potion.", + "grand_exchange_price": "1857", + "durability": null, + "name": "Prayer mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11467" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1857", + "durability": null, + "name": "Prayer mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11468" + }, + { + "ge_buy_limit": "1000", + "examine": "one/two doses of fishy super attack potion", + "grand_exchange_price": "375", + "durability": null, + "name": "Superattack mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11469" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "375", + "durability": null, + "name": "Superattack mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11470" + }, + { + "ge_buy_limit": "1000", + "examine": "one/two doses of fishy super attack potion", + "grand_exchange_price": "516", + "durability": null, + "name": "Superattack mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11471" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "516", + "durability": null, + "name": "Superattack mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11472" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy super antipoison potion.", + "grand_exchange_price": "613", + "durability": null, + "name": "Anti-p supermix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11473" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "613", + "durability": null, + "name": "Anti-p supermix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11474" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy super antipoison potion.", + "grand_exchange_price": "1119", + "durability": null, + "name": "Anti-p supermix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11475" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1119", + "durability": null, + "name": "Anti-p supermix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11476" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two Doses of fishy fishing potion.", + "grand_exchange_price": "123", + "durability": null, + "name": "Fishing mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11477" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "123", + "durability": null, + "name": "Fishing mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11478" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two Doses of fishy fishing potion.", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11479" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "87", + "durability": null, + "name": "Fishing mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11480" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super energy potion.", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11481" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1062", + "durability": null, + "name": "Super energy mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11482" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super energy potion.", + "grand_exchange_price": "562", + "durability": null, + "name": "Super energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11483" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "562", + "durability": null, + "name": "Super energy mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11484" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Super strength potion.", + "grand_exchange_price": "955", + "durability": null, + "name": "Super strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11485" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "955", + "durability": null, + "name": "Super strength mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11486" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Super strength potion.", + "grand_exchange_price": "1040", + "durability": null, + "name": "Super strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11487" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1040", + "durability": null, + "name": "Super strength mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11488" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Magic essence potion.", + "grand_exchange_price": "808", + "durability": null, + "name": "Magic ess. mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11489" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "808", + "durability": null, + "name": "Magic ess. mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11490" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Magic essence potion.", + "grand_exchange_price": "447", + "durability": null, + "name": "Magic ess. mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11491" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "447", + "durability": null, + "name": "Magic ess. mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11492" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super restore potion.", + "grand_exchange_price": "3670", + "durability": null, + "name": "Super restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11493" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3670", + "durability": null, + "name": "Super restore mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11494" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy super restore potion.", + "grand_exchange_price": "3104", + "durability": null, + "name": "Super restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11495" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3104", + "durability": null, + "name": "Super restore mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11496" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy super defence potion", + "grand_exchange_price": "38", + "durability": null, + "name": "Super defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11497" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "38", + "durability": null, + "name": "Super defence mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11498" + }, + { + "ge_buy_limit": "1000", + "examine": "One/two doses of fishy super defence potion", + "grand_exchange_price": "66", + "durability": null, + "name": "Super defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11499" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "66", + "durability": null, + "name": "Super defence mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11500" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy extra strength antidote potion.", + "grand_exchange_price": "1909", + "durability": null, + "name": "Antidote+ mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11501" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1909", + "durability": null, + "name": "Antidote+ mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11502" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy extra strength antidote potion.", + "grand_exchange_price": "1330", + "durability": null, + "name": "Antidote+ mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11503" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1330", + "durability": null, + "name": "Antidote+ mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11504" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy anti-fire breath potion.", + "grand_exchange_price": "2048", + "durability": null, + "name": "Antifire mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11505" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2048", + "durability": null, + "name": "Antifire mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11506" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two dose(s) of fishy anti-fire breath potion.", + "grand_exchange_price": "1444", + "durability": null, + "name": "Antifire mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11507" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1444", + "durability": null, + "name": "Antifire mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11508" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy ranging potion.", + "grand_exchange_price": "2879", + "durability": null, + "name": "Ranging mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11509" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "2879", + "durability": null, + "name": "Ranging mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11510" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy ranging potion.", + "grand_exchange_price": "1880", + "durability": null, + "name": "Ranging mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11511" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1880", + "durability": null, + "name": "Ranging mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11512" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy magic potion.", + "grand_exchange_price": "1022", + "durability": null, + "name": "Magic mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11513" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1022", + "durability": null, + "name": "Magic mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11514" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy magic potion.", + "grand_exchange_price": "1323", + "durability": null, + "name": "Magic mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11515" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "1323", + "durability": null, + "name": "Magic mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11516" + }, + { + "ge_buy_limit": "1000", + "examine": "Doses of fishy hunting potion", + "grand_exchange_price": "146", + "durability": null, + "name": "Hunting mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11517" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "146", + "durability": null, + "name": "Hunting mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11518" + }, + { + "ge_buy_limit": "1000", + "examine": "Doses of fishy hunting potion", + "grand_exchange_price": "87", + "durability": null, + "name": "Hunting mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11519" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "87", + "durability": null, + "name": "Hunting mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11520" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Zamorak potion.", + "grand_exchange_price": "665", + "durability": null, + "name": "Zamorak mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11521" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "665", + "durability": null, + "name": "Zamorak mix(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11522" + }, + { + "ge_buy_limit": "1000", + "examine": "One/Two doses of fishy Zamorak potion.", + "grand_exchange_price": "339", + "durability": null, + "name": "Zamorak mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0.1", + "id": "11523" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "339", + "durability": null, + "name": "Zamorak mix(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11524" + }, + { + "ge_buy_limit": "5000", + "examine": "More fluff than feather.", + "grand_exchange_price": "325", + "durability": null, + "name": "Wimpy feather", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11525" + }, + { + "destroy_message": "If you drop this book it will be destroyed. You cannot replace it.", + "examine": "Educate yourself.", + "durability": null, + "name": "Book of knowledge", + "weight": "1", + "archery_ticket_price": "0", + "id": "11640" + }, + { + "durability": null, + "name": "Astronomy book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11655" + }, + { + "ge_buy_limit": "100", + "examine": "A book that explains the art of crafting items from glass.", + "grand_exchange_price": "278", + "durability": null, + "name": "Glassblowing book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11656" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "278", + "durability": null, + "name": "Glassblowing book", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11657" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "name": "Void mage helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11663", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "name": "Void ranger helm", + "tradeable": "false", + "weight": "3.6", + "archery_ticket_price": "0", + "id": "11664", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "name": "Void melee helm", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "11665", + "bonuses": "0,0,0,0,0,6,6,6,6,6,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Void seal(8)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11666", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(7)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11667", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(6)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11668", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(5)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11669", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(4)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11670", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(3)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11671", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(2)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11672", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Void seal(1)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "11673", + "bonuses": "0,0,0,0,0,1,1,1,1,1,1,0,0,0,0", + "equipment_slot": "2" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A mage helm from the order of the Void Knights.", + "durability": null, + "name": "Void mage helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11674", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A ranger helm from the order of the Void Knights", + "durability": null, + "name": "Void ranger helm", + "tradeable": "false", + "weight": "3.6", + "archery_ticket_price": "0", + "id": "11675", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{0,42}-{1,42}-{2,42}-{3,42}-{4,42}-{5,22}-{6,42}", + "shop_price": "200", + "examine": "A melee helm from the order of the Void Knights.", + "durability": null, + "name": "Void melee helm", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "11676", + "bonuses": "0,0,0,0,0,6,6,6,6,6,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "I can find another book in the Keldagrim library.", + "examine": "\"Beyond Trollheim\" by Nestor Peregrine.", + "durability": null, + "name": "Explorer's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11677" + }, + { + "destroy_message": "You'll need to visit the Sinclair Mansion to get another one.", + "examine": "A black helm, too small for your head", + "durability": null, + "name": "Black knight helm", + "tradeable": "false", + "destroy": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "11678" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11679" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A change of address form.", + "durability": null, + "name": "Address form", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11680" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "It has something written on it.", + "durability": null, + "name": "Scrap paper", + "archery_ticket_price": "0", + "id": "11681" + }, + { + "examine": "I could use this to pick the lock.", + "durability": null, + "name": "Hair clip", + "archery_ticket_price": "0", + "id": "11682" + }, + { + "ge_buy_limit": "10", + "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", + "grand_exchange_price": "331300", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11686" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "331300", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11687" + }, + { + "ge_buy_limit": "10", + "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", + "grand_exchange_price": "342100", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11688" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "342100", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11689" + }, + { + "ge_buy_limit": "10", + "examine": "The blade for the ultimate weapon.", + "grand_exchange_price": "466800", + "durability": null, + "name": "Godsword blade", + "tradeable": "true", + "weight": "7.5", + "archery_ticket_price": "0", + "id": "11690" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "466800", + "durability": null, + "name": "Godsword blade", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11691" + }, + { + "ge_buy_limit": "10", + "examine": "Godsword shards 1 and 2.Godsword shards 2 and 3.Godsword shards 1 and 3.", + "grand_exchange_price": "348500", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11692" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "348500", + "durability": null, + "name": "Godsword shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11693" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A beautiful, heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "28000000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11694", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Armadyl godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "28000000", + "durability": null, + "name": "Armadyl godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11695" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A brutally heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "3700000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11696", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Bandos godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3700000", + "durability": null, + "name": "Bandos godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11697" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A gracious, heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "22000000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11698", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Saradomin godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "22000000", + "durability": null, + "name": "Saradomin godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11699" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "A terrifying, heavy sword.", + "walk_anim": "7046", + "has_special": "true", + "turn90ccw_anim": "7044", + "attack_speed": "6", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "6100000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11700", + "stand_turn_anim": "7040", + "bonuses": "0,132,80,0,0,0,0,0,0,0,0,132,8,0,0", + "requirements": "{0,75}", + "durability": null, + "weight": "10", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Zamorak godsword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "6100000", + "durability": null, + "name": "Zamorak godsword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11701" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "30600000", + "rare_item": "true", + "durability": null, + "name": "Armadyl hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11702" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "30600000", + "durability": null, + "name": "Armadyl hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11703" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "3300000", + "rare_item": "true", + "durability": null, + "name": "Bandos hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11704" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3300000", + "durability": null, + "name": "Bandos hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11705" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "24900000", + "rare_item": "true", + "durability": null, + "name": "Saradomin hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11706" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "24900000", + "durability": null, + "name": "Saradomin hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11707" + }, + { + "ge_buy_limit": "10", + "examine": "Brimming with potential.", + "grand_exchange_price": "6100000", + "rare_item": "true", + "durability": null, + "name": "Zamorak hilt", + "tradeable": "true", + "weight": "2.5", + "archery_ticket_price": "0", + "id": "11708" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "6100000", + "durability": null, + "name": "Zamorak hilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11709" + }, + { + "ge_buy_limit": "10", + "examine": "Part of the Godsword blade.", + "grand_exchange_price": "150200", + "durability": null, + "rare_item": "true", + "name": "Godsword shard 1", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11710" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "150200", + "durability": null, + "name": "Godsword shard 1", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11711" + }, + { + "ge_buy_limit": "10", + "examine": "Part of the Godsword blade.", + "grand_exchange_price": "149100", + "durability": null, + "rare_item": "true", + "name": "Godsword shard 2", + "tradeable": "true", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11712" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "149100", + "durability": null, + "name": "Godsword shard 2", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11713" + }, + { + "ge_buy_limit": "10", + "examine": "Part of the Godsword blade.", + "grand_exchange_price": "149800", + "durability": null, + "rare_item": "true", + "name": "Godsword shard 3", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11714" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "149800", + "durability": null, + "name": "Godsword shard 3", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11715" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "An evil spear.", + "walk_anim": "1205", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "1206", + "defence_anim": "2079", + "equipment_slot": "3", + "attack_anims": "2080,2081,2082,2080", + "grand_exchange_price": "5400000", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11716", + "stand_turn_anim": "1209", + "bonuses": "85,65,65,0,0,13,13,12,0,13,0,75,2,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "3", + "weapon_interface": "14", + "equip_audio": "2247", + "render_anim": "28", + "lendable": "true", + "name": "Zamorakian spear" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "5400000", + "durability": null, + "name": "Zamorakian spear", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11717" + }, + { + "remove_head": "true", + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "A helmet of great craftmanship.", + "rare_item": "true", + "durability": null, + "weight": "0.5", + "absorb": "0,5,2", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "4100000", + "name": "Armadyl helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11718", + "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "4100000", + "durability": null, + "name": "Armadyl helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11719" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "1", + "examine": "A chestplate of great craftsmanship", + "rare_item": "true", + "durability": null, + "weight": "4", + "absorb": "0,10,5", + "equip_audio": "2239", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "14800000", + "name": "Armadyl chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11720", + "bonuses": "-7,-7,-7,-15,33,56,48,61,70,57,52,0,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "14800000", + "durability": null, + "name": "Armadyl chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11721" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "2", + "examine": "A plateskirt of great craftsmanship.", + "rare_item": "true", + "durability": null, + "weight": "8", + "absorb": "2,0,4", + "equip_audio": "2242", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "14800000", + "name": "Armadyl plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11722", + "bonuses": "-6,-6,-6,-10,20,32,26,34,40,33,25,0,1,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14800000", + "durability": null, + "name": "Armadyl plateskirt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11723" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "1", + "examine": "A sturdy chestplate.", + "rare_item": "true", + "durability": null, + "weight": "12", + "absorb": "4,0,9", + "equipment_slot": "4", + "lendable": "true", + "remove_sleeves": "true", + "grand_exchange_price": "14700000", + "name": "Bandos chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11724", + "bonuses": "0,0,0,-15,-10,98,93,105,-6,133,52,4,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "14700000", + "durability": null, + "name": "Bandos chestplate", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11725" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "1", + "examine": "A sturdy pair of tassets.", + "rare_item": "true", + "durability": null, + "weight": "8", + "absorb": "3,0,6", + "equipment_slot": "7", + "lendable": "true", + "grand_exchange_price": "15200000", + "name": "Bandos tassets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11726", + "bonuses": "0,0,0,-21,-7,71,63,66,-4,93,25,2,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "15200000", + "durability": null, + "name": "Bandos tassets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11727" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "1", + "examine": "Some sturdy boots", + "rare_item": "true", + "durability": null, + "weight": "6", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "111700", + "name": "Bandos boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11728", + "bonuses": "0,0,0,-5,-3,17,18,19,0,0,15,0,1,0,0" + }, + { + "ge_buy_limit": "1", + "grand_exchange_price": "111700", + "durability": null, + "name": "Bandos boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11729" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "7043", + "examine": "The incredible blade of an Icyene.", + "walk_anim": "7046", + "has_special": "true", + "rare_item": "true", + "turn90ccw_anim": "7044", + "attack_speed": "4", + "two_handed": "true", + "turn180_anim": "7045", + "defence_anim": "7050", + "equipment_slot": "3", + "attack_anims": "7041,7041,7048,7049", + "grand_exchange_price": "5300000", + "stand_anim": "7047", + "tradeable": "true", + "run_anim": "7039", + "archery_ticket_price": "0", + "id": "11730", + "stand_turn_anim": "7040", + "bonuses": "0,82,60,0,0,0,0,0,0,0,0,82,2,0,0", + "requirements": "{0,70}", + "durability": null, + "weight": "3", + "weapon_interface": "7", + "equip_audio": "2248", + "render_anim": "124", + "lendable": "true", + "attack_audios": "3846,0,0,0", + "name": "Saradomin sword" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "5300000", + "durability": null, + "name": "Saradomin sword", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11731" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "examine": "These will protect my feet.", + "durability": null, + "rare_item": "true", + "weight": "1", + "equip_audio": "2237", + "equipment_slot": "10", + "lendable": "true", + "grand_exchange_price": "95400", + "name": "Dragon boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11732", + "bonuses": "0,0,0,-3,-1,16,17,18,0,0,15,4,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "95400", + "durability": null, + "name": "Dragon boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11733" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scroll for Sir Tiffy. It is sealed with a wax insignia.", + "durability": null, + "name": "Knight's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11734" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A scroll for Sir Tiffy. The wax seal is broken.", + "durability": null, + "name": "Knight's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11735" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "231300", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11736", + "stand_turn_anim": "1209", + "bonuses": "7,-1,28,12,0,2,3,1,12,0,0,35,0,0,0", + "requirements": "{0,30}-{6,30}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2230", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Steam battlestaff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "231300", + "durability": null, + "name": "Steam battlestaff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11737" + }, + { + "ge_buy_limit": "10", + "turn90cw_anim": "1207", + "examine": "It's a slightly magical stick.", + "walk_anim": "1205", + "turn90ccw_anim": "1208", + "attack_speed": "5", + "turn180_anim": "1206", + "defence_anim": "420", + "equipment_slot": "3", + "attack_anims": "419,419,419,419", + "grand_exchange_price": "267600", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "1210", + "archery_ticket_price": "0", + "id": "11738", + "stand_turn_anim": "1209", + "bonuses": "10,-1,40,14,0,2,3,1,14,0,0,50,0,0,0", + "requirements": "{0,40}-{6,40}", + "durability": null, + "weight": "2", + "weapon_interface": "1", + "equip_audio": "2247", + "render_anim": "28", + "attack_audios": "2555,0,0,0", + "name": "Mystic steam staff" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "267600", + "durability": null, + "name": "Mystic steam staff", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11739" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11741" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11743" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11745" + }, + { + "destroy_message": "There may be another in the chest where you found this.", + "examine": "This probably opens a chest in Golrie's caves. (Path of Glophrie)", + "durability": null, + "name": "A key to a chest", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11747" + }, + { + "destroy_message": "There may be another in the chest where you found this.", + "examine": "This opens the door into Golrie's strongroom. (Path of Glophrie)", + "durability": null, + "name": "Strongroom key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11748" + }, + { + "destroy_message": "Maybe Brimstail will have another crystal seed you could grow into a chime.", + "examine": "It makes a sound.", + "durability": null, + "name": "Crystal chime", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11749", + "equipment_slot": "3" + }, + { + "destroy_message": "There may be another in the chest where you found this.", + "examine": "Notes written by Yewnock while copying Oaknock's machine.", + "durability": null, + "name": "Yewnock's notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11750" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11753" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11754" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11755" + }, + { + "destroy_message": "You will need to get a new set of armour from Rat Burgiss if you destroy this one.", + "remove_sleeves": "true", + "examine": "Varrock Smithing armour.", + "durability": null, + "name": "Varrock armour 1", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11756", + "bonuses": "0,0,0,-30,-10,15,14,9,-6,14,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You will need to get a new set of armour from Reldo if you destroy this one.", + "remove_sleeves": "true", + "examine": "Varrock smithing armour.", + "durability": null, + "name": "Varrock armour 2", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11757", + "bonuses": "0,0,0,-30,-10,21,20,12,-6,20,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "destroy_message": "You will need to get a new set of armour from Vannaka if you destroy this one.", + "remove_sleeves": "true", + "examine": "Varrock smithing armour.", + "durability": null, + "name": "Varrock armour 3", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11758", + "bonuses": "0,0,0,-30,-10,32,31,24,-6,31,5,0,0,0,0", + "equipment_slot": "4" + }, + { + "shop_price": "4", + "examine": "A number of wooden logs.", + "grand_exchange_price": "124", + "durability": null, + "name": "Logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11760" + }, + { + "destroy_message": "You can get the diary again from Sandy's desk.", + "examine": "A locked/unlocked diary.", + "durability": null, + "name": "Locked diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11761" + }, + { + "destroy_message": "You can get the diary again from Sandy's desk.", + "examine": "A locked/unlocked diary.", + "durability": null, + "name": "Unlocked diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11762" + }, + { + "destroy_message": "You can get the foot again from the creatures in the Jade Vine.", + "examine": "A wizard's severed foot. You can tell by the robes.", + "durability": null, + "name": "Foot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11764" + }, + { + "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", + "examine": "\"A wizard's severed arm. You can tell by the robes.", + "durability": null, + "name": "Left arm", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11766" + }, + { + "destroy_message": "You can get the arm again from the creatures in the Jade Vine.", + "examine": "A wizard's severed arm. You can tell by the robes.", + "durability": null, + "name": "Right arm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11767" + }, + { + "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", + "examine": "A wizard's severed leg. You can tell by the robes.", + "durability": null, + "name": "Left leg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11768" + }, + { + "destroy_message": "You can get the leg again from the creatures in the Jade Vine.", + "examine": "A wizard's severed leg. You can tell by the robes.", + "durability": null, + "name": "Right leg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11769" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11770" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11771" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11772" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11773" + }, + { + "examine": "A root cutting.", + "durability": null, + "name": "Root cutting", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11774" + }, + { + "examine": "A floppy root cutting. Quite dead.", + "durability": null, + "name": "Wilted cutting", + "archery_ticket_price": "0", + "id": "11775" + }, + { + "examine": "A potted root.", + "durability": null, + "name": "Potted root", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11776" + }, + { + "destroy_message": "You can get the sealed pot back by visiting Garth, the farmer on Karamja.", + "examine": "This sealed pot contains your vine cutting - hopefully still alive.", + "durability": null, + "name": "Sealed pot", + "tradeable": "false", + "destroy": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11777" + }, + { + "examine": "A large seed.", + "durability": null, + "name": "Jade vine seed", + "archery_ticket_price": "0", + "id": "11778" + }, + { + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "Surely this holds many a dark tale...", + "durability": null, + "name": "The grim reaper's diary", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11780" + }, + { + "bankable": "false", + "destroy_message": "Another can be found in the Grim Reaper's house.", + "examine": "Some of the Grim Reaper's garb.", + "durability": null, + "name": "Grim's robe", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11781" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "Someone's Last Will and Testament.", + "durability": null, + "name": "Last will and testament", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11782" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "A tasty treat for Muncher.", + "durability": null, + "name": "Human bones", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11783" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "Ooooh spooky!", + "durability": null, + "name": "Servant's skull", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11784" + }, + { + "bankable": "false", + "destroy_message": "You can get a replacement from Diango in Draynor Village.", + "examine": "There's not much sand left in the top half...", + "durability": null, + "name": "Hourglass", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11785" + }, + { + "bankable": "false", + "destroy_message": "Another can be found in the Grim Reaper's house.", + "examine": "Used to sharpen the blade of a scythe.", + "durability": null, + "attack_audios": "2524,2524,2522,2524", + "name": "Scythe sharpener", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11786" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "That's gross. Why am I carrying it around?", + "durability": null, + "name": "Human eye", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11787" + }, + { + "bankable": "false", + "destroy_message": "You'll have to find another from the Grim Reaper's house.", + "examine": "A 'Voice of Doom' potion, used to deepen your voice.", + "durability": null, + "name": "'voice of doom' potion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11788" + }, + { + "remove_head": "true", + "destroy_message": "You should be able to get another from Diango in Draynor Village.", + "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", + "durability": null, + "name": "Grim reaper hood", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11789", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "destroy_message": "You should be able to get another from Diango in Draynor Village.", + "examine": "Allows me to imitate the harbinger of doom, the stealer of souls, the eternal end...", + "durability": null, + "name": "Grim reaper hood", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11790", + "remove_beard": "true", + "equipment_slot": "0" + }, + { + "examine": "Armour designed to fit goblins.", + "durability": null, + "name": "White goblin mail", + "weight": "3", + "archery_ticket_price": "0", + "id": "11791", + "equipment_slot": "4" + }, + { + "examine": "Smaller than the average goblin. After The Chosen Commander: Oldak's new assistant.", + "durability": null, + "name": "Grubfoot", + "archery_ticket_price": "0", + "id": "11792" + }, + { + "examine": "See article", + "durability": null, + "name": "Zanik", + "archery_ticket_price": "0", + "id": "11793" + }, + { + "shop_price": "32", + "examine": "Oldak's Marvellous Moving-Over-Distance Sphere", + "durability": null, + "name": "Plain of mud sphere", + "archery_ticket_price": "0", + "id": "11794" + }, + { + "destroy_message": "The Ekeleshuun priest probably has a spare.", + "examine": "The key you stole from the Ekeleshuun priest.", + "durability": null, + "name": "Ekeleshuun key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11795" + }, + { + "destroy_message": "The Narogoshuun priest probably has a spare.", + "examine": "The key you stole from the Narogoshuun priest.", + "durability": null, + "name": "Narogoshuun key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11796" + }, + { + "destroy_message": "The Huzamogaarb priest probably has a spare.", + "examine": "The key you stole from the Huzamogaarb priest.", + "durability": null, + "name": "Huzamogaarb key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11797" + }, + { + "destroy_message": "The Saragorgak priest probably has a spare.", + "examine": "The key you stole from the Saragorgak priest.", + "durability": null, + "name": "Saragorgak key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11798" + }, + { + "destroy_message": "The Horogothgar priest probably has a spare.", + "examine": "The key you stole from the Horogothgar priest.", + "durability": null, + "name": "Horogothgar key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11799" + }, + { + "destroy_message": "The Yurkolgokh priest probably has a spare.", + "examine": "The key you stole from the Yurkolgokh priest.", + "durability": null, + "name": "Yurkolgokh key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11800" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Snothead's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11802" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Snailfeet's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11803" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Mosschin's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11804" + }, + { + "examine": "\"An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Redeyes's bone", + "archery_ticket_price": "0", + "id": "11805" + }, + { + "examine": "An ancient goblin bone wrapped in fragments of priestly robes.", + "durability": null, + "name": "Strongbones's bone", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11806" + }, + { + "examine": "You can combine these with a toadflax to make a goblin transformation potion.", + "durability": null, + "name": "Pharmakos berries", + "archery_ticket_price": "0", + "id": "11807" + }, + { + "examine": "An ugly albino fish.", + "durability": null, + "name": "Whitefish", + "weight": "0.25", + "archery_ticket_price": "0", + "id": "11808" + }, + { + "examine": "4 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (4)", + "archery_ticket_price": "0", + "id": "11809", + "equipment_slot": "5" + }, + { + "examine": "3 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (3)", + "archery_ticket_price": "0", + "id": "11810" + }, + { + "examine": "2 doses of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (2)", + "archery_ticket_price": "0", + "id": "11811" + }, + { + "examine": "1 dose of goblin transmogrification potion.", + "durability": null, + "name": "Goblin potion (1)", + "archery_ticket_price": "0", + "id": "11812" + }, + { + "shop_price": "177", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing bronze full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "614", + "durability": null, + "name": "Bronze armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11814" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "614", + "durability": null, + "name": "Bronze armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11815" + }, + { + "shop_price": "177", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing bronze full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "938", + "durability": null, + "name": "Bronze armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11816", + "bonuses": "0,0,0,-59,-19,27,26,18,-11,25,5,0,0,1,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "938", + "durability": null, + "name": "Bronze armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11817" + }, + { + "shop_price": "1022", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing iron full helm, platebody, legs, and kiteshield.", + "grand_exchange_price": "1830", + "durability": null, + "name": "Iron armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11818", + "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1830", + "durability": null, + "name": "Iron armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11819" + }, + { + "shop_price": "1022", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing iron full helm, platebody, skirt, and kiteshield.", + "grand_exchange_price": "1711", + "durability": null, + "name": "Iron armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11820", + "bonuses": "0,0,0,-65,-21,46,44,33,-12,45,7,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1711", + "durability": null, + "name": "Iron armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11821" + }, + { + "requirements": "{5,1}", + "shop_price": "2365", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing steel full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "3646", + "durability": null, + "name": "Steel armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11822", + "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3646", + "durability": null, + "name": "Steel armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11823" + }, + { + "requirements": "{5,1}", + "shop_price": "2365", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing steel full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "3796", + "durability": null, + "name": "Steel armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11824", + "bonuses": "0,0,0,-65,-21,71,72,60,-12,70,15,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3796", + "durability": null, + "name": "Steel armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11825" + }, + { + "requirements": "{10,1}", + "shop_price": "11286", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing Black full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "18900", + "durability": null, + "name": "Black armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11826" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "18900", + "durability": null, + "name": "Black armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11827" + }, + { + "requirements": "{10,1}", + "shop_price": "11286", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a black full helm, platebody, skirt and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "grand_exchange_price": "14600", + "name": "Black armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11828", + "bonuses": "0,0,0,-65,-21,91,92,78,-12,90,27,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "14600", + "durability": null, + "name": "Black armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11829" + }, + { + "requirements": "{20,1}", + "shop_price": "15232", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a mithril full helm, platebody, legs and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,6", + "grand_exchange_price": "8764", + "name": "Mithril armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11830", + "bonuses": "0,0,0,-65,-21,101,102,89,-12,97,52,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8764", + "durability": null, + "name": "Mithril armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11831" + }, + { + "requirements": "{20,1}", + "shop_price": "15232", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a mithril full helm, platebody, skirt and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,5", + "grand_exchange_price": "7829", + "name": "Mithril armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11832", + "bonuses": "0,0,0,-65,-21,101,102,89,-12,99,50,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "7829", + "durability": null, + "name": "Mithril armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11833" + }, + { + "requirements": "{1,30}", + "shop_price": "28276", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing an adamant full helm, platebody, legs and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "7,0,15", + "grand_exchange_price": "20600", + "name": "Adamant armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11834", + "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20600", + "durability": null, + "name": "Adamant armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11835" + }, + { + "requirements": "{1,30}", + "shop_price": "28276", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing an adamant full helm, platebody, skirt and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "7,0,15", + "grand_exchange_price": "21500", + "name": "Adamant armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11836", + "bonuses": "0,0,0,-65,-21,144,146,129,-12,142,76,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "21500", + "durability": null, + "name": "Adamant armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11837" + }, + { + "requirements": "{1,40}", + "shop_price": "136112", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a rune full helm, platebody, legs and kiteshield.", + "durability": null, + "weight": "2.2", + "absorb": "9,0,20", + "grand_exchange_price": "136300", + "name": "Rune armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11838", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "136300", + "durability": null, + "name": "Rune armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11839" + }, + { + "requirements": "{1,40}", + "shop_price": "136112", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a rune full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "140300", + "durability": null, + "name": "Rune armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11840" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "140300", + "durability": null, + "name": "Rune armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11841" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "4800000", + "examine": "Grand Exchange set containing a dragon helm, chainbody, legs.", + "durability": null, + "name": "Dragon chain armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "2.2", + "id": "11842" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "4800000", + "durability": null, + "name": "Dragon chain armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11843" + }, + { + "requirements": "{1,60}", + "ge_buy_limit": "10", + "grand_exchange_price": "4600000", + "examine": "Grand Exchange set containing a dragon helm, chainbody, skirt.", + "durability": null, + "name": "Dragon chain armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "2.2", + "id": "11844" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "4600000", + "durability": null, + "name": "Dragon chain armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11845" + }, + { + "requirements": "{0,70}-{1,70}-{6,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Ahrim's robetop, robeskirt, hood, and staff.", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - ahrim's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11846" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - ahrim's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11847" + }, + { + "requirements": "{0,70}-{1,70}-{2,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Dharok's helm, body, legs and greataxe.", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - dharok's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11848" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Barrows - dharok's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11849" + }, + { + "requirements": "{0,70}-{1,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Guthan's helm, platebody, chainskirt and warspear.", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Barrows - guthan's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11850" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Barrows - guthan's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11851" + }, + { + "requirements": "{1,70}-{4,70}", + "ge_buy_limit": "10", + "examine": "A Grand Exchange set containing Karil's coif, crossbow, leather body, and leather skirt.", + "grand_exchange_price": "2200000", + "durability": null, + "name": "Barrows - karil's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11852" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "2200000", + "durability": null, + "name": "Barrows - karil's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11853" + }, + { + "requirements": "{0,70}-{1,70}-{2,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Torag's helm, body, legs and hammers.", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Barrows - torag's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11854" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Barrows - torag's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11855" + }, + { + "requirements": "{0,70}-{1,70}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing Verac's helm, brassard, plateskirt and flail.", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Barrows - verac's set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11856" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Barrows - verac's set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11857" + }, + { + "requirements": "{1,65}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a helm, body, legs and shield", + "grand_exchange_price": "388700000", + "durability": null, + "name": "Third age melee set", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11858" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "388700000", + "durability": null, + "name": "Third age melee set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11859" + }, + { + "requirements": "{1,45}-{4,65}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing coif, body, chaps and vambraces.", + "grand_exchange_price": "87500000", + "durability": null, + "name": "Third age ranger set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11860" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "87500000", + "durability": null, + "name": "Third age ranger set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11861" + }, + { + "requirements": "{1,30}-{6,65}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a body, legs, amulet and hat", + "grand_exchange_price": "163100000", + "durability": null, + "name": "Third age mage set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11862" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "163100000", + "durability": null, + "name": "Third age mage set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11863" + }, + { + "requirements": "{1,40}-{4,40}", + "shop_price": "9000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "durability": null, + "weight": "2.2", + "absorb": "0,10,5", + "grand_exchange_price": "8932", + "name": "Green dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11864", + "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "8932", + "durability": null, + "name": "Green dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11865" + }, + { + "requirements": "{1,40}-{4,50}", + "shop_price": "12000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "grand_exchange_price": "9062", + "durability": null, + "name": "Blue dragonhide set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11866" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "9062", + "durability": null, + "name": "Blue dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11867" + }, + { + "requirements": "{1,40}-{4,60}", + "shop_price": "15000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "grand_exchange_price": "12800", + "durability": null, + "name": "Red dragonhide set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11868" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12800", + "durability": null, + "name": "Red dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11869" + }, + { + "requirements": "{1,40}-{4,70}", + "shop_price": "40000", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing body, chaps and vambraces.", + "grand_exchange_price": "17600", + "durability": null, + "name": "Black dragonhide set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11870" + }, + { + "durability": null, + "name": "Black dragonhide set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11871" + }, + { + "requirements": "{20,1}-{6,40}", + "shop_price": "169143", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing mystic hat, top, bottoms, gloves, and boots.", + "grand_exchange_price": "163300", + "durability": null, + "name": "Mystic robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11872" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "163300", + "durability": null, + "name": "Mystic robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11873" + }, + { + "requirements": "{1,25}-{6,50}", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", + "grand_exchange_price": "11000000", + "durability": null, + "name": "Infinity robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11874" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "11000000", + "durability": null, + "name": "Infinity robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11875" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing a helm, body, boots, gauntlets and legs.", + "grand_exchange_price": "107400", + "durability": null, + "name": "Splitbark armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11876", + "absorb": "13,6,0", + "bonuses": "0,0,0,24,-21,74,59,86,32,0,74,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "107400", + "durability": null, + "name": "Splitbark armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11877" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "341200", + "durability": null, + "name": "Black trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11878", + "absorb": "2,0,4", + "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "341200", + "durability": null, + "name": "Black trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11879" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "331600", + "durability": null, + "name": "Black trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11880", + "absorb": "2,0,4", + "bonuses": "0,0,0,-65,-21,91,92,77,-12,90,23,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "331600", + "durability": null, + "name": "Black trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11881" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Black gold-trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11882" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Black gold-trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11883" + }, + { + "requirements": "{10,1}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "1300000", + "durability": null, + "name": "Black gold-trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11884" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1300000", + "durability": null, + "name": "Black gold-trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11885" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "318100", + "durability": null, + "name": "Adamant trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11886" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "318100", + "durability": null, + "name": "Adamant trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11887" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "293700", + "durability": null, + "name": "Adamant trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11888" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "293700", + "durability": null, + "name": "Adamant trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11889" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "949400", + "durability": null, + "name": "Adamant gold-trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11890" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "949400", + "durability": null, + "name": "Adamant gold-trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11891" + }, + { + "requirements": "{1,30}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "880500", + "durability": null, + "name": "Adamant gold-trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11892" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "880500", + "durability": null, + "name": "Adamant gold-trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11893" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "702500", + "durability": null, + "name": "Rune trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11894", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "702500", + "durability": null, + "name": "Rune trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11895" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "675400", + "durability": null, + "name": "Rune trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11896", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "675400", + "durability": null, + "name": "Rune trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11897" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Rune gold-trimmed armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11898", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1700000", + "durability": null, + "name": "Rune gold-trimmed armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11899" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Rune gold-trimmed armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11900", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1400000", + "durability": null, + "name": "Rune gold-trimmed armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11901" + }, + { + "requirements": "{20,1}-{6,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing hat, robetops and bottoms", + "grand_exchange_price": "207200", + "durability": null, + "name": "Enchanted set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11902" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "207200", + "durability": null, + "name": "Enchanted set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11903" + }, + { + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing hat, robetops and bottoms", + "grand_exchange_price": "877900", + "durability": null, + "name": "Trimmed blue wizard set", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "11904" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "877900", + "durability": null, + "name": "Trimmed blue wizard set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11905" + }, + { + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing hat, robe top and bottom", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Gold-trimmed blue wizard set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11906" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3100000", + "durability": null, + "name": "Gold-trimmed blue wizard set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11907" + }, + { + "requirements": "{20,4}", + "ge_buy_limit": "10000", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "85100", + "durability": null, + "name": "Trimmed leather armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11908" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "85100", + "durability": null, + "name": "Trimmed leather armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11909" + }, + { + "requirements": "{20,4}", + "ge_buy_limit": "10000", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "217200", + "durability": null, + "name": "Gold-trimmed leather armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11910" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "217200", + "durability": null, + "name": "Gold-trimmed leather armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11911" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "371600", + "durability": null, + "name": "Green d'hide trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11912", + "absorb": "0,10,5", + "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "371600", + "durability": null, + "name": "Green d'hide trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11913" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Green d'hide gold-trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11914", + "absorb": "0,10,5", + "bonuses": "0,0,0,-40,31,65,50,73,30,62,58,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1600000", + "durability": null, + "name": "Green d'hide gold-trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11915" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps", + "grand_exchange_price": "38300", + "durability": null, + "name": "Blue d'hide trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11916" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "38300", + "durability": null, + "name": "Blue d'hide trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11917" + }, + { + "requirements": "{1,40}-{4,50}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body and chaps.", + "grand_exchange_price": "50000", + "durability": null, + "name": "Blue d'hide gold-trimmed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11918" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "50000", + "durability": null, + "name": "Blue d'hide gold-trimmed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11919" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body, chaps, bracers and coif.", + "grand_exchange_price": "179500", + "durability": null, + "name": "Green d'hide blessed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11920" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "179500", + "durability": null, + "name": "Green d'hide blessed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11921" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body, chaps, bracers and coif.", + "grand_exchange_price": "477500", + "durability": null, + "name": "Blue d'hide blessed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11922" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "477500", + "durability": null, + "name": "Blue d'hide blessed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11923" + }, + { + "requirements": "{1,40}-{4,70}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing body, chaps, bracers and coif.", + "grand_exchange_price": "585300", + "durability": null, + "name": "Red d'hide blessed set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11924" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "585300", + "durability": null, + "name": "Red d'hide blessed set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11925" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and shield.", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Guthix armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11926", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1100000", + "durability": null, + "name": "Guthix armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11927" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", + "grand_exchange_price": "4000000", + "durability": null, + "name": "Saradomin armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11928", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "4000000", + "durability": null, + "name": "Saradomin armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11929" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, legs and kiteshield", + "grand_exchange_price": "2300000", + "durability": null, + "name": "Zamorak armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11930", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2300000", + "durability": null, + "name": "Zamorak armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11931" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Guthix armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11932", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1000000", + "durability": null, + "name": "Guthix armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11933" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing full helm, platebody, skirt and kiteshield", + "grand_exchange_price": "3600000", + "durability": null, + "name": "Saradomin armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11934", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "3600000", + "durability": null, + "name": "Saradomin armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11935" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield", + "grand_exchange_price": "2000000", + "durability": null, + "name": "Zamorak armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11936", + "absorb": "9,0,20", + "bonuses": "0,0,0,-65,-21,207,209,192,-12,205,102,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "2000000", + "durability": null, + "name": "Zamorak armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11937" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, legs and kiteshield.", + "grand_exchange_price": "5900000", + "durability": null, + "name": "Gilded armour set (l)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11938" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "5900000", + "durability": null, + "name": "Gilded armour set (l)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11939" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "2", + "examine": "Grand Exchange set containing a full helm, platebody, skirt and kiteshield.", + "grand_exchange_price": "4300000", + "durability": null, + "name": "Gilded armour set (sk)", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11940" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "4300000", + "durability": null, + "name": "Gilded armour set (sk)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11941" + }, + { + "requirements": "{1,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing helm, platebody, legs, boots and gloves", + "grand_exchange_price": "145000", + "durability": null, + "name": "Rockshell armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11942" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "145000", + "durability": null, + "name": "Rockshell armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11943" + }, + { + "requirements": "{1,40}-{4,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing helm, body, chaps, boots and gloves", + "grand_exchange_price": "94500", + "durability": null, + "name": "Spined armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11944", + "absorb": "0,13,6", + "bonuses": "-6,-6,-6,-31,29,68,56,78,34,62,47,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "94500", + "durability": null, + "name": "Spined armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11945" + }, + { + "requirements": "{1,40}-{6,40}", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing helm, top, bottoms, boots and gloves", + "grand_exchange_price": "145200", + "durability": null, + "name": "Skeletal armour set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11946" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "145200", + "durability": null, + "name": "Skeletal armour set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11947" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A tiny model of Lumbridge Castle inside a glass dome.", + "durability": null, + "name": "Snow globe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11949", + "equipment_slot": "3" + }, + { + "destroy_message": "You can get another from Diango in Draynor Village.", + "examine": "A tiny model of Lumbridge Castle inside a glass dome.", + "durability": null, + "name": "Snow globe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11950", + "equipment_slot": "3" + }, + { + "attack_anims": "5063", + "examine": "Made from snow. / It's a ball of snow! Uncanny. / How did this not melt in the box?", + "durability": null, + "name": "Snowball", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "11951", + "weapon_interface": "18", + "equipment_slot": "3" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a snow warrior.", + "durability": null, + "name": "Ice sword", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11952" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a snow mage.", + "attack_audios": "2555,0,0,0", + "durability": null, + "name": "Winter staff", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11953" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a snow ranger.", + "durability": null, + "name": "Holly bow", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11954" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Add this to a snowman to make a barbarian snowman.", + "durability": null, + "name": "Barbarian snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11955" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "It's actually made of cardboard, but it looks like a dragon full helm.", + "durability": null, + "name": "Dragon snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11956" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "Use this to make your snowman look like a dwarf.", + "durability": null, + "name": "Dwarf snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11957" + }, + { + "bankable": "false", + "destroy_message": "Talk to a snow imp to get another.", + "examine": "Arr! Shiver me snowman!", + "durability": null, + "name": "Pirate snowman hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11958" + }, + { + "bankable": "false", + "destroy_message": "You can get another from a snow imp.", + "examine": "The most traditional snowman hat.", + "durability": null, + "name": "Snowman top hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11959" + }, + { + "requirements": "{20,1}-{6,40}", + "shop_price": "215431", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", + "grand_exchange_price": "487300", + "durability": null, + "name": "Light mystic robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11960" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "487300", + "durability": null, + "name": "Light mystic robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11961" + }, + { + "requirements": "{20,1}-{6,40}", + "shop_price": "228541", + "ge_buy_limit": "100", + "examine": "Grand Exchange set containing hat, top, bottoms, gloves, and boots", + "grand_exchange_price": "294000", + "durability": null, + "name": "Dark mystic robes set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11962" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "294000", + "durability": null, + "name": "Dark mystic robes set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11963" + }, + { + "examine": "I can hatch this in an incubator.", + "durability": null, + "name": "Raven egg", + "archery_ticket_price": "0", + "id": "11964" + }, + { + "examine": "I can hatch this in an incubator.", + "durability": null, + "name": "Vulture egg", + "archery_ticket_price": "0", + "id": "11965" + }, + { + "examine": "Full: ", + "durability": null, + "name": "Bird's nest", + "archery_ticket_price": "0", + "id": "11966" + }, + { + "shop_price": "750000", + "ge_buy_limit": "10", + "examine": "Grand Exchange set containing cannon base, stand, barrels and furnace.", + "grand_exchange_price": "718900", + "durability": null, + "name": "Dwarf cannon set", + "tradeable": "true", + "weight": "2.2", + "archery_ticket_price": "0", + "id": "11967" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "718900", + "durability": null, + "name": "Dwarf cannon set", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "11968" + }, + { + "destroy_message": "If I destroy this it will disintegrate into its component parts and drop to the floor.", + "examine": "A water tiara infused with water runes. Protects from the hot desert sun.", + "durability": null, + "name": "Enchanted water tiara", + "weight": "1", + "archery_ticket_price": "0", + "id": "11969", + "bonuses": "0,0,0,2,0,5,5,5,3,3,0,0,2,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "I can obtain and fill another one from the archaeologist near Sophanem.", + "examine": "A crate full of distressed gear.", + "durability": null, + "name": "Smelly crate", + "tradeable": "false", + "destroy": "true", + "weight": "30", + "archery_ticket_price": "0", + "id": "11970" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "An empty crate, ready for bronze gear.", + "durability": null, + "name": "Empty crate", + "archery_ticket_price": "0", + "id": "11972" + }, + { + "destroy_message": "I can obtain another one from the archaeologist near Sophanem.", + "examine": "A book of research on Scabarite history.", + "durability": null, + "name": "Scabaras research", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "11973" + }, + { + "destroy_message": "I can obtain another one from Simon Templeton.", + "examine": "Issued by Simon Templeton.", + "durability": null, + "name": "Artefact receipt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11974" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11975" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11976" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11977" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11978" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11979" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11980" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11981" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11982" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11983" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11984" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11985" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11986" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11987" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11988" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11989" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11990" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11991" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11992" + }, + { + "destroy_message": "I can loot another one from the monsters in the areas east of Sophanem.", + "examine": "See article", + "durability": null, + "name": "Scabarite notes", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11993" + }, + { + "destroy_message": "I can obtain another one from the archaeologists near Sophanem.", + "examine": "Newly made, but to an ancient pattern. (Dealing with Scabaras)", + "durability": null, + "name": "Scabarite key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11994" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze dagger.", + "examine": "It has been oxidised.", + "attack_audios": "2517,2517,2500,2517", + "durability": null, + "name": "Oxidised dagger", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11995" + }, + { + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised medium helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11996" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze sword.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised sword", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11997" + }, + { + "turn90cw_anim": "821", + "examine": "It has been oxidised.", + "walk_anim": "819", + "durability": null, + "destroy": "true", + "turn90ccw_anim": "822", + "turn180_anim": "820", + "render_anim": "1", + "destroy_message": "I can make another one by using camel dung on a bronze scimitar.", + "stand_anim": "808", + "attack_audios": "2500,0,2517,0", + "name": "Oxidised scimitar", + "tradeable": "false", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "11998", + "stand_turn_anim": "823" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze longsword.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised longsword", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "11999" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze full helmet.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised full helm", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12000" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze square shield.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised square shield", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12001" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze chainbody.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised chainbody", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12002" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze kiteshield.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised kiteshield", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12003", + "equip_audio": "2245" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze two", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised two-handed sword", + "tradeable": "false", + "destroy": "true", + "weight": "4", + "archery_ticket_price": "0", + "id": "12004" + }, + { + "destroy_message": "I can make another one by using camel dung on some bronze platelegs.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised platelegs", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12005" + }, + { + "destroy_message": "I can make another one by using camel dung on a bronze plateskirt.", + "examine": "It has been oxidised.", + "durability": null, + "name": "Oxidised plateskirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12006" + }, + { + "requirements": "{23,52}", + "ge_buy_limit": "5000", + "grand_exchange_price": "330", + "examine": "I can summon a spirit terrorbird familiar with this.", + "durability": null, + "name": "Spirit terrorbird pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12007" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "330", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit terrorbird pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12008" + }, + { + "requirements": "{16,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "239", + "examine": "I can summon a granite crab familiar with this.", + "durability": null, + "name": "Granite crab pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12009" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "239", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Granite crab pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12010" + }, + { + "requirements": "{23,75}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2918", + "examine": "I can summon a praying mantis familiar with this.", + "durability": null, + "name": "Praying mantis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12011" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2918", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Praying mantis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12012" + }, + { + "requirements": "{23,78}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2167", + "examine": "I can summon a giant ent familiar with this.", + "durability": null, + "name": "Giant ent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12013" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2167", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Giant ent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12014" + }, + { + "requirements": "{23,63}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2018", + "examine": "I can summon a spirit cobra familiar with this.", + "durability": null, + "name": "Spirit cobra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12015" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2018", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit cobra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12016" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "examine": "I can summon a spirit dagannoth familiar with this.", + "durability": null, + "name": "Spirit dagannoth pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12017" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit dagannoth pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12018" + }, + { + "requirements": "{13,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "248", + "examine": "I can summon a thorny snail familiar with this.", + "durability": null, + "name": "Thorny snail pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12019" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "248", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Thorny snail pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12020" + }, + { + "requirements": "{23,33}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "examine": "I can summon a beaver familiar with this.", + "durability": null, + "name": "Beaver pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12021" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1268", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Beaver pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12022" + }, + { + "requirements": "{23,58}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "I can summon a karamthulhu overlord familiar with this.", + "durability": null, + "name": "Karam. overlord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12023" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Karam. overlord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12024" + }, + { + "requirements": "{23,80}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2235", + "examine": "I can summon a hydra familiar with this.", + "durability": null, + "name": "Hydra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12025" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2235", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Hydra pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12026" + }, + { + "requirements": "{23,55}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2641", + "examine": "I can summon a spirit jelly familiar with this.", + "durability": null, + "name": "Spirit jelly pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12027" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2641", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit jelly pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12028" + }, + { + "requirements": "{23,68}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3506", + "examine": "I can summon a bunyip familiar with this.", + "durability": null, + "name": "Bunyip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12029" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3506", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bunyip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12030" + }, + { + "requirements": "{23,67}", + "ge_buy_limit": "5000", + "grand_exchange_price": "13200", + "examine": "I can summon a war tortoise familiar with this.", + "durability": null, + "name": "War tortoise pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12031" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13200", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "War tortoise pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12032" + }, + { + "requirements": "{23,69}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2269", + "examine": "I can summon a fruit bat familiar with this.", + "durability": null, + "name": "Fruit bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12033" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2269", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Fruit bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12034" + }, + { + "requirements": "{23,54}", + "ge_buy_limit": "5000", + "grand_exchange_price": "4004", + "examine": "I can summon an abyssal parasite familiar with this.", + "durability": null, + "name": "Abyssal parasite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12035" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4004", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Abyssal parasite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12036" + }, + { + "requirements": "{23,62}", + "ge_buy_limit": "5000", + "grand_exchange_price": "5660", + "examine": "I can summon an abyssal lurker familiar with this.", + "durability": null, + "name": "Abyssal lurker pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12037" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5660", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Abyssal lurker pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12038" + }, + { + "requirements": "{23,88}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2439", + "examine": "I can summon a unicorn stallion familiar with this.", + "durability": null, + "name": "Unicorn stallion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12039" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2439", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Unicorn stallion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12040" + }, + { + "requirements": "{23,47}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1559", + "examine": "I can summon a magpie familiar with this.", + "durability": null, + "name": "Magpie pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12041" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1559", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Magpie pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12042" + }, + { + "requirements": "{4,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "examine": "I can summon a dreadfowl familiar with this.", + "durability": null, + "name": "Dreadfowl pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12043" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Dreadfowl pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12044" + }, + { + "requirements": "{23,64}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "I can summon a stranger plant familiar with this.", + "durability": null, + "name": "Stranger plant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12045" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Stranger plant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12046" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "examine": "I can summon a spirit wolf familiar with this.", + "durability": null, + "name": "Spirit wolf pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12047" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "301", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit wolf pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12048" + }, + { + "requirements": "{18,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "808", + "examine": "I can summon a desert wyrm familiar with this.", + "durability": null, + "name": "Desert wyrm pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12049" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "808", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Desert wyrm pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12050" + }, + { + "requirements": "{23,42}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1812", + "examine": "I can summon an evil turnip familiar with this.", + "durability": null, + "name": "Evil turnip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12051" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1812", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Evil turnip pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12052" + }, + { + "requirements": "{23,31}", + "ge_buy_limit": "10000", + "grand_exchange_price": "1416", + "examine": "I can summon a vampire bat familiar with this.", + "durability": null, + "name": "Vampire bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12053" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1416", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Vampire bat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12054" + }, + { + "requirements": "{19,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "992", + "examine": "I can summon a spirit scorpion familiar with this.", + "durability": null, + "name": "Spirit scorpion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12055" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "992", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit scorpion pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12056" + }, + { + "requirements": "{23,71}", + "ge_buy_limit": "5000", + "grand_exchange_price": "332", + "examine": "I can summon an arctic bear familiar with this.", + "durability": null, + "name": "Arctic bear pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12057" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "332", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Arctic bear pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12058" + }, + { + "requirements": "{10,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2225", + "examine": "I can summon a spirit spider familiar with this.", + "durability": null, + "name": "Spirit spider pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12059" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2225", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit spider pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12060" + }, + { + "requirements": "{23,49}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2045", + "examine": "I can summon a bloated leech familiar with this.", + "durability": null, + "name": "Bloated leech pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12061" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2045", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bloated leech pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12062" + }, + { + "requirements": "{23,25}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3746", + "examine": "I can summon a spirit kalphite familiar with this.", + "durability": null, + "name": "Spirit kalphite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12063" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3746", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit kalphite pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12064" + }, + { + "requirements": "{23,32}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1470", + "examine": "I can summon a honey badger familiar with this.", + "durability": null, + "name": "Honey badger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12065" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1470", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Honey badger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12066" + }, + { + "requirements": "{23,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1578", + "examine": "I can summon an albino rat familiar with this.", + "durability": null, + "name": "Albino rat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12067" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1578", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Albino rat pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12068" + }, + { + "requirements": "{23,74}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2924", + "examine": "I can summon a granite lobster familiar with this.", + "durability": null, + "name": "Granite lobster pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12069" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2924", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Granite lobster pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12070" + }, + { + "requirements": "{23,41}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1375", + "examine": "I can summon a macaw familiar with this.", + "durability": null, + "name": "Macaw pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12071" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1375", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Macaw pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12072" + }, + { + "requirements": "{23,36}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1804", + "examine": "I can summon a bronze minotaur familiar with this.", + "durability": null, + "name": "Bronze minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12073" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1804", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bronze minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12074" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "I can summon an iron minotaur familiar with this.", + "durability": null, + "name": "Iron minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12075" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2216", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Iron minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12076" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2529", + "examine": "I can summon a steel minotaur familiar with this", + "durability": null, + "name": "Steel minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12077" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2529", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Steel minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12078" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2666", + "examine": "I can summon a mithril minotaur with this.", + "durability": null, + "name": "Mithril minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12079" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2666", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Mithril minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12080" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "I can summon an adamant minotaur familiar with this.", + "durability": null, + "name": "Adamant minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12081" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2520", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Adamant minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12082" + }, + { + "requirements": "{23,86}", + "ge_buy_limit": "5000", + "grand_exchange_price": "373", + "examine": "I can summon a rune minotaur with this.", + "durability": null, + "name": "Rune minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12083" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "373", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Rune minotaur pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12084" + }, + { + "requirements": "{23,61}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2468", + "examine": "I can summon a smoke devil familiar with this.", + "durability": null, + "name": "Smoke devil pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12085" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2468", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Smoke devil pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12086" + }, + { + "requirements": "{23,40}", + "ge_buy_limit": "5000", + "grand_exchange_price": "319", + "examine": "I can summon a bull ant familiar with this.", + "durability": null, + "name": "Bull ant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12087" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "319", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Bull ant pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12088" + }, + { + "requirements": "{23,92}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3625", + "examine": "I can summon a wolpertinger familiar with this.", + "durability": null, + "name": "Wolpertinger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12089" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3625", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Wolpertinger pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12090" + }, + { + "requirements": "{23,28}", + "ge_buy_limit": "5000", + "grand_exchange_price": "906", + "examine": "I can summon a compost mound familiar with this.", + "durability": null, + "name": "Compost mound pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12091" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "906", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Compost mound pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12092" + }, + { + "requirements": "{23,96}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3696", + "examine": "I can summon a pack yak familiar with this.", + "durability": null, + "name": "Pack yak pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12093" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3696", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Pack yak pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12094" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1514", + "examine": "I can summon a spirit cockatrice familiar with this.", + "durability": null, + "name": "Sp. cockatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12095" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1514", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. cockatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12096" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1523", + "examine": "I can summon a spirit guthatrice familiar with this.", + "durability": null, + "name": "Sp. guthatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12097" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1523", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. guthatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12098" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1492", + "examine": "I can summon a spirit saratrice familiar with this.", + "durability": null, + "name": "Sp. saratrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12099" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1492", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. saratrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12100" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1515", + "examine": "I can summon a spirit zamatrice familiar with this.", + "durability": null, + "name": "Sp. zamatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12101" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1515", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. zamatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12102" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1531", + "examine": "I can summon a spirit pengatrice familiar with this.", + "durability": null, + "name": "Sp. pengatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12103" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1531", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. pengatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12104" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3085", + "examine": "I can summon a spirit coraxatrice familiar with this.", + "durability": null, + "name": "Sp. coraxatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12105" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3085", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. coraxatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12106" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3881", + "examine": "I can summon a spirit vulatrice familiar with this.", + "durability": null, + "name": "Sp. vulatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12107" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3881", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Sp. vulatrice pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12108" + }, + { + "ge_buy_limit": "10000", + "examine": "A stripy brown egg.", + "grand_exchange_price": "1053", + "durability": null, + "name": "Cockatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12109" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "1053", + "durability": null, + "name": "Cockatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12110" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy green egg.", + "grand_exchange_price": "1171", + "durability": null, + "name": "Guthatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12111" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1171", + "durability": null, + "name": "Guthatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12112" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy blue egg.", + "grand_exchange_price": "1080", + "durability": null, + "name": "Saratrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12113" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1080", + "durability": null, + "name": "Saratrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12114" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy red egg.", + "grand_exchange_price": "1154", + "durability": null, + "name": "Zamatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12115" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1154", + "durability": null, + "name": "Zamatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12116" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy grey egg.", + "grand_exchange_price": "2676", + "durability": null, + "name": "Pengatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12117" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2676", + "durability": null, + "name": "Pengatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12118" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy black egg.", + "grand_exchange_price": "2865", + "durability": null, + "name": "Coraxatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12119" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2865", + "durability": null, + "name": "Coraxatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12120" + }, + { + "ge_buy_limit": "5000", + "examine": "A stripy pink egg.", + "grand_exchange_price": "18900", + "durability": null, + "name": "Vulatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12121" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18900", + "durability": null, + "name": "Vulatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12122" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "293", + "examine": "I can summon a barker toad familiar with this.", + "durability": null, + "name": "Barker toad pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12123" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "293", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Barker toad pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12124" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "A swarm of little flies.", + "grand_exchange_price": "97", + "durability": null, + "name": "Flies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12125" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "97", + "durability": null, + "name": "Flies", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12126" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Some beetle bits.", + "grand_exchange_price": "176", + "durability": null, + "name": "Beetle bits", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12127" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "176", + "durability": null, + "name": "Beetle bits", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12128" + }, + { + "ge_buy_limit": "100", + "examine": "Good for feeding birds.", + "grand_exchange_price": "1", + "durability": null, + "name": "Ground fishing bait", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12129" + }, + { + "shop_price": "10", + "ge_buy_limit": "100", + "examine": "Mmmm...nuts.", + "grand_exchange_price": "673", + "durability": null, + "name": "Nuts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12130" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "673", + "durability": null, + "name": "Nuts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12131" + }, + { + "examine": "Makes me want to do a truffle shuffle.", + "durability": null, + "name": "Truffle", + "tradeable": "false", + "destroy": "true", + "weight": "28.928", + "archery_ticket_price": "0", + "id": "12132" + }, + { + "durability": null, + "name": "Truffle", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12133", + "equipment_slot": "3" + }, + { + "ge_buy_limit": "5000", + "examine": "An evil turnip.", + "grand_exchange_price": "6750", + "durability": null, + "name": "Evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12134" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "6750", + "durability": null, + "name": "Evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12135" + }, + { + "ge_buy_limit": "5000", + "examine": "An evil turnip.", + "grand_exchange_price": "133", + "durability": null, + "name": "2/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12136" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "133", + "durability": null, + "name": "2/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12137" + }, + { + "ge_buy_limit": "5000", + "examine": "An evil turnip.", + "grand_exchange_price": "20", + "durability": null, + "name": "1/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12138" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "20", + "durability": null, + "name": "1/3 evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12139" + }, + { + "ge_buy_limit": "100", + "examine": "4 doses of Summoning potion.", + "grand_exchange_price": "4489", + "durability": null, + "name": "Summoning potion(4)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12140" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "4489", + "durability": null, + "name": "Summoning potion(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12141" + }, + { + "ge_buy_limit": "100", + "examine": "3 doses of Summoning potion.", + "grand_exchange_price": "3320", + "durability": null, + "name": "Summoning potion(3)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12142" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3320", + "durability": null, + "name": "Summoning potion(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12143" + }, + { + "ge_buy_limit": "100", + "examine": "2 doses of Summoning potion.", + "grand_exchange_price": "1671", + "durability": null, + "name": "Summoning potion(2)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12144" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1671", + "durability": null, + "name": "Summoning potion(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12145" + }, + { + "ge_buy_limit": "100", + "examine": "1 dose of Summoning potion.", + "grand_exchange_price": "1576", + "durability": null, + "name": "Summoning potion(1)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12146" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1576", + "durability": null, + "name": "Summoning potion(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12147" + }, + { + "ge_buy_limit": "100", + "examine": "Grows into the root-vegetable of all evil.", + "grand_exchange_price": "68", + "durability": null, + "name": "Evil turnip seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12148" + }, + { + "ge_buy_limit": "5000", + "examine": "Utterly terrifying!", + "grand_exchange_price": "7101", + "durability": null, + "name": "Carved evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12153" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7101", + "durability": null, + "name": "Carved evil turnip", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12154" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3", + "examine": "Can be used to create Summoning pouches.", + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12155" + }, + { + "ge_buy_limit": "5000", + "examine": "This is what bees craft.", + "grand_exchange_price": "393", + "durability": null, + "name": "Honeycomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12156" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "393", + "durability": null, + "name": "Honeycomb", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12157" + }, + { + "shop_price": "1", + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Gold charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12158" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Green charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12159" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Crimson charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12160" + }, + { + "examine": "A charm used to summon familiars", + "durability": null, + "name": "Abyssal charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12161" + }, + { + "examine": "A charm used to summon talon beasts.", + "durability": null, + "name": "Talon beast charm", + "archery_ticket_price": "0", + "id": "12162" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Blue charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12163" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void ravager.", + "durability": null, + "name": "Ravager charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12164" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void shifter.", + "durability": null, + "name": "Shifter charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12165" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void Spinner.", + "durability": null, + "name": "Spinner charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12166" + }, + { + "shop_price": "2", + "examine": "A charm needed to summon a Void torcher.", + "durability": null, + "name": "Torcher charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12167" + }, + { + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Obsidian charm", + "archery_ticket_price": "0", + "id": "12168" + }, + { + "requirements": "{23,99}", + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12169", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,0,0,0", + "equipment_slot": "1" + }, + { + "requirements": "{23,99}", + "durability": null, + "name": "Summoning cape(t)", + "archery_ticket_price": "0", + "id": "12170", + "bonuses": "0,0,0,0,0,9,9,9,9,9,9,0,4,0,0", + "equipment_slot": "1" + }, + { + "remove_head": "true", + "requirements": "{23,99}", + "shop_price": "99000", + "examine": "Summoning skillcape hood.", + "durability": null, + "name": "Summoning hood", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12171", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "10000", + "examine": "A fresh herb.", + "grand_exchange_price": "3597", + "durability": null, + "name": "Clean spirit weed", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12172" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3597", + "durability": null, + "name": "Clean spirit weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12173" + }, + { + "requirements": "{15,35}", + "ge_buy_limit": "10000", + "examine": "I need to clean this herb before I can use it.", + "grand_exchange_price": "3634", + "durability": null, + "name": "Grimy spirit weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12174" + }, + { + "ge_buy_limit": "10000", + "grand_exchange_price": "3634", + "durability": null, + "name": "Grimy spirit weed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12175" + }, + { + "requirements": "{19,36}", + "ge_buy_limit": "100", + "examine": "A seed for spirit weed.", + "grand_exchange_price": "698", + "durability": null, + "name": "Spirit weed seed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12176" + }, + { + "ge_buy_limit": "100", + "examine": "I need another ingredient to finish this spirit weed potion.", + "grand_exchange_price": "2963", + "durability": null, + "name": "Spirit weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12181" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "2963", + "durability": null, + "name": "Spirit weed potion(unf)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12182" + }, + { + "shop_price": "25", + "ge_buy_limit": "10000", + "examine": "Shards of an obelisk.", + "grand_exchange_price": "24", + "durability": null, + "name": "Spirit shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12183" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12184" + }, + { + "examine": "A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12185" + }, + { + "examine": "A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12186" + }, + { + "examine": "An impressive Guthix raptor.", + "durability": null, + "name": "Guthix raptor", + "archery_ticket_price": "0", + "id": "12187" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12190" + }, + { + "examine": "It's lively and energetic.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12191" + }, + { + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12192" + }, + { + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12193" + }, + { + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12194" + }, + { + "examine": "This little puppy is very quiet. (Puppy)Come by! Come by! (Adult)", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12195" + }, + { + "examine": "One proud little puppy. (Puppy)Looks like it's chewing a wasp. (Adult)", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12196" + }, + { + "examine": "A hatchling green dragon.", + "durability": null, + "name": "Dragon hatchling", + "archery_ticket_price": "0", + "id": "12197" + }, + { + "examine": "Little Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12198" + }, + { + "examine": "A stripy little baby raccoon.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12199" + }, + { + "examine": "An experienced nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12200" + }, + { + "examine": "It's a colour-coordinated lizard!", + "durability": null, + "name": "Chameleon", + "archery_ticket_price": "0", + "id": "12203" + }, + { + "remove_head": "true", + "requirements": "{23,10}", + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "Doors could be a problem, wearing these...", + "durability": null, + "weight": "1", + "equipment_slot": "0", + "grand_exchange_price": "40", + "name": "Antlers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12204", + "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40", + "durability": null, + "name": "Antlers", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12205" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "Doors could be a problem, wearing these...", + "grand_exchange_price": "50", + "durability": null, + "name": "Antlers (charged)", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12206", + "bonuses": "0,0,0,0,0,0,0,0,0,0,8,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "requirements": "{23,30}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "It's a little smelly in there.", + "durability": null, + "weight": "3", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "254", + "name": "Lizard skull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12207", + "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "254", + "durability": null, + "name": "Lizard skull", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12208" + }, + { + "remove_head": "true", + "shop_price": "200", + "examine": "It's a little smelly in there.", + "durability": null, + "weight": "3", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "211", + "name": "Lizard skull (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12209", + "bonuses": "0,0,0,0,1,2,3,4,2,3,12,0,0,0,0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "234", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12210", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "234", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12211" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12212", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "662", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12213", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "662", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12214" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12215", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "90", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12216", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "90", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12217" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12218", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12219", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12220" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12221", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "requirements": "{4,50}-{23,20}", + "ge_buy_limit": "100", + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "211", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12222", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "211", + "durability": null, + "name": "Feather headdress", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12223" + }, + { + "examine": "It's fun to go to the O-B-E-L-I-S-K!", + "grand_exchange_price": "107", + "durability": null, + "name": "Feather headdress (charged)", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12224", + "bonuses": "0,0,0,-1,2,4,6,8,4,4,20,0,0,0,0", + "equipment_slot": "0" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12294" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12296" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12298" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12300" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12302" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12304" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12306" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12308" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12310" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12312" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12314" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12316" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12318" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12320" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12322" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12324" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12326" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12328" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12330" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12332" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12334" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12336" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12338" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12340" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12342" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12344" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12346" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12348" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12350" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12352" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12354" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12356" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12358" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12360" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12362" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12364" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12366" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12368" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12370" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12372" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12374" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12376" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12378" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12380" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12382" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12384" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12386" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12388" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12390" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12392" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12394" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12396" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12398" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12400" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12402" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12404" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12406" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12408" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12410" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12412" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12414" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12416" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12418" + }, + { + "durability": null, + "name": "Pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12420" + }, + { + "requirements": "{23,41}", + "ge_buy_limit": "5000", + "grand_exchange_price": "96", + "examine": "A scroll for a macaw familiar.", + "durability": null, + "name": "Herbcall scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12422" + }, + { + "requirements": "{23,69}", + "ge_buy_limit": "5000", + "grand_exchange_price": "258", + "examine": "A scroll for a fruit bat familiar.", + "durability": null, + "name": "Fruitfall scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12423" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "examine": "A scroll for an ibis familiar.", + "durability": null, + "name": "Fish rain scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12424" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "examine": "A scroll for a spirit wolf familiar.", + "durability": null, + "name": "Howl scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12425" + }, + { + "requirements": "{23,47}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "examine": "A scroll for a magpie familiar.", + "durability": null, + "name": "Thieving fingers scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12426" + }, + { + "requirements": "{23,62}", + "ge_buy_limit": "5000", + "grand_exchange_price": "533", + "examine": "A scroll for an abyssal lurker familiar.", + "durability": null, + "name": "Abyssal stealth scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12427" + }, + { + "requirements": "{23,10}", + "ge_buy_limit": "5000", + "grand_exchange_price": "237", + "examine": "A scroll for a spirit spider familiar.", + "durability": null, + "name": "Egg spawn scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12428" + }, + { + "requirements": "{23,33}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "examine": "A scroll for a beaver familiar.", + "durability": null, + "name": "Multichop scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12429" + }, + { + "requirements": "{23,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "121", + "examine": "A scroll for an albino rat familiar.", + "durability": null, + "name": "Cheese feast scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12430" + }, + { + "requirements": "{23,40}", + "ge_buy_limit": "5000", + "grand_exchange_price": "39", + "examine": "A scroll for a bull ant familiar.", + "durability": null, + "name": "Unburden scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12431" + }, + { + "requirements": "{23,19}", + "ge_buy_limit": "5000", + "grand_exchange_price": "72", + "examine": "A scroll for a spirit scorpion familiar.", + "durability": null, + "name": "Venom shot scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12432" + }, + { + "requirements": "{23,32}", + "ge_buy_limit": "5000", + "grand_exchange_price": "99", + "examine": "A scroll for a honey badger familiar.", + "durability": null, + "name": "Insane ferocity scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12433" + }, + { + "requirements": "{23,88}", + "ge_buy_limit": "5000", + "grand_exchange_price": "299", + "examine": "A scroll for a unicorn stallion familiar.", + "durability": null, + "name": "Healing aura scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12434" + }, + { + "requirements": "{23,96}", + "ge_buy_limit": "5000", + "grand_exchange_price": "428", + "examine": "A scroll for a pack yak familiar.", + "durability": null, + "name": "Winter storage scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12435" + }, + { + "requirements": "{23,63}", + "ge_buy_limit": "5000", + "grand_exchange_price": "223", + "examine": "A scroll for a spirit cobra familiar.", + "durability": null, + "name": "Oph. incubation scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12436" + }, + { + "requirements": "{23,92}", + "ge_buy_limit": "5000", + "grand_exchange_price": "419", + "examine": "A scroll for a wolpertinger familiar.", + "durability": null, + "name": "Magic focus scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12437" + }, + { + "requirements": "{23,68}", + "ge_buy_limit": "5000", + "grand_exchange_price": "220", + "examine": "A scroll for a bunyip familiar.", + "durability": null, + "name": "Swallow whole scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12438" + }, + { + "requirements": "{23,67}", + "ge_buy_limit": "5000", + "grand_exchange_price": "269", + "examine": "A scroll for a war tortoise familiar.", + "durability": null, + "name": "Testudo scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12439" + }, + { + "requirements": "{23,28}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "examine": "A scroll for a compost mound familiar.", + "durability": null, + "name": "Generate compost scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12440" + }, + { + "requirements": "{23,52}", + "ge_buy_limit": "5000", + "grand_exchange_price": "35", + "examine": "A scroll for a spirit terrorbird familiar.", + "durability": null, + "name": "Tireless run scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12441" + }, + { + "requirements": "{23,80}", + "ge_buy_limit": "5000", + "grand_exchange_price": "174", + "examine": "A scroll for a hydra familiar.", + "durability": null, + "name": "Regrowth scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12442" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1118", + "examine": "A scroll for a Pest Control familiar.", + "durability": null, + "name": "Call to arms scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12443" + }, + { + "requirements": "{23,49}", + "ge_buy_limit": "5000", + "grand_exchange_price": "148", + "examine": "A scroll for a bloated leech familiar.", + "durability": null, + "name": "Blood drain scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12444" + }, + { + "requirements": "{23,4}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "examine": "A scroll for a dreadfowl familiar.", + "durability": null, + "name": "Dreadfowl strike scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12445" + }, + { + "requirements": "{23,25}", + "ge_buy_limit": "5000", + "grand_exchange_price": "122", + "examine": "A scroll for a spirit kalphite familiar.", + "durability": null, + "name": "Sandstorm scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12446" + }, + { + "requirements": "{23,31}", + "ge_buy_limit": "1000", + "grand_exchange_price": "98", + "examine": "A scroll for a vampire bat familiar.", + "durability": null, + "name": "Vampire touch scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12447" + }, + { + "requirements": "{23,42}", + "ge_buy_limit": "5000", + "grand_exchange_price": "123", + "examine": "A scroll for an evil turnip familiar.", + "durability": null, + "name": "Evil flames scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12448" + }, + { + "requirements": "{23,74}", + "ge_buy_limit": "5000", + "grand_exchange_price": "219", + "examine": "A scroll for a granite lobster familiar.", + "durability": null, + "name": "Crushing claw scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12449" + }, + { + "requirements": "{23,75}", + "ge_buy_limit": "5000", + "grand_exchange_price": "221", + "examine": "A scroll for a praying mantis familiar.", + "durability": null, + "name": "Mantis strike scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12450" + }, + { + "requirements": "{23,71}", + "ge_buy_limit": "5000", + "grand_exchange_price": "12", + "examine": "A scroll for an arctic bear familiar.", + "durability": null, + "name": "Arctic blast scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12451" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "examine": "A scroll for a barker toad familiar.", + "durability": null, + "name": "Toad bark scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12452" + }, + { + "requirements": "{23,55}", + "ge_buy_limit": "5000", + "grand_exchange_price": "202", + "examine": "A scroll for a spirit jelly familiar.", + "durability": null, + "name": "Dissolve scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12453" + }, + { + "requirements": "{23,54}", + "ge_buy_limit": "5000", + "grand_exchange_price": "163", + "examine": "A scroll for an abyssal parasite familiar.", + "durability": null, + "name": "Abyssal drain scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12454" + }, + { + "requirements": "{23,58}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "examine": "A scroll for a karamthulhu overlord familiar.", + "durability": null, + "name": "Doomsphere scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12455" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "9", + "examine": "A scroll for a spirit dagannoth familiar.", + "durability": null, + "name": "Spike shot scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12456" + }, + { + "requirements": "{23,78}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "examine": "A scroll for a giant ent familiar.", + "durability": null, + "name": "Acorn missile scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12457" + }, + { + "requirements": "{23,43}", + "ge_buy_limit": "5000", + "grand_exchange_price": "97", + "examine": "A scroll for a cockatrice variant familiar.", + "durability": null, + "name": "Petrifying gaze scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12458" + }, + { + "requirements": "{23,13}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10", + "examine": "A scroll for a thorny snail familiar.", + "durability": null, + "name": "Slime spray scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12459" + }, + { + "requirements": "{23,18}", + "ge_buy_limit": "5000", + "grand_exchange_price": "47", + "examine": "A scroll for a desert wyrm familiar.", + "durability": null, + "name": "Electric lash scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12460" + }, + { + "requirements": "{23,36}", + "ge_buy_limit": "5000", + "grand_exchange_price": "135", + "examine": "A scroll for a bronze minotaur familiar.", + "durability": null, + "name": "Bronze bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12461" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "180", + "examine": "A scroll for an iron minotaur familiar.", + "durability": null, + "name": "Iron bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12462" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "182", + "examine": "A scroll for a steel minotaur familiar.", + "durability": null, + "name": "Steel bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12463" + }, + { + "requirements": "{23,66}", + "ge_buy_limit": "5000", + "grand_exchange_price": "198", + "examine": "A scroll for a mithril minotaur familiar.", + "durability": null, + "name": "Mith bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12464" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "203", + "examine": "A scroll for an adamant minotaur familiar.", + "durability": null, + "name": "Addy bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12465" + }, + { + "requirements": "{23,86}", + "ge_buy_limit": "5000", + "grand_exchange_price": "67", + "examine": "A scroll for a rune minotaur familiar.", + "durability": null, + "name": "Rune bull rush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12466" + }, + { + "requirements": "{23,64}", + "ge_buy_limit": "5000", + "grand_exchange_price": "171", + "examine": "A scroll for a stranger plant familiar.", + "durability": null, + "name": "Poisonous blast scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12467" + }, + { + "requirements": "{23,61}", + "ge_buy_limit": "5000", + "grand_exchange_price": "170", + "examine": "A scroll for a smoke devil familiar.", + "durability": null, + "name": "Dust cloud scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12468" + }, + { + "examine": "A hatchling red dragon.", + "durability": null, + "name": "Dragon hatchling", + "archery_ticket_price": "0", + "id": "12469" + }, + { + "examine": "A hatchling blue dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12471" + }, + { + "examine": "A hatchling green dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12473" + }, + { + "examine": "A hatchling black dragon.", + "durability": null, + "name": "Hatchling dragon", + "archery_ticket_price": "0", + "id": "12475" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Red dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12477" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Blue dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12478" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Green dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12479" + }, + { + "examine": "This will hatch into a mighty dragon.", + "durability": null, + "name": "Black dragon egg", + "tradeable": "false", + "destroy": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12480" + }, + { + "examine": "Can't fly and can barely walk, but adorable nonetheless.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12481" + }, + { + "examine": "I can hatch this in an incubator.", + "durability": null, + "name": "Penguin egg", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12483" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12484" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12485" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12486" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Raccoon", + "archery_ticket_price": "0", + "id": "12487" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12488" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12489" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12490" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12491" + }, + { + "examine": "It's a colour-coordinated lizard!", + "durability": null, + "name": "Baby chameleon", + "archery_ticket_price": "0", + "id": "12492" + }, + { + "examine": "It's a colour-coordinated lizard!", + "durability": null, + "name": "Chameleon", + "archery_ticket_price": "0", + "id": "12493" + }, + { + "examine": "A lizard's egg.", + "durability": null, + "name": "Chameleon egg", + "weight": "1", + "archery_ticket_price": "0", + "id": "12494" + }, + { + "examine": "A lizard's egg.", + "durability": null, + "name": "Chameleon egg", + "weight": "1", + "archery_ticket_price": "0", + "id": "12495" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12496" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12498" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12499" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12500" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12501" + }, + { + "examine": "Apparently, this token is worth one baby giant crab to someone called Nung.", + "durability": null, + "name": "Crunchy claw token", + "archery_ticket_price": "0", + "id": "12502" + }, + { + "examine": "A fluffy chick.", + "durability": null, + "name": "Saradomin chick", + "archery_ticket_price": "0", + "id": "12503" + }, + { + "examine": "Lovely blue plumage.", + "durability": null, + "name": "Saradomin bird", + "archery_ticket_price": "0", + "id": "12504" + }, + { + "examine": "A fantastic saradomin owl.", + "durability": null, + "name": "Saradomin owl", + "archery_ticket_price": "0", + "id": "12505" + }, + { + "examine": "A fluffy chick.", + "durability": null, + "name": "Zamorak chick", + "archery_ticket_price": "0", + "id": "12506" + }, + { + "examine": "Lovely red plumage.", + "durability": null, + "name": "Zamorak bird", + "archery_ticket_price": "0", + "id": "12507" + }, + { + "examine": "A stately zamorak hawk.", + "durability": null, + "name": "Zamorak hawk", + "archery_ticket_price": "0", + "id": "12508" + }, + { + "examine": "A fluffy chick.", + "durability": null, + "name": "Guthix chick", + "archery_ticket_price": "0", + "id": "12509" + }, + { + "examine": "Lovely green plumage.", + "durability": null, + "name": "Guthix bird", + "archery_ticket_price": "0", + "id": "12510" + }, + { + "examine": "An impressive Guthix raptor.", + "durability": null, + "name": "Guthix raptor", + "archery_ticket_price": "0", + "id": "12511" + }, + { + "requirements": "{4,23}", + "examine": "It's lively and energetic.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12512" + }, + { + "requirements": "{4,23}", + "examine": "It's lively and energetic.", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12513" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12514" + }, + { + "requirements": "{4,23}", + "examine": "An aerodynamic doggy.", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12515" + }, + { + "requirements": "{4,23}", + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12516" + }, + { + "requirements": "{4,23}", + "examine": "My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12517" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12518" + }, + { + "requirements": "{4,23}", + "examine": "A purebred doggy.", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12519" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet.", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12520" + }, + { + "requirements": "{4,23}", + "examine": "Come by! Come by!", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12521" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy.", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12522" + }, + { + "requirements": "{4,23}", + "examine": "Looks like it's chewing a wasp.", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12523" + }, + { + "requirements": "{23,99}", + "shop_price": "99000", + "examine": "The cape worn by master summoners.", + "durability": null, + "name": "Summoning cape", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12524", + "bonuses": "0,0,0,0,0,9,9,9,9,9,0,0,0,0,0", + "equipment_slot": "1" + }, + { + "shop_price": "1", + "examine": "A charm used to summon familiars.", + "durability": null, + "name": "Gold charm", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12527" + }, + { + "examine": "A key to Pikkupstix's trapdoor.", + "durability": null, + "name": "Trapdoor key", + "archery_ticket_price": "0", + "id": "12528" + }, + { + "shop_price": "25", + "examine": "Shards of an obelisk.", + "grand_exchange_price": "24", + "durability": null, + "name": "Spirit shards", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12530" + }, + { + "requirements": "{23,56}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1914", + "examine": "I can summon an ibis familiar with this.", + "durability": null, + "name": "Ibis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12531" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1914", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ibis pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12532" + }, + { + "requirements": "{23,16}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7", + "examine": "A scroll for a granite crab familiar.", + "durability": null, + "name": "Stony shell scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12533" + }, + { + "ge_buy_limit": "1000", + "examine": "Meat from a creature that can be hunted in Isafdar.", + "grand_exchange_price": "7968", + "durability": null, + "name": "Raw pawya meat", + "tradeable": "true", + "weight": "0.33", + "archery_ticket_price": "0", + "id": "12535" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "7968", + "durability": null, + "name": "Raw pawya meat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12536" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12538" + }, + { + "ge_buy_limit": "5000", + "examine": "Spikes from a grenwall.", + "grand_exchange_price": "1704", + "durability": null, + "name": "Grenwall spikes", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12539" + }, + { + "durability": null, + "name": "Picture", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12545" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12547" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12548" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12549" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Platypus", + "archery_ticket_price": "0", + "id": "12550" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Baby platypus", + "archery_ticket_price": "0", + "id": "12551" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Baby platypus", + "archery_ticket_price": "0", + "id": "12552" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Baby platypus", + "archery_ticket_price": "0", + "id": "12553" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Patrick", + "archery_ticket_price": "0", + "id": "12554" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Penelope", + "archery_ticket_price": "0", + "id": "12555" + }, + { + "examine": "I bet he can't wait until it's cooked.", + "durability": null, + "name": "Peter", + "archery_ticket_price": "0", + "id": "12556" + }, + { + "examine": "A most unlikely creature.", + "durability": null, + "name": "Peanut", + "archery_ticket_price": "0", + "id": "12557" + }, + { + "examine": "Marginally better than egg on your face.", + "durability": null, + "name": "Mud", + "archery_ticket_price": "0", + "id": "12558", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "The height of style?", + "grand_exchange_price": "1004", + "durability": null, + "name": "Ogre wig", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12559", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "1004", + "durability": null, + "name": "Ogre wig", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12560" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "It's a little big on me.", + "grand_exchange_price": "197", + "durability": null, + "name": "Ogre kilt", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12561", + "equipment_slot": "7" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "197", + "durability": null, + "name": "Ogre kilt", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12562" + }, + { + "remove_sleeves": "true", + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "It's a little big on me.", + "grand_exchange_price": "536", + "durability": null, + "name": "Ogre top", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12563", + "equipment_slot": "4" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "536", + "durability": null, + "name": "Ogre top", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12564" + }, + { + "shop_price": "60", + "ge_buy_limit": "100", + "examine": "Good for stomping.", + "grand_exchange_price": "420", + "durability": null, + "name": "Ogre boots", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "12565", + "equip_audio": "2237", + "equipment_slot": "10" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "420", + "durability": null, + "name": "Ogre boots", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12566" + }, + { + "ge_buy_limit": "100", + "examine": "It's a slightly sickly-looking fur.", + "grand_exchange_price": "1468", + "durability": null, + "name": "Diseased kebbit fur", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12567" + }, + { + "remove_head": "true", + "ge_buy_limit": "100", + "examine": "A furry hat with an unnerving tail.", + "grand_exchange_price": "3656", + "durability": null, + "name": "Davy kebbit hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12568", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3656", + "durability": null, + "name": "Davy kebbit hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12569" + }, + { + "requirements": "{0,5}", + "ge_buy_limit": "100", + "turn90cw_anim": "8684", + "examine": "A big piece of tree.", + "walk_anim": "8684", + "durability": null, + "weight": "10", + "turn90ccw_anim": "8684", + "attack_speed": "7", + "weapon_interface": "10", + "turn180_anim": "8684", + "render_anim": "1157", + "defence_anim": "403", + "equipment_slot": "3", + "attack_anims": "401,401,401,401", + "grand_exchange_price": "77", + "stand_anim": "8683", + "name": "Ogre club", + "tradeable": "true", + "run_anim": "8685", + "archery_ticket_price": "0", + "id": "12570", + "stand_turn_anim": "823", + "bonuses": "-6,-2,15,0,0,0,0,0,0,0,0,12,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "77", + "durability": null, + "name": "Ogre club", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12571" + }, + { + "ge_buy_limit": "100", + "examine": "A delicate, sweet-smelling flower.", + "grand_exchange_price": "20", + "durability": null, + "name": "Lavender", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12572" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Lavender", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12573" + }, + { + "ge_buy_limit": "100", + "examine": "A stiff, pungent grass.", + "grand_exchange_price": "31", + "durability": null, + "name": "Fever grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12574" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "31", + "durability": null, + "name": "Fever grass", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12575" + }, + { + "ge_buy_limit": "100", + "examine": "A cheerful, aromatic flower.", + "grand_exchange_price": "12", + "durability": null, + "name": "Tansymum", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12576" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "12", + "durability": null, + "name": "Tansymum", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12577" + }, + { + "turn90cw_anim": "8681", + "examine": "A stiff, pungent grass.", + "walk_anim": "8681", + "durability": null, + "turn90ccw_anim": "8681", + "turn180_anim": "8681", + "render_anim": "294", + "equipment_slot": "3", + "grand_exchange_price": "41", + "stand_anim": "8682", + "name": "Smouldering fever grass", + "tradeable": "true", + "run_anim": "8690", + "archery_ticket_price": "0", + "id": "12578", + "stand_turn_anim": "8682" + }, + { + "turn90cw_anim": "8681", + "examine": "A delicate, sweet-smelling flower.", + "walk_anim": "8681", + "durability": null, + "turn90ccw_anim": "8681", + "turn180_anim": "8681", + "render_anim": "294", + "equipment_slot": "3", + "grand_exchange_price": "29", + "stand_anim": "8682", + "name": "Smouldering lavender", + "tradeable": "true", + "run_anim": "8690", + "archery_ticket_price": "0", + "id": "12579", + "stand_turn_anim": "8682" + }, + { + "turn90cw_anim": "8681", + "examine": "A cheerful, aromatic flower.", + "walk_anim": "8681", + "durability": null, + "turn90ccw_anim": "8681", + "turn180_anim": "8681", + "render_anim": "294", + "equipment_slot": "3", + "grand_exchange_price": "18", + "stand_anim": "8682", + "name": "Smouldering tansymum", + "tradeable": "true", + "run_anim": "8690", + "archery_ticket_price": "0", + "id": "12580", + "stand_turn_anim": "8682" + }, + { + "ge_buy_limit": "25000", + "examine": "Logs cut from a eucalyptus tree.", + "grand_exchange_price": "507", + "durability": null, + "name": "Eucalyptus logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12581", + "equipment_slot": "5" + }, + { + "ge_buy_limit": "25000", + "grand_exchange_price": "507", + "durability": null, + "name": "Eucalyptus logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12582" + }, + { + "ge_buy_limit": "1000", + "examine": "Logs cut from a eucalyptus tree.", + "grand_exchange_price": "3609", + "durability": null, + "name": "Eucalyptus pyre logs", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12583" + }, + { + "ge_buy_limit": "1000", + "grand_exchange_price": "3609", + "durability": null, + "name": "Eucalyptus pyre logs", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12584" + }, + { + "ge_buy_limit": "100", + "examine": "A modest and mild plant.", + "grand_exchange_price": "20", + "durability": null, + "name": "Primweed", + "tradeable": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12588" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "20", + "durability": null, + "name": "Primweed", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12589" + }, + { + "ge_buy_limit": "100", + "examine": "A pretty but putrid flower.", + "grand_exchange_price": "16", + "durability": null, + "name": "Stinkbloom", + "tradeable": "true", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "12590" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16", + "durability": null, + "name": "Stinkbloom", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12591" + }, + { + "durability": null, + "name": "Diseased kebbit fur", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12592" + }, + { + "destroy_message": "If you need to, you can get another from the Tyras Camp catapult engineer.", + "examine": "The plans for repairing the Tyras Camp catapult.", + "durability": null, + "name": "Catapult schematics", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12593" + }, + { + "destroy_message": "If you need to, you can get another from General Hining in the Tyras Camp.", + "examine": "General Hining wants me to deliver this to the Catapult Engineer.", + "durability": null, + "name": "Engineer's letter", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12594" + }, + { + "destroy_message": "You can always get another from the drunken sailor in Port Sarim.", + "examine": "Taken from a drunken sailor in Port Sarim.", + "durability": null, + "name": "Sailor's hat", + "tradeable": "false", + "destroy": "true", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "12595", + "equipment_slot": "0" + }, + { + "destroy_message": "You can get another set from Thaki the delivery dwarf in Port Sarim.", + "examine": "Dwarf-made parts for repairing the Tyras Camp catapult.", + "durability": null, + "name": "Metal catapult parts", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12596" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12597" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12598" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12599" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12600" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12601" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12602" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12603" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12604" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12605" + }, + { + "destroy_message": "If you need to, you can make another from the Tyras Camp catapult engineer's schematics.", + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Mahogany catapult part", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12606" + }, + { + "examine": "Used to repair the Tyras Camp catapult.", + "durability": null, + "name": "Picture", + "tradeable": "false", + "destroy": "true", + "weight": "2", + "archery_ticket_price": "0", + "id": "12607", + "equipment_slot": "5" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "An amulet of Farming with 1 charge.", + "grand_exchange_price": "271", + "durability": null, + "name": "Amulet of farming(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12608", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "271", + "durability": null, + "name": "Amulet of farming(1)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12609" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 2 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12610", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(2)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12611" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 3 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12612", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(3)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12613" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 4 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12614", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(4)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12615" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 5 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12616", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(5)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12617" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 6 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12618", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(6)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12619" + }, + { + "shop_price": "200", + "examine": "An amulet of Farming with 7 charges.", + "grand_exchange_price": "8", + "durability": null, + "name": "Amulet of farming(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12620", + "equipment_slot": "2" + }, + { + "durability": null, + "name": "Amulet of farming(7)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12621" + }, + { + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "An amulet of Farming with 8 charges.", + "grand_exchange_price": "210", + "durability": null, + "name": "Amulet of farming(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12622", + "equipment_slot": "2" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "210", + "durability": null, + "name": "Amulet of farming(8)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12623" + }, + { + "shop_price": "10", + "examine": "An ogleroot. How odd.", + "durability": null, + "name": "Ogleroot", + "tradeable": "true", + "archery_ticket_price": "0", + "weight": "0", + "id": "12624" + }, + { + "destroy_message": "You will need to obtain more flags from Mrs. Winkin or Farmer Blinkin if you have lost all of the flags you have.", + "shop_price": "500", + "examine": "A flag to put in the ground.", + "durability": null, + "name": "Flag", + "tradeable": "false", + "destroy": "true", + "weight": "0", + "archery_ticket_price": "0", + "id": "12625" + }, + { + "destroy_message": "You will need to get another exam paper from Professor Henry", + "examine": "Player Safety test", + "durability": null, + "name": "Test paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12626" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12627" + }, + { + "destroy_message": "Are you sure you want to destroy the lamp? You won't be able to get another one.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Antique lamp", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12628" + }, + { + "destroy_message": "You can get another pair of gloves from the chest in the Stronghold of Player Safety.", + "examine": "Gloves from the Stronghold of Player Safety.", + "durability": null, + "name": "Safety gloves", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12629", + "bonuses": "0,0,0,0,0,1,2,2,1,2,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "destroy_message": "Rubium is very unstable", + "shop_price": "10", + "examine": "Be careful with this near water.", + "durability": null, + "name": "Rubium", + "weight": "1", + "archery_ticket_price": "0", + "id": "12630" + }, + { + "destroy_message": "The train is tiny", + "examine": "(While on the ground) Kennith's lost toy. (While in your inventory) A wooden toy train.", + "durability": null, + "name": "Toy train", + "archery_ticket_price": "0", + "id": "12631" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "160", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12632" + }, + { + "examine": "The jar is shaking violently!", + "durability": null, + "name": "Super fishing explosive", + "archery_ticket_price": "0", + "id": "12633" + }, + { + "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", + "examine": "A thick, orange cape.", + "durability": null, + "name": "Chocatrice cape", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12634", + "equip_audio": "2238", + "equipment_slot": "1" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12635" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12636" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12637" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12638" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12639" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12640" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12641" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12642" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12643" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Happy Easter.", + "grand_exchange_price": "64747137", + "durability": null, + "name": "Easter egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12644" + }, + { + "destroy_message": "You can get another chocatrice cape from Diango in Draynor Village.", + "examine": "A thick, orange cape.", + "durability": null, + "name": "Chocatrice cape", + "tradeable": "false", + "destroy": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "12645", + "equip_audio": "2238", + "equipment_slot": "1" + }, + { + "examine": "A chocolate egg wrapped in coloured foil.", + "durability": null, + "name": "Chocolate egg", + "archery_ticket_price": "0", + "id": "12646" + }, + { + "examine": "A chocolate egg wrapped in coloured foil.", + "durability": null, + "name": "Chocolate egg", + "archery_ticket_price": "0", + "id": "12647" + }, + { + "examine": "A chocolate egg wrapped in coloured foil.", + "durability": null, + "name": "Chocolate egg", + "archery_ticket_price": "0", + "id": "12648" + }, + { + "shop_price": "2", + "examine": "It's an empty bucket.", + "grand_exchange_price": "50", + "durability": null, + "name": "Bucket", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "12649" + }, + { + "examine": "Common bucket: It's a bucket of water.2008 Easter event: It's a bucket of water from the Easter Bunny's warren. Regular bucket filled from Braindeath Island: It's a bucket of... water?", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "12650" + }, + { + "examine": "It's a bucket of water.", + "grand_exchange_price": "74", + "durability": null, + "name": "Bucket of water", + "tradeable": "true", + "weight": "3", + "archery_ticket_price": "0", + "id": "12651" + }, + { + "examine": "It's a bucket of coal from the Easter Bunny's warren.", + "durability": null, + "name": "Bucket of coal", + "weight": "3", + "archery_ticket_price": "0", + "id": "12652" + }, + { + "examine": "It's a bucket of coal from the Easter Bunny's warren.", + "durability": null, + "name": "Bucket of coal", + "weight": "3", + "archery_ticket_price": "0", + "id": "12653" + }, + { + "destroy_message": "Are you sure you want to destroy this object?
You can get another in the Easter Bunny's warren.", + "examine": "A stripy brown egg.", + "grand_exchange_price": "1255", + "durability": null, + "name": "Cockatrice egg", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12654" + }, + { + "destroy_message": "Are you sure you want to destroy this object?
You can make another at the Easter Bunny's warren.", + "examine": "A cockatrice egg that has been dipped in molten chocolate.", + "durability": null, + "name": "Chocatrice egg", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12655", + "equipment_slot": "3" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Some chocolate chunks.", + "durability": null, + "name": "Chocolate chunks", + "archery_ticket_price": "0", + "id": "12657" + }, + { + "remove_head": "true", + "shop_price": "3520", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "1913", + "name": "Adamant full helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12658", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "3520", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,2", + "remove_beard": "true", + "equipment_slot": "0", + "grand_exchange_price": "1913", + "name": "Adamant full helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12659", + "bonuses": "0,0,0,-6,-2,19,21,16,-1,19,6,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Lightweight head protection.", + "grand_exchange_price": "1040", + "durability": null, + "name": "Snakeskin bandana (e)", + "tradeable": "false", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "12660", + "absorb": "0,2,1", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Lightweight head protection.", + "grand_exchange_price": "1040", + "durability": null, + "name": "Snakeskin bandana (charged)", + "tradeable": "false", + "weight": "0.9", + "archery_ticket_price": "0", + "id": "12661", + "absorb": "0,2,1", + "bonuses": "0,0,0,-5,4,2,4,4,2,2,6,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "A wooden helmet.", + "durability": null, + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5623", + "name": "Splitbark helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12662", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A wooden helmet.", + "durability": null, + "weight": "0.9", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "5623", + "name": "Splitbark helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12663", + "bonuses": "0,0,0,3,-2,10,9,11,3,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21200", + "name": "Rune full helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12664", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A full face helmet.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "remove_beard": "true", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "21200", + "name": "Rune full helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12665", + "bonuses": "0,0,0,-6,-2,30,32,27,-1,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "weight": "1.3", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "61200", + "name": "Dragon med helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12666", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "Makes the wearer pretty intimidating.", + "durability": null, + "weight": "1.3", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "61200", + "name": "Dragon med helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12667", + "bonuses": "0,0,0,-3,-1,33,35,32,-1,34,10,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm (e)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12668", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "15000", + "examine": "A mystical helmet.", + "durability": null, + "destroy": "true", + "weight": "0.9", + "absorb": "3,1,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "The Oneiromancer might be able to help you get another.", + "name": "Lunar helm (charged)", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12669", + "bonuses": "0,0,0,3,-2,8,7,10,2,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "examine": "A helmet of great craftmanship.", + "durability": null, + "weight": "0.5", + "absorb": "0,5,2", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "3932989", + "name": "Armadyl helmet (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12670", + "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0" + }, + { + "remove_head": "true", + "examine": "A helmet of great craftmanship.", + "durability": null, + "weight": "0.5", + "absorb": "0,5,2", + "equip_audio": "2240", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "3932989", + "name": "Armadyl helmet (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12671", + "bonuses": "-5,-5,-5,-5,10,6,8,10,10,8,12,0,1,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by archers.", + "durability": null, + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "41000", + "name": "Archer helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12672", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by archers.", + "durability": null, + "weight": "2", + "absorb": "0,3,1", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "41000", + "name": "Archer helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12673", + "bonuses": "-5,-5,-5,-5,6,6,8,10,6,6,0,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by berserkers.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48800", + "name": "Berserker helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12674", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helmet is worn by berserkers.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48800", + "name": "Berserker helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12675", + "bonuses": "0,0,0,-5,-5,31,29,33,0,30,7,3,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by warriors.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48200", + "name": "Warrior helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12676", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by warriors.", + "durability": null, + "weight": "2.7", + "absorb": "1,0,3", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "48200", + "name": "Warrior helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12677", + "bonuses": "0,5,0,-5,-5,31,33,29,0,30,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by farseers.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "46400", + "name": "Farseer helm (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12678", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "78000", + "examine": "This helm is worn by farseers.", + "durability": null, + "weight": "2.7", + "absorb": "3,1,0", + "equipment_slot": "0", + "lendable": "true", + "grand_exchange_price": "46400", + "name": "Farseer helm (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12679", + "bonuses": "-5,-5,-5,6,-5,8,10,12,6,0,7,0,0,0,0" + }, + { + "remove_head": "true", + "shop_price": "50000", + "examine": "A gift from Neitiznot's Burgher.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "44831", + "name": "Helm of neitiznot (e)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12680", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" + }, + { + "remove_head": "true", + "shop_price": "50000", + "examine": "A gift from Neitiznot's Burgher.", + "durability": null, + "weight": "2.2", + "absorb": "2,0,4", + "equip_audio": "2240", + "equipment_slot": "0", + "grand_exchange_price": "44831", + "name": "Helm of neitiznot (charged)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12681", + "bonuses": "0,0,0,0,0,31,29,34,3,30,8,3,3,0,0" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12682" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12684" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12686" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12688" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12690" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12692" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12694" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12696" + }, + { + "examine": "(Baby) It's a tiny, cheeky monkey. (Adult) Hide the bananas!", + "durability": null, + "name": "Baby monkey", + "archery_ticket_price": "0", + "id": "12698" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little pup.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12700" + }, + { + "requirements": "{4,23}", + "examine": "A hyperactive little pup.", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12701" + }, + { + "requirements": "{4,23}", + "examine": "Such a brave doggy.", + "durability": null, + "name": "Terrier puppy", + "archery_ticket_price": "0", + "id": "12702" + }, + { + "requirements": "{4,23}", + "examine": "Such a brave doggy.", + "durability": null, + "name": "Terrier", + "archery_ticket_price": "0", + "id": "12703" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12704" + }, + { + "requirements": "{4,23}", + "examine": "An aerodynamic doggy.", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12705" + }, + { + "requirements": "{4,23}", + "examine": "This is one fast little pooch.", + "durability": null, + "name": "Greyhound puppy", + "archery_ticket_price": "0", + "id": "12706" + }, + { + "requirements": "{4,23}", + "examine": "An aerodynamic doggy.", + "durability": null, + "name": "Greyhound", + "archery_ticket_price": "0", + "id": "12707" + }, + { + "requirements": "{4,23}", + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12708" + }, + { + "requirements": "{4,23}", + "examine": "My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12709" + }, + { + "requirements": "{4,23}", + "examine": "Soft but strong... and cute.", + "durability": null, + "name": "Labrador puppy", + "archery_ticket_price": "0", + "id": "12710" + }, + { + "requirements": "{4,23}", + "examine": "My most faithful friend.", + "durability": null, + "name": "Labrador", + "archery_ticket_price": "0", + "id": "12711" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12712" + }, + { + "requirements": "{4,23}", + "examine": "A purebred doggy.", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12713" + }, + { + "requirements": "{4,23}", + "examine": "Now, if only I could find another hundred...", + "durability": null, + "name": "Dalmatian puppy", + "archery_ticket_price": "0", + "id": "12714" + }, + { + "requirements": "{4,23}", + "examine": "A purebred doggy.", + "durability": null, + "name": "Dalmatian", + "archery_ticket_price": "0", + "id": "12715" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet.", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12716" + }, + { + "requirements": "{4,23}", + "examine": "Come by! Come by!", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12717" + }, + { + "requirements": "{4,23}", + "examine": "This little puppy is very quiet.", + "durability": null, + "name": "Sheepdog puppy", + "archery_ticket_price": "0", + "id": "12718" + }, + { + "requirements": "{4,23}", + "examine": "Come by! Come by!", + "durability": null, + "name": "Sheepdog", + "archery_ticket_price": "0", + "id": "12719" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy.", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12720" + }, + { + "requirements": "{4,23}", + "examine": "Looks like it's chewing a wasp.", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12721" + }, + { + "requirements": "{4,23}", + "examine": "One proud little puppy.", + "durability": null, + "name": "Bulldog puppy", + "archery_ticket_price": "0", + "id": "12722" + }, + { + "requirements": "{4,23}", + "examine": "Looks like it's chewing a wasp.", + "durability": null, + "name": "Bulldog", + "archery_ticket_price": "0", + "id": "12723" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12724" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12725" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12726" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12727" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12728" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12729" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12730" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12731" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven chick", + "archery_ticket_price": "0", + "id": "12732" + }, + { + "examine": "Chick: A raven chick.", + "durability": null, + "name": "Raven", + "archery_ticket_price": "0", + "id": "12733" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12734" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Raccoon", + "archery_ticket_price": "0", + "id": "12735" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Baby raccoon", + "archery_ticket_price": "0", + "id": "12736" + }, + { + "examine": "(Baby) A stripy little baby raccoon.(Adult) He can run with us.", + "durability": null, + "name": "Raccoon", + "archery_ticket_price": "0", + "id": "12737" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12738" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12739" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12740" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Baby gecko", + "archery_ticket_price": "0", + "id": "12741" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12742" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12743" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12744" + }, + { + "examine": "(Baby) It's so adorably tiny! (Adult) How cute!", + "durability": null, + "name": "Gecko", + "archery_ticket_price": "0", + "id": "12745" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12746" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12747" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12748" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12749" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12750" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12751" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Baby giant crab", + "archery_ticket_price": "0", + "id": "12752" + }, + { + "requirements": "{23,40}", + "examine": "Baby: Little NipperAdult: Bigger Nipper.", + "durability": null, + "name": "Giant crab", + "archery_ticket_price": "0", + "id": "12753" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12754" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12755" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12756" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12757" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12758" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12759" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Baby squirrel", + "archery_ticket_price": "0", + "id": "12760" + }, + { + "examine": "Adult: An experienced nut-thief.Baby: A tiny nut-thief.", + "durability": null, + "name": "Squirrel", + "archery_ticket_price": "0", + "id": "12761" + }, + { + "examine": "Can't fly and can barely walk, but adorable nonetheless.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12763" + }, + { + "examine": "Can't fly and can barely walk, but adorable nonetheless.", + "durability": null, + "name": "Baby penguin", + "archery_ticket_price": "0", + "id": "12765" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12766" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12767" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12768" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12769" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12770" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12771" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12772" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12773" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture chick", + "archery_ticket_price": "0", + "id": "12774" + }, + { + "examine": "If you see them circling: run.", + "durability": null, + "name": "Vulture", + "archery_ticket_price": "0", + "id": "12775" + }, + { + "requirements": "{23,85}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2613", + "examine": "I can summon a swamp titan familiar with this.", + "durability": null, + "name": "Swamp titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12776" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2613", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Swamp titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12777" + }, + { + "requirements": "{17,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "130", + "examine": "I can summon a spirit mosquito familiar with this.", + "durability": null, + "name": "Spirit mosquito pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12778" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "130", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit mosquito pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12779" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "16100", + "examine": "I can summon a void spinner familiar with this.", + "durability": null, + "name": "Void spinner pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12780" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "16100", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void spinner pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12781" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2458", + "examine": "I can summon a forge regent familiar with this.", + "durability": null, + "name": "Forge regent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12782" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2458", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Forge regent pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12783" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "4097", + "examine": "I can summon a spirit larupia familiar with this.", + "durability": null, + "name": "Spirit larupia pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12784" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "4097", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit larupia pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12785" + }, + { + "requirements": "{23,89}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3856", + "examine": "I can summon a geyser titan familiar with this.", + "durability": null, + "name": "Geyser titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12786" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3856", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Geyser titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12787" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3840", + "examine": "I can summon a lava titan familiar with this.", + "durability": null, + "name": "Lava titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12788" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3840", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Lava titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12789" + }, + { + "requirements": "{23,99}", + "ge_buy_limit": "5000", + "grand_exchange_price": "5800", + "examine": "I can summon a steel titan familiar with this.", + "durability": null, + "name": "Steel titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12790" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "5800", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Steel titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12791" + }, + { + "requirements": "{23,73}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3436", + "examine": "I can summon an obsidian golem familiar with this.", + "durability": null, + "name": "Obsidian golem pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12792" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3436", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Obsidian golem pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12793" + }, + { + "requirements": "{23,77}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3017", + "examine": "I can summon a talon beast familiar with this.", + "durability": null, + "name": "Talon beast pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12794" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3017", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Talon beast pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12795" + }, + { + "requirements": "{23,93}", + "ge_buy_limit": "5000", + "grand_exchange_price": "2991", + "examine": "I can summon an abyssal titan familiar with this.", + "durability": null, + "name": "Abyssal titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12796" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "2991", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Abyssal titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12797" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "18300", + "examine": "I can summon a void torcher familiar with this.", + "durability": null, + "name": "Void torcher pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12798" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void torcher pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12799" + }, + { + "requirements": "{23,29}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1513", + "examine": "I can summon a giant chinchompa familiar with this.", + "durability": null, + "name": "Giant chinchompa pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12800" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1513", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Giant chinchompa pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12801" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3567", + "examine": "I can summon a fire titan familiar with this.", + "durability": null, + "name": "Fire titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12802" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3567", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Fire titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12803" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3548", + "examine": "I can summon a moss titan familiar with this.", + "durability": null, + "name": "Moss titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12804" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3548", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Moss titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12805" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7184", + "examine": "I can summon an ice titan familiar with this.", + "durability": null, + "name": "Ice titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12806" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7184", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ice titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12807" + }, + { + "requirements": "{22,23}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1116", + "examine": "I can summon a spirit Tz-Kih familiar with this.", + "durability": null, + "name": "Spirit tz-kih pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12808" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1116", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit tz-kih pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12809" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "7919", + "examine": "I can summon a spirit graahk familiar with this.", + "durability": null, + "name": "Spirit graahk pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12810" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "7919", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit graahk pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12811" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "13300", + "examine": "I can summon a spirit kyatt familiar with this.", + "durability": null, + "name": "Spirit kyatt pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12812" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "13300", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Spirit kyatt pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12813" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "18600", + "examine": "I can summon a void shifter familiar with this.", + "durability": null, + "name": "Void shifter pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12814" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "18600", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void shifter pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12815" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1951", + "examine": "I can summon a pyrelord familiar with this.", + "durability": null, + "name": "Pyrelord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12816" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1951", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Pyrelord pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12817" + }, + { + "requirements": "{23,34}", + "ge_buy_limit": "5000", + "grand_exchange_price": "10700", + "examine": "I can summon a void ravager familiar with this.", + "durability": null, + "name": "Void ravager pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12818" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "10700", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Void ravager pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12819" + }, + { + "requirements": "{23,70}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1382", + "examine": "I can summon a ravenous locust familiar with this.", + "durability": null, + "name": "Ravenous locust pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12820" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "1382", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Ravenous locust pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12821" + }, + { + "requirements": "{23,95}", + "ge_buy_limit": "5000", + "grand_exchange_price": "3470", + "examine": "I can summon an iron titan familiar with this.", + "durability": null, + "name": "Iron titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12822" + }, + { + "ge_buy_limit": "5000", + "grand_exchange_price": "3470", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Iron titan pouch", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12823" + }, + { + "requirements": "{23,79}", + "ge_buy_limit": "5000", + "grand_exchange_price": "380", + "examine": "A scroll for an elemental titan familiar.", + "durability": null, + "name": "Titan's con. scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12824" + }, + { + "requirements": "{23,99}", + "ge_buy_limit": "5000", + "grand_exchange_price": "646", + "examine": "A scroll for a steel titan familiar.", + "durability": null, + "name": "Steel of legends scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12825" + }, + { + "requirements": "{23,73}", + "ge_buy_limit": "5000", + "grand_exchange_price": "271", + "examine": "A scroll for an obsidian golem familiar.", + "durability": null, + "name": "Volcanic str. scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12826" + }, + { + "requirements": "{23,93}", + "ge_buy_limit": "5000", + "grand_exchange_price": "310", + "examine": "A scroll for an abyssal titan familiar.", + "durability": null, + "name": "Essence shipment scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12827" + }, + { + "requirements": "{23,95}", + "ge_buy_limit": "5000", + "grand_exchange_price": "389", + "examine": "A scroll for an iron titan familiar.", + "durability": null, + "name": "Iron within scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12828" + }, + { + "requirements": "{23,46}", + "ge_buy_limit": "5000", + "grand_exchange_price": "146", + "examine": "A scroll for a pyrelord familiar.", + "durability": null, + "name": "Immense heat scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12829" + }, + { + "requirements": "{23,70}", + "ge_buy_limit": "5000", + "grand_exchange_price": "149", + "examine": "A scroll for a ravenous locust familiar.", + "durability": null, + "name": "Famine scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12830" + }, + { + "requirements": "{23,77}", + "ge_buy_limit": "5000", + "grand_exchange_price": "245", + "examine": "A scroll for a talon beast familiar.", + "durability": null, + "name": "Deadly claw scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12831" + }, + { + "requirements": "{23,85}", + "ge_buy_limit": "5000", + "grand_exchange_price": "192", + "examine": "A scroll for a swamp titan familiar.", + "durability": null, + "name": "Swamp plague scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12832" + }, + { + "requirements": "{23,89}", + "ge_buy_limit": "5000", + "grand_exchange_price": "294", + "examine": "A scroll for a geyser titan familiar.", + "durability": null, + "name": "Boil scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12833" + }, + { + "requirements": "{23,29}", + "ge_buy_limit": "5000", + "grand_exchange_price": "103", + "examine": "A scroll for a giant chinchompa familiar.", + "durability": null, + "name": "Explode scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12834" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "250", + "examine": "A scroll for a spirit graahk familiar.", + "durability": null, + "name": "Goad scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12835" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1428", + "examine": "A scroll for a spirit kyatt familiar.", + "durability": null, + "name": "Ambush scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12836" + }, + { + "requirements": "{23,83}", + "ge_buy_limit": "5000", + "grand_exchange_price": "300", + "examine": "A scroll for a lava titan familiar.", + "durability": null, + "name": "Ebon thunder scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12837" + }, + { + "requirements": "{23,17}", + "ge_buy_limit": "5000", + "grand_exchange_price": "1", + "examine": "A scroll for a spirit mosquito familiar.", + "durability": null, + "name": "Pester scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12838" + }, + { + "requirements": "{23,22}", + "ge_buy_limit": "5000", + "grand_exchange_price": "78", + "examine": "A scroll for a spirit Tz-Kih familiar.", + "durability": null, + "name": "Fireball assault scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12839" + }, + { + "requirements": "{23,57}", + "ge_buy_limit": "5000", + "grand_exchange_price": "196", + "examine": "A scroll for a spirit larupia familiar.", + "durability": null, + "name": "Rending scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12840" + }, + { + "requirements": "{23,76}", + "ge_buy_limit": "5000", + "grand_exchange_price": "173", + "examine": "A scroll for a forge regent familiar.", + "durability": null, + "name": "Inferno scroll", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12841" + }, + { + "turn90cw_anim": "8963", + "stand_anim": "8964", + "walk_anim": "8961", + "durability": null, + "name": "Gnomecopter", + "run_anim": "8963", + "archery_ticket_price": "0", + "turn90ccw_anim": "8963", + "id": "12842", + "stand_turn_anim": "8963", + "turn180_anim": "8963", + "equipment_slot": "1" + }, + { + "destroy_message": "This is for use with the gnomecopters, north of Lumbridge. Sasquine Huburns will give you another one.", + "examine": "It tells gnomecopters where you wish to go.", + "durability": null, + "name": "Gnomecopter ticket", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12843" + }, + { + "shop_price": "100", + "turn90cw_anim": "8983", + "examine": "A kite with a dragon on it.", + "walk_anim": "8982", + "durability": null, + "turn90ccw_anim": "8984", + "attack_speed": "4", + "turn180_anim": "8985", + "render_anim": "593", + "equipment_slot": "3", + "stand_anim": "8981", + "name": "Toy kite", + "run_anim": "8986", + "archery_ticket_price": "0", + "id": "12844", + "stand_turn_anim": "8987" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12845", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12846", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12847", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12848", + "stand_turn_anim": "9000" + }, + { + "turn90cw_anim": "9002", + "examine": "A stone used to gather energy.", + "walk_anim": "8997", + "durability": null, + "destroy": "true", + "weight": "30", + "turn90ccw_anim": "9003", + "turn180_anim": "9001", + "render_anim": "370", + "equipment_slot": "3", + "destroy_message": "You can reclaim this item from the place you found it.", + "stand_anim": "8998", + "name": "Stone of power", + "tradeable": "false", + "run_anim": "9004", + "archery_ticket_price": "0", + "id": "12849", + "stand_turn_anim": "9000" + }, + { + "examine": "A generic elemental rune", + "durability": null, + "name": "Elemental rune", + "archery_ticket_price": "0", + "id": "12850" + }, + { + "examine": "A generic non-elemental rune", + "durability": null, + "name": "Catalytic rune", + "archery_ticket_price": "0", + "id": "12851" + }, + { + "examine": "A token awarded for taking part in the Fist of Guthix minigame.", + "durability": null, + "name": "Fist of guthix token", + "archery_ticket_price": "0", + "id": "12852" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "A box of bandages for healing.", + "durability": null, + "name": "Bandages", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12853" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "examine": "Teleports you to the centre of the arena.", + "durability": null, + "name": "Tele-orb", + "archery_ticket_price": "0", + "id": "12855" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,50}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Irit gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12856", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,60}", + "shop_price": "100", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Avantoe gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12857", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,70}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Kwuarm gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12858", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{15,80}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Cadantine gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12859", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{10,65}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Swordfish gloves", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12860", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{10,90}", + "shop_price": "200", + "examine": "A pair of mystical gloves", + "durability": null, + "name": "Shark gloves", + "tradeable": "false", + "weight": "1", + "archery_ticket_price": "0", + "id": "12861", + "equipment_slot": "9" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "requirements": "{18,70}", + "shop_price": "200", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Dragon slayer gloves", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12862", + "equipment_slot": "9" + }, + { + "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", + "requirements": "{20,10}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Air runecrafting gloves", + "tradeable": "false", + "weight": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12863", + "equipment_slot": "9" + }, + { + "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix activity.", + "requirements": "{20,20}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Water runecrafting gloves", + "tradeable": "false", + "weight": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12864", + "equipment_slot": "9" + }, + { + "destroy_message": "You can buy a new pair from the druids at the Fist of Guthix minigame.", + "requirements": "{20,30}", + "shop_price": "75", + "examine": "A pair of mystical gloves.", + "durability": null, + "name": "Earth runecrafting gloves", + "tradeable": "false", + "weight": "1", + "destroy": "true", + "archery_ticket_price": "0", + "id": "12865", + "equipment_slot": "9" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12866", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12867", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12868", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12869", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "70529", + "name": "Battle hood 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12870", + "bonuses": "0,0,0,5,0,7,6,8,5,0,8,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,50}-{6,60}", + "shop_price": "250", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "absorb": "4,3,0", + "equipment_slot": "0", + "grand_exchange_price": "78900", + "name": "Battle hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12871", + "bonuses": "0,0,0,2,0,3,2,3,2,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "78900", + "durability": null, + "name": "Battle hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12872" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12873", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12874", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12875", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12876", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "examine": "A robe top infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "537714", + "name": "Battle robe top 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12877", + "bonuses": "0,0,0,26,0,17,15,20,26,0,30,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1500", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "weight": "4", + "absorb": "8,4,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "431400", + "name": "Battle robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12878", + "bonuses": "0,0,0,7,0,4,4,5,7,0,8,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "431400", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Battle robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12879" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12880", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12881", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12882", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12883", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "examine": "A robe bottom infused with arcane power, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "364878", + "name": "Battle robe bottom 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12884", + "bonuses": "0,0,0,20,0,14,11,16,20,0,23,0,0,0,0" + }, + { + "requirements": "{1,50}-{6,60}", + "shop_price": "1000", + "ge_buy_limit": "10", + "examine": "Its arcane power is waning.", + "durability": null, + "weight": "3", + "absorb": "5,2,0", + "equipment_slot": "7", + "grand_exchange_price": "538000", + "name": "Battle robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12885", + "bonuses": "0,0,0,6,0,4,3,4,6,0,7,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "538000", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Battle robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12886" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12887", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12888", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12889", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12890", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "6915", + "name": "Druidic mage hood 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12891", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A worn-out hood, formerly worn by the followers of Guthix.", + "durability": null, + "weight": "7", + "equipment_slot": "0", + "grand_exchange_price": "8504", + "name": "Druidic mage hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12892", + "bonuses": "0,0,0,1,0,0,0,0,1,0,1,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "8504", + "durability": null, + "name": "Druidic mage hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12893" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12894", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12895", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12896", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12897", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "80273", + "name": "Druidic mage top 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12898", + "bonuses": "0,0,0,7,0,0,0,0,7,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "300", + "ge_buy_limit": "10", + "examine": "A magical robe top worn by followers of Guthix.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "76300", + "name": "Druidic mage top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12899", + "bonuses": "0,0,0,3,0,0,0,0,3,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "76300", + "durability": null, + "name": "Druidic mage top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12900" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12901", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12902", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12903", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12904", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "54532", + "name": "Druidic mage bottom 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12905", + "bonuses": "0,0,0,6,0,0,0,0,6,0,6,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "200", + "ge_buy_limit": "10", + "examine": "A magical robe bottom worn by a person who follows Guthix.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "60800", + "name": "Druidic mage bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12906", + "bonuses": "0,0,0,2,0,0,0,0,2,0,2,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "60800", + "durability": null, + "name": "Druidic mage bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12907" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12908", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12909", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12910", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12911", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "examine": "A spiked square shield.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2271", + "name": "Adamant spikeshield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12912", + "bonuses": "0,0,0,-6,-2,25,27,23,0,25,26,1,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "Not so spiky anymore.", + "durability": null, + "weight": "5", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "2718", + "name": "Adamant spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12913", + "bonuses": "0,0,0,-6,-2,11,12,10,0,11,4,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "Not so spiky anymore!", + "grand_exchange_price": "2718", + "durability": null, + "name": "Adamant spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12914" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12915", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12916", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12917", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12918", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "examine": "A large, spiked metal shield", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "19190", + "name": "Adamant berserker shield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12919", + "bonuses": "0,0,0,-8,-2,28,32,30,-1,30,31,2,0,0,0" + }, + { + "requirements": "{1,35}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "Not so spiky anymore!", + "durability": null, + "weight": "7", + "absorb": "3,0,6", + "equipment_slot": "5", + "grand_exchange_price": "23700", + "name": "Adamant berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12920", + "bonuses": "0,0,0,-8,-2,12,14,13,-1,8,4,1,0,0,0" + }, + { + "ge_buy_limit": "10", + "examine": "Not so spiky anymore!", + "grand_exchange_price": "23700", + "durability": null, + "name": "Adamant berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12921" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12922", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0", + "point_price": "35" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12923", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12924", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12925", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "examine": "A spiked, medium square shield.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "57548", + "name": "Rune spikeshield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12926", + "bonuses": "0,0,0,-6,-2,39,41,37,0,39,36,3,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "200", + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "durability": null, + "weight": "4", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "50500", + "name": "Rune spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12927", + "bonuses": "0,0,0,-6,-2,14,15,13,0,14,8,2,0,0,0" + }, + { + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "grand_exchange_price": "50500", + "durability": null, + "name": "Rune spikeshield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12928" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12929", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0", + "point_price": "35" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12930", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12931", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12932", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "examine": "A Large, spiked metal shield.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "82000", + "name": "Rune berserker shield 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12933", + "bonuses": "0,0,0,-8,-2,45,49,47,-1,47,41,4,0,0,0" + }, + { + "requirements": "{1,45}", + "shop_price": "300", + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "durability": null, + "weight": "6", + "absorb": "3,0,7", + "equipment_slot": "5", + "grand_exchange_price": "135300", + "name": "Rune berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12934", + "bonuses": "0,0,0,-8,-2,16,18,17,-1,17,9,2,0,0,0" + }, + { + "ge_buy_limit": "10", + "examine": "Not so spiky anymore.", + "grand_exchange_price": "135300", + "durability": null, + "name": "Rune berserker shield 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12935" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12936", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12937", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12938", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12939", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "examine": "A coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "88084", + "name": "Green d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12940", + "bonuses": "0,0,0,-1,4,4,6,8,4,5,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,40}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "A worn out coif made of green dragonhide.", + "durability": null, + "weight": "0.9", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "92700", + "name": "Green d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12941", + "bonuses": "0,0,0,-1,1,1,2,2,1,2,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A worn out coif made of green dragonhide.", + "grand_exchange_price": "92700", + "durability": null, + "name": "Green d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12942" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12943", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12944", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "Fully charged: A coif made of blue dragonhide. Fully degraded: A worn out coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12945", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12946", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "examine": "A coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "186985", + "name": "Blue d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12947", + "bonuses": "0,0,0,-1,5,4,6,8,4,6,5,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,50}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "A worn out coif made of blue dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "131900", + "name": "Blue d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12948", + "bonuses": "0,0,0,-1,1,1,2,2,1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A worn out coif made of blue dragonhide.", + "grand_exchange_price": "131900", + "durability": null, + "name": "Blue d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12949" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12950", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12951", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "Fully charged: A coif made of red dragonhide.Fully degraded: A worn out coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12952", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12953", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "examine": "A coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "230059", + "name": "Red d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12954", + "bonuses": "0,0,0,-1,6,4,6,9,4,6,6,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,60}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "A worn out coif made of red dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "156600", + "name": "Red d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12955", + "bonuses": "0,0,0,-1,2,1,2,3,1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A worn out coif made of red dragonhide.", + "grand_exchange_price": "156600", + "durability": null, + "name": "Red d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12956" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12957", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12958", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12959", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12960", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "examine": "Fully charged: A coif made of black dragonhide. Fully degraded: A worn out coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "379555", + "name": "Black d'hide coif 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12961", + "bonuses": "0,0,0,-1,7,4,7,9,4,7,7,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,40}-{4,70}", + "shop_price": "500", + "ge_buy_limit": "100", + "examine": "A coif made of black dragonhide.", + "durability": null, + "weight": "1", + "absorb": "0,3,1", + "equip_audio": "2238", + "equipment_slot": "0", + "grand_exchange_price": "229000", + "name": "Black d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12962", + "bonuses": "0,0,0,-1,3,1,3,3,1,2,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "examine": "A coif made of black dragonhide.", + "grand_exchange_price": "229000", + "durability": null, + "name": "Black d'hide coif 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12963" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12964", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12965", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12966", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12967", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "5661", + "name": "Combat hood 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12968", + "bonuses": "0,0,0,3,0,1,1,1,3,0,4,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}-{6,20}", + "shop_price": "50", + "ge_buy_limit": "10", + "examine": "A magical hood, especially created for combat spells.", + "durability": null, + "weight": "0.8", + "equipment_slot": "0", + "grand_exchange_price": "6511", + "name": "Combat hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12969", + "bonuses": "0,0,0,1,0,0,0,0,1,0,2,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "6511", + "durability": null, + "name": "Combat hood 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12970" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12971", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12972", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12973", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12974", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "37700", + "name": "Combat robe top 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12975", + "bonuses": "0,0,0,7,0,1,1,1,7,0,8,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "150", + "ge_buy_limit": "10", + "examine": "A magical robe top, especially made for combat spells.", + "durability": null, + "weight": "4", + "absorb": "2,1,0", + "equipment_slot": "4", + "remove_sleeves": "true", + "grand_exchange_price": "61500", + "name": "Combat robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12976", + "bonuses": "0,0,0,3,0,0,0,0,3,0,4,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "61500", + "durability": null, + "name": "Combat robe top 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12977" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 100", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12978", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 80", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12979", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 60", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12980", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 40", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12981", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "50200", + "name": "Combat robe bottom 20", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12982", + "bonuses": "0,0,0,6,0,1,1,1,6,0,7,0,0,0,0" + }, + { + "requirements": "{1,10}-{6,20}", + "shop_price": "100", + "ge_buy_limit": "10", + "examine": "A magical robe bottom, especially created for combat spells.", + "durability": null, + "weight": "3", + "absorb": "1,0,0", + "equipment_slot": "7", + "grand_exchange_price": "47800", + "name": "Combat robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12983", + "bonuses": "0,0,0,2,0,0,0,0,2,0,3,0,0,0,0" + }, + { + "ge_buy_limit": "10", + "grand_exchange_price": "47800", + "durability": null, + "name": "Combat robe bottom 0", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12984" + }, + { + "shop_price": "15", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "3694", + "durability": null, + "name": "Bronze gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12985", + "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "15", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "3275", + "durability": null, + "name": "Worn-out bronze gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12986", + "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "3275", + "durability": null, + "name": "Worn-out bronze gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12987" + }, + { + "shop_price": "30", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "17339", + "durability": null, + "name": "Iron gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12988", + "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0", + "equipment_slot": "9" + }, + { + "shop_price": "30", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "16000", + "durability": null, + "name": "Worn-out iron gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12989", + "bonuses": "0,0,0,-1,-1,0,1,1,-1,0,1,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "16000", + "durability": null, + "name": "Worn-out iron gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12990" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "29844", + "durability": null, + "name": "Steel gauntlets", + "tradeable": "false", + "weight": "10", + "archery_ticket_price": "0", + "id": "12991", + "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,5}", + "shop_price": "50", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "weight": "10", + "equipment_slot": "9", + "grand_exchange_price": "27000", + "name": "Worn-out steel gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12992", + "bonuses": "0,0,0,-1,-1,1,1,1,-1,1,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "27000", + "durability": null, + "name": "Worn-out steel gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12993" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "50808", + "durability": null, + "name": "Black gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "12994", + "bonuses": "0,0,0,-1,-1,5,6,6,-1,5,5,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,10}", + "shop_price": "75", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "40100", + "name": "Worn-out black gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12995", + "bonuses": "0,0,0,-1,-1,1,2,2,-1,1,1,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "40100", + "durability": null, + "name": "Worn-out black gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12996" + }, + { + "requirements": "{1,20}", + "shop_price": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "60064", + "durability": null, + "name": "Mithril gauntlets", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "12997", + "bonuses": "0,0,0,-1,-1,6,7,7,-1,6,6,0,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,20}", + "shop_price": "100", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe!", + "grand_exchange_price": "54200", + "durability": null, + "name": "Worn-out mithril gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12998", + "bonuses": "0,0,0,-1,-1,2,2,2,-1,2,2,0,0,0,0", + "equipment_slot": "9" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "54200", + "durability": null, + "name": "Worn-out mithril gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "12999" + }, + { + "requirements": "{1,30}", + "shop_price": "150", + "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", + "grand_exchange_price": "74526", + "durability": null, + "name": "Adamant gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "13000", + "bonuses": "0,0,0,-1,-1,8,9,9,-1,8,8,1,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,30}", + "shop_price": "150", + "ge_buy_limit": "100", + "examine": "I have to keep my hands safe! Uncharged: A bit worse for wear.", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "71500", + "name": "Worn-out adamant gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13001", + "bonuses": "0,0,0,-1,-1,2,3,3,-1,2,2,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "71500", + "durability": null, + "name": "Worn-out adamant gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13002" + }, + { + "requirements": "{1,40}", + "shop_price": "200", + "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", + "grand_exchange_price": "95700", + "durability": null, + "name": "Rune gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "13003", + "bonuses": "0,0,0,-1,-1,10,11,11,-1,10,10,2,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,40}", + "shop_price": "200", + "ge_buy_limit": "100", + "examine": "Fully charged: I have to keep my hands safe! Worn-Out: A bit worse for wear.", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "99900", + "name": "Worn-out rune gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13004", + "bonuses": "0,0,0,-1,-1,3,4,4,-1,3,3,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "99900", + "durability": null, + "name": "Worn-out rune gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13005" + }, + { + "requirements": "{1,60}", + "shop_price": "300", + "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", + "grand_exchange_price": "214700", + "durability": null, + "name": "Dragon gauntlets", + "tradeable": "false", + "weight": "0.2", + "archery_ticket_price": "0", + "id": "13006", + "bonuses": "0,0,0,-1,-1,14,15,15,-1,14,14,3,0,0,0", + "equipment_slot": "9" + }, + { + "requirements": "{1,60}", + "shop_price": "300", + "ge_buy_limit": "100", + "examine": "Uncharged: A bit worse for wear. Charged: I have to keep my hands safe!", + "durability": null, + "weight": "0.2", + "equipment_slot": "9", + "grand_exchange_price": "166200", + "name": "Worn-out dragon gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13007", + "bonuses": "0,0,0,-1,-1,4,5,5,-1,4,4,1,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "166200", + "durability": null, + "name": "Worn-out dragon gauntlets", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13008" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13010" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13011" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13012" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13013" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13014" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13015" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13016" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13017" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13018" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13019" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13020" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13021" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13022" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13023" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13024" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13025" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13026" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13027" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13028" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13029" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13030" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13031" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13032" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13033" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13034" + }, + { + "destroy_message": "You can reclaim this item from the place you found it.", + "shop_price": "5", + "examine": "I need to solve this.", + "durability": null, + "name": "Puzzle box", + "archery_ticket_price": "0", + "id": "13035" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13036" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13037" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13038" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13039" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13040" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13041" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13042" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13043" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13044" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13045" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13046" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13047" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13048" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13049" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13050" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13051" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13052" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13053" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13054" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13055" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13056" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13057" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13058" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13059" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13060" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13061" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13062" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13063" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13064" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13065" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13066" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13067" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13068" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13069" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13070" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13071" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13072" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13074" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13075" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13076" + }, + { + "examine": "I hope there's treasure in it.", + "grand_exchange_price": "3726", + "durability": null, + "name": "Casket", + "tradeable": "true", + "weight": "5", + "archery_ticket_price": "0", + "id": "13077" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13078" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13079" + }, + { + "shop_price": "5000", + "examine": "A set of instructions to be followed.", + "durability": null, + "name": "Clue scroll", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13080" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "turn90cw_anim": "821", + "examine": "A black crossbow.", + "walk_anim": "4226", + "durability": null, + "weight": "5", + "turn90ccw_anim": "822", + "attack_speed": "6", + "weapon_interface": "17", + "turn180_anim": "4227", + "equip_audio": "2244", + "render_anim": "175", + "equipment_slot": "3", + "grand_exchange_price": "261", + "stand_anim": "4591", + "attack_audios": "2700,0,0,0", + "tradeable": "true", + "name": "Black crossbow", + "run_anim": "4228", + "archery_ticket_price": "0", + "id": "13081", + "stand_turn_anim": "823", + "bonuses": "0,0,0,0,60,0,0,0,0,0,0,0,0,0,0" + }, + { + "ge_buy_limit": "100", + "grand_exchange_price": "261", + "durability": null, + "name": "Black crossbow", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13082" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "55", + "durability": null, + "name": "Black bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13083", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "141", + "durability": null, + "name": "Black bolts(p)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13084", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "233", + "durability": null, + "name": "Black bolts(p+)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13085", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{4,33}", + "ge_buy_limit": "100", + "examine": "Black crossbow bolts.", + "grand_exchange_price": "1690", + "durability": null, + "name": "Black bolts(p++)", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13086", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,75", + "equipment_slot": "13" + }, + { + "requirements": "{0,8}", + "ge_buy_limit": "2", + "examine": "A sapphire-topped cane.", + "durability": null, + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "77000", + "name": "Black cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13095", + "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "77000", + "durability": null, + "name": "Black cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13096" + }, + { + "requirements": "{0,28}", + "ge_buy_limit": "2", + "examine": "A ruby-topped cane.", + "durability": null, + "weight": "0.5", + "weapon_interface": "10", + "equipment_slot": "3", + "grand_exchange_price": "19100", + "name": "Adamant cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13097", + "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "19100", + "durability": null, + "name": "Adamant cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13098" + }, + { + "requirements": "{0,38}", + "ge_buy_limit": "2", + "examine": "A diamond-topped cane.", + "durability": null, + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "lendable": "true", + "grand_exchange_price": "14500", + "name": "Rune cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13099", + "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "14500", + "durability": null, + "name": "Rune cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13100" + }, + { + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Comes with a free rabbit!", + "grand_exchange_price": "160400", + "durability": null, + "name": "Top hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13101", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "160400", + "durability": null, + "name": "Top hat", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13102" + }, + { + "ge_buy_limit": "2", + "examine": "Official explorer headgear!", + "grand_exchange_price": "85400", + "durability": null, + "name": "Pith helmet", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "13103", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "85400", + "durability": null, + "name": "Pith helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13104" + }, + { + "remove_head": "true", + "requirements": "{1,5}", + "ge_buy_limit": "2", + "examine": "Spikier than normal.", + "durability": null, + "weight": "10", + "equipment_slot": "0", + "grand_exchange_price": "38300", + "name": "Spiked helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13105", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "38300", + "durability": null, + "name": "Spiked helmet", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13106" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "Shear elegance.", + "grand_exchange_price": "296700", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13107", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "296700", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13108" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "I can get the look right, but can I do the waddle too?", + "grand_exchange_price": "633600", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13109", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "633600", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13110" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "The bats have left the belltower.", + "grand_exchange_price": "399000", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13111", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "399000", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13112" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "It's the year of the cat!", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13113", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1200000", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13114" + }, + { + "remove_head": "true", + "lendable": "true", + "ge_buy_limit": "2", + "examine": "I'm hungry like the wolf.", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Wolf mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13115", + "equipment_slot": "0" + }, + { + "ge_buy_limit": "2", + "grand_exchange_price": "1500000", + "durability": null, + "name": "Wolf mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13116" + }, + { + "turn90cw_anim": "9053", + "examine": "A fully charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "defence_anim": "9048", + "equipment_slot": "3", + "attack_anims": "9097,9097,9097,9097", + "stand_anim": "9049", + "name": "Ivandis flail (30)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13117", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (29)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13118", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "turn90ccw_anim": "9054", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail(28)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13119", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (27)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13120", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (26)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13121", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (25)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13122", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (24)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13123", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (23)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13124", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (22)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13125", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (21)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13126", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (20)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13127", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (19)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13128", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (18)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13129", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (17)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13130", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (16)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13131", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (15)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13132", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (14)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13133", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (13)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13134", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (12)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13135", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (11)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13136", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (10)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13137", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (9)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13138", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (8)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13139", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (7)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13140", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (6)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13141", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (5)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13142", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (4)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13143", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (3)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13144", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - it's nearly out of charges.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (2)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13145", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "turn90cw_anim": "9053", + "examine": "A partially charged flail - one last charge left.", + "walk_anim": "9051", + "has_special": "true", + "durability": null, + "weight": "5", + "turn90ccw_anim": "9054", + "attack_speed": "5", + "two_handed": "true", + "weapon_interface": "23", + "turn180_anim": "9052", + "render_anim": "712", + "equipment_slot": "3", + "stand_anim": "9049", + "name": "Ivandis flail (1)", + "run_anim": "9050", + "archery_ticket_price": "0", + "id": "13146", + "stand_turn_anim": "823", + "bonuses": "0,16,11,6,0,2,3,1,6,0,0,26,5,0,0" + }, + { + "examine": "Flail of Ivandis dust.", + "durability": null, + "name": "Flail dust", + "archery_ticket_price": "0", + "id": "13147" + }, + { + "destroy_message": "You found this page in the top floor of Paterdomus temple on an old table.", + "examine": "A page ripped from a book; it looks like a map of some kind.", + "durability": null, + "name": "Book page", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13149" + }, + { + "destroy_message": "You got this book from a bunk bed in Sanguinesti Myreque base.", + "examine": "A big book of combat techniques.", + "durability": null, + "name": "Combat book", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13151" + }, + { + "examine": "Used to make a metal chain.", + "durability": null, + "name": "Chain link mould", + "weight": "1", + "archery_ticket_price": "0", + "id": "13153" + }, + { + "examine": "A chain made from mithril and silver.", + "durability": null, + "name": "Silvthril chain", + "weight": "3", + "archery_ticket_price": "0", + "id": "13154" + }, + { + "examine": "A blessed sickle with an emerald recessed into it.", + "durability": null, + "name": "Silver sickle emerald(b)", + "weight": "1", + "archery_ticket_price": "0", + "id": "13155", + "equipment_slot": "3" + }, + { + "examine": "A blessed and enchanted silver sickle with an emerald recessed into it.", + "durability": null, + "name": "Enchanted sickle emerald(b)", + "weight": "1", + "archery_ticket_price": "0", + "id": "13156", + "equipment_slot": "3" + }, + { + "examine": "A Vyrewatch corpse. Just a husk, really.", + "durability": null, + "name": "Vyre corpse", + "weight": "5", + "archery_ticket_price": "0", + "id": "13157" + }, + { + "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", + "durability": null, + "name": "Columbarium key", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13158" + }, + { + "destroy_message": "You got this key by cremating a Vyrewatch in the Paterdomus Columbarium.", + "examine": "An ornate key: precise workmanship and an ethereal glow. (Legacy of Seergaze)", + "durability": null, + "name": "Ornate tomb key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13159" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", + "durability": null, + "name": "Tome of xp 2nd ed (3)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13160" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", + "durability": null, + "name": "Tome of xp 2nd ed (2)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13161" + }, + { + "destroy_message": "You can get another Tome of Experience from Veliaf in Burgh de Rott.", + "examine": "A Tome of Experience (2nd Edition) that awards 2500 XP per chapter.", + "durability": null, + "name": "Tome of xp 2nd ed (1)", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13162" + }, + { + "examine": "A sapphire-topped cane.", + "grand_exchange_price": "115390", + "durability": null, + "name": "Black cane", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "attack_speed": "5", + "weapon_interface": "10", + "id": "13163", + "bonuses": "0,-2,16,0,0,0,0,0,0,0,0,13,2,0,0", + "equipment_slot": "3" + }, + { + "examine": "A ruby-topped cane.", + "grand_exchange_price": "18514", + "durability": null, + "name": "Adamant cane", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "weapon_interface": "10", + "id": "13164", + "bonuses": "0,-2,25,0,0,0,0,0,0,0,0,23,3,0,0", + "equipment_slot": "3" + }, + { + "examine": "A diamond-topped cane.", + "durability": null, + "weight": "0.5", + "attack_speed": "5", + "weapon_interface": "10", + "equipment_slot": "3", + "lendable": "true", + "grand_exchange_price": "15023", + "name": "Rune cane", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13165", + "bonuses": "0,-2,39,0,0,0,0,0,0,0,0,36,4,0,0" + }, + { + "lendable": "true", + "examine": "Comes with a free rabbit!", + "grand_exchange_price": "425919", + "durability": null, + "name": "Top hat", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13166", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Official explorer headgear!", + "grand_exchange_price": "99682", + "durability": null, + "name": "Pith helmet", + "tradeable": "true", + "weight": "0.5", + "archery_ticket_price": "0", + "id": "13167", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "examine": "Spikier than normal.", + "grand_exchange_price": "39643", + "durability": null, + "name": "Spiked helmet", + "tradeable": "true", + "weight": "10", + "archery_ticket_price": "0", + "id": "13168", + "bonuses": "0,0,0,-6,-2,9,10,7,-1,9,3,0,0,0,0", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "Shear elegance.", + "grand_exchange_price": "313558", + "durability": null, + "name": "Sheep mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13169", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "I can get the look right, but can I do the waddle too?", + "grand_exchange_price": "609515", + "durability": null, + "name": "Penguin mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13170", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "The bats have left the belltower.", + "grand_exchange_price": "371616", + "durability": null, + "name": "Bat mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13171", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "It's the year of the cat!", + "grand_exchange_price": "1066648", + "durability": null, + "name": "Cat mask", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13172", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "lendable": "true", + "examine": "I'm hungry like the wolf.", + "grand_exchange_price": "1303443", + "durability": null, + "name": "Wolf mask", + "tradeable": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13173", + "equipment_slot": "0" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Blue navy slacks", + "archery_ticket_price": "0", + "id": "13174", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Green navy slacks", + "archery_ticket_price": "0", + "id": "13175", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Red navy slacks", + "archery_ticket_price": "0", + "id": "13176", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Brown navy slacks", + "archery_ticket_price": "0", + "id": "13177", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Black navy slacks", + "archery_ticket_price": "0", + "id": "13178", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Purple navy slacks", + "archery_ticket_price": "0", + "id": "13179", + "equipment_slot": "7" + }, + { + "shop_price": "100", + "examine": "Not for slackers", + "durability": null, + "name": "Grey navy slacks", + "archery_ticket_price": "0", + "id": "13180", + "equipment_slot": "7" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Blue naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13181", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Green naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13182", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Red naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13183", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Brown naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13184", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Black naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13185", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Purple naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13186", + "equipment_slot": "4" + }, + { + "remove_sleeves": "true", + "shop_price": "100", + "examine": "...You can sail the seven seas...", + "durability": null, + "name": "Grey naval shirt", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13187", + "equipment_slot": "4" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Blue tricorn hat", + "archery_ticket_price": "0", + "id": "13188", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Green tricorn hat", + "archery_ticket_price": "0", + "id": "13189", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Red tricorn hat", + "archery_ticket_price": "0", + "id": "13190", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Brown tricorn hat", + "archery_ticket_price": "0", + "id": "13191", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Black tricorn hat", + "archery_ticket_price": "0", + "id": "13192", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Purple tricorn hat", + "archery_ticket_price": "0", + "id": "13193", + "equipment_slot": "0" + }, + { + "remove_head": "true", + "shop_price": "50", + "examine": "I could never look square in this.", + "durability": null, + "name": "Grey tricorn hat", + "archery_ticket_price": "0", + "id": "13194", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this lamp, it will be destroyed. You can obtain another from Dunstan.", + "examine": "I wonder what happens if I rub it.", + "durability": null, + "name": "Mysterious lamp", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13227" + }, + { + "destroy_message": "You can get another net from Professor Arblenap on Ice Mountain.", + "examine": "Professor Arblenap gave you this net to catch the baby icefiends on Ice Mountain.", + "durability": null, + "name": "Icefiend net", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13230", + "equipment_slot": "3" + }, + { + "examine": "You should give this to Professor Arblenap.", + "durability": null, + "name": "Baby icefiend", + "tradeable": "false", + "destroy": "true", + "weight": "1", + "archery_ticket_price": "0", + "id": "13231", + "equipment_slot": "3" + }, + { + "destroy_message": "It will reappear near the bottom of Ice Mountain.", + "examine": "The remains of the Oracle's tent on Ice Mountain.", + "durability": null, + "name": "Tent", + "tradeable": "false", + "destroy": "true", + "weight": "30", + "archery_ticket_price": "0", + "id": "13232" + }, + { + "destroy_message": "You can get it back by pickpocketing Drorkar again.", + "examine": "You took this key from Drorkar's pocket in the power station. (Perils of Ice Mountain)", + "durability": null, + "name": "Dwarven key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "id": "13234" + }, + { + "examine": "A plank of oak that has been treated to resist fire.", + "durability": null, + "name": "Treated oak plank", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "13238" + }, + { + "shop_price": "14", + "examine": "Good for detailed crafting.", + "grand_exchange_price": "33", + "durability": null, + "name": "Chisel", + "tradeable": "true", + "weight": "0.4", + "archery_ticket_price": "0", + "id": "13239" + }, + { + "durability": null, + "name": ".", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13240", + "equipment_slot": "5" + }, + { + "examine": "A plank of oak that has been treated to resist fire.", + "durability": null, + "name": "Treated plank", + "weight": "0.8", + "archery_ticket_price": "0", + "id": "13241" + }, + { + "durability": null, + "name": ".", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13242" + }, + { + "examine": "An old stone slab with writing on it.", + "durability": null, + "name": "Stone tablet", + "archery_ticket_price": "0", + "id": "13243" + }, + { + "examine": "A book for those who want to visit the TzHaar city.", + "durability": null, + "name": "Tzhaar tourist guide", + "archery_ticket_price": "0", + "id": "13244" + }, + { + "destroy_message": "You can mine more stone slabs in the TzHaar mine.", + "examine": "A flawed block of obsidian from the Karamja volcano.", + "durability": null, + "name": "Stone slab", + "tradeable": "false", + "destroy": "true", + "weight": "32", + "archery_ticket_price": "0", + "id": "13245" + }, + { + "destroy_message": "You can get more pillars by crafting stone slabs from the TzHaar mine.", + "examine": "A support pillar.", + "durability": null, + "name": "Pillar", + "tradeable": "false", + "destroy": "true", + "weight": "25", + "archery_ticket_price": "0", + "id": "13246" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13247", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13248", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13249", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Splat", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13250", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", + "examine": "A key obtained in Catolax's tomb.", + "durability": null, + "name": "Ranged path key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13259", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "You can obtain another from the mummy guardian in the undead slayer's tomb.", + "examine": "A key obtained in Catolax's tomb.", + "durability": null, + "name": "Magic path key", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13260", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "remove_head": "true", + "requirements": "{1,10}", + "shop_price": "650", + "examine": "You don't want to wear it inside-out.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Slayer helmet", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13263", + "bonuses": "0,0,0,0,0,30,32,27,0,30,7,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "The remains of a banshee's scream.", + "durability": null, + "name": "Banshee voice", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13276", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "400", + "examine": "More of that crazy Slayer headgear.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "remove_beard": "true", + "equipment_slot": "0", + "destroy_message": "Drop", + "name": "Masked earmuffs", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13277", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "For use against turoth and kurasks.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "89", + "name": "Broad arrow heads", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13278", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "For use against turoth and kurasks.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "Drop", + "grand_exchange_price": "17", + "name": "Unfinished broad bolts", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13279", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "For use against turoth and kurasks.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "13", + "destroy_message": "Drop", + "grand_exchange_price": "34", + "name": "Broad-tipped bolts", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13280", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,100" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(8)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13281", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(7)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13282", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(6)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13283", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(5)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13284", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(4)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13285", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(3)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13286", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(2)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13287", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "shop_price": "150", + "examine": "An enchanted ring.", + "durability": null, + "name": "Ring of slaying(1)", + "tradeable": "false", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13288", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "12" + }, + { + "turn90cw_anim": "1207", + "examine": "A razor-sharp sword.", + "walk_anim": "1205", + "rare_item": "true", + "turn90ccw_anim": "1208", + "attack_speed": "4", + "turn180_anim": "1206", + "absorb": "0,0,0", + "defence_anim": "397", + "equipment_slot": "3", + "attack_anims": "381,381,390,381", + "grand_exchange_price": "43082", + "stand_anim": "813", + "tradeable": "true", + "run_anim": "824", + "archery_ticket_price": "0", + "id": "13290", + "stand_turn_anim": "823", + "bonuses": "67,62,0,0,0,0,0,0,0,0,0,50,0,0,0", + "requirements": "{0,50}-{18,55}", + "shop_price": "68000", + "durability": null, + "destroy": "false", + "weapon_interface": "5", + "equip_audio": "2248", + "attack_audios": "2517,2517,2500,2517", + "name": "Leaf-bladed sword" + }, + { + "shop_price": "68000", + "examine": "A razor-sharp sword.", + "grand_exchange_price": "43082", + "durability": null, + "name": "Leaf-bladed sword", + "tradeable": "true", + "destroy": "false", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13291" + }, + { + "durability": null, + "name": "Letter", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13292", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Plans", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13293", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these plans, they will be lost and you will need to see Captain Donnie for a replacement.", + "examine": "A charcoal rubbing taken from 50% Luke.", + "durability": null, + "name": "Charcoal rubbing", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13294", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Frank's mark, you will need to see him to get another.", + "examine": "Signature from Frank.", + "durability": null, + "name": "Frank's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13295", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these lockpicks, you will need to look under the mattress to get another set.", + "examine": "A device for opening locked doors.", + "durability": null, + "name": "Crude lockpick", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13296", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "The top of a Custom Officer's uniform.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "If you drop this shirt you will need to kill another Customs officer for a replacement.", + "remove_sleeves": "true", + "name": "Customs shirt", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13297", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these trousers you will need to kill another Customs officer for a replacement.", + "examine": "The trousers of a Custom Officer's uniform.", + "durability": null, + "name": "Customs trousers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13298", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "destroy_message": "If you drop this hat you will need to kill another Customs officer for a replacement.", + "examine": "The hat of a Custom Officer's uniform.", + "durability": null, + "name": "Customs hat", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13299", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13300", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13301", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Brooch", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13302", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Izzy's No-Beard's mark, you will need to see him to get another.", + "examine": "Signature from Izzy No-Beard.", + "durability": null, + "name": "Izzy's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13303", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Key", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13304", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this crowbar, you will need to get another from the chest on the sunken ship.", + "examine": "This could be useful.", + "durability": null, + "name": "Crowbar", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13305", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the idol, you will need to go diving to get another replacement.", + "examine": "An idol. It has many heads.", + "durability": null, + "name": "Idol of many heads", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13307", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop Bill Teach's mark, you will need to see him to get another.", + "examine": "Signature from Bill Teach.", + "durability": null, + "name": "Bill teach's mark", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13308", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this paper, you will need to call to the guards for a replacement. ", + "examine": "This is generally used for writing on.", + "durability": null, + "name": "Paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13309", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this note, you'll need to call the guards for replacement paper.", + "examine": "A written confession.", + "durability": null, + "name": "Confession", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13310", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Drop", + "examine": "Swap this note at any bank for the equivalent item.", + "durability": null, + "name": "Note", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13311", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", + "examine": "An empty ink bottle./This is full of ink.", + "durability": null, + "name": "Ink bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13312", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this paper you will need to call to the guards to replace it and the ink.", + "examine": "It's got ink all over it.", + "durability": null, + "name": "Inky paper", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13313", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this ink, you will need to call to the guards for a replacement.", + "examine": "An empty ink bottle./This is full of ink.", + "durability": null, + "name": "Ink bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13314", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this bottle, you will need to call to the guards for a replacement.", + "examine": "It's smashed. I should mind my fingers.", + "durability": null, + "name": "Smashed bottle", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13315", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "examine": "The top part of a prisoner's uniform.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "If you drop this top, then you will need to speak to the guards to get it replaced.", + "remove_sleeves": "true", + "name": "Prison uniform top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13316", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop these trousers, then you will need to speak to the guards to get it replaced.", + "examine": "The bottom part of a prisoner's uniform.", + "durability": null, + "name": "Prison uniform trousers", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13317", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "7" + }, + { + "examine": "It's covered in fish slop.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "equipment_slot": "4", + "destroy_message": "If you drop this top, you will need to speak to the guards to get it replaced, then find a way to get stew on it again.", + "remove_sleeves": "true", + "name": "Fishy prison uniform top", + "tradeable": "false", + "archery_ticket_price": "0", + "id": "13318", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", + "examine": "A standard prison-issue tin cup.", + "durability": null, + "name": "Tin cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13319", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "If you drop this cup it will be destroyed and you will have to pick up another.", + "examine": "A standard prison-issue tin cup.", + "durability": null, + "name": "Tin cup", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13320", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "Destroy", + "examine": "A pipe that belongs in a cannon stand.", + "durability": null, + "name": "Pipe", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13321", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", + "durability": null, + "name": "Accordion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13322", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", + "durability": null, + "name": "Accordion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13323", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, it will be destroyed and you will have to get another.", + "durability": null, + "name": "Accordion", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13324", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this accordion, pipe and inky paper, it will all be destroyed and you will need to get all the items back again.", + "examine": "A very crude vacuum pump.", + "durability": null, + "name": "Vacuum pump", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13325", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this, you will lose all the items you put in it, as well as the seagull.", + "examine": "It sounds like a law firm.", + "durability": null, + "name": "Vacuum pump and gull", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13326", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", + "equipment_slot": "3" + }, + { + "destroy_message": "If you drop this quill, you will need to talk to the guard for a replacement.", + "examine": "From a bird - can be used for writing.", + "durability": null, + "name": "Quill", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13327", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "Unknown ", + "examine": "From a bird - can be used for writing. It has some ink on the tip.", + "durability": null, + "name": "Inky quill", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13328", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13329", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this file, it and all the marks inside it will be destroyed.", + "examine": "A folder containing all the marks I have gathered.", + "durability": null, + "name": "File", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13330", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this dead parrot, there is a chance that bad, bad things will happen to you - unless you see 50 Ships Mufassah for a replacement.", + "examine": "A very dead rotten parrot.", + "durability": null, + "name": "Ex-parrot", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13331", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this cage, you will need to see Bill Teach for a replacement.", + "examine": "It feels very cold to the touch.", + "durability": null, + "name": "Magical cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13332", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this dead parrot in a cage (and who wouldn't) then you will need to see ", + "examine": "A very dead rotten parrot in a magical cage.", + "durability": null, + "name": "Ex-parrot in a magic cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13333", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop the cage, the ex-ex-parrot will escape.", + "examine": "A very alive rotten parrot in a magic cage.", + "durability": null, + "name": "Ex-ex-parrot in a magic cage", + "tradeable": "false", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13334", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Ex-ex-parrot", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13335", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "durability": null, + "name": "Ex-ex-parrot", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13336", + "absorb": "0,0,0", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "shop_price": "50", + "examine": "A pirate impling in a jar.", + "durability": null, + "destroy": "true", + "attack_speed": "4", + "absorb": "0,0,0", + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "grand_exchange_price": "7346", + "name": "Pirate impling jar", + "tradeable": "true", + "archery_ticket_price": "0", + "id": "13337", + "bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" + }, + { + "destroy_message": "If you drop this it will disappear. Are you sure you want to do this?", + "shop_price": "50", + "grand_exchange_price": "7346", + "durability": null, + "name": "Pirate impling jar", + "tradeable": "true", + "destroy": "true", + "archery_ticket_price": "0", + "attack_speed": "4", + "id": "13338" + }, + { + "remove_head": "true", + "shop_price": "100", + "examine": "A white bandana and a patch for the left eye.", + "durability": null, + "name": "Bandana and eyepatch", + "tradeable": "true", + "weight": "0.1", + "archery_ticket_price": "0", + "id": "13339"