From 7743a98080d4433127632c3bda33ff210f770c7d Mon Sep 17 00:00:00 2001 From: HolographicHat Date: Mon, 21 Mar 2022 22:10:02 +0800 Subject: [PATCH] Initial commit --- .gitignore | 6 + LICENSE | 674 +++++++ README.md | 0 achievement-data.json | 3780 +++++++++++++++++++++++++++++++++++ cert/root.p12 | Bin 0 -> 2437 bytes package.json | 19 + proto/AllAchievement.proto | 22 + proto/QueryCurRegion.proto | 41 + proto/QueryRegionList.proto | 15 + 9 files changed, 4557 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README.md create mode 100644 achievement-data.json create mode 100644 cert/root.p12 create mode 100644 package.json create mode 100644 proto/AllAchievement.proto create mode 100644 proto/QueryCurRegion.proto create mode 100644 proto/QueryRegionList.proto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..34661a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +cache +config.json +out.* +node_modules +.idea +package-lock.json diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 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 General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is 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. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + 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. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + 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 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. Use with the GNU Affero General Public License. + + 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 Affero 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 special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 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 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 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 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + 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 GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/achievement-data.json b/achievement-data.json new file mode 100644 index 0000000..1354fe2 --- /dev/null +++ b/achievement-data.json @@ -0,0 +1,3780 @@ +{ + "version": "2.5", + "goal": { + "0": "天地万象", + "1": "尘世巡游·第一辑", + "2": "冒险手艺", + "3": "英雄之旅", + "4": "蒙德·风与牧歌的城邦", + "5": "璃月·岩与契约的海港", + "6": "元素专家", + "7": "神射手", + "8": "挑战者·第一辑", + "9": "秘境与深境螺旋·第一辑", + "10": "Olah!第一辑", + "11": "至冬国不相信眼泪·第一辑", + "12": "岩港往事·第一辑", + "13": "异世相逢·第一辑", + "14": "挑战者·第二辑", + "15": "挑战者·第三辑", + "16": "雪山上的来客", + "17": "心跳的记忆", + "18": "世外洞天·第一辑", + "19": "世外洞天·第二辑", + "20": "挑战者·第四辑", + "21": "异世相逢·第二辑", + "22": "尘世巡游·第二辑", + "23": "世外洞天·第三辑", + "24": "稻妻·雷与永恒的群岛·其之一", + "25": "提瓦特钓鱼指南·第一辑", + "26": "稻妻·雷与永恒的群岛·其之二", + "27": "雾海纪行", + "28": "白昼之光" + }, + "achievement": [ + { + "id": "80001", + "goal": "1", + "title": "风与异乡人", + "desc": "使用风元素吹散一株蒲公英。" + }, + { + "id": "80002", + "goal": "1", + "title": "千嶂万仞", + "desc": "掌握「岩」的元素力。" + }, + { + "id": "80003", + "goal": "1", + "title": "流水叮咛", + "desc": "集齐全套《清泉之心》。" + }, + { + "id": "80004", + "goal": "1", + "title": "神戟狂言凌云霄", + "desc": "集齐全套《神霄折戟录》。" + }, + { + "id": "80005", + "goal": "1", + "title": "醉客与狼的相遇", + "desc": "集齐全套《醉客轶事》。" + }, + { + "id": "80006", + "goal": "1", + "title": "清泉、白马与月光", + "desc": "集齐全套《竹林月夜》。" + }, + { + "id": "80007", + "goal": "2", + "title": "人铸赋形", + "desc": "锻造一把四星武器。" + }, + { + "id": "80008", + "goal": "2", + "title": "生存专家", + "desc": "掌握10种菜肴的制作方法。" + }, + { + "id": "80009", + "goal": "2", + "title": "生存专家", + "desc": "掌握20种菜肴的制作方法。" + }, + { + "id": "80010", + "goal": "2", + "title": "生存专家", + "desc": "掌握40种菜肴的制作方法。" + }, + { + "id": "80011", + "goal": "2", + "title": "星级大厨", + "desc": "10个料理食谱达到熟练。" + }, + { + "id": "80012", + "goal": "2", + "title": "星级大厨", + "desc": "20个料理食谱达到熟练。" + }, + { + "id": "80013", + "goal": "2", + "title": "星级大厨", + "desc": "40个料理食谱达到熟练。" + }, + { + "id": "80014", + "goal": "3", + "title": "如日方升的旅程", + "desc": "角色首次突破至2阶。" + }, + { + "id": "80015", + "goal": "3", + "title": "如日方升的旅程", + "desc": "角色首次突破至4阶。" + }, + { + "id": "80016", + "goal": "3", + "title": "如日方升的旅程", + "desc": "角色首次突破至6阶。" + }, + { + "id": "80017", + "goal": "3", + "title": "百炼千锤", + "desc": "将一个武器突破至2阶。" + }, + { + "id": "80018", + "goal": "3", + "title": "百炼千锤", + "desc": "将一个武器突破至4阶。" + }, + { + "id": "80019", + "goal": "3", + "title": "百炼千锤", + "desc": "将一个武器突破至6阶。" + }, + { + "id": "80020", + "goal": "3", + "title": "你所不知道的事", + "desc": "将4个角色好感等级提升至10级。" + }, + { + "id": "80021", + "goal": "3", + "title": "你所不知道的事", + "desc": "将8个角色好感等级提升至10级。" + }, + { + "id": "80022", + "goal": "3", + "title": "你所不知道的事", + "desc": "将16个角色好感等级提升至10级。" + }, + { + "id": "80023", + "goal": "3", + "title": "大地的馈赠", + "desc": "获取200次「藏金之花」或「启示之花」的馈藏。" + }, + { + "id": "80024", + "goal": "3", + "title": "大地的馈赠", + "desc": "获取400次「藏金之花」或「启示之花」的馈藏。" + }, + { + "id": "80025", + "goal": "3", + "title": "大地的馈赠", + "desc": "获取800次「藏金之花」或「启示之花」的馈藏。" + }, + { + "id": "80026", + "goal": "3", + "title": "英雄之礼", + "desc": "获得四星圣遗物。" + }, + { + "id": "80027", + "goal": "3", + "title": "长歌回响", + "desc": "将一个四星圣遗物强化至最高等级。" + }, + { + "id": "80028", + "goal": "3", + "title": "神话秘藏", + "desc": "获得五星圣遗物。" + }, + { + "id": "80029", + "goal": "3", + "title": "祝圣篇章", + "desc": "将一个五星圣遗物强化至最高等级。" + }, + { + "id": "80030", + "goal": "4", + "title": "大地勘探·蒙德", + "desc": "点亮整个蒙德地图(龙脊雪山地区除外)。" + }, + { + "id": "80031", + "goal": "4", + "title": "千风拂去", + "desc": "解锁蒙德的所有传送锚点(龙脊雪山地区除外)。" + }, + { + "id": "80032", + "goal": "4", + "title": "且听风吟", + "desc": "将蒙德的七天神像供奉至满级。" + }, + { + "id": "80033", + "goal": "4", + "title": "圣龛巡礼·蒙德", + "desc": "解除蒙德所有地灵龛的封印。" + }, + { + "id": "80034", + "goal": "4", + "title": "风中引路人", + "desc": "在蒙德追随10个仙灵,并点亮仙灵之庭(龙脊雪山地区除外)。" + }, + { + "id": "80035", + "goal": "4", + "title": "风中引路人", + "desc": "在蒙德追随20个仙灵,并点亮仙灵之庭(龙脊雪山地区除外)。" + }, + { + "id": "80036", + "goal": "4", + "title": "风中引路人", + "desc": "在蒙德追随40个仙灵,并点亮仙灵之庭(龙脊雪山地区除外)。" + }, + { + "id": "80037", + "goal": "4", + "title": "逐风的寻宝者", + "desc": "在蒙德开启100个宝箱(龙脊雪山地区除外)。" + }, + { + "id": "80038", + "goal": "4", + "title": "逐风的寻宝者", + "desc": "在蒙德开启200个宝箱(龙脊雪山地区除外)。" + }, + { + "id": "80039", + "goal": "4", + "title": "逐风的寻宝者", + "desc": "在蒙德开启400个宝箱(龙脊雪山地区除外)。" + }, + { + "id": "80040", + "goal": "4", + "title": "逐风的冒险家", + "desc": "在蒙德,完成5个大世界机关限时挑战(龙脊雪山地区除外)。" + }, + { + "id": "80041", + "goal": "4", + "title": "逐风的冒险家", + "desc": "在蒙德,完成10个大世界机关限时挑战(龙脊雪山地区除外)。" + }, + { + "id": "80042", + "goal": "4", + "title": "逐风的冒险家", + "desc": "在蒙德,完成15个大世界机关限时挑战(龙脊雪山地区除外)。" + }, + { + "id": "80043", + "goal": "5", + "title": "大地勘探·璃月", + "desc": "点亮整个璃月地图。" + }, + { + "id": "80044", + "goal": "5", + "title": "尽览群岩", + "desc": "解锁璃月的所有传送锚点。" + }, + { + "id": "80045", + "goal": "5", + "title": "重嶂不移", + "desc": "将璃月的七天神像供奉至满级。" + }, + { + "id": "80046", + "goal": "5", + "title": "圣龛巡礼·璃月", + "desc": "解除璃月所有地灵龛的封印。" + }, + { + "id": "80047", + "goal": "5", + "title": "岩间引路人", + "desc": "在璃月追随20个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80048", + "goal": "5", + "title": "岩间引路人", + "desc": "在璃月追随40个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80049", + "goal": "5", + "title": "岩间引路人", + "desc": "在璃月追随60个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80050", + "goal": "5", + "title": "磐岩的寻宝者", + "desc": "在璃月开启200个宝箱。" + }, + { + "id": "80051", + "goal": "5", + "title": "磐岩的寻宝者", + "desc": "在璃月开启400个宝箱。" + }, + { + "id": "80052", + "goal": "5", + "title": "磐岩的寻宝者", + "desc": "在璃月开启800个宝箱。" + }, + { + "id": "80053", + "goal": "5", + "title": "磐岩的冒险家", + "desc": "在璃月,完成10个大世界机关限时挑战。" + }, + { + "id": "80054", + "goal": "5", + "title": "磐岩的冒险家", + "desc": "在璃月,完成20个大世界机关限时挑战。" + }, + { + "id": "80055", + "goal": "5", + "title": "磐岩的冒险家", + "desc": "在璃月,完成40个大世界机关限时挑战。" + }, + { + "id": "80056", + "goal": "16", + "title": "大地勘探·龙脊雪山", + "desc": "点亮龙脊雪山的地图。" + }, + { + "id": "80057", + "goal": "16", + "title": "冰峰踏破", + "desc": "解锁龙脊雪山的所有传送锚点。" + }, + { + "id": "80058", + "goal": "16", + "title": "踏雪引路人", + "desc": "在龙脊雪山追随5个温暖仙灵,并点亮仙灵之庭。" + }, + { + "id": "80059", + "goal": "16", + "title": "踏雪引路人", + "desc": "在龙脊雪山追随10个温暖仙灵,并点亮仙灵之庭。" + }, + { + "id": "80060", + "goal": "16", + "title": "踏雪引路人", + "desc": "在龙脊雪山追随20个温暖仙灵,并点亮仙灵之庭。" + }, + { + "id": "80061", + "goal": "16", + "title": "雪山的寻宝者", + "desc": "在龙脊雪山开启40个宝箱。" + }, + { + "id": "80062", + "goal": "16", + "title": "雪山的寻宝者", + "desc": "在龙脊雪山开启80个宝箱。" + }, + { + "id": "80063", + "goal": "16", + "title": "雪山的寻宝者", + "desc": "在龙脊雪山开启160个宝箱。" + }, + { + "id": "80064", + "goal": "16", + "title": "赤红的新芽", + "desc": "将忍冬之树供奉至4级。" + }, + { + "id": "80065", + "goal": "16", + "title": "赤红的新芽", + "desc": "将忍冬之树供奉至8级。" + }, + { + "id": "80066", + "goal": "16", + "title": "赤红的新芽", + "desc": "将忍冬之树供奉至12级。" + }, + { + "id": "80067", + "goal": "16", + "title": "寒天之钉", + "desc": "将「奇怪的大柱子」升起。" + }, + { + "id": "80068", + "goal": "16", + "title": "龙与枪", + "desc": "利用「龙」的遗骸,制造武器。" + }, + { + "id": "80069", + "goal": "22", + "title": "灿若惊雷", + "desc": "掌握「雷」的元素力。" + }, + { + "id": "80070", + "goal": "22", + "title": "蒲公英的故乡", + "desc": "集齐全套《蒲公英海的狐狸》。" + }, + { + "id": "80071", + "goal": "22", + "title": "友谊与牺牲的价值", + "desc": "集齐全套《野猪公主》。" + }, + { + "id": "80072", + "goal": "22", + "title": "百亿昼夜的百亿青春", + "desc": "集齐全套《少女薇拉的忧郁》。" + }, + { + "id": "80073", + "goal": "22", + "title": "丘丘学的扩张", + "desc": "集齐全套《丘丘人习俗考察》。" + }, + { + "id": "80074", + "goal": "24", + "title": "大地勘探·雷光所照之土·其一", + "desc": "点亮稻妻区域中,鸣神岛、神无冢与八酝岛的地图。" + }, + { + "id": "80075", + "goal": "24", + "title": "跨越雷鸣的大地·其一", + "desc": "解锁稻妻区域中,鸣神岛、神无冢与八酝岛所有传送锚点。" + }, + { + "id": "80076", + "goal": "24", + "title": "圣龛巡礼·稻妻天领·其一", + "desc": "解除稻妻区域中,鸣神岛、神无冢与八酝岛所有地灵龛的封印。" + }, + { + "id": "80077", + "goal": "24", + "title": "隽永如电", + "desc": "将稻妻的七天神像供奉至满级。" + }, + { + "id": "80078", + "goal": "24", + "title": "神篱凭代", + "desc": "将「神樱眷顾」等级提升至满级。" + }, + { + "id": "80079", + "goal": "24", + "title": "鸣草丛中的捕手·其一", + "desc": "在稻妻的鸣神岛、神无冢与八酝岛,追上10个雷灵。" + }, + { + "id": "80080", + "goal": "24", + "title": "鸣草丛中的捕手·其一", + "desc": "在稻妻的鸣神岛、神无冢与八酝岛,追上20个雷灵。" + }, + { + "id": "80081", + "goal": "24", + "title": "鸣草丛中的捕手·其一", + "desc": "在稻妻的鸣神岛、神无冢与八酝岛,追上40个雷灵。" + }, + { + "id": "80082", + "goal": "24", + "title": "烁光引路人·其一", + "desc": "在稻妻区域的鸣神岛、神无冢与八酝岛追随4个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80083", + "goal": "24", + "title": "烁光引路人·其一", + "desc": "在稻妻区域的鸣神岛、神无冢与八酝岛追随8个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80084", + "goal": "24", + "title": "烁光引路人·其一", + "desc": "在稻妻区域的鸣神岛、神无冢与八酝岛追随16个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80085", + "goal": "24", + "title": "循雷的寻宝者·其一", + "desc": "在稻妻区域的鸣神岛、神无冢与八酝岛开启100个宝箱。" + }, + { + "id": "80086", + "goal": "24", + "title": "循雷的寻宝者·其一", + "desc": "在稻妻区域的鸣神岛、神无冢与八酝岛开启200个宝箱。" + }, + { + "id": "80087", + "goal": "24", + "title": "循雷的寻宝者·其一", + "desc": "在稻妻区域的鸣神岛、神无冢与八酝岛开启300个宝箱。" + }, + { + "id": "80088", + "goal": "24", + "title": "异人祓行芝居", + "desc": "完成「神樱大祓」。" + }, + { + "id": "80089", + "goal": "24", + "title": "踏鞴物语", + "desc": "解除「御影炉心」的危机。" + }, + { + "id": "80090", + "goal": "24", + "title": "遗怨的回音", + "desc": "完成了「远吕羽氏遗事」系列任务。" + }, + { + "id": "80091", + "goal": "0", + "title": "妖鬼狂言百物语", + "desc": "集齐全套《鹮巷物语》。" + }, + { + "id": "80093", + "goal": "24", + "title": "循雷的冒险家·其一", + "desc": "在稻妻区域的鸣神岛、神无冢与八酝岛,完成6个大世界机关限时挑战。" + }, + { + "id": "80094", + "goal": "24", + "title": "循雷的冒险家·其一", + "desc": "在稻妻区域的鸣神岛、神无冢与八酝岛,完成12个大世界机关限时挑战。" + }, + { + "id": "80095", + "goal": "24", + "title": "循雷的冒险家·其一", + "desc": "在稻妻区域的鸣神岛、神无冢与八酝岛,完成24个大世界机关限时挑战。" + }, + { + "id": "80096", + "goal": "26", + "title": "大地勘探·雷光所照之土·其二", + "desc": "点亮稻妻区域中,海祇岛与清籁岛的地图。" + }, + { + "id": "80097", + "goal": "26", + "title": "跨越雷鸣的大地·其二", + "desc": "解锁稻妻区域中,海祇岛与清籁岛所有的传送锚点。" + }, + { + "id": "80098", + "goal": "26", + "title": "圣龛巡礼·稻妻天领·其二", + "desc": "解锁稻妻区域中,海祇岛与清籁岛所有地灵龛的封印。" + }, + { + "id": "80099", + "goal": "26", + "title": "鸣草丛中的捕手·其二", + "desc": "在稻妻的海祇岛与清籁岛追上4个雷灵。" + }, + { + "id": "80100", + "goal": "26", + "title": "鸣草丛中的捕手·其二", + "desc": "在稻妻的海祇岛与清籁岛追上8个雷灵。" + }, + { + "id": "80101", + "goal": "26", + "title": "鸣草丛中的捕手·其二", + "desc": "在稻妻的海祇岛与清籁岛追上16个雷灵。" + }, + { + "id": "80102", + "goal": "26", + "title": "烁光引路人·其二", + "desc": "在稻妻的海祇岛与清籁岛追随6个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80103", + "goal": "26", + "title": "", + "desc": "" + }, + { + "id": "80104", + "goal": "26", + "title": "", + "desc": "" + }, + { + "id": "80105", + "goal": "26", + "title": "循雷的寻宝者·其二", + "desc": "在稻妻的海祇岛与清籁岛开启40个宝箱。" + }, + { + "id": "80106", + "goal": "26", + "title": "循雷的寻宝者·其二", + "desc": "在稻妻的海祇岛与清籁岛开启80个宝箱。" + }, + { + "id": "80107", + "goal": "26", + "title": "循雷的寻宝者·其二", + "desc": "在稻妻的海祇岛与清籁岛开启160个宝箱。" + }, + { + "id": "80110", + "goal": "26", + "title": "循雷的冒险家·其二", + "desc": "在海祇岛与清籁岛完成6个大世界机关限时挑战。" + }, + { + "id": "80111", + "goal": "26", + "title": "循雷的冒险家·其二", + "desc": "在海祇岛与清籁岛完成12个大世界机关限时挑战。" + }, + { + "id": "80112", + "goal": "26", + "title": "循雷的冒险家·其二", + "desc": "在海祇岛与清籁岛完成24个大世界机关限时挑战。" + }, + { + "id": "80108", + "goal": "26", + "title": "清籁逐雷记", + "desc": "完成「清籁逐雷记」。" + }, + { + "id": "80109", + "goal": "26", + "title": "一样的月光", + "desc": "完成「月浴之渊」。" + }, + { + "id": "80113", + "goal": "27", + "title": "大地勘探·鹤观", + "desc": "点亮鹤观的地图。" + }, + { + "id": "80114", + "goal": "27", + "title": "雾海尽头", + "desc": "解锁鹤观所有的传送锚点。" + }, + { + "id": "80115", + "goal": "27", + "title": "圣龛巡礼·鹤观", + "desc": "解锁鹤观所有地灵龛的封印。" + }, + { + "id": "80116", + "goal": "27", + "title": "雾夜的灼灼电影", + "desc": "在鹤观追上6个雷灵。" + }, + { + "id": "80117", + "goal": "27", + "title": "", + "desc": "" + }, + { + "id": "80118", + "goal": "27", + "title": "", + "desc": "" + }, + { + "id": "80119", + "goal": "27", + "title": "深雾引路人", + "desc": "在鹤观追随6个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80120", + "goal": "27", + "title": "迷失的寻宝者", + "desc": "在鹤观开启30个宝箱。" + }, + { + "id": "80121", + "goal": "27", + "title": "迷失的寻宝者", + "desc": "在鹤观开启60个宝箱。" + }, + { + "id": "80122", + "goal": "27", + "title": "迷失的寻宝者", + "desc": "在鹤观开启120个宝箱。" + }, + { + "id": "80123", + "goal": "27", + "title": "迷失的冒险家", + "desc": "在鹤观完成4个大世界机关限时挑战。" + }, + { + "id": "80124", + "goal": "27", + "title": "迷失的冒险家", + "desc": "在鹤观完成8个大世界机关限时挑战。" + }, + { + "id": "80125", + "goal": "27", + "title": "迷失的冒险家", + "desc": "在鹤观完成12个大世界机关限时挑战。" + }, + { + "id": "80126", + "goal": "27", + "title": "雷与永远", + "desc": "完成某位作家的取材委托。" + }, + { + "id": "80127", + "goal": "0", + "title": "「是想要驯服我吗?」", + "desc": "使用道具「四方八方之网」捕获1只野外生物。" + }, + { + "id": "80128", + "goal": "0", + "title": "天赐的猎人之手", + "desc": "使用道具「四方八方之网」捕获30只野外生物。" + }, + { + "id": "80129", + "goal": "0", + "title": "动物园大亨", + "desc": "使用道具「四方八方之网」捕获100只野外生物。" + }, + { + "id": "80130", + "goal": "28", + "title": "「…岂知夜色…」", + "desc": "点亮渊下宫的地图。" + }, + { + "id": "80131", + "goal": "28", + "title": "常世之大权", + "desc": "解锁渊下宫所有的传送锚点。" + }, + { + "id": "80132", + "goal": "28", + "title": "福斯福洛斯的指引", + "desc": "在渊下宫追随6个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80133", + "goal": "28", + "title": "福斯福洛斯的指引", + "desc": "在渊下宫追随15个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80134", + "goal": "28", + "title": "福斯福洛斯的指引", + "desc": "在渊下宫追随30个仙灵,并点亮仙灵之庭。" + }, + { + "id": "80135", + "goal": "28", + "title": "赫斯珀洛斯的好东西", + "desc": "在渊下宫开启40个宝箱。" + }, + { + "id": "80136", + "goal": "28", + "title": "赫斯珀洛斯的好东西", + "desc": "在渊下宫开启80个宝箱。" + }, + { + "id": "80137", + "goal": "28", + "title": "赫斯珀洛斯的好东西", + "desc": "在渊下宫开启160个宝箱。" + }, + { + "id": "80138", + "goal": "28", + "title": "卡伊洛斯的时时刻刻", + "desc": "在渊下宫完成3个大世界机关限时挑战。" + }, + { + "id": "80139", + "goal": "28", + "title": "卡伊洛斯的时时刻刻", + "desc": "在渊下宫完成6个大世界机关限时挑战。" + }, + { + "id": "80140", + "goal": "28", + "title": "卡伊洛斯的时时刻刻", + "desc": "在渊下宫完成12个大世界机关限时挑战。" + }, + { + "id": "80141", + "goal": "28", + "title": "火鼠裘、龙首珠、佛前钵和…", + "desc": "取得露子委托的珊瑚枝条。" + }, + { + "id": "81000", + "goal": "0", + "title": "俯瞰风景", + "desc": "抵达庆云顶的制高点。" + }, + { + "id": "81001", + "goal": "0", + "title": "烈风的遗骨", + "desc": "登上风龙废墟的高塔顶端。" + }, + { + "id": "81002", + "goal": "0", + "title": "「风带来了故事的种子…」", + "desc": "到达蒙德东北方的无名小岛。" + }, + { + "id": "81003", + "goal": "0", + "title": "矢志不渝", + "desc": "开启爱心形石阵中央的宝箱。" + }, + { + "id": "81004", + "goal": "0", + "title": "启动跃迁引擎!", + "desc": "穿越誓言岬上空的时空隧道。" + }, + { + "id": "81005", + "goal": "0", + "title": "风神的宠儿", + "desc": "在蒙德城内的神像手中坐下。" + }, + { + "id": "81006", + "goal": "0", + "title": "除了时间,什么也没丢", + "desc": "解开两座日晷的秘密。" + }, + { + "id": "81007", + "goal": "0", + "title": "与一位往昔神灵的谈话", + "desc": "了解一位往昔神灵的故事。" + }, + { + "id": "81008", + "goal": "0", + "title": "卧龙藏螭", + "desc": "了解关于「螭」的故事。" + }, + { + "id": "81009", + "goal": "0", + "title": "战祸不息", + "desc": "将某个古老遗迹中的宝物卖个好价钱…" + }, + { + "id": "81010", + "goal": "0", + "title": "冢里最好的剑", + "desc": "解开剑冢的三层封印。" + }, + { + "id": "81011", + "goal": "0", + "title": "渌华池之影", + "desc": "帮助梵米尔取到他想要的景致。" + }, + { + "id": "81012", + "goal": "0", + "title": "零号玩家", + "desc": "陪小姜玩一场简单的游戏。" + }, + { + "id": "81013", + "goal": "0", + "title": "盘木森森,荫蔽家庭", + "desc": "见证元鸿一家的故事。" + }, + { + "id": "81014", + "goal": "0", + "title": "华清归藏密宫", + "desc": "循着长存者之迹,叩开了秘境之门。" + }, + { + "id": "81015", + "goal": "0", + "title": "塞西莉亚苗圃", + "desc": "帮助仙灵归位,解锁奔狼领内的秘境入口。" + }, + { + "id": "81016", + "goal": "0", + "title": "无妄引咎密宫", + "desc": "跟随仙灵点燃火光,解锁无妄坡内的秘境入口。" + }, + { + "id": "81017", + "goal": "0", + "title": "「只要用心…」", + "desc": "烹饪1道口味奇怪的料理。" + }, + { + "id": "81018", + "goal": "0", + "title": "「…人人都是食神。」", + "desc": "烹饪10道口味奇怪的料理。" + }, + { + "id": "81019", + "goal": "0", + "title": "十岁差点打倒野猪", + "desc": "被野猪击败。" + }, + { + "id": "81020", + "goal": "0", + "title": "金牌飞行执照", + "desc": "一次滑翔很远、很远的距离。" + }, + { + "id": "81021", + "goal": "0", + "title": "「在空中飞行程度的能力」", + "desc": "持续滑翔超过80秒。" + }, + { + "id": "81022", + "goal": "0", + "title": "如光似电", + "desc": "持续冲刺或使用替代冲刺的能力,移动15秒。" + }, + { + "id": "81023", + "goal": "0", + "title": "朋友遍天下", + "desc": "在冒险中,与各种各样的人相识。" + }, + { + "id": "81024", + "goal": "0", + "title": "威遍风土", + "desc": "蒙德的声望等级达到8级。" + }, + { + "id": "81025", + "goal": "0", + "title": "名震云来", + "desc": "璃月的声望等级达到8级。" + }, + { + "id": "80092", + "goal": "0", + "title": "布武雷国", + "desc": "稻妻的声望等级达到10级。" + }, + { + "id": "81026", + "goal": "0", + "title": "QUEST CLEAR", + "desc": "完成10次「讨伐悬赏」。" + }, + { + "id": "81027", + "goal": "0", + "title": "QUEST CLEAR", + "desc": "完成20次「讨伐悬赏」。" + }, + { + "id": "81028", + "goal": "0", + "title": "QUEST CLEAR", + "desc": "完成30次「讨伐悬赏」。" + }, + { + "id": "81029", + "goal": "0", + "title": "见习勇者", + "desc": "完成10次「居民请求」。" + }, + { + "id": "81030", + "goal": "0", + "title": "见习勇者", + "desc": "完成20次「居民请求」。" + }, + { + "id": "81031", + "goal": "0", + "title": "见习勇者", + "desc": "完成30次「居民请求」。" + }, + { + "id": "81032", + "goal": "0", + "title": "QUEST FAILED", + "desc": "跟丢了悬赏目标…" + }, + { + "id": "81033", + "goal": "0", + "title": "多冷的隆冬", + "desc": "因为严寒而倒下…" + }, + { + "id": "81034", + "goal": "0", + "title": "祭司、公主与记事者", + "desc": "获得雪葬之都的宝物。" + }, + { + "id": "81035", + "goal": "0", + "title": "逆子的归乡", + "desc": "循着过去的考察队中某人的路径,抵达他启程返乡的地方。" + }, + { + "id": "81036", + "goal": "0", + "title": "千年雪藏的事", + "desc": "了解过去一支雪山考察队的结局。" + }, + { + "id": "81037", + "goal": "0", + "title": "冰冷的钢铁", + "desc": "获得星银铸造的古代武器。" + }, + { + "id": "81038", + "goal": "0", + "title": "无果的远征", + "desc": "发现很多遗迹机器的遗骸…" + }, + { + "id": "81039", + "goal": "0", + "title": "没能讲出的故事", + "desc": "在意想不到之处,结识了意想不到的朋友。" + }, + { + "id": "81040", + "goal": "0", + "title": "一览众山小", + "desc": "抵达龙脊雪山的最高峰。" + }, + { + "id": "81041", + "goal": "0", + "title": "一个冬天的童话", + "desc": "在雪堆下发现了冰晶蝶。" + }, + { + "id": "81042", + "goal": "0", + "title": "猎人变成了猎物", + "desc": "被大雪猪王击败。" + }, + { + "id": "81043", + "goal": "0", + "title": "冷静点!", + "desc": "击败处于狂暴状态下的大雪猪王。" + }, + { + "id": "81044", + "goal": "0", + "title": "「一口吃掉了几十万摩拉!」", + "desc": "掌握「稠汁蔬菜炖肉」的制作方法。" + }, + { + "id": "81045", + "goal": "0", + "title": "天雷圣裁", + "desc": "被落雷击中。" + }, + { + "id": "81046", + "goal": "0", + "title": "接近天空的地方…", + "desc": "登上复原后的寒天之钉。" + }, + { + "id": "81047", + "goal": "0", + "title": "嬗变核素", + "desc": "利用「参量质变仪」,完成一次物质质变。" + }, + { + "id": "81048", + "goal": "0", + "title": "…你其实听得见吧?", + "desc": "派蒙也会累的。" + }, + { + "id": "81049", + "goal": "18", + "title": "洞天无别景…", + "desc": "使用「尘歌壶」进入「洞天」。" + }, + { + "id": "81050", + "goal": "18", + "title": "前方高仙力反应", + "desc": "1个洞天形态的洞天仙力达到20000。" + }, + { + "id": "81051", + "goal": "18", + "title": "前方高仙力反应", + "desc": "2个洞天形态的洞天仙力达到20000。" + }, + { + "id": "81052", + "goal": "18", + "title": "前方高仙力反应", + "desc": "3个洞天形态的洞天仙力达到20000。" + }, + { + "id": "81053", + "goal": "18", + "title": "壶中密友", + "desc": "与壶灵的信任等阶达到4级。" + }, + { + "id": "81054", + "goal": "18", + "title": "壶中密友", + "desc": "与壶灵的信任等阶达到7级。" + }, + { + "id": "81055", + "goal": "18", + "title": "壶中密友", + "desc": "与壶灵的信任等阶达到10级。" + }, + { + "id": "81056", + "goal": "18", + "title": "伐伐伐伐木工", + "desc": "获得100份木材。" + }, + { + "id": "81057", + "goal": "18", + "title": "伐伐伐伐木工", + "desc": "获得600份木材。" + }, + { + "id": "81058", + "goal": "18", + "title": "伐伐伐伐木工", + "desc": "获得2000份木材。" + }, + { + "id": "81059", + "goal": "18", + "title": "宝钱大亨", + "desc": "获得2000份洞天宝钱。" + }, + { + "id": "81060", + "goal": "18", + "title": "宝钱大亨", + "desc": "获得10000份洞天宝钱。" + }, + { + "id": "81061", + "goal": "18", + "title": "宝钱大亨", + "desc": "获得50000份洞天宝钱。" + }, + { + "id": "81062", + "goal": "18", + "title": "不止是个小板凳", + "desc": "制作120个摆设。" + }, + { + "id": "81063", + "goal": "18", + "title": "不止是个小板凳", + "desc": "制作300个摆设。" + }, + { + "id": "81064", + "goal": "18", + "title": "不止是个小板凳", + "desc": "制作600个摆设。" + }, + { + "id": "81065", + "goal": "18", + "title": "来点颜色瞧瞧?", + "desc": "制作50份染料。" + }, + { + "id": "81066", + "goal": "18", + "title": "来点颜色瞧瞧?", + "desc": "制作200份染料。" + }, + { + "id": "81067", + "goal": "18", + "title": "来点颜色瞧瞧?", + "desc": "制作600份染料。" + }, + { + "id": "81068", + "goal": "18", + "title": "标准图样", + "desc": "习得60份摆设图纸。" + }, + { + "id": "81069", + "goal": "18", + "title": "标准图样", + "desc": "习得120份摆设图纸。" + }, + { + "id": "81070", + "goal": "18", + "title": "标准图样", + "desc": "习得180份摆设图纸。" + }, + { + "id": "81071", + "goal": "18", + "title": "我的…地盘", + "desc": "在一个洞天形态中,同时放置50个摆设。" + }, + { + "id": "81072", + "goal": "18", + "title": "我的…地盘", + "desc": "在一个洞天形态中,同时放置150个摆设。" + }, + { + "id": "81073", + "goal": "18", + "title": "我的…地盘", + "desc": "在一个洞天形态中,同时放置300个摆设。" + }, + { + "id": "81074", + "goal": "0", + "title": "哟嚯嚯,再来瓶蒲公英酒", + "desc": "登上「浪船」。" + }, + { + "id": "81075", + "goal": "0", + "title": "「乘风破浪真君」", + "desc": "持续搭乘「浪船」达到一定时间。" + }, + { + "id": "81076", + "goal": "0", + "title": "Nice boat!", + "desc": "与其他玩家交换「浪船」。" + }, + { + "id": "81077", + "goal": "0", + "title": "…其名为「玛丽·塞勒斯特」", + "desc": "「浪船」被破坏了…" + }, + { + "id": "81078", + "goal": "0", + "title": "Deja Vu!", + "desc": "持续高速行驶「浪船」达到一定时间。" + }, + { + "id": "81079", + "goal": "19", + "title": "壶中贵客", + "desc": "邀请同伴入驻「尘歌壶」。" + }, + { + "id": "81080", + "goal": "19", + "title": "围炉夜谈", + "desc": "解锁10段同伴互动对话。" + }, + { + "id": "81081", + "goal": "19", + "title": "围炉夜谈", + "desc": "解锁20段同伴互动对话。" + }, + { + "id": "81082", + "goal": "19", + "title": "围炉夜谈", + "desc": "解锁30段同伴互动对话。" + }, + { + "id": "81083", + "goal": "19", + "title": "决胜的礼物!", + "desc": "获得5份同伴赠礼。" + }, + { + "id": "81084", + "goal": "19", + "title": "决胜的礼物!", + "desc": "获得10份同伴赠礼。" + }, + { + "id": "81085", + "goal": "19", + "title": "决胜的礼物!", + "desc": "获得20份同伴赠礼。" + }, + { + "id": "81086", + "goal": "23", + "title": "传送空间棋盘", + "desc": "在「尘歌壶」内首次设置「洞天锚点」。" + }, + { + "id": "81087", + "goal": "23", + "title": "我们需要更多作物!", + "desc": "在「贵本之道-『玄此玉田』」中收获40个采集物。" + }, + { + "id": "81088", + "goal": "23", + "title": "我们需要更多作物!", + "desc": "在「贵本之道-『玄此玉田』」中收获200个采集物。" + }, + { + "id": "81089", + "goal": "23", + "title": "我们需要更多作物!", + "desc": "在「贵本之道-『玄此玉田』」中收获800个采集物。" + }, + { + "id": "81090", + "goal": "23", + "title": "花开之洞天", + "desc": "在「贵本之道-『薿此芝田』」中收获40个采集物。" + }, + { + "id": "81091", + "goal": "23", + "title": "花开之洞天", + "desc": "在「贵本之道-『薿此芝田』」中收获200个采集物。" + }, + { + "id": "81092", + "goal": "23", + "title": "花开之洞天", + "desc": "在「贵本之道-『薿此芝田』」中收获800个采集物。" + }, + { + "id": "81093", + "goal": "23", + "title": "采集时间到!", + "desc": "在「贵本之道-『楚此渚田』」中收获40个采集物。" + }, + { + "id": "81094", + "goal": "23", + "title": "采集时间到!", + "desc": "在「贵本之道-『楚此渚田』」中收获200个采集物。" + }, + { + "id": "81095", + "goal": "23", + "title": "采集时间到!", + "desc": "在「贵本之道-『楚此渚田』」中收获800个采集物。" + }, + { + "id": "81096", + "goal": "0", + "title": "山田五的木槌", + "desc": "多次识破妖狸的法术。" + }, + { + "id": "81097", + "goal": "0", + "title": "「鲸井御殿流手鞠术」", + "desc": "陪鲸井小弟玩「手鞠游戏」。" + }, + { + "id": "81098", + "goal": "0", + "title": "本朝手鞠戏小传", + "desc": "其他玩家参加了你所设置的「手鞠游戏」。" + }, + { + "id": "81099", + "goal": "0", + "title": "派蒙的幸运日!", + "desc": "在鸣神大社,抽中「大吉」的签文。" + }, + { + "id": "81100", + "goal": "0", + "title": "诸事不宜…", + "desc": "在鸣神大社,抽中「大凶」的签文。" + }, + { + "id": "81101", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81102", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81103", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81104", + "goal": "0", + "title": "地宫传奇…才怪咧!", + "desc": "发掘失落记忆的冒险本身,又何尝不是宝藏呢?" + }, + { + "id": "81105", + "goal": "0", + "title": "SYUUMATSU GAIDEN", + "desc": "被卷入终末番与愚人众的战斗中…" + }, + { + "id": "81106", + "goal": "0", + "title": "岩藏武艺帐", + "desc": "见证岩藏流的末路。" + }, + { + "id": "81107", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81108", + "goal": "0", + "title": "开门放狗", + "desc": "解放寅太郎。" + }, + { + "id": "81109", + "goal": "0", + "title": "情非得已", + "desc": "打开广海的心结。" + }, + { + "id": "81110", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81111", + "goal": "0", + "title": "不再变老", + "desc": "向殁者献上花束。" + }, + { + "id": "81112", + "goal": "0", + "title": "为人的条件?", + "desc": "见证武士的宿命。" + }, + { + "id": "81113", + "goal": "0", + "title": "无灵魂处的灵魂", + "desc": "找到鹫津的遗物。" + }, + { + "id": "81114", + "goal": "0", + "title": "荒岛朝圣指南", + "desc": "找到八酝岛所有的神龛。" + }, + { + "id": "81115", + "goal": "0", + "title": "三千里的起点", + "desc": "在踏鞴砂和鸣神岛找到长次。" + }, + { + "id": "81116", + "goal": "0", + "title": "游医的奥德赛", + "desc": "见证保本的结局。" + }, + { + "id": "81117", + "goal": "0", + "title": "「Knock Knock」", + "desc": "打开「御影炉心」周围的护罩。" + }, + { + "id": "81118", + "goal": "0", + "title": "神无冢作战计划", + "desc": "打倒复苏的「无相之雷」。" + }, + { + "id": "81119", + "goal": "0", + "title": "挥刀的理由", + "desc": "让「公义」恢复清醒。" + }, + { + "id": "81120", + "goal": "0", + "title": "大业物", + "desc": "挑战并轻松击败「公义」。" + }, + { + "id": "81121", + "goal": "0", + "title": "重开之花", + "desc": "获得叶名山薰的赠礼。" + }, + { + "id": "81122", + "goal": "0", + "title": "承蒙惠顾", + "desc": "获得阿敬的宝箱里的大奖。" + }, + { + "id": "81123", + "goal": "0", + "title": "雷之祸乱", + "desc": "因为「雷祸」的伤害而倒下…" + }, + { + "id": "81124", + "goal": "0", + "title": "框架外收获", + "desc": "用「神居岛崩炮」轰开一处藏宝地。" + }, + { + "id": "81125", + "goal": "0", + "title": "大踏鞴长正", + "desc": "获得过去某把武器的绘图。" + }, + { + "id": "81126", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81127", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81128", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81129", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81130", + "goal": "0", + "title": "「…腐肉朽处花争妍。」", + "desc": "终结十位已歿武士的怨念。" + }, + { + "id": "81131", + "goal": "25", + "title": "稚子敲针作钓钩", + "desc": "首次成功钓鱼。" + }, + { + "id": "81132", + "goal": "25", + "title": "「恭喜这位,喜提鱼缸」", + "desc": "首次钓获观赏鱼。" + }, + { + "id": "81133", + "goal": "25", + "title": "被打碎的水中月亮", + "desc": "首次钓获只在夜间出没的鱼儿。" + }, + { + "id": "81134", + "goal": "25", + "title": "通通400铃", + "desc": "成功钓鱼100次。" + }, + { + "id": "81135", + "goal": "25", + "title": "通通400铃", + "desc": "成功钓鱼500次。" + }, + { + "id": "81136", + "goal": "25", + "title": "通通400铃", + "desc": "成功钓鱼2000次。" + }, + { + "id": "81137", + "goal": "25", + "title": "「叫我以实玛利。」", + "desc": "在其他玩家的世界中完成一次钓鱼。" + }, + { + "id": "81138", + "goal": "25", + "title": "渔民杀机", + "desc": "从钓鱼协会处购买一根鱼竿。" + }, + { + "id": "81139", + "goal": "25", + "title": "尽倾江海里", + "desc": "成功制作20次鱼饵。" + }, + { + "id": "81140", + "goal": "25", + "title": "正经的钓鱼学位", + "desc": "解锁20个鱼类图鉴。" + }, + { + "id": "81141", + "goal": "0", + "title": "「这就是我的放生路线!」", + "desc": "鱼儿在挣扎状态中逃脱。" + }, + { + "id": "81142", + "goal": "0", + "title": "「切,原来是来钓鱼的…」", + "desc": "抛竿时吓跑了鱼儿。" + }, + { + "id": "81143", + "goal": "25", + "title": "张力稳定锚", + "desc": "鱼竿始终保持在最佳张力区的情况下成功钓鱼10次。" + }, + { + "id": "81144", + "goal": "25", + "title": "中场", + "desc": "在稻妻,通过钓鱼钓到散落的书页。" + }, + { + "id": "81150", + "goal": "0", + "title": "如愿以偿", + "desc": "请小卷婆婆占卜五次,并获得理想的结果。" + }, + { + "id": "81151", + "goal": "0", + "title": "人鱼童话", + "desc": "帮助久美解开心结。" + }, + { + "id": "81152", + "goal": "0", + "title": "远海牧人的宝藏", + "desc": "从酒醉的狂言中,寻到大海贼最宝贵的遗产。" + }, + { + "id": "81153", + "goal": "0", + "title": "诚实高个儿西尔弗", + "desc": "找到林藏埋藏的所有宝藏。" + }, + { + "id": "81154", + "goal": "0", + "title": "是时候征服海祇岛了!", + "desc": "解除雷神神龛处的封印。" + }, + { + "id": "81155", + "goal": "0", + "title": "池中宅邸", + "desc": "解锁「池中宅邸」。" + }, + { + "id": "81156", + "goal": "0", + "title": "小猎犬号搁浅记", + "desc": "跟随无名学者的脚步探索海祇岛。" + }, + { + "id": "81157", + "goal": "0", + "title": "「奴家是猫。名字叫寝子」", + "desc": "拜见「浅濑神社代宫司」寝子。" + }, + { + "id": "81158", + "goal": "0", + "title": "云中的猫", + "desc": "和「浅濑神社代宫司」寝子一起,见证某件迟来的「好事」。" + }, + { + "id": "81159", + "goal": "0", + "title": "猫的赠礼", + "desc": "在清籁岛上为小猫喂食,并获得它们的好感。" + }, + { + "id": "81160", + "goal": "0", + "title": "无可质疑的宝藏", + "desc": "「都说了只有一幅画啊!」" + }, + { + "id": "81161", + "goal": "0", + "title": "乡愁的另一头", + "desc": "为太田太郎在清籁岛上拍摄四张画片。" + }, + { + "id": "81162", + "goal": "0", + "title": "它和它…", + "desc": "…连连看?" + }, + { + "id": "81163", + "goal": "0", + "title": "戴维·琼斯的箱子", + "desc": "解开「清籁丸」内的所有机关。" + }, + { + "id": "81164", + "goal": "0", + "title": "益智海域", + "desc": "在清籁岛上解开一系列机关。" + }, + { + "id": "81165", + "goal": "0", + "title": "大天云峠", + "desc": "解开天云峠之底的机关。" + }, + { + "id": "81166", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81167", + "goal": "0", + "title": "进入夜雾之门", + "desc": "适应了鹤观的异常天候。" + }, + { + "id": "81168", + "goal": "0", + "title": "Nihil Sub Caligine Novum", + "desc": "似乎又恢复了原状…" + }, + { + "id": "81169", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81170", + "goal": "0", + "title": "白之幻影", + "desc": "与昔日的幻影相遇。" + }, + { + "id": "81171", + "goal": "0", + "title": "「美好的风景,望不到头」", + "desc": "与「船工」告别。" + }, + { + "id": "81172", + "goal": "0", + "title": "双城记", + "desc": "即使是鹤观,似乎也建立在古老遗迹的残骸上。" + }, + { + "id": "81173", + "goal": "0", + "title": "《我作为冒险家的一生》", + "desc": "协助罗尔德,完成冒险日志。" + }, + { + "id": "81174", + "goal": "0", + "title": "雾里明灯", + "desc": "点亮逢岳之野所有的雷石。" + }, + { + "id": "81175", + "goal": "0", + "title": "「被、被派蒙吃掉…」", + "desc": "原本拿到的「木簧笛」,却意外消失了。" + }, + { + "id": "81176", + "goal": "0", + "title": "猜想时间", + "desc": "从比过去更遥远的过去,来到了今天…" + }, + { + "id": "81177", + "goal": "0", + "title": "雷鸟的系谱", + "desc": "完成所有「雕像」的挑战。" + }, + { + "id": "81178", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81179", + "goal": "0", + "title": "七个字母", + "desc": "尝试解读「石根文字」。" + }, + { + "id": "81180", + "goal": "0", + "title": "茂知之壳", + "desc": "解锁「茂知之壳」。" + }, + { + "id": "81181", + "goal": "0", + "title": "渡过雾霭的河流", + "desc": "终于,抵达雾海彼端…" + }, + { + "id": "81182", + "goal": "0", + "title": "「让你再飞!」", + "desc": "使用道具「四方八方之网」捕获1只晶蝶。" + }, + { + "id": "81183", + "goal": "0", + "title": "面对捕网网眼时的焦虑", + "desc": "使用道具「四方八方之网」捕获1只团雀。" + }, + { + "id": "81184", + "goal": "0", + "title": "海底几万里?", + "desc": "进入渊下宫。" + }, + { + "id": "81185", + "goal": "0", + "title": "野马泉,又名摩利支", + "desc": "解开「阳炎之门」的秘密。" + }, + { + "id": "81186", + "goal": "0", + "title": "日月回轮", + "desc": "转换一次「白夜」与「常夜」。" + }, + { + "id": "81187", + "goal": "0", + "title": "「智圆行方」小锦旗", + "desc": "获得地走官的认可。" + }, + { + "id": "81188", + "goal": "0", + "title": "「明察冬鳗」小锦旗", + "desc": "获得地走官的认可。" + }, + { + "id": "81189", + "goal": "0", + "title": "「常世无双」小锦旗", + "desc": "获得地走官的认可。" + }, + { + "id": "81190", + "goal": "0", + "title": "", + "desc": "" + }, + { + "id": "81191", + "goal": "0", + "title": "「下次,试试社会派…」", + "desc": "完成伊达的迷宫挑战。" + }, + { + "id": "81192", + "goal": "0", + "title": "「常世大神倘若有知…」", + "desc": "归还所有的图书,并且…" + }, + { + "id": "81193", + "goal": "0", + "title": "「真的有区别吗…」", + "desc": "在所有特别的位置上坐下过。" + }, + { + "id": "81194", + "goal": "0", + "title": "神的孩子全跳舞", + "desc": "和所有的「法厄同」残影对话。" + }, + { + "id": "81195", + "goal": "0", + "title": "阴阳割昏晓", + "desc": "前往大日御舆之顶。" + }, + { + "id": "81196", + "goal": "0", + "title": "射程之内好说话", + "desc": "完成弓术的挑战。" + }, + { + "id": "81197", + "goal": "0", + "title": "薄缘的道与光与胤", + "desc": "归还岩藏宗主的刀。" + }, + { + "id": "81198", + "goal": "0", + "title": "一把钥匙开一把锁", + "desc": "找到所有的键纹。" + }, + { + "id": "82001", + "goal": "7", + "title": "「无他,惟手熟尔」", + "desc": "用弓箭射中在空中飞行的鹰。" + }, + { + "id": "82002", + "goal": "7", + "title": "百步穿杨", + "desc": "在远距离,通过瞄准射击击中敌人要害。" + }, + { + "id": "82003", + "goal": "7", + "title": "魔弹射手", + "desc": "在超远距离,通过瞄准射击击中敌人要害。" + }, + { + "id": "82004", + "goal": "8", + "title": "全什么外壳来着?", + "desc": "粉碎一个大型岩史莱姆的岩晶护罩。" + }, + { + "id": "82005", + "goal": "8", + "title": "特斯拉球还流行吗?", + "desc": "粉碎一个雷萤术士的护罩。" + }, + { + "id": "82006", + "goal": "8", + "title": "谁的节奏天国?", + "desc": "阻止深渊法师恢复护罩。" + }, + { + "id": "82007", + "goal": "8", + "title": "赫炎的达达乌帕", + "desc": "点燃一扇木盾丘丘暴徒的木盾。" + }, + { + "id": "82008", + "goal": "0", + "title": "无坚不摧", + "desc": "在无相之岩复苏前,击碎所有复苏岩柱。" + }, + { + "id": "82009", + "goal": "0", + "title": "棱镜计划", + "desc": "在无相之雷复苏前,摧毁所有复苏棱镜。" + }, + { + "id": "82010", + "goal": "0", + "title": "「这风晶蝶还蛮大的」", + "desc": "在无相之风复苏前,吸收所有风之晶球。" + }, + { + "id": "82011", + "goal": "0", + "title": "「这风晶蝶还蛮大的」", + "desc": "击败一个未能吸收晶球的无相之风。" + }, + { + "id": "82012", + "goal": "0", + "title": "「…不代表最终品质」", + "desc": "击败一个进行了四种元素转变的无相之风。" + }, + { + "id": "82013", + "goal": "0", + "title": "…与巨像", + "desc": "通过攻击要害,瘫痪遗迹守卫。" + }, + { + "id": "82014", + "goal": "0", + "title": "传球", + "desc": "打落爆弹丘丘人手中的火史莱姆。" + }, + { + "id": "82015", + "goal": "0", + "title": "「一次…的攻击」", + "desc": "通过碎冰伤害,打败一名敌人。" + }, + { + "id": "82016", + "goal": "0", + "title": "「我有金钟罩♬」", + "desc": "通过连续结晶反应,获得超过1分钟的护盾。" + }, + { + "id": "82017", + "goal": "0", + "title": "大黄金丘丘王", + "desc": "在魔化状态结束前,击败丘丘岩盔王。" + }, + { + "id": "82018", + "goal": "0", + "title": "天降正义", + "desc": "使用下落攻击,在坠落超过5秒后击败一名敌人。" + }, + { + "id": "82019", + "goal": "6", + "title": "「老实点!」", + "desc": "达成1次:持续冻结一名敌人超过10秒。" + }, + { + "id": "82020", + "goal": "6", + "title": "「老实点!」", + "desc": "达成5次:持续冻结一名敌人超过10秒。" + }, + { + "id": "82021", + "goal": "6", + "title": "「老实点!」", + "desc": "达成10次:持续冻结一名敌人超过10秒。" + }, + { + "id": "82022", + "goal": "6", + "title": "「随风而去吧!」", + "desc": "达成1次:2秒内,触发冰、水、火、雷元素四种扩散反应。" + }, + { + "id": "82023", + "goal": "6", + "title": "「随风而去吧!」", + "desc": "达成5次:2秒内,触发冰、水、火、雷元素四种扩散反应。" + }, + { + "id": "82024", + "goal": "6", + "title": "「随风而去吧!」", + "desc": "达成10次:2秒内,触发冰、水、火、雷元素四种扩散反应。" + }, + { + "id": "82025", + "goal": "6", + "title": "白色的季节", + "desc": "达成1次:2秒内,冻结4名敌人。" + }, + { + "id": "82026", + "goal": "6", + "title": "白色的季节", + "desc": "达成5次:2秒内,冻结4名敌人。" + }, + { + "id": "82027", + "goal": "6", + "title": "白色的季节", + "desc": "达成10次:2秒内,冻结4名敌人。" + }, + { + "id": "82028", + "goal": "6", + "title": "低温环境导致可用电量下降", + "desc": "达成1次:2秒内,通过超导反应打败4名敌人。" + }, + { + "id": "82029", + "goal": "6", + "title": "低温环境导致可用电量下降", + "desc": "达成5次:2秒内,通过超导反应打败4名敌人。" + }, + { + "id": "82030", + "goal": "6", + "title": "低温环境导致可用电量下降", + "desc": "达成10次:2秒内,通过超导反应打败4名敌人。" + }, + { + "id": "82031", + "goal": "6", + "title": "「艺术就是…」", + "desc": "达成1次:2秒内,通过超载反应打败4名敌人。" + }, + { + "id": "82032", + "goal": "6", + "title": "「艺术就是…」", + "desc": "达成5次:2秒内,通过超载反应打败4名敌人。" + }, + { + "id": "82033", + "goal": "6", + "title": "「艺术就是…」", + "desc": "达成10次:2秒内,通过超载反应打败4名敌人。" + }, + { + "id": "82034", + "goal": "6", + "title": "…必须毁灭两次", + "desc": "达成1次:2秒内,通过融化反应打败4名敌人。" + }, + { + "id": "82035", + "goal": "6", + "title": "…必须毁灭两次", + "desc": "达成5次:2秒内,通过融化反应打败4名敌人。" + }, + { + "id": "82036", + "goal": "6", + "title": "…必须毁灭两次", + "desc": "达成10次:2秒内,通过融化反应打败4名敌人。" + }, + { + "id": "82037", + "goal": "6", + "title": "「略大于突如其来的爱情。」", + "desc": "达成1次:2秒内,通过感电反应打败4名敌人。" + }, + { + "id": "82038", + "goal": "6", + "title": "「略大于突如其来的爱情。」", + "desc": "达成5次:2秒内,通过感电反应打败4名敌人。" + }, + { + "id": "82039", + "goal": "6", + "title": "「略大于突如其来的爱情。」", + "desc": "达成10次:2秒内,通过感电反应打败4名敌人。" + }, + { + "id": "82040", + "goal": "0", + "title": "向无敌大胃王致敬", + "desc": "队伍中有四名角色同时处于饱腹状态。" + }, + { + "id": "82041", + "goal": "0", + "title": "摧枯拉朽", + "desc": "造成超过5000的暴击伤害。" + }, + { + "id": "82042", + "goal": "0", + "title": "摧枯拉朽", + "desc": "造成超过20000的暴击伤害。" + }, + { + "id": "82043", + "goal": "0", + "title": "摧枯拉朽", + "desc": "造成超过50000的暴击伤害。" + }, + { + "id": "82044", + "goal": "9", + "title": "深邃的探究者", + "desc": "深境螺旋:通过4层。" + }, + { + "id": "82045", + "goal": "9", + "title": "深邃的探究者", + "desc": "深境螺旋:通过8层。" + }, + { + "id": "82046", + "goal": "9", + "title": "深邃的探究者", + "desc": "深境螺旋:通过12层。" + }, + { + "id": "82047", + "goal": "9", + "title": "来自深境", + "desc": "深境螺旋:在没有受到伤害的情况下完成第2层第3间。" + }, + { + "id": "82048", + "goal": "9", + "title": "来自深境", + "desc": "深境螺旋:在没有受到伤害的情况下完成第5层第3间。" + }, + { + "id": "82049", + "goal": "9", + "title": "来自深境", + "desc": "深境螺旋:在没有受到伤害的情况下完成第8层第3间。" + }, + { + "id": "82050", + "goal": "9", + "title": "My Precious", + "desc": "深境螺旋:在地脉镇石完好的情况下完成第2层第2间。" + }, + { + "id": "82051", + "goal": "9", + "title": "渊星斗士", + "desc": "深境螺旋:取得「深境回廊」的所有渊星。" + }, + { + "id": "82052", + "goal": "0", + "title": "神奇四…", + "desc": "使用四个相同元素属性的角色完成一次秘境挑战。" + }, + { + "id": "82053", + "goal": "14", + "title": "清泉的猎人", + "desc": "击败过纯水精灵召唤的每一种幻形生物。" + }, + { + "id": "82054", + "goal": "14", + "title": "水刑物语", + "desc": "在未被部分幻形生物消散时留下的水弹命中的情况下,击败纯水精灵。" + }, + { + "id": "82055", + "goal": "14", + "title": "…出奇迹?", + "desc": "击败「奇怪的丘丘人」1次。" + }, + { + "id": "82056", + "goal": "14", + "title": "…出奇迹?", + "desc": "击败「奇怪的丘丘人」20次。" + }, + { + "id": "82057", + "goal": "14", + "title": "…出奇迹?", + "desc": "击败「奇怪的丘丘人」50次。" + }, + { + "id": "82058", + "goal": "14", + "title": "提瓦特的园丁,不畏严寒", + "desc": "通过攻击急冻树的花冠,使其瘫痪。" + }, + { + "id": "82059", + "goal": "14", + "title": "提瓦特的园丁,不畏酷热", + "desc": "通过攻击爆炎树的花冠,使其瘫痪。" + }, + { + "id": "82060", + "goal": "14", + "title": "天降正义!", + "desc": "维持下落攻击状态超过5秒后,命中敌人。" + }, + { + "id": "82061", + "goal": "14", + "title": "第三类永动机", + "desc": "在15秒内,施放5次元素爆发。" + }, + { + "id": "82062", + "goal": "14", + "title": "约等于天下无敌", + "desc": "使一名角色同时处于三种或更多不同的护盾庇护下。" + }, + { + "id": "82063", + "goal": "0", + "title": "「什么嘛,还不如冰雾花」", + "desc": "不击破花冠弱点的情况下,击败急冻树。" + }, + { + "id": "82064", + "goal": "0", + "title": "「总有比火更灼热的火」", + "desc": "不击破花冠弱点的情况下,击败爆炎树。" + }, + { + "id": "82065", + "goal": "0", + "title": "异邦人与异邦人", + "desc": "队伍中所有角色都不被「公子」标记的后续攻击命中的情况下,击败「公子」。" + }, + { + "id": "82066", + "goal": "15", + "title": "抢断", + "desc": "打落冰弹丘丘人手中的冰史莱姆。" + }, + { + "id": "82067", + "goal": "15", + "title": "推倒这面墙!", + "desc": "摧毁一扇冰盾丘丘暴徒的盾牌。" + }, + { + "id": "82068", + "goal": "15", + "title": "少冰无糖", + "desc": "在冰丘丘萨满没能创造冰柱的情况下,击败冰丘丘萨满。" + }, + { + "id": "82069", + "goal": "15", + "title": "…摔得越重", + "desc": "摧毁冰丘丘萨满的冰柱。" + }, + { + "id": "82070", + "goal": "15", + "title": "这个丘丘不太冷", + "desc": "在魔化状态结束前,击败丘丘霜铠王。" + }, + { + "id": "82071", + "goal": "15", + "title": "玫瑰花蕾…", + "desc": "粉碎一个冰萤术士的护罩。" + }, + { + "id": "82072", + "goal": "15", + "title": "国王刺客", + "desc": "击败龙脊雪山的真正王者…?" + }, + { + "id": "82073", + "goal": "15", + "title": "歌利亚", + "desc": "通过攻击要害,瘫痪遗迹重机。" + }, + { + "id": "82074", + "goal": "0", + "title": "罚球", + "desc": "有的地方是没办法挖出火史莱姆的…" + }, + { + "id": "82075", + "goal": "0", + "title": "力场侵蚀", + "desc": "粉碎无相之雷的结界。" + }, + { + "id": "82076", + "goal": "0", + "title": "「…还有蜥蜴和斯波克」", + "desc": "同一个角色连续被猜拳三连击命中。" + }, + { + "id": "82077", + "goal": "0", + "title": "基础不牢,地动山摇!", + "desc": "通过击碎核心停留的玄岩柱,使同一个无相之岩落地三次。" + }, + { + "id": "82078", + "goal": "0", + "title": "基础再牢,也能撂倒!", + "desc": "在不击碎玄岩柱的情况下,使无相之岩进入复苏模式。" + }, + { + "id": "82079", + "goal": "0", + "title": "千风散尽还复来", + "desc": "在一场战斗中,吸收至少10个无相之风创造的元素晶球。" + }, + { + "id": "82080", + "goal": "0", + "title": "珠心熔毁", + "desc": "摧毁爆炎树创造的炽热之种。" + }, + { + "id": "82081", + "goal": "0", + "title": "眩晕", + "desc": "在急冻树旋转喷发急冻射线时,击破其花冠弱点。" + }, + { + "id": "82082", + "goal": "0", + "title": "「…唯独死亡与债务不可避」", + "desc": "击败处于隐蔽状态下的火之债务处理人。" + }, + { + "id": "82083", + "goal": "0", + "title": "「孤独地融化…」", + "desc": "在冰萤术士操控的冰萤全部存在的情况下,击败冰萤术士。" + }, + { + "id": "82084", + "goal": "0", + "title": "这也算四风守护?", + "desc": "触发过风拳先锋军所有元素类型的吸收反击后,击败他。" + }, + { + "id": "82085", + "goal": "0", + "title": "碰·一·碰", + "desc": "利用护盾反制岩龙蜥的某一式冲撞攻击。" + }, + { + "id": "82086", + "goal": "0", + "title": "反弹!", + "desc": "利用护盾,反制古岩龙蜥的「原岩喷吐」攻击。" + }, + { + "id": "82087", + "goal": "0", + "title": "悉数奉还!", + "desc": "利用同种元素类型或岩元素的护盾,反制古岩龙蜥的「原岩喷吐」攻击,并造成大量伤害。" + }, + { + "id": "82088", + "goal": "0", + "title": "我们之中最坚强的灵魂", + "desc": "击败所有形态的若陀龙王。" + }, + { + "id": "82089", + "goal": "0", + "title": "「…一日之寒」", + "desc": "击败处于虚弱状态的无相之冰。" + }, + { + "id": "82090", + "goal": "0", + "title": "「冰冻三尺…」", + "desc": "击败一个复苏了三次的无相之冰。" + }, + { + "id": "82091", + "goal": "20", + "title": "…太阳岩龙蜥、月亮岩龙蜥", + "desc": "击败过岩龙蜥的所有元素形态。" + }, + { + "id": "82092", + "goal": "20", + "title": "岩元素反应?", + "desc": "击败过古岩龙蜥所有元素形态。" + }, + { + "id": "82093", + "goal": "20", + "title": "傀儡谣", + "desc": "在魔偶剑鬼挑衅时击败魔偶剑鬼。" + }, + { + "id": "82094", + "goal": "20", + "title": "废图毁腾", + "desc": "在场上没有丘丘雷图腾的情况下,击败雷丘丘萨满。" + }, + { + "id": "82095", + "goal": "20", + "title": "被命运诅咒的王", + "desc": "击败强化状态下的丘丘雷兜王。" + }, + { + "id": "82096", + "goal": "20", + "title": "飞越水疗馆", + "desc": "不被「水牢」攻击命中的情况下,击败藏镜仕女。" + }, + { + "id": "82097", + "goal": "20", + "title": "完全静默", + "desc": "在无相之火只进入一次熄灭状态的情况下,击败无相之火。" + }, + { + "id": "82098", + "goal": "20", + "title": "鸣神岛作战", + "desc": "击败处于虚弱状态下的恒常机关阵列。" + }, + { + "id": "82109", + "goal": "20", + "title": "画龙点睛", + "desc": "在战斗中不曾获取过护盾的情况下,击败若陀龙王。" + }, + { + "id": "82099", + "goal": "0", + "title": "只要我跑的够快", + "desc": "不被幻影击中的情况下,击败魔偶剑鬼。" + }, + { + "id": "82100", + "goal": "0", + "title": "堂堂正正的决斗!", + "desc": "不触发「枉死之面」的格挡的情况下,击败魔偶剑鬼。" + }, + { + "id": "82101", + "goal": "0", + "title": "…全靠我们自己", + "desc": "不触发「原岩喷吐」的反噬的情况下,击败古岩龙蜥。" + }, + { + "id": "82102", + "goal": "0", + "title": "把自己烧着了吧?", + "desc": "击败一个复燃过两次的无相之火。" + }, + { + "id": "82103", + "goal": "0", + "title": "Smells like Animal Spirit!", + "desc": "被无相之火的拟态三连击命中后,击败它。" + }, + { + "id": "82104", + "goal": "0", + "title": "机元突破", + "desc": "在一场战斗中,使恒常机关阵列的所有四种遗迹机兵均进入瘫痪状态,并击败恒常机关阵列。" + }, + { + "id": "82105", + "goal": "0", + "title": "无关机械请立即离场!", + "desc": "不击败任何恒常机关阵列的遗迹机兵的情况下,击败恒常机关阵列。" + }, + { + "id": "82106", + "goal": "0", + "title": "遇火斩火", + "desc": "在海乱鬼·炎威的武器附有烈焰的情况下,击败海乱鬼·炎威。" + }, + { + "id": "82107", + "goal": "0", + "title": "遇雷切雷", + "desc": "在海乱鬼·雷腾的武器附有电流的情况下,击败海乱鬼·雷腾。" + }, + { + "id": "82108", + "goal": "0", + "title": "雷自东来", + "desc": "被雷斧丘丘暴徒引来的落雷击中…" + }, + { + "id": "82110", + "goal": "0", + "title": "A Kill without Water", + "desc": "不击败任何「水滴」的情况下(无相之水恢复时除外),击败无相之水。" + }, + { + "id": "82111", + "goal": "0", + "title": "海洋生物学者,欧拉!", + "desc": "被无相之水幻化的某种生物击中…" + }, + { + "id": "82112", + "goal": "0", + "title": "无法传达的恋波", + "desc": "不曾被探针的侦测锁定的情况下,击败雷音权现。" + }, + { + "id": "82113", + "goal": "0", + "title": "雷音坠落", + "desc": "击败飞翔的雷音权现。" + }, + { + "id": "82114", + "goal": "0", + "title": "红莲冰河与红莲魔女", + "desc": "在不破坏任何「炎之心」与「霜之眼」的情况下,击败「女士」。" + }, + { + "id": "82121", + "goal": "0", + "title": "犬神家的末路", + "desc": "短时间内击破两个「兽境犬首」。" + }, + { + "id": "82122", + "goal": "0", + "title": "硬着陆", + "desc": "将攀援中的深海龙蜥击落。" + }, + { + "id": "82123", + "goal": "0", + "title": "正法眼藏", + "desc": "仅仅击落真正的对手…" + }, + { + "id": "82124", + "goal": "0", + "title": "猛犬注意", + "desc": "击败正在咆哮的兽境猎犬。" + }, + { + "id": "82125", + "goal": "0", + "title": "基本上无害", + "desc": "击败没有积攒任何怒气的飘浮灵。" + }, + { + "id": "84000", + "goal": "0", + "title": "漫长旅途的开端", + "desc": "完成蒙德的魔神任务。" + }, + { + "id": "84001", + "goal": "0", + "title": "捕风的异乡人", + "desc": "完成「捕风的异乡人」。" + }, + { + "id": "84002", + "goal": "0", + "title": "为了没有眼泪的明天", + "desc": "完成「为了没有眼泪的明天」。" + }, + { + "id": "84003", + "goal": "0", + "title": "巨龙与自由之歌", + "desc": "完成「巨龙与自由之歌」。" + }, + { + "id": "84004", + "goal": "0", + "title": "听凭风引", + "desc": "掌握「风」的元素力。" + }, + { + "id": "84005", + "goal": "0", + "title": "…还是新的风暴呢?", + "desc": "驱逐袭击蒙德城的巨龙。" + }, + { + "id": "84006", + "goal": "0", + "title": "骑士精神", + "desc": "成为西风骑士团的荣誉骑士。" + }, + { + "id": "84007", + "goal": "0", + "title": "骑士团的诸多麻烦", + "desc": "没能「借」到圣物…但认识了「骑士团的麻烦」。" + }, + { + "id": "84008", + "goal": "0", + "title": "风向是会转变的", + "desc": "被特瓦林所救。" + }, + { + "id": "84009", + "goal": "0", + "title": "浮世浮生千岩间", + "desc": "完成「浮世浮生千岩间」。" + }, + { + "id": "84010", + "goal": "0", + "title": "辞行久远之躯", + "desc": "完成「辞行久远之躯」。" + }, + { + "id": "84011", + "goal": "0", + "title": "异乡异客", + "desc": "在「本地人不会去的景点」被外地人搭救。" + }, + { + "id": "84012", + "goal": "0", + "title": "…五丘丘怎么了?", + "desc": "与小冥约定一起玩。" + }, + { + "id": "84013", + "goal": "0", + "title": "春香窑的「副业」", + "desc": "了解「岩王帝君」中意的香膏品类。" + }, + { + "id": "84014", + "goal": "0", + "title": "派蒙都进不去吧?", + "desc": "将萍姥姥的「壶」打扫干净。" + }, + { + "id": "84015", + "goal": "0", + "title": "「勇敢的冒险者啊…」", + "desc": "不被摩拉束缚手脚,委托他人完成工作。" + }, + { + "id": "84016", + "goal": "0", + "title": "文物保护", + "desc": "虽然无缘得见「椰羊」…但修好了古迹。" + }, + { + "id": "84017", + "goal": "0", + "title": "漫长的送别", + "desc": "筹备好「送仙典仪」所需的道具。" + }, + { + "id": "84018", + "goal": "0", + "title": "史莱姆,糖适量", + "desc": "精心制作糖霜史莱姆。" + }, + { + "id": "84019", + "goal": "0", + "title": "一步登天", + "desc": "登上俯瞰璃月港的「空中楼阁」。" + }, + { + "id": "84020", + "goal": "0", + "title": "爱乐之花", + "desc": "对琉璃百合唱了蒙德的曲子…" + }, + { + "id": "84021", + "goal": "0", + "title": "审判之时…还没到", + "desc": "击败「公子」。" + }, + { + "id": "84022", + "goal": "0", + "title": "轨道抛掷", + "desc": "击退「漩涡之魔神」。" + }, + { + "id": "84023", + "goal": "0", + "title": "终有一别", + "desc": "参与「送仙典仪」。" + }, + { + "id": "84024", + "goal": "0", + "title": "迫近的客星", + "desc": "完成「迫近的客星」。" + }, + { + "id": "84025", + "goal": "0", + "title": "命运初动", + "desc": "完成任务「拾枝者·戴因斯雷布」。" + }, + { + "id": "84029", + "goal": "0", + "title": "贼寇、狂人与漆黑之谜", + "desc": "确认大盗宝家的异状。" + }, + { + "id": "84030", + "goal": "0", + "title": "命运交叉的废都", + "desc": "逃离诡异的遗迹。" + }, + { + "id": "84031", + "goal": "0", + "title": "将诸神的力量付之一笑", + "desc": "得知「命运的织机」正在进行中…" + }, + { + "id": "84032", + "goal": "0", + "title": "狂言破碎之时", + "desc": "击退深渊使徒。" + }, + { + "id": "84033", + "goal": "0", + "title": "我们终将重逢", + "desc": "完成「我们终将重逢」。" + }, + { + "id": "84034", + "goal": "0", + "title": "雷电将至", + "desc": "得到搭乘「死兆星」号前往稻妻的机会。" + }, + { + "id": "84035", + "goal": "0", + "title": "开战!", + "desc": "在「南十字武斗会」中取得首次胜利。" + }, + { + "id": "84036", + "goal": "0", + "title": "振袖秋风问红叶", + "desc": "完成「振袖秋风问红叶」。" + }, + { + "id": "84037", + "goal": "0", + "title": "朝着雷霆骤雨", + "desc": "抵达「异人居留地」。" + }, + { + "id": "84038", + "goal": "0", + "title": "柊三十郎", + "desc": "顺利押送货物,离开离岛。" + }, + { + "id": "84039", + "goal": "0", + "title": "所有人的愿望之诗", + "desc": "接触「永恒」的象征,「千手百眼神像」。" + }, + { + "id": "84040", + "goal": "0", + "title": "屏风后的白鹭公主", + "desc": "与神里家的大小姐正式会面。" + }, + { + "id": "84041", + "goal": "0", + "title": "御守、仁义、天下一", + "desc": "完成「三个小心愿」。" + }, + { + "id": "84042", + "goal": "0", + "title": "牢屋敷花火祭", + "desc": "成功营救正胜。" + }, + { + "id": "84043", + "goal": "0", + "title": "直面雷光", + "desc": "成为「眼狩令」的目标。" + }, + { + "id": "84044", + "goal": "0", + "title": "异人一揆", + "desc": "顺利融入反抗军中。" + }, + { + "id": "84045", + "goal": "0", + "title": "不动鸣神,恒常乐土", + "desc": "完成「不动鸣神,恒常乐土」。" + }, + { + "id": "84046", + "goal": "0", + "title": "无念无想,泡影断灭", + "desc": "完成「无念无想,泡影断灭」。" + }, + { + "id": "84047", + "goal": "0", + "title": "SWORDFISH Ⅱ", + "desc": "获得剑鱼二番队的认可。" + }, + { + "id": "84048", + "goal": "0", + "title": "虽是露水般的愿望…", + "desc": "找到派发邪眼的幕后黑手。" + }, + { + "id": "84049", + "goal": "0", + "title": "特大号花火祭", + "desc": "燃放烟花引开守卫。" + }, + { + "id": "84050", + "goal": "0", + "title": "御前生死斗", + "desc": "在「御前决斗」中,获得胜利。" + }, + { + "id": "84051", + "goal": "0", + "title": "「他们」的愿望…", + "desc": "回应「千手百眼神像」中所有的愿望。" + }, + { + "id": "84052", + "goal": "0", + "title": "千手百眼,天下人间", + "desc": "完成「千手百眼,天下人间」。" + }, + { + "id": "84053", + "goal": "0", + "title": "「诸事平安」", + "desc": "与王平安一起重修铜雀的庙宇。" + }, + { + "id": "84056", + "goal": "0", + "title": "群玉临空", + "desc": "完成群玉阁重建工作。" + }, + { + "id": "84057", + "goal": "0", + "title": "沧海生威", + "desc": "击退「漩涡的余威」跋掣。" + }, + { + "id": "84058", + "goal": "0", + "title": "前尘一梦", + "desc": "见证村庄历史中的真相。" + }, + { + "id": "84059", + "goal": "0", + "title": "风起鹤归", + "desc": "完成「风起鹤归」。" + }, + { + "id": "84501", + "goal": "10", + "title": "…Odomu?", + "desc": "在「语言交流」中与丘丘人交流成功。" + }, + { + "id": "84502", + "goal": "10", + "title": "Yo dala?", + "desc": "在「诗歌交流」中与丘丘人交流成功。" + }, + { + "id": "84503", + "goal": "11", + "title": "追求极致", + "desc": "在「说到做到!」中完美完成查耶维奇的所有委托。" + }, + { + "id": "84504", + "goal": "11", + "title": "有一说一", + "desc": "在「来自冬天的故事」中探听到所有关于至冬国的情报。" + }, + { + "id": "84505", + "goal": "12", + "title": "帝君故事", + "desc": "搜集到「岩游记」中所有有关岩王帝君的故事。" + }, + { + "id": "84506", + "goal": "12", + "title": "旅者且留步…", + "desc": "在「且听下回分解」中听完《裁雨声》。" + }, + { + "id": "84507", + "goal": "12", + "title": "且听我一言。", + "desc": "在「且听下回分解」中听完《海山履云记》。" + }, + { + "id": "84508", + "goal": "0", + "title": "哎呀!海盗!", + "desc": "陪璐璐、阿飞与小蒙各玩一次海盗游戏。" + }, + { + "id": "84509", + "goal": "0", + "title": "厨子与渔夫", + "desc": "完成「独钓江雪」与「勿言勿笑」。" + }, + { + "id": "84510", + "goal": "0", + "title": "「知天命…」", + "desc": "在「好兆头」中,帮助志华找到五个爱情运来临的征兆。" + }, + { + "id": "84512", + "goal": "0", + "title": "过量的思念", + "desc": "完成五次「愿风带走思念」。" + }, + { + "id": "84513", + "goal": "0", + "title": "更上一层楼", + "desc": "帮助淮安修复望舒客栈的断桥。" + }, + { + "id": "84514", + "goal": "0", + "title": "时也运也", + "desc": "一次就选中了最高价值的璞石。" + }, + { + "id": "84515", + "goal": "0", + "title": "略表歉意", + "desc": "向提米道歉。" + }, + { + "id": "84516", + "goal": "0", + "title": "凑合…也能用", + "desc": "只带给赫尔曼木桩的材料。" + }, + { + "id": "84517", + "goal": "0", + "title": "善事有善报", + "desc": "拆穿玛乔丽小姐,并获得杰克的答谢。" + }, + { + "id": "84518", + "goal": "0", + "title": "「您好,亲爱的爸爸…」", + "desc": "了解提米的故事。" + }, + { + "id": "84519", + "goal": "0", + "title": "妙手怪医", + "desc": "治好安娜的病。" + }, + { + "id": "84520", + "goal": "0", + "title": "西风佑我", + "desc": "见证吉丽安娜的故事。" + }, + { + "id": "84521", + "goal": "0", + "title": "未曾设想的味道", + "desc": "完成神秘特调。" + }, + { + "id": "84522", + "goal": "0", + "title": "学者与「学者」", + "desc": "完成「『遗落』的文物」与「『夺宝』小行动」。" + }, + { + "id": "84523", + "goal": "0", + "title": "梦想与工作,诗与面包", + "desc": "完成「所谓『工作』」,并获得霖铃的诗集。" + }, + { + "id": "84524", + "goal": "0", + "title": "故人久未归", + "desc": "完成「久久望故人」任务。" + }, + { + "id": "84525", + "goal": "0", + "title": "这本小说真厉害!", + "desc": "偷看常九爷的书稿。" + }, + { + "id": "84526", + "goal": "0", + "title": "「…而尽人事。」", + "desc": "破坏了四种爱情运来临的征兆。" + }, + { + "id": "84527", + "goal": "0", + "title": "这不是应急食品", + "desc": "在「餐品订单」任务中吃掉了餐品…?" + }, + { + "id": "84528", + "goal": "0", + "title": "瞳孔中的伪装者", + "desc": "帮助珊瑚和龙二破获案件。" + }, + { + "id": "84529", + "goal": "0", + "title": "真相只有一个…?", + "desc": "见证龙二的故事。" + }, + { + "id": "84530", + "goal": "0", + "title": "璃月一番", + "desc": "用美味的料理治愈汤雯。" + }, + { + "id": "84531", + "goal": "0", + "title": "噼咔,为什么又是噼咔", + "desc": "向香菱请教到特别的烹饪手法。" + }, + { + "id": "84532", + "goal": "0", + "title": "双人餐行", + "desc": "帮助旭东和龟井宗久各完成一次烹饪。" + }, + { + "id": "84533", + "goal": "0", + "title": "饮食问题", + "desc": "帮助芭尔瓦涅校对全部食谱。" + }, + { + "id": "84534", + "goal": "0", + "title": "武士饭", + "desc": "帮助龟井宗久搜集过全部两侧营地的食材。" + }, + { + "id": "84535", + "goal": "0", + "title": "「给您添蘑菇了!」", + "desc": "在「售后服务」中收到顾客绀田传助的抱怨。" + }, + { + "id": "84536", + "goal": "0", + "title": "饮食武士", + "desc": "见证龟井宗久加入全能美食队。" + }, + { + "id": "84537", + "goal": "0", + "title": "喂——有人吗?", + "desc": "在离岛中发现一处秘密通道。" + }, + { + "id": "84538", + "goal": "0", + "title": "编辑部的一己之见", + "desc": "帮助阿茂和顺吉回到正确的创作轨道。" + }, + { + "id": "84539", + "goal": "0", + "title": "同心训练家?", + "desc": "协助朝仓进行5次训练。" + }, + { + "id": "84540", + "goal": "0", + "title": "猜猜我是谁?", + "desc": "获知「枕玉」老师的真实身份。" + }, + { + "id": "84541", + "goal": "0", + "title": "至少有了个结局", + "desc": "听顺吉讲述完他所构思的故事。" + }, + { + "id": "84542", + "goal": "0", + "title": "她和她的猫", + "desc": "陪寝子前往影向山,寻找「阿响」的痕迹。" + }, + { + "id": "84054", + "goal": "0", + "title": "安娜冒险记", + "desc": "帮助安娜成为一名冒险家。" + }, + { + "id": "84055", + "goal": "0", + "title": "远大前程", + "desc": "一位少年即将启程远行…" + }, + { + "id": "85000", + "goal": "0", + "title": "除了时间,什么也没丢", + "desc": "解开两座日晷的秘密。" + }, + { + "id": "85001", + "goal": "0", + "title": "与一位往昔神灵的谈话", + "desc": "了解一位往昔神灵的故事。" + }, + { + "id": "85002", + "goal": "0", + "title": "卧龙藏螭", + "desc": "了解关于「螭」的故事。" + }, + { + "id": "85003", + "goal": "0", + "title": "战祸不息", + "desc": "将某个古老遗迹中的宝物卖个好价钱…" + }, + { + "id": "85004", + "goal": "0", + "title": "渌华池之影", + "desc": "帮助梵米尔取到他想要的景致。" + }, + { + "id": "85005", + "goal": "0", + "title": "零号玩家", + "desc": "陪小姜玩一场简单的游戏。" + }, + { + "id": "85006", + "goal": "0", + "title": "盘木森森,荫蔽家庭", + "desc": "见证元鸿一家的故事。" + }, + { + "id": "84027", + "goal": "0", + "title": "(test)测试进入MainCoop保存点(或)", + "desc": "(test)测试进入MainCoop保存点(或)" + }, + { + "id": "84026", + "goal": "17", + "title": "美妙旅程:序", + "desc": "完成「美妙旅程」,解锁全部结局。" + }, + { + "id": "84100", + "goal": "17", + "title": "霹雳闪雷真君", + "desc": "见证班尼特足以影响天气的厄运。" + }, + { + "id": "84101", + "goal": "17", + "title": "运气即实力!", + "desc": "在不失误的情况下解开机关,取得宝藏。" + }, + { + "id": "84104", + "goal": "17", + "title": "诸邪退散", + "desc": "完成「寻妖觅邪记」,解锁全部结局。" + }, + { + "id": "84028", + "goal": "17", + "title": "慧眼识妖!", + "desc": "正确鉴定所有情报。" + }, + { + "id": "84107", + "goal": "17", + "title": "辣椒英雄", + "desc": "制作错误的冰棍,引发重云「纯阳之体」的剧烈反应。" + }, + { + "id": "84102", + "goal": "17", + "title": "能跨越的边界线", + "desc": "完成「治愈的清泉」,解锁全部结局。" + }, + { + "id": "84108", + "goal": "17", + "title": "偶像的可靠防线", + "desc": "成功劝走艾伯特和其他芭芭拉的粉丝。" + }, + { + "id": "84105", + "goal": "17", + "title": "蒙德城的麻辣传说", + "desc": "品尝芭芭拉的辣味饮料。" + }, + { + "id": "84103", + "goal": "17", + "title": "完美而坚强的女仆", + "desc": "完成「骑士修行之道」,解锁全部结局。" + }, + { + "id": "84106", + "goal": "17", + "title": "「…因为羁绊。」", + "desc": "帮助诺艾尔找到自己强大的原因。" + }, + { + "id": "84109", + "goal": "17", + "title": "只有玫瑰知道的世界", + "desc": "阅读诺艾尔的学习笔记。" + }, + { + "id": "84110", + "goal": "17", + "title": "消除焦虑的最好办法", + "desc": "完成「骑士备考之道」,解锁全部结局。" + }, + { + "id": "84111", + "goal": "17", + "title": "女仆骑士不会受伤", + "desc": "与诺艾尔一起听过《异国骑士璃月行记》。" + }, + { + "id": "84112", + "goal": "17", + "title": "蒙德做题王", + "desc": "阅读诺艾尔的学习笔记。" + }, + { + "id": "84113", + "goal": "17", + "title": "迪奥娜特调,搅拌,不要摇", + "desc": "完成「猫与特调酒」,解锁全部结局。" + }, + { + "id": "84114", + "goal": "17", + "title": "但是,代价是…", + "desc": "帮助迪奥娜找到特制基底饮品。" + }, + { + "id": "84115", + "goal": "17", + "title": "猫咪殿下", + "desc": "将所有猫咪带回「猫尾酒馆」。" + }, + { + "id": "84116", + "goal": "17", + "title": "皆大欢喜", + "desc": "完成「家政官的日常工作」,解锁全部结局。" + }, + { + "id": "84117", + "goal": "17", + "title": "家政高手", + "desc": "在规定时间内完成大扫除。" + }, + { + "id": "84118", + "goal": "17", + "title": "沧海不归客", + "desc": "与托马一起见证犬少将的故事" + }, + { + "id": "84119", + "goal": "17", + "title": "「高」人一等", + "desc": "完成「呜呼流·生长之术」,解锁全部结局。" + }, + { + "id": "84120", + "goal": "17", + "title": "貉级忍者", + "desc": "在敏捷度训练中获得早柚的最高评价。" + }, + { + "id": "84121", + "goal": "17", + "title": "料理效果:移动速度降低", + "desc": "没能劝阻早柚的暴饮暴食…" + }, + { + "id": "84122", + "goal": "17", + "title": "南十字荣誉船员", + "desc": "完成「南十字闪耀时 」,解锁全部结局。" + }, + { + "id": "84123", + "goal": "17", + "title": "洒下甘露三千担", + "desc": "与北斗共同参加了轻策庄的宴会。" + }, + { + "id": "84124", + "goal": "17", + "title": "孤云阁买家俱乐部", + "desc": "询问了北斗真正交易的内容。" + }, + { + "id": "84125", + "goal": "17", + "title": "海祇大将", + "desc": "完成「犬大将的特别行动」,解锁全部结局。" + }, + { + "id": "84126", + "goal": "17", + "title": "运势无常", + "desc": "在神社抽到过所有的运势签。" + }, + { + "id": "84127", + "goal": "17", + "title": "说还是不说,这是个问题。", + "desc": "在八重堂察觉了希娜小姐的真实身份。" + }, + { + "id": "84128", + "goal": "17", + "title": "天权伴星", + "desc": "完成「玉阁归客至」,解锁全部结局。" + }, + { + "id": "84129", + "goal": "17", + "title": "有备才能无患", + "desc": "鱼肉,当然是越多越好。" + }, + { + "id": "84130", + "goal": "17", + "title": "过当防卫", + "desc": "一石激起千层浪,凝光的假期看来无福消受了。" + }, + { + "id": "84131", + "goal": "17", + "title": "曲终人未散", + "desc": "完成「弦歌知雅意」,解锁全部结局。" + }, + { + "id": "84132", + "goal": "17", + "title": "愿此刻永恒", + "desc": "与云堇合影留念。" + }, + { + "id": "84133", + "goal": "17", + "title": "严师出高徒", + "desc": "在不击中任何「蓝色稻草人」的情况下完成演练。" + }, + { + "id": "86001", + "goal": "13", + "title": "「来坦,来补,来输出」", + "desc": "与其他玩家一同完成5次秘境挑战。" + }, + { + "id": "86002", + "goal": "13", + "title": "「来坦,来补,来输出」", + "desc": "与其他玩家一同完成20次秘境挑战。" + }, + { + "id": "86003", + "goal": "13", + "title": "「来坦,来补,来输出」", + "desc": "与其他玩家一同完成100次秘境挑战。" + }, + { + "id": "86004", + "goal": "13", + "title": "「我来,我见,我征服」", + "desc": "在其他玩家的世界中,采集5个地区特产。" + }, + { + "id": "86005", + "goal": "13", + "title": "「我来,我见,我征服」", + "desc": "在其他玩家的世界中,采集20个地区特产。" + }, + { + "id": "86006", + "goal": "13", + "title": "「我来,我见,我征服」", + "desc": "在其他玩家的世界中,采集50个地区特产。" + }, + { + "id": "86007", + "goal": "13", + "title": "「你家风晶蝶还蛮大的」", + "desc": "与其他玩家一同战胜无相之风。" + }, + { + "id": "86008", + "goal": "13", + "title": "「…微笑就可以了。」", + "desc": "与其他玩家一同战胜无相之雷。" + }, + { + "id": "86009", + "goal": "13", + "title": "「原来那个柱子能打啊」", + "desc": "与其他玩家一同战胜无相之岩。" + }, + { + "id": "86010", + "goal": "13", + "title": "「急冻树、青空、南风」", + "desc": "与其他玩家一同战胜急冻树。" + }, + { + "id": "86011", + "goal": "13", + "title": "「This is fine」", + "desc": "与其他玩家一同战胜爆炎树。" + }, + { + "id": "86012", + "goal": "13", + "title": "一条名叫洛蒂娅的鱼", + "desc": "与其他玩家一同战胜纯水精灵。" + }, + { + "id": "86013", + "goal": "13", + "title": "狼族盟约", + "desc": "与其他玩家一同战胜奔狼领的王者。" + }, + { + "id": "86014", + "goal": "21", + "title": "", + "desc": "" + }, + { + "id": "86021", + "goal": "21", + "title": "邪眼的性能不是战力差距的决定因素", + "desc": "与其他玩家一同战胜「公子」。" + }, + { + "id": "86015", + "goal": "21", + "title": "「山动了」", + "desc": "与其他玩家一同战胜古岩龙蜥。" + }, + { + "id": "86016", + "goal": "21", + "title": "往日重现", + "desc": "与其他玩家一同战胜若陀龙王。" + }, + { + "id": "86017", + "goal": "21", + "title": "未来解冻计划", + "desc": "与其他玩家一同战胜无相之冰。" + }, + { + "id": "86018", + "goal": "21", + "title": "一线断时…", + "desc": "与其他玩家一同战胜魔偶剑鬼。" + }, + { + "id": "86019", + "goal": "21", + "title": "篝火大作战", + "desc": "与其他玩家一同战胜无相之火。" + }, + { + "id": "86020", + "goal": "21", + "title": "「机关阵列没有永恒」", + "desc": "与其他玩家一同战胜恒常机关阵列。" + }, + { + "id": "87001", + "goal": "19", + "title": "", + "desc": "" + }, + { + "id": "87002", + "goal": "19", + "title": "", + "desc": "" + }, + { + "id": "87003", + "goal": "19", + "title": "", + "desc": "" + }, + { + "id": "87004", + "goal": "19", + "title": "", + "desc": "" + }, + { + "id": "87005", + "goal": "19", + "title": "", + "desc": "" + }, + { + "id": "87006", + "goal": "19", + "title": "", + "desc": "" + }, + { + "id": "87007", + "goal": "19", + "title": "", + "desc": "" + } + ] +} \ No newline at end of file diff --git a/cert/root.p12 b/cert/root.p12 new file mode 100644 index 0000000000000000000000000000000000000000..e53963d5c3e577437f3674ea5dd94bf71c30c9ac GIT binary patch literal 2437 zcmV;033~Q0f(d~F0Ru3C2}cGADuzgg_YDCD0ic2jI0S+TG%$h*Fff7x=LQKXhDe6@ z4FLxRpn?O~FoFZr0s#Opf&{m_{pl7mm)QvrK#;BQehT{F-1GJLK5{psZZuFC$jZ=nR*ue!^}r zjA+wI7d0l~Xi>&M0+8M;6W8Ardu1ZhJo!nleWJF(3XrzqnWS+-<_X54!mj@Z~Im zx?h;eoOKXH1sb&UUJX$f=ymJ=tM89;7ZCU2VOH(-e6T7zEz4*T1tt}J)C&TqFR;W}Hz*g88l)?*QNTA^J{_i)tLiQE*ptyRNxk45NZR;OGUF|cfEIy-c`^%z*bw}Ovl|*qqxHLKY2x|#z%TzuK8lMa|1-E{Bxb?*S`@PL#9#dn;xuAaF)2Up+Oztdv&o=AQwvcLVb;p zRPCo$U6~KTNzUop7TNVlrQa_1W45Xpiz-tcCSm? zI7eP$G#1-qpg^I?Kgo&2gMozQm+Bc;k~ zi4?5t$Nst{W9fZ0G;)j%i3&Ua&==QRXec{;0tWplO*3!ByMx}eeh!=5mJfEn;}}lD z&LH6PZF*inO$nEv;-I)LE`V^zMZ^tf7YpAIswrs4(&moi{lC1E_`@rAUn`8i5XXj6 znz|gp7fOWmDGe4zV~{!U@x>@0ZmmW zUg=`HwR-!+Lh`@IoK@JIy-@NroL^hh6{O(Jb%xA$&*tZMY-R-R*Qs>$#>c@-D4)`v zdjB9BFd|qR_C)=!ZWBDcIe#qhZ(L&%j&LNQUsEw#0fTKRQz@q{KMA% zc%XsY=7&Coc2wuzZfHakPU-naqxYHa+1SbKo%6zT#GjoraJLGC)%39=(EMR(FWQmI zvgfNCZPm3_e|7!={_hIw950Bk@M%9q+uVRfbkaDDkX-sd>t&8!bB^%hJeqabCFOo4 zpD*CDcPo9JX9*6eRyz`vY+EJMi%ngqkvCfBj%<*j6>)X`?L|h=k6(K&jqh{CDRrVr z{rB+k>QR@Dwuun0BjG5YOdaz91jt*-xY8Z=FL$; zwBOVlqPm9aHc;g}5A$pbM8lFiHWDmi2LNDk?n+>l0}` zhO#$?tG2q#ERH^`FDNE?9!y#JIE9EB79x@j&6UHleE$QWm=JOyGEBdNEkY8mbnIr2 z#d(>{%Rp2^8RsMrXFP+`rAh5AsY<}S z;ndJg(G3j)Ssl5#jm$IQ_J5+jMg^ZK$&A<%{?~o~y+ZXF8TY9wS!V-vteyC_3}xTG zQ~C~$o(NGD?p$WmHJE9(i^kl)4iN8bm%b9 zdbFt&`nbB4H~|IR`$2iSm}T0ZsKYkj&|Y@Kuqw$TAa@t#v*=ClEF@#zLL}AApym;F zi`9UTG_ktTqPcXMon892cf;yt_ZpUFv+~!t=S9OG_hZ@l`5m|%$k{?qUBkwj%27jhcuC8qLagt2+R1HhgIK~74-}&q{ayJO+asn7XT;6B;4w2h*VzE$MOkw zZ+=ink6I1fX_<|E;>sKWug_)+;P|V%&uMIMtTn@Eb8=I$^R)Akk;EdhxCg!X#JpqN zyK6_!CBgHr+xTosX(TZvFe3&DDuzgg_YDCF6)_eB6mQ=hA-`1S@=YZjMSmZ@ud_Hv zB``5CAutIB1uG5%0vZJX1QhbmWWXuiIzcS}PM~BGAp}Q7xf=usn}6q>jMoa#0s;sC DJk6Ay literal 0 HcmV?d00001 diff --git a/package.json b/package.json new file mode 100644 index 0000000..d645381 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "genshin-export", + "version": "1.0.0", + "description": "", + "main": "app.js", + "scripts": { + "pkg": "pkg -t node16-win-x64 -C Brotli app.js" + }, + "keywords": [], + "author": "", + "license": "ISC", + "private": true, + "dependencies": { + "ini": "^2.0.0", + "axios": "^0.26.1", + "udp-proxy": "^1.2.0", + "protobufjs": "^6.11.2" + } +} diff --git a/proto/AllAchievement.proto b/proto/AllAchievement.proto new file mode 100644 index 0000000..419b620 --- /dev/null +++ b/proto/AllAchievement.proto @@ -0,0 +1,22 @@ +syntax = "proto3"; + +message AllAchievement { + repeated Achievement list = 1; +} + +message Achievement { + + enum Status { + INVALID = 0; + UNFINISHED = 1; + FINISHED = 2; + REWARD_TAKEN = 3; + } + + uint32 id = 1; + Status status = 2; + uint32 current = 3; + uint32 require = 4; + uint32 finish_timestamp = 5; + +} diff --git a/proto/QueryCurRegion.proto b/proto/QueryCurRegion.proto new file mode 100644 index 0000000..4fb3fdc --- /dev/null +++ b/proto/QueryCurRegion.proto @@ -0,0 +1,41 @@ +syntax = "proto3"; + +message QueryCurRegion { + bytes field0 = 11; + bytes field1 = 12; + bytes field2 = 13; + RegionInfo info = 3; +} + +message RegionInfo { + string ip = 1; + uint32 port = 2; + string field0 = 3; + string field1 = 7; + string field2 = 8; + string field3 = 9; + string field4 = 10; + string field5 = 11; + uint32 field6 = 14; + string field7 = 16; + uint32 field8 = 18; + string field9 = 19; + string fieldA = 20; + bytes fieldB = 23; + string fieldC = 24; + string fieldD = 26; + string fieldE = 27; + string fieldF = 30; + string fieldG = 31; + string fieldH = 32; + string fieldI = 33; + ResVersionConfig fieldJ = 22; +} + +message ResVersionConfig { + uint32 field0 = 1; + string field1 = 3; + string field2 = 4; + string field3 = 5; + string field4 = 6; +} diff --git a/proto/QueryRegionList.proto b/proto/QueryRegionList.proto new file mode 100644 index 0000000..1b341eb --- /dev/null +++ b/proto/QueryRegionList.proto @@ -0,0 +1,15 @@ +syntax = "proto3"; + +message QueryRegionList { + bytes field0 = 5; + bytes field1 = 6; + bool field2 = 7; + repeated RegionSimpleInfo list = 2; +} + +message RegionSimpleInfo { + string field0 = 1; + string field1 = 2; + string field2 = 3; + string url = 4; +}